Limited availability
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The totalAssemblyTime
property of the RTCInboundRtpStreamStats
dictionary indicates the total time spent assembling successfully decoded video frames that were transported in multiple RTP packets.
Note: The value is undefined for audio streams.
ValueA number, in seconds.
DescriptionThe property is updated whenever a video frame that was transported in multiple RTP packets is is successfully decoded. The time increment is calculated by subtracting the timestamp of the last and first RTP packets that contained the video frame data. The time is not updated for video frames that are not decoded, or that are transported entirely within one RTP packet.
The average assembly time can be determined by dividing totalAssemblyTime
by framesAssembledFromMultiplePackets
. A higher average assembly time might indicate network issues or inefficiencies in the receiving pipeline.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4