aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vlc/reflector/vlc-southcam.sh
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
commit630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch)
tree8c78ea7fc3324fa9039986649691cc52fabce162 /examples/vlc/reflector/vlc-southcam.sh
parent071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff)
Restructure folders.
Diffstat (limited to 'examples/vlc/reflector/vlc-southcam.sh')
-rwxr-xr-xexamples/vlc/reflector/vlc-southcam.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/vlc/reflector/vlc-southcam.sh b/examples/vlc/reflector/vlc-southcam.sh
deleted file mode 100755
index 099aa74..0000000
--- a/examples/vlc/reflector/vlc-southcam.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-while :; do
-vlc -I dummy -vv --network-caching 500 rtsp://151.216.234.23/live.sdp vlc://quit --sout '#std{access=http{metacube},mux=ts,dst=:5002/southcam.ts}'
-sleep 1
-done
-