aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/vlc/reflector/vlc-noccam.sh
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:48:22 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:48:22 +0100
commit6875390524d606e23b23ab0a45239630ed49ba65 (patch)
tree6e71411f41e3a7db379f69c17486ded35a75d053 /examples/tg14/vlc/reflector/vlc-noccam.sh
parent630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (diff)
Re-add moved files.
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
+