diff options
Diffstat (limited to 'examples/historical/stream-stuff/reflect/reflect-event-sd.sh')
-rwxr-xr-x | examples/historical/stream-stuff/reflect/reflect-event-sd.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/historical/stream-stuff/reflect/reflect-event-sd.sh b/examples/historical/stream-stuff/reflect/reflect-event-sd.sh new file mode 100755 index 0000000..aa38018 --- /dev/null +++ b/examples/historical/stream-stuff/reflect/reflect-event-sd.sh @@ -0,0 +1,5 @@ +#!/bin/sh +while :; do +sudo cvlc --intf dummy -v --sout-http-mark-start 5000 --sout-http-mark-end 7999 udp://@:4014 vlc://quit --sout '#duplicate{dst=std{access=http,mux=ts,dst=[::]:3014},dst=std{access=udp,mux=ts,dst=[ff7e:a40:2a02:ed02:ffff::14]:2014}' --intf dummy --ttl 60 + sleep 1 +done |