summaryrefslogtreecommitdiffstats
path: root/playbook/restream-flv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playbook/restream-flv.sh')
-rw-r--r--playbook/restream-flv.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbook/restream-flv.sh b/playbook/restream-flv.sh
deleted file mode 100644
index dc632762..00000000
--- a/playbook/restream-flv.sh
+++ /dev/null
@@ -1,2 +0,0 @@
- MOUNT=$1
- while true; do ffmpeg -loglevel 24 -i http://localhost:8000/main.webm -cluster_size_limit 2M -cluster_time_limit 5100 -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -vcodec libx264 -acodec libmp3lame -f flv $MOUNT; done