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/gstreamer/visualize-mixed-audio.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'example-scripts/gstreamer/visualize-mixed-audio.sh') diff --git a/example-scripts/gstreamer/visualize-mixed-audio.sh b/example-scripts/gstreamer/visualize-mixed-audio.sh index ce9bc0a..84c2e0a 100755 --- a/example-scripts/gstreamer/visualize-mixed-audio.sh +++ b/example-scripts/gstreamer/visualize-mixed-audio.sh @@ -1,6 +1,13 @@ #!/bin/sh + +confdir="`dirname "$0"`/../" +. $confdir/default-config.sh +if [ -f $confdir/config.sh ]; then + . $confdir/config.sh +fi + gst-launch-1.0 \ - tcpclientsrc host=localhost port=13000 !\ + tcpclientsrc host=$MIXHOST port=13000 !\ matroskademux !\ audioconvert !\ wavescope shader=none style=lines !\ -- cgit v1.2.3