Spaces:
Build error
Build error
Commit
·
6d85e95
1
Parent(s):
62cdc89
replace O by 0
Browse files- scripts/stream.sh +2 -2
scripts/stream.sh
CHANGED
@@ -14,8 +14,8 @@ while true; do
|
|
14 |
sleep 1
|
15 |
((COUNT++))
|
16 |
echo "Trying to create the final stream.."
|
17 |
-
ffmpeg -y -nostdin -re -f concat -safe
|
18 |
-
# ffmpeg -y -nostdin -re -f concat -safe
|
19 |
|
20 |
echo "Final stream got interrupted, will try again in 1 sec"
|
21 |
done
|
|
|
14 |
sleep 1
|
15 |
((COUNT++))
|
16 |
echo "Trying to create the final stream.."
|
17 |
+
ffmpeg -y -nostdin -re -f concat -safe 0 -i "list_a.txt" -loglevel error -c:v libx264 -preset veryfast -tune zerolatency -c:a aac -ar 44100 -f flv rtmp://localhost/live/webtv
|
18 |
+
# 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
|
19 |
|
20 |
echo "Final stream got interrupted, will try again in 1 sec"
|
21 |
done
|