nodetunes icon indicating copy to clipboard operation
nodetunes copied to clipboard

RTP SequenceNumber wraparound dequeues out or order

Open stephen opened this issue 11 years ago • 0 comments

When the SequenceNumber "overflows" - wraps from 65536 to 0, the staging/wait buffers dequeue the 0, 1, 2.. etc. SequenceNumbers before the final sequences in the 655.. range.

Causes audio data to be played out of order/garbled output

stephen avatar Apr 03 '14 07:04 stephen