RTCInboundRtpStreamStats.fecPacketsDiscarded - Web APIs 编辑
The fecPacketsDiscarded
property of the RTCInboundRtpStreamStats
dictionary is a numeric value indicating the number of RTP Forward Error Correction (FEC) packets that have been discarded.
Syntax
var fecPacketsDiscarded = rtcInboundRtpStreamStats.fecPacketsDiscarded;
Value
An unsigned integer value indicating how many FEC packets have been received whose error correction payload has been discarded.
This can happen if all the packets covered by the FEC packet have already been received or recovered using another FEC packet, or if the FEC packet arrived outside the recovery window and the lost RTP packets have already been skipped during playback as a result. The value of fecPacketsReceived
includes these discarded packets.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCInboundRtpStreamStats.fecPacketsDiscarded' in that specification. | Candidate Recommendation | Initial definition. |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论