blob: 84c2e0ab523d40835fc93bb58624d069cc85a407 (
plain)
- #!/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=$MIXHOST port=13000 !\
- matroskademux !\
- audioconvert !\
- wavescope shader=none style=lines !\
- video/x-raw,width=800,height=300 !\
- glupload !\
- glimagesink
|