Skip to content

Instantly share code, notes, and snippets.

@alasin
Last active August 5, 2016 10:10
Show Gist options
  • Save alasin/172e026480a0c8c269bc0479e3f0a6dd to your computer and use it in GitHub Desktop.
Save alasin/172e026480a0c8c269bc0479e3f0a6dd to your computer and use it in GitHub Desktop.
Udpsrc receiver - Gstreamer
gst-launch-1.0 udpsrc port=5004 ! "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)RAW, sampling=(string)YCbCr-4:2:2, depth=(string)8, width=(string)720, height=(string)576, colorimetry=(string)BT601-5, payload=(int)96" ! rtpvrawdepay ! videoconvert ! autovideosink -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment