<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div></div>On the receiver's side, I can play this stream properly using this pipeline:<br><br><b>gst-launch-1.0 udpsrc address=224.1.1.1 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)640, height=(string)480, colorimetry=(string)BT601-5, payload=(int)96" ! rtpvrawdepay ! videoconvert ! autovideosink</b></div></div></blockquote><div><br>Minor correction:<br><b>gst-launch-1.0 udpsrc address=224.1.1.1 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<br><br></b></div></div><br></div></div>