aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-cam1.sh
blob: 11b9663882291ab332ca911d84f1cd2ed5d131af (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. videotestsrc pattern=smpte !\
  4. video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \
  5. timeoverlay valignment=bottom ! \
  6. mux. \
  7. \
  8. audiotestsrc freq=440 !\
  9. audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\
  10. mux. \
  11. \
  12. matroskamux name=mux !\
  13. tcpclientsrc host=localhost port=10000