PSA: libwebrtc now reports spec compliant and internally consistent video de-jitter buffer delays

213 views
Skip to first unread message

Rasmus Brandt

unread,
May 30, 2023, 8:02:00 AM5/30/23
to discuss...@googlegroups.com
We have recently landed changes (cl1cl2) that update and improve the implementations of the following video webrtc-stats:
All of these should now be both spec compliant and internally consistent. The updated implementations are planned to ship with Chrome M115.

In particular, jitterBufferDelay has been changed to measure the actual time spent in the video de-jitter buffer, rather than the target time to spend in the video de-jitter buffer. If you have previously relied on the exact definition of the non-spec compliant version, you can estimate it like this: oldDefinitionJitterBufferDelay = jitterBufferMinimumDelay + totalDecodeTime + 10.

-- Rasmus
Reply all
Reply to author
Forward
0 new messages