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