aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-stream-stuff/reflect/old/reflectsouth.sh
blob: 39504e552a5b7539c3f9c1e00c9c6437ee090f89 (plain)
1
2
3
4
5
#!/bin/sh
while :; do
vlc --intf dummy -v http://pannekake.samfundet.no:9094 vlc://quit --sout '#duplicate{dst=std{access=http,mux=ts,dst=:3014},dst=std{access=udp,mux=ts,dst=233.191.12.2:2014}' --intf dummy --ttl 20
        sleep 1
done