RTCInboundRtpStreamStats: fecPacketsDiscarded property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2022.
The fecPacketsDiscarded
property of the RTCInboundRtpStreamStats
dictionary indicates the number of RTP Forward Error Correction (FEC) packets that have been discarded.
A FEC packet provides parity information that can be used to attempt to reconstruct RTP data packets which have been corrupted in transit.
This kind of packet might be discarded if all the packets that it covers 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.
Value
An positive integer value.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcinboundrtpstreamstats-fecpacketsdiscarded |