jbilcke-hf HF staff commited on
Commit
62be26b
·
1 Parent(s): 5c9ea84

new stream

Browse files
Files changed (1) hide show
  1. scripts/stream1.sh +0 -2
scripts/stream1.sh CHANGED
@@ -4,7 +4,5 @@ COUNT=0
4
 
5
  echo "Starting FFMPEG live stream for channel 1"
6
  while true; do
7
- # ffmpeg -y -nostdin -re -f concat -safe 0 -i channel_1_video.txt -loglevel error -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -f flv rtmp://localhost/live/webtv
8
  ffmpeg -y -nostdin -re -f concat -safe 0 -i channel_1_video.txt -stream_loop -1 -safe 0 -i channel_1_audio.txt -loglevel error -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -shortest -f flv rtmp://localhost/live/webtv
9
-
10
  done
 
4
 
5
  echo "Starting FFMPEG live stream for channel 1"
6
  while true; do
 
7
  ffmpeg -y -nostdin -re -f concat -safe 0 -i channel_1_video.txt -stream_loop -1 -safe 0 -i channel_1_audio.txt -loglevel error -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -shortest -f flv rtmp://localhost/live/webtv
 
8
  done