problem with rtpmp2tdepay

Duchassin Frédéric duchassin at sefram.fr
Wed Jan 24 12:49:52 UTC 2018


Hello,

Using API, I get a working pipeline similar to this :


gst-launch-1.0 -v udpsrc address=239.0.0.1 port=1234 buffer-size=20000000 caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)MP2T-ES" ! rtpjitterbuffer ! rtpmp2tdepay ! queue ! appsink


I add a callback to appsink  on "NEW SAMPLE " reception.
In this callback I always get 576 bytes. (188 bytes for each TS packet *3 + 12 bytes for RTP header).
My question is : why rtpmp2tdepay doesn't erase the RTP header ? (I thought that appsink should receive 188*3 bytes and no rtpheader with my pipeline)

Thanks in advance.

BR

Frederic








-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180124/5d5c4221/attachment.html>


More information about the gstreamer-devel mailing list