summaryrefslogtreecommitdiffstats
path: root/playbook/restream-lowres.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playbook/restream-lowres.sh')
-rw-r--r--playbook/restream-lowres.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook/restream-lowres.sh b/playbook/restream-lowres.sh
index 3ee7c20d..bd6f5bfb 100644
--- a/playbook/restream-lowres.sh
+++ b/playbook/restream-lowres.sh
@@ -1,2 +1,2 @@
PASS=$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:$PASS:8000/main-480p.webm; done
+ 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