diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
commit | b231e372681e6bfc499fd2aadda840e0b607278f (patch) | |
tree | d7f742eba33c5317417d5f53f6fa61287b2ba8ae /stream/encode/kliniskarbeidsflate/transcode-south.sh | |
parent | 65f98b040aaff35202fa1e79c4f74fcdaf09329f (diff) |
Removed files from the root-directory. Moved into 'examples' dir.
Diffstat (limited to 'stream/encode/kliniskarbeidsflate/transcode-south.sh')
-rwxr-xr-x | stream/encode/kliniskarbeidsflate/transcode-south.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stream/encode/kliniskarbeidsflate/transcode-south.sh b/stream/encode/kliniskarbeidsflate/transcode-south.sh deleted file mode 100755 index d5a83e4..0000000 --- a/stream/encode/kliniskarbeidsflate/transcode-south.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -while :; do cvlc -vv udp://@:9017 \ - --sout-ts-shaping=1000 --sout-ts-use-key-frames --sout-ts-dts-delay=500 --sout-transcode-fps 0 --no-sout-transcode-audio-sync --network-caching 2000 \ - --no-sout-x264-interlaced --sout-x264-preset veryfast --sout-x264-tune film \ - --sout-transcode-threads 3 --sout-x264-keyint 25 --no-sout-audio \ - --sout '#duplicate{dst="transcode{vcodec=h264,height=720,vb=3000}:std{access=udp,mux=ts,dst=151.216.125.4:4017}",dst="std{access=udp,mux=ts,dst=151.216.125.4:4016}"}' \ - --intf dummy --ttl 20 vlc://quit; - sleep 1 -done |