diff options
-rwxr-xr-x | voctocore/scripts/demo-cube-files.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/demo-cube.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/demo-local.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/voctocore/scripts/demo-cube-files.sh b/voctocore/scripts/demo-cube-files.sh index 404e3dc..978c91e 100755 --- a/voctocore/scripts/demo-cube-files.sh +++ b/voctocore/scripts/demo-cube-files.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-cam1.sh & ./av-source-cam2.sh & -./av-source-background.sh & +./av-source-background-loop.py & ./av-record-output-ffmpeg-timestamps.sh & ./av-stream-hd.sh & ./demo-cycle-modes.sh & diff --git a/voctocore/scripts/demo-cube.sh b/voctocore/scripts/demo-cube.sh index d38adfe..587f533 100755 --- a/voctocore/scripts/demo-cube.sh +++ b/voctocore/scripts/demo-cube.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-bmd-cam1.sh & ./av-source-bmd-cam2.sh & -./av-source-background.sh & +./av-source-background-loop.py & ./av-record-output-ffmpeg-timestamps.sh & ./av-stream-hd.sh & ./demo-cycle-modes.sh & diff --git a/voctocore/scripts/demo-local.sh b/voctocore/scripts/demo-local.sh index 4cf11f1..2fb1f6a 100755 --- a/voctocore/scripts/demo-local.sh +++ b/voctocore/scripts/demo-local.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-cam1.sh & ./av-source-cam2.sh & -./av-source-background.sh & +./av-source-background-loop.py & ./av-record-output-ffmpeg.sh & #./av-stream-hd.sh & ./demo-cycle-modes.sh & |