aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/gstreamer/source-test-background.sh
blob: 94dc978bc67f81c935e9430482a83906a26af040 (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 \
  3. videotestsrc pattern=ball !\
  4. video/x-raw,format=UYVY,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 !\
  5. matroskamux !\
  6. tcpclientsink host=localhost port=16000