aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh')
-rwxr-xr-xexamples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh b/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh
new file mode 100755
index 0000000..a924de2
--- /dev/null
+++ b/examples/old-stream-stuff/encode/kliniskarbeidsflate/transcode-fugle-flash.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+while :; do
+cvlc -vv --network-caching 3000 --sout-x264-preset fast --sout-transcode-threads 10 --sout-x264-tune film --no-sout-x264-interlaced --sout-x264-lookahead 50 --sout-x264-vbv-maxrate 800 --sout-x264-vbv-bufsize 800 --sout-x264-keyint 50 -v http://stream.tg13.gathering.org:3015 vlc://quit \
+--sout '#transcode{height=480,fps=25,vcodec=h264,vb=800,acodec=aac,ab=128,deinterlace}:std{access=udp,mux=ffmpeg{mux=flv},dst=151.216.125.4:4020}'
+ sleep 1
+done
+