aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/vlc/reflector
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
parent630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (diff)
Re-add moved files.
Diffstat (limited to 'examples/tg14/vlc/reflector')
-rwxr-xr-xexamples/tg14/vlc/reflector/vlc-noccam.sh6
-rwxr-xr-xexamples/tg14/vlc/reflector/vlc-roofcam.sh6
-rwxr-xr-xexamples/tg14/vlc/reflector/vlc-southcam.sh6
3 files changed, 18 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
+
diff --git a/examples/tg14/vlc/reflector/vlc-roofcam.sh b/examples/tg14/vlc/reflector/vlc-roofcam.sh
new file mode 100755
index 0000000..8ca4892
--- /dev/null
+++ b/examples/tg14/vlc/reflector/vlc-roofcam.sh
@@ -0,0 +1,6 @@
+#!/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/tg14/vlc/reflector/vlc-southcam.sh b/examples/tg14/vlc/reflector/vlc-southcam.sh
new file mode 100755
index 0000000..099aa74
--- /dev/null
+++ b/examples/tg14/vlc/reflector/vlc-southcam.sh
@@ -0,0 +1,6 @@
+#!/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
+