RTCInboundRtpStreamStats: framesAssembledFromMultiplePackets property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The framesAssembledFromMultiplePackets
property of the RTCInboundRtpStreamStats
dictionary indicates the total number of correctly decoded frames for this RTP stream that were assembled from more than one RTP packet.
This property can be used with totalAssemblyTime
to determine the average assembly time: totalAssemblyTime / framesAssembledFromMultiplePacket
.
A higher average assembly time might indicate network issues or inefficiencies in the receiving pipeline.
Note: The value is undefined for audio streams.
Value
A positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-framesassembledfrommultiplepackets> |
Browser compatibility
Loading…