summaryrefslogtreecommitdiffstats
path: root/playbook/restream-youtube.sh
blob: 7609305ec669ea7324438292ae8785d11a281ba9 (plain) (blame)
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/$1; done