aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-stream-stuff/encode/kliniskarbeidsflate/reflect-krosus.sh
blob: a40500c15e9160ea4f2838758cb5b8a9cbd4c3b2 (plain)
1
2
3
4
#!/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