summaryrefslogtreecommitdiffstats
path: root/playbook/restream-youtube.sh
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-20 19:56:46 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-20 19:56:46 -0500
commitfd4aa97b1f39cc0d696e382b66f01cc6bc6f9d1e (patch)
tree0040faf807828e318a0d3e52bc5d5b713fbfeaca /playbook/restream-youtube.sh
parent7b87af6111e8c4ddf8ca6a9c9ff12f067f7cb705 (diff)
downloademacsconf-wiki-fd4aa97b1f39cc0d696e382b66f01cc6bc6f9d1e.tar.xz
emacsconf-wiki-fd4aa97b1f39cc0d696e382b66f01cc6bc6f9d1e.zip
Update playbook for restreaming
Diffstat (limited to '')
-rw-r--r--playbook/restream-youtube.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook/restream-youtube.sh b/playbook/restream-youtube.sh
index c1fee46c..1cc2994b 100644
--- a/playbook/restream-youtube.sh
+++ b/playbook/restream-youtube.sh
@@ -1,2 +1,2 @@
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
+ 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