summaryrefslogtreecommitdiffstats
path: root/2021/playbook/restream-lowres.sh
blob: bd6f5bfb89b3466adc8331f14d2fc457cd175eb5 (plain) (blame)
1
2
     PASS=$1
     while true; do ffmpeg -loglevel 24 -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:$PASS@localhost:8000/main-480p.webm; done