From 39c8cb3a0e3813ef77c61c601d0028281c04ad2d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 6 Dec 2015 20:28:02 +0100 Subject: [example-scripts] overhaul and test all example scripts, fixes #5 --- example-scripts/demo-local.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 example-scripts/demo-local.sh (limited to 'example-scripts/demo-local.sh') 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 -- cgit v1.2.3