add ffmpeg progress file output

This commit is contained in:
Jan Koppe 2021-10-30 09:16:23 +02:00
parent d9a8905724
commit 8e1e8b3925
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[program:{{ uuid }}]
directory=/app
command=/usr/bin/ffmpeg -loglevel repeat+level+info -i {{ edge }}{{ cfg["app"] }}/{{ cfg["stream"] }} -c copy -f flv {{ cfg["target"] }}
command=/usr/bin/ffmpeg -y -nostats -progress /tmp/ffmpeg/{{ uuid }} -loglevel repeat+level+info -i {{ edge }}{{ cfg["app"] }}/{{ cfg["stream"] }} -c copy -f flv {{ cfg["target"] }}
autostart=true
autorestart=true
stderr_logfile=/app/tasks.logs/{{ uuid }}.stderr