Discussion:
[xiph-rtp] the sequence nubmer overflow
hy_gzr
2008-01-28 08:19:19 UTC
Permalink
hello every body
I found the sequence number occupied two bytes in the rtp header
when the sequence number is 0xFFFF,the sequence number increments by one.then the sequence number overflow.
how can I understand and resolve this problem?
thank you for you help

2008-01-28



hy_gzr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/xiph-rtp/attachments/20080128/b44235eb/attachment.html
Jean-Marc Valin
2008-01-28 08:35:39 UTC
Permalink
Post by hy_gzr
hello every body
I found the sequence number occupied two bytes in the rtp header
when the sequence number is 0xFFFF,the sequence number increments by one.then the sequence number overflow.
how can I understand and resolve this problem?
What problem? Just consider the sequence number as a "ring", the value
that follows 0xffff is 0x0000, so what? It's not like there's any
confusion possible unless you're sending tens of thousands of packets
per second *and* your jitter is huge.

Jean-Marc

Loading...