aboutsummaryrefslogtreecommitdiff
path: root/voctocore
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-22 13:10:04 +0200
committerMaZderMind <github@mazdermind.de>2015-05-22 13:10:04 +0200
commit16254603c53eeff6282e4336dd364d728f1c9def (patch)
treebce58a5eb34857c1cadd005ad8adf8e9302282e9 /voctocore
parent34294c76ff2d6b8b24532be9bb05b0dd1de70597 (diff)
Fix locacal demo-script
Diffstat (limited to 'voctocore')
-rwxr-xr-xvoctocore/scripts/demo-local.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/voctocore/scripts/demo-local.sh b/voctocore/scripts/demo-local.sh
index ecc652a..4839e69 100755
--- a/voctocore/scripts/demo-local.sh
+++ b/voctocore/scripts/demo-local.sh
@@ -4,11 +4,11 @@
PID=$!
echo "PID=$PID"
sleep 1
-./av-source-bmd-cam1.sh &
-./av-source-bmd-cam2.sh &
+./av-source-cam1.sh &
+./av-source-cam2.sh &
./av-record-output-ffmpeg.sh &
#./av-stream-hd.sh &
-demo-cycle-modes.sh
+./demo-cycle-modes.sh &
ffplay tcp://localhost:11000
kill $PID
wait