diff options
-rwxr-xr-x | voctocore/scripts/demo-local.sh | 6 |
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 |