diff options
Diffstat (limited to 'examples/vlc/reflector')
-rwxr-xr-x | examples/vlc/reflector/vlc-noccam.sh | 6 | ||||
-rwxr-xr-x | examples/vlc/reflector/vlc-roofcam.sh | 6 | ||||
-rwxr-xr-x | examples/vlc/reflector/vlc-southcam.sh | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/examples/vlc/reflector/vlc-noccam.sh b/examples/vlc/reflector/vlc-noccam.sh deleted file mode 100755 index 48d1ca6..0000000 --- a/examples/vlc/reflector/vlc-noccam.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 - diff --git a/examples/vlc/reflector/vlc-roofcam.sh b/examples/vlc/reflector/vlc-roofcam.sh deleted file mode 100755 index 8ca4892..0000000 --- a/examples/vlc/reflector/vlc-roofcam.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -while :; do -vlc -I dummy -vv --network-caching 500 rtsp://151.216.252.104/live.sdp vlc://quit --sout '#std{access=http{metacube},mux=ts,dst=:5001/roofcam.ts}' -sleep 1 -done - 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 - |