From a1fdc0a844ea50634b264948a014109f5502f0a3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 18 Nov 2021 20:31:36 -0500 Subject: Add more details, update status for pattern --- playbook/restream-youtube.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playbook/restream-youtube.sh') diff --git a/playbook/restream-youtube.sh b/playbook/restream-youtube.sh index 7609305e..c1fee46c 100644 --- a/playbook/restream-youtube.sh +++ b/playbook/restream-youtube.sh @@ -1 +1,2 @@ - while true; do ffmpeg -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -f webm -c:a copy -c:v copy rtmp://a.rtmp.youtube.com/live2/$1; done + KEY=$1 + while true; do ffmpeg -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -f webm -c:a copy -c:v copy rtmp://a.rtmp.youtube.com/live2/$KEY; done -- cgit v1.2.3