aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/play-mixed-audio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts/gstreamer/play-mixed-audio.sh')
-rwxr-xr-xexample-scripts/gstreamer/play-mixed-audio.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/example-scripts/gstreamer/play-mixed-audio.sh b/example-scripts/gstreamer/play-mixed-audio.sh
index a1dfa1f..426a1ce 100755
--- a/example-scripts/gstreamer/play-mixed-audio.sh
+++ b/example-scripts/gstreamer/play-mixed-audio.sh
@@ -1,5 +1,12 @@
#!/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=11000 !\
+ tcpclientsrc host=$MIXHOST port=11000 !\
matroskademux !\
alsasink ts-offset=500000000