aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-cam2.sh
blob: 139a507ee76fe368acdd56862f78264f9f4317cf (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  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. mux. \
  7. \
  8. audiotestsrc freq=330 !\
  9. audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\
  10. mux. \
  11. \
  12. matroskamux name=mux !\
  13. tcpclientsrc host=localhost port=10001