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.
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.
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.
No specification data found for api.RTCInboundRtpStreamStats.fecPacketsDiscarded
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCInboundRtpStreamStats/fecPacketsDiscarded