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
remote-inbound-rtpoutboundaudiovideo
packetsReceived/s
Average number of RTP packets received per second for this SSRC, as reported by the remote peer.
Description
Real number
The average number of RTP packets received per second for this SSRC, as estimated from the remote peer's RTCP Receiver Report. This includes retransmissions.
This is the reception rate observed by the remote peer for the media stream we are sending. For the matching locally observed sending rate see outbound-rtp.packetsSent/s.
A good explanation on how these packets are estimated can be found in remote-inbound-rtp.packetsReceived.
See also
- remote-inbound-rtp->packetsReceived
- outbound-rtp->packetsSent/s
- remote-inbound-rtp->packetsLost(%)
- outbound-rtp->bytesSent(bits/s)
Notes
- remote-inbound-rtp.packetsReceived offers the accumulation of packets. Here, we are interested in the packets that were received since the previous measurement of the metric
- This value is derived from RTCP Receiver Reports, so it is only as frequent and as accurate as the remote peer's reporting