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-rtpinboundaudiovideo

totalProcessingDelay/jitterBufferEmittedCount(ms)

Last updated Applies tortcstats.com

The average processing time in milliseconds of a single audio sample or video frame.

Description

Real number; in milliseconds

The average processing time in milliseconds of a single audio sample or video frame.

Processing time is calculated from the time the first RTP packet is received (reception timestamp) and to the time the corresponding sample or frame is decoded (decoded timestamp).

This metric is calculated by dividing the totalProcessingDelay with the jitterBufferEmittedCount.

See also

Notes

  • We multiply totalProcessingDelay by a 1000 in the calculation here to convert it from seconds to milliseconds