On Sat, Sep 18, 2010 at 6:48 AM, Pranav Desai <pdesai at signalogic.com> wrote: > Hello, > > I am following up a previous post. > > http://comments.gmane.org/gmane.comp.voip.pjsip/12304 > > When does PJSIP computes ptime for received packets, is ptime computed > based on each received packet or at the beginning of each session? > For each packet. > What is the expected behavior when PJSIP receives packets of different > ptimes/rtp payload lengths in a single session > There's no problem at all with that. That's why we have "parse()" function in the codec API, to decompose incoming packet into individual frames before putting them to the jitter buffer. Best regards, Benny > Regards > Pranav Desai > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >