summaryrefslogtreecommitdiffstats
path: root/playbook/restream-youtube.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playbook/restream-youtube.sh')
-rw-r--r--playbook/restream-youtube.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbook/restream-youtube.sh b/playbook/restream-youtube.sh
deleted file mode 100644
index 1cc2994b..00000000
--- a/playbook/restream-youtube.sh
+++ /dev/null
@@ -1,2 +0,0 @@
- KEY=$1
- while true; do ffmpeg -loglevel 8 -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