aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/demo-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/scripts/demo-local.sh')
-rwxr-xr-xvoctocore/scripts/demo-local.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/voctocore/scripts/demo-local.sh b/voctocore/scripts/demo-local.sh
deleted file mode 100755
index 2fb1f6a..0000000
--- a/voctocore/scripts/demo-local.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-../voctocore.py -vv &
-PID=$!
-echo "PID=$PID"
-sleep 1
-./av-source-cam1.sh &
-./av-source-cam2.sh &
-./av-source-background-loop.py &
-./av-record-output-ffmpeg.sh &
-#./av-stream-hd.sh &
-./demo-cycle-modes.sh &
-ffplay tcp://localhost:11000
-kill $PID
-wait