RTP包计算损失
我发现您可以通过对 RTP 标头中的序列号进行一些计算来做到这一点。但序列号以 16 位存储,很容易超出这 16 位的限制。 那么你如何处理这个问题呢?如何计算丢失的包裹?
I found that you can do that by making some calculations on the sequence numbers from the RTP header. But the sequence numbers are stored in 16bits and could easily exceed the limit of these 16bits.
So how do you deal with this? How do you calculate the packages lost?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Colin Perkins 的书:RTP:互联网音频和视频,第 75 和 76 页。如果你用谷歌搜索标题,它会显示(当前)在谷歌图书中。他的解释非常好,所以请在线阅读。如果您正在做任何认真的 RTP 工作,那么非常值得购买这本书。
This is covered very nicely in the Colin Perkins book: RTP: audio and video for the internet, pages 75 and 76. If you google the title, it shows up (currently) in google books. He explains it excellently so do take a read online. Well worth buying this book, if you're doing any serious RTP work.