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/ffmpeg/source-background-loop.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example-scripts/ffmpeg/source-background-loop.sh') diff --git a/example-scripts/ffmpeg/source-background-loop.sh b/example-scripts/ffmpeg/source-background-loop.sh index a88c39d..e352ecb 100755 --- a/example-scripts/ffmpeg/source-background-loop.sh +++ b/example-scripts/ffmpeg/source-background-loop.sh @@ -1,4 +1,5 @@ #!/bin/sh + confdir="`dirname "$0"`/../" . $confdir/default-config.sh if [ -f $confdir/config.sh ]; then @@ -15,4 +16,4 @@ while true; do cat /tmp/bg.ts || exit 1; done |\ -c:v rawvideo \ -pix_fmt yuv420p \ -f matroska \ - tcp://localhost:16000 + tcp://$MIXHOST:16000 -- cgit v1.2.3