diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
commit | fefa87ebf2b2e001a18666e0eb160cb84282f5ba (patch) | |
tree | 55236e0398f602e024ce4f07341812544bd945c3 /examples/tg16/streams/han/hls-creativia.sh | |
parent | 69722b70c1f07fd728388e8dcd2c3440ca4468be (diff) |
TG16-config.
Diffstat (limited to 'examples/tg16/streams/han/hls-creativia.sh')
-rw-r--r-- | examples/tg16/streams/han/hls-creativia.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tg16/streams/han/hls-creativia.sh b/examples/tg16/streams/han/hls-creativia.sh new file mode 100644 index 0000000..d07cbf7 --- /dev/null +++ b/examples/tg16/streams/han/hls-creativia.sh @@ -0,0 +1,6 @@ +#!/bin/bash +while :; do +ffmpeg -i http://cubemap.tg16.gathering.org/creativia.ts -vcodec copy -c:a libfdk_aac -ar 44100 -ac 2 -f flv rtmp://185.110.148.11/live/creativia; +sleep 1 +done + |