aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/play-mixed-audio.sh
blob: 426a1ce7999c8c41a35fa6e63f1b9764e5922e34 (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=11000 !\
  9. matroskademux !\
  10. alsasink ts-offset=500000000