summaryrefslogtreecommitdiffstats
path: root/playbook/restream-lowres.sh
blob: 6312b9ebcb939e9c1d3de079a45023b69edb5ce7 (plain) (blame)
1
   while true; do ffmpeg -f webm -reconnect_at_eof 1 -reconnect_streamed 1  -re -i http://localhost:8000/main.webm -vf scale=854:480 -f webm -c:a copy -b:v 500k -maxrate 1M -bufsize 1M  -content_type video/webm -c:v libvpx icecast://ec2020main480pmu:${1}:8000/main-480p.webm; done