Skip to content

Commit

Permalink
fixs w3c#753 change playout delay to jitterbuffertarget
Browse files Browse the repository at this point in the history
  • Loading branch information
helaozhao committed Apr 21, 2023
1 parent 1e31e7c commit 0d7b118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1470,13 +1470,13 @@ <h2>
<p>
There are various reasons why the jitter buffer delay might be increased to a higher value, such as
to achieve AV synchronization or because a
<a href="https://w3c.github.io/webrtc-extensions/#dom-rtcrtpreceiver-playoutdelay">playoutDelay</a>
<a href="https://w3c.github.io/webrtc-extensions/#rtcrtpreceiver-jitterbuffertarget">jitterbuffertarget</a>
was set on a RTCRtpReceiver. When using one of these mechanisms, it can be useful to keep track of
the minimal jitter buffer delay that could have been achieved, so WebRTC clients can track the amount
of additional delay that is being added.
</p><p>
This metric works the same way as {{jitterBufferTargetDelay}}, except that it is not affected by
external mechanisms that increase the jitter buffer target delay, such as playoutDelay (see link above),
external mechanisms that increase the jitter buffer target delay, such as jitterbuffertarget (see link above),
AV sync, or any other mechanisms. This metric is purely based on the network characteristics such
as jitter and packet loss, and can be seen as the minimum obtainable jitter buffer delay if no
external factors would affect it. The metric is updated every time {{jitterBufferEmittedCount}} is updated.
Expand Down

0 comments on commit 0d7b118

Please sign in to comment.