aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/visualize-mixed-audio.sh
blob: 84c2e0ab523d40835fc93bb58624d069cc85a407 (plain)
  1. #!/bin/sh
  2. confdir="`dirname "$0"`/../"
  3. . $confdir/default-config.sh
  4. if [ -f $confdir/config.sh ]; then
  5. . $confdir/config.sh
  6. fi
  7. gst-launch-1.0 \
  8. tcpclientsrc host=$MIXHOST port=13000 !\
  9. matroskademux !\
  10. audioconvert !\
  11. wavescope shader=none style=lines !\
  12. video/x-raw,width=800,height=300 !\
  13. glupload !\
  14. glimagesink