RTP packets are registered in JitterBufferNode. The packets are
processed in the order of arrival and there is a circular array that
holds packets as they arrive. JB does a mod operation on seqnum of RTP
packet with the circular array size to determine the slot into which
the incoming packet has to go. This takes care of reordering
automatically.

On Feb 4, 3:26 am, jerand <[email protected]> wrote:
> I would like to know, how rtp data is processed in the open core. Do
> also share your views on the packet reordering logic.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to