From 6ce57b47f050c39fbf28f4af639ef19608a74cfa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Feb 2017 20:54:00 +0000 Subject: Use voctobox (not localhost) as voctocore host. --- example-scripts/misc/demo-local.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'example-scripts/misc') diff --git a/example-scripts/misc/demo-local.sh b/example-scripts/misc/demo-local.sh index bb57e45..f985fb1 100755 --- a/example-scripts/misc/demo-local.sh +++ b/example-scripts/misc/demo-local.sh @@ -1,5 +1,11 @@ #!/bin/bash +confdir="`dirname "$0"`/../" +. $confdir/default-config.sh +if [ -f $confdir/config.sh ]; then + . $confdir/config.sh +fi + ../../voctocore/voctocore.py & PID=$! echo "PID=$PID" @@ -10,6 +16,6 @@ sleep 1 ../ffmpeg/av-record-output-ffmpeg.sh & #../ffmpeg/stream-hd.sh & ../control-server/demo-cycle-modes.sh & -ffplay tcp://localhost:11000 +ffplay tcp://$MIXHOST:11000 kill $PID wait -- cgit v1.2.3