Hi all I was looking into the code of the jitter buffer. I have doubt for the implementation. suppose there are three packets 1,2,3 coming in the order 2 3 1 now suppose that after 2 packet, jitter time is over so 2 packet will go to the play out. after 3 support 1 comes but 2 is already played out. so put function will put 1 packet to the beginning of the buffer. Now get function us removing oldest packet from the list so that is 1 packet. So play out sequence will be 2, 1, 3. Am I right? Or how does implementation handles this situation? Pls reply me soon. Brijesh
_______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
