jbilcke-hf HF staff commited on
Commit
935c12f
·
1 Parent(s): 98775da

reducing log level

Browse files
Files changed (1) hide show
  1. scripts/stream.sh +1 -1
scripts/stream.sh CHANGED
@@ -4,6 +4,6 @@ echo "Starting final stream loop.."
4
  while true; do
5
  sleep 1
6
  echo "Trying to create the final stream.."
7
- ffmpeg -y -nostdin -re -f concat -safe 0 -i "list_a.txt" -i "audio_list_a.txt" -loglevel panic -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -f flv rtmp://localhost/live/webtv
8
  echo "Final stream got interrupted, will try again in 1 sec"
9
  done
 
4
  while true; do
5
  sleep 1
6
  echo "Trying to create the final stream.."
7
+ ffmpeg -y -nostdin -re -f concat -safe 0 -i "list_a.txt" -i "audio_list_a.txt" -loglevel error -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -f flv rtmp://localhost/live/webtv
8
  echo "Final stream got interrupted, will try again in 1 sec"
9
  done