From fefa87ebf2b2e001a18666e0eb160cb84282f5ba Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Tue, 29 Mar 2016 23:57:35 +0200 Subject: TG16-config. --- examples/tg16/streams/han/hls-south.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/tg16/streams/han/hls-south.sh (limited to 'examples/tg16/streams/han/hls-south.sh') 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 + -- cgit v1.2.3