aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh
blob: 3a43ec30778b1aaed002c769c9c0be3a5775e1b8 (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. videotestsrc pattern=smpte !\
  9. video/x-raw,format=I420,width=$WIDTH,height=$HEIGHT,framerate=$FRAMERATE/1,pixel-aspect-ratio=1/1 ! \
  10. mux. \
  11. \
  12. matroskamux name=mux !\
  13. tcpclientsink host=$MIXHOST port=16000