Frame drop when playing RTP stream using SDP file

Anuj Pahuja kamikazeanuj at gmail.com
Fri May 6 05:46:15 UTC 2016


>
> On the receiver's side, I can play this stream properly using this
> pipeline:
>
> *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*
>

Minor correction:


*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*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160506/26970524/attachment.html>


More information about the gstreamer-devel mailing list