WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
inbound-rtpinboundaudiovideo
fecPacketsReceived
Total number of RTP FEC packets received for this SSRC.
Description
Non-negative integer
Total number of RTP FEC packets received for this SSRC.
If a FEC mechanism that uses a different ssrc was negotiated, FEC packets are sent over a separate SSRC but is still accounted for here. This counter can also be incremented when receiving FEC packets in-band with media packets (e.g., with Opus).
See also
- inbound-rtp->fecPacketsReceived/s
- inbound-rtp->fecBytesReceived
- inbound-rtp->fecPacketsDiscarded
- inbound-rtp->packetsReceived
- WebRTC Statistics Specification
