aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/visualize-mixed-audio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts/gstreamer/visualize-mixed-audio.sh')
-rwxr-xr-xexample-scripts/gstreamer/visualize-mixed-audio.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/example-scripts/gstreamer/visualize-mixed-audio.sh b/example-scripts/gstreamer/visualize-mixed-audio.sh
new file mode 100755
index 0000000..ce9bc0a
--- /dev/null
+++ b/example-scripts/gstreamer/visualize-mixed-audio.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+gst-launch-1.0 \
+ tcpclientsrc host=localhost port=13000 !\
+ matroskademux !\
+ audioconvert !\
+ wavescope shader=none style=lines !\
+ video/x-raw,width=800,height=300 !\
+ glupload !\
+ glimagesink