rtp and ptime

symeon.mattes symeon.mattes at gmail.com
Fri Dec 25 09:59:20 PST 2015


Hi,

Thanks for your reply. So it seems that the pipeline I have it goes up to
the maximum MTU, which for my case is around 170ms. I don't have stereo, so
I suppose 170ms is for mono.

However what I would like is 20ms ptime, so the min and max-ptime for the
rtpcmapay should be 20*1000000 since it's in ns?

GstElement * rtppcmapay; int ptime=20*1000000;
rtppcmapay = gst_element_factory_make("rtppcmapay",NULL);
g_object_set(G_OBJECT(rtppcmapay),"min-ptime",ptime,"max-ptime",ptime,NULL);

But for some reason it keeps giving me 170ms ptime in wireshark. Some help
on that?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtp-and-ptime-tp4674997p4675028.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list