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