rtp and ptime

symeon.mattes symeon.mattes at gmail.com
Wed Dec 23 07:59:07 PST 2015


Hi,

I have tried the following:

GstElement * rtppcmapay;
    rtppcmapay = gst_element_factory_make("rtppcmapay",NULL);
   
g_object_set(G_OBJECT(rtppcmapay),"min-ptime",2000000,"max-ptime",20000000,NULL);


but it didn't work. Without setting the min-ptime and max-ptime I had ptime
at 10ms and by setting setting them with g_object_set I had something around
170ms. By changing the value 20000000 to something else e.g. 20000 the ptime
in wireshark didn't change to less than 170ms. I suppose the min-time is in
nsec? Do I need to change anything else?




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


More information about the gstreamer-devel mailing list