diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
commit | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch) | |
tree | 8c78ea7fc3324fa9039986649691cc52fabce162 /examples/vlc/reflector/vlc-southcam.sh | |
parent | 071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff) |
Restructure folders.
Diffstat (limited to 'examples/vlc/reflector/vlc-southcam.sh')
-rwxr-xr-x | examples/vlc/reflector/vlc-southcam.sh | 6 |
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 - |