aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/vlc/reflector/vlc-noccam.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg14/vlc/reflector/vlc-noccam.sh')
-rwxr-xr-xexamples/tg14/vlc/reflector/vlc-noccam.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tg14/vlc/reflector/vlc-noccam.sh b/examples/tg14/vlc/reflector/vlc-noccam.sh
new file mode 100755
index 0000000..48d1ca6
--- /dev/null
+++ b/examples/tg14/vlc/reflector/vlc-noccam.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+while :; do
+vlc -I dummy -vv --network-caching 500 rtsp://151.216.252.134/live.sdp vlc://quit --sout '#std{access=http{metacube},mux=ts,dst=:5003/noccam.ts}'
+sleep 1
+done
+