diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:48:22 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:48:22 +0100 |
commit | 6875390524d606e23b23ab0a45239630ed49ba65 (patch) | |
tree | 6e71411f41e3a7db379f69c17486ded35a75d053 /examples/tg14/vlc/encoder/event-encode-superlow-flash.sh | |
parent | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (diff) |
Re-add moved files.
Diffstat (limited to 'examples/tg14/vlc/encoder/event-encode-superlow-flash.sh')
-rwxr-xr-x | examples/tg14/vlc/encoder/event-encode-superlow-flash.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tg14/vlc/encoder/event-encode-superlow-flash.sh b/examples/tg14/vlc/encoder/event-encode-superlow-flash.sh new file mode 100755 index 0000000..1ce72b6 --- /dev/null +++ b/examples/tg14/vlc/encoder/event-encode-superlow-flash.sh @@ -0,0 +1,9 @@ +#!/bin/bash +while :; do +cvlc -I dummy -vvvv \ + --sout-x264-preset fast --sout-x264-tune film --sout-transcode-threads 2 --no-sout-x264-interlaced --network-caching 3000 --sout-mux-caching 5000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 500 --sout-x264-vbv-bufsize 500 --ttl 60 \ + -v http://cubemap.tg14.gathering.org/event.ts vlc://quit \ + --sout '#transcode{vcodec=h264,vb=500,height=360,acodec=mp4a,aenc=fdkaac,ab=64}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5006/event-superlow.ts},dst=std{access=udp,mux=ts,dst=[ff7e:a40:2a02:ed02:ffff::17]:2017},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5006/event-superlow.flv}' +sleep 1 +done |