aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-south.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-south.sh')
-rwxr-xr-xexamples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-south.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-south.sh b/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-south.sh
deleted file mode 100755
index d5a83e4..0000000
--- a/examples/old-stream-stuff/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