diff options
Diffstat (limited to 'example-scripts/gstreamer/play-mixed-audio.sh')
-rwxr-xr-x | example-scripts/gstreamer/play-mixed-audio.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example-scripts/gstreamer/play-mixed-audio.sh b/example-scripts/gstreamer/play-mixed-audio.sh new file mode 100755 index 0000000..a1dfa1f --- /dev/null +++ b/example-scripts/gstreamer/play-mixed-audio.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=11000 !\ + matroskademux !\ + alsasink ts-offset=500000000 |