RTCRemoteInboundRtpStreamStats: packetsLost property

The packetsLost property of the RTCRemoteInboundRtpStreamStats dictionary returns the total number of RTP packets lost from the synchronization source (SSRC), as reported by the remote endpoint, since the beginning of reception.

Value

An integer value indicating the number of lost RTP packets.

This value can be negative. It is determined by subtracting the number of packets received from the number of packets that are expected. The number of packets that are expected is calculated in a way that assumes that all packets only need to be sent once (based on sequence numbers), while the number of packets received also includes any packets that had to be resent (and hence may be bigger). For more information see the "cumulative number of packets lost" section in RFC 3550, section 6.4.1.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcreceivedrtpstreamstats-packetslost

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
packetsLost in 'remote-inbound-rtp' stats

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support

See also