WebRTC Metrics

A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats

Back
On this page3 sections
inbound-rtpinboundvideo

totalDecodeTime/framesDecoded(ms)

Last updated Applies tortcstats.com

Average number of milliseconds that have been spent decoding 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 decoding a video frames of this stream.

This is calculated by taking framesDecoded and dividing it with totalDecodeTime.

See also

Notes

  • While totalDecodeTime 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