aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/video-source-cam2.sh
blob: 403b8524730afe89d3d6e8bafead9edf585537c8 (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 \
  3. videotestsrc pattern=ball !\
  4. video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 !\
  5. timeoverlay valignment=bottom !\
  6. gdppay !\
  7. tcpclientsink host=localhost port=10001