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
outbound-rtpoutboundvideo
totalEncodeTime/framesEncoded(ms)
Average number of milliseconds that have been spent encoding a video frames of this stream.
Description
Real number; in milliseconds
MUST NOT exist for audio (this is video only).
Average number of milliseconds that have been spent encoding a video frames of this stream.
This is calculated by taking framesEncoded and dividing it with totalEncodeTime.
See also
- outbound-rtp->framesEncoded
- outbound-rtc->totalEncodeTime
Notes
- While totalEncodeTime is measured and conveyed in seconds, we multiply it by 1,000 for the purpose of this metric to make it easier to read as an average time to decode a single frame