aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-av-sync.sh
blob: 13851d71bb7679bec9f0caef7c36364f43321d90 (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. uridecodebin \
  4. uri=http://c3voc.mazdermind.de/avsync.mp4 \
  5. name=src \
  6. \
  7. src. !\
  8. queue !\
  9. videoconvert !\
  10. videorate !\
  11. videoscale !\
  12. video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! \
  13. timeoverlay valignment=bottom ! \
  14. gdppay ! \
  15. tcpclientsink host=localhost port=5000 \
  16. \
  17. src. !\
  18. queue !\
  19. audioconvert !\
  20. audioresample !\
  21. audiorate !\
  22. audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 !\
  23. gdppay !\
  24. tcpclientsink host=localhost port=6000