aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/streams/han/hls-south.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg16/streams/han/hls-south.sh')
-rw-r--r--examples/tg16/streams/han/hls-south.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tg16/streams/han/hls-south.sh b/examples/tg16/streams/han/hls-south.sh
new file mode 100644
index 0000000..6966b59
--- /dev/null
+++ b/examples/tg16/streams/han/hls-south.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+while :; do
+ffmpeg -thread_queue_size 16 -i http://cubemap.tg16.gathering.org/southcam.ts -f lavfi -i anullsrc -vcodec copy -c:a libfdk_aac -ar 44100 -ac 2 -f flv rtmp://185.110.148.11/live/southcam;
+sleep 1
+done
+