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