-re parameter added
This commit is contained in:
parent
41997d664f
commit
e2c9e6f7ff
@ -66,7 +66,7 @@ while (true) :
|
|||||||
{
|
{
|
||||||
logger(2, 'All checks passed, starting ffmpeg');
|
logger(2, 'All checks passed, starting ffmpeg');
|
||||||
notify('Recording', 'Restreamer API reported that repeating to local nginx is connected and the HLS endpoint is found. The HLS output is now being recorded. HLS URL is the following: '.$_set->hls.', Output directory is: '.$output_directory, 2);
|
notify('Recording', 'Restreamer API reported that repeating to local nginx is connected and the HLS endpoint is found. The HLS output is now being recorded. HLS URL is the following: '.$_set->hls.', Output directory is: '.$output_directory, 2);
|
||||||
exec('flock -n '.$_set->pid.' -c "ffmpeg -i '.$_set->hls.' -c copy '.$output_directory.'/index.m3u8 2> '.$output_directory.'/ffmpeg.log"', $output, $exitcode);
|
exec('flock -n '.$_set->pid.' -c "ffmpeg -re -i '.$_set->hls.' -c copy '.$output_directory.'/index.m3u8 2> '.$output_directory.'/ffmpeg.log"', $output, $exitcode);
|
||||||
logger(2, 'ffmpeg exited with code '.$exitcode);
|
logger(2, 'ffmpeg exited with code '.$exitcode);
|
||||||
notify('Recording stopped', 'The FFMPEG process shut down with exit code: '.$exitcode, 2);
|
notify('Recording stopped', 'The FFMPEG process shut down with exit code: '.$exitcode, 2);
|
||||||
if ($exitcode)
|
if ($exitcode)
|
||||||
|
Loading…
Reference in New Issue
Block a user