diff options
Diffstat (limited to 'stream/encode/kliniskarbeidsflate')
6 files changed, 0 insertions, 37 deletions
diff --git a/stream/encode/kliniskarbeidsflate/reflect-krosus.sh b/stream/encode/kliniskarbeidsflate/reflect-krosus.sh deleted file mode 100755 index a40500c..0000000 --- a/stream/encode/kliniskarbeidsflate/reflect-krosus.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -while :; do vlc -vvv udp://@:9017 --network-caching 2000 --no-sout-audio --sout '#std{access=udp,mux=ts,dst=151.216.125.4:4016}' --intf dummy --ttl 60 vlc://quit; - sleep 5 -done diff --git a/stream/encode/kliniskarbeidsflate/reflect.sh b/stream/encode/kliniskarbeidsflate/reflect.sh deleted file mode 100755 index 7419433..0000000 --- a/stream/encode/kliniskarbeidsflate/reflect.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -while :; do vlc -vvv rtsp://151.216.106.2:554/live1.sdp --network-caching 2000 --no-sout-audio --sout '#std{access=udp,mux=ts,dst=127.0.0.1:9017}' --intf dummy --ttl 60 vlc://quit; - sleep 5 -done diff --git a/stream/encode/kliniskarbeidsflate/transcode-event-sd.sh b/stream/encode/kliniskarbeidsflate/transcode-event-sd.sh deleted file mode 100755 index fb5c055..0000000 --- a/stream/encode/kliniskarbeidsflate/transcode-event-sd.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -while :; do -cvlc -vv udp://@:4014 --network-caching 2000 --sout-x264-preset fast --sout-x264-tune film --sout-transcode-threads 22 --no-sout-x264-interlaced --sout-x264-keyint 50 --sout-x264-lookahead 100 \ ---sout '#transcode{height=576,vcodec=h264,vb=2000,acodec=mp4a,aenc=fdkaac,ab=128}:std{access=udp,mux=ts,dst=151.216.125.4:4014}' -sleep 1 -done diff --git a/stream/encode/kliniskarbeidsflate/transcode-fugle-flash.sh b/stream/encode/kliniskarbeidsflate/transcode-fugle-flash.sh deleted file mode 100755 index a924de2..0000000 --- a/stream/encode/kliniskarbeidsflate/transcode-fugle-flash.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 - diff --git a/stream/encode/kliniskarbeidsflate/transcode-noc-fisheye-flash.sh b/stream/encode/kliniskarbeidsflate/transcode-noc-fisheye-flash.sh deleted file mode 100755 index 3491232..0000000 --- a/stream/encode/kliniskarbeidsflate/transcode-noc-fisheye-flash.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -while :; do -cvlc -vv --network-caching 5000 --sout-x264-preset fast --sout-transcode-threads 16 --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:3018 vlc://quit \ ---sout '#transcode{width=768,height=768,vcodec=h264,vb=800}:std{access=udp,mux=ts,dst=151.216.125.4:4019}' - sleep 1 -done 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 |