Skip to content

Commit

Permalink
Clarify RTX accounting
Browse files Browse the repository at this point in the history
fixes w3c#755
  • Loading branch information
fippo committed May 3, 2023
1 parent 2b6f736 commit ec80b4c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions webrtc-stats.html
Expand Up @@ -946,8 +946,8 @@ <h2>
</dt>
<dd>
<p>
Total number of RTP packets received for this <a>SSRC</a>. At the receiving endpoint,
this is calculated as defined in [[!RFC3550]] section 6.4.1. At the sending
Total number of RTP packets received for this <a>SSRC</a>. This includes retransmissions.
At the receiving endpoint, this is calculated as defined in [[!RFC3550]] section 6.4.1. At the sending
endpoint the {{packetsReceived}} is estimated by subtracting the Cumulative Number of Packets Lost
from the Extended Highest Sequence Number Received, both reported in the <a>RTCP Receiver
Report</a>, and then subtracting the initial Extended Sequence Number that was sent to this SSRC in a
Expand Down Expand Up @@ -1283,8 +1283,9 @@ <h2>
</dt>
<dd>
<p>
Total number of RTP header and padding bytes received for this <a>SSRC</a>. This does
not include the size of transport layer headers such as IP or UDP.
Total number of RTP header and padding bytes received for this <a>SSRC</a>.
This includes retransmissions.
This does not include the size of transport layer headers such as IP or UDP.
<code>headerBytesReceived + bytesReceived</code> equals the number of bytes
received as payload over the transport.
</p>
Expand Down Expand Up @@ -1332,8 +1333,8 @@ <h2>
</dt>
<dd>
<p>
Total number of bytes received for this <a>SSRC</a>. Calculated as defined in
[[!RFC3550]] section 6.4.1.
Total number of bytes received for this <a>SSRC</a>. This includes retransmissions.
Calculated as defined in [[!RFC3550]] section 6.4.1.
</p>
</dd>
<dt>
Expand Down

0 comments on commit ec80b4c

Please sign in to comment.