prueba command conversion 1

parent aad5cadb
......@@ -46,11 +46,11 @@ class BackendPrepararVideoCommand extends Command {
$inicio = time();
$fin = $inicio + ($executionTime * 60) - ($executionClientTimeout * 60);
$io->warning('El comando inicio en la fecha y hora: ' . date('d/m/Y H:i:s', $inicio));
$io->warning('El comando debe terminar antes de la fecha y hora: ' . date('d/m/Y H:i:s', $fin));
$log->debug('El comando inicio en la fecha y hora: ' . date('d/m/Y H:i:s', $inicio));
$log->debug('El comando debe terminar antes de la fecha y hora: ' . date('d/m/Y H:i:s', $fin));
while ($inicio < $fin) {
//$io->warning('El comando inicio en la fecha y hora: ' . date('d/m/Y H:i:s', $inicio));
//$io->warning('El comando debe terminar antes de la fecha y hora: ' . date('d/m/Y H:i:s', $fin));
//$log->debug('El comando inicio en la fecha y hora: ' . date('d/m/Y H:i:s', $inicio));
//$log->debug('El comando debe terminar antes de la fecha y hora: ' . date('d/m/Y H:i:s', $fin));
// while ($inicio < $fin) {
//ruta de prueba con archivo mp4
$servidor = "/opt/sdp/hitsahora/www/web/uploads/contenidos/6/video/2016/42/video_92040.mp4";
$io->success("Procesando Video....");
......@@ -75,7 +75,7 @@ class BackendPrepararVideoCommand extends Command {
}
$inicio = time();
}
//}
$log->debug("Finalizando ejecucion de command BackendPrepararVideoCommand ... ");
$io->success('COMANDO PREPARACION VIDEOS EJECUTADO');
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment