diff --git a/webrtc-stats.html b/webrtc-stats.html index 392fcf8..fe30316 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -669,7 +669,7 @@

           An RTCRtpSender is sending two layers of simulcast (on SSRC=111 and
           SSRC=222). Two "outbound-rtp" stats objects are observed, one with
-          ssrc=111, and the other with ssrc=222. Both objects' packet counters are
+          SSRC=111, and the other with SSRC=222. Both objects' packet counters are
           increasing.
 
           One layer is inactivated using RTCRtpSender.setParameters(). While
@@ -756,13 +756,13 @@ 

- The synchronization source (ssrc) identifier is an unsigned integer value per [[RFC3550]] + The synchronization source (SSRC) identifier is an unsigned integer value per [[RFC3550]] used to identify the stream of RTP packets that this stats object is describing.

- For outbound and inbound local, ssrc describes the stats for the RTP stream that were + For outbound and inbound local, SSRC describes the stats for the RTP stream that were sent and received, respectively by those endpoints. - For the remote inbound and remote outbound, ssrc describes the stats for the RTP stream + For the remote inbound and remote outbound, SSRC describes the stats for the RTP stream that were received by and sent to the remote endpoint.

@@ -1292,7 +1292,7 @@

Total number of RTP FEC bytes received for this SSRC, only including payload bytes. This is a subset of {{RTCInboundRtpStreamStats/bytesReceived}}. If a FEC mechanism that uses a different {{RTCRtpStreamStats/ssrc}} was negotiated, FEC packets are sent over a - separate ssrc but is still accounted for here. + separate SSRC but is still accounted for here.

@@ -1303,7 +1303,7 @@

Total number of RTP FEC packets received for this SSRC. If a FEC mechanism that uses a different {{RTCRtpStreamStats/ssrc}} was negotiated, FEC packets are sent over a - separate ssrc but is still accounted for here. + separate SSRC but is still accounted for here. This counter can also be incremented when receiving FEC packets in-band with media packets (e.g., with Opus).

@@ -1977,7 +1977,7 @@

The total number of packets that were retransmitted for this SSRC. This is a subset of {{RTCSentRtpStreamStats/packetsSent}}. If RTX is not negotiated, retransmitted packets are sent over this {{RTCRtpStreamStats/ssrc}}. If RTX was negotiated, - retransmitted packets are sent over a separate ssrc but is still accounted for here. + retransmitted packets are sent over a separate SSRC but is still accounted for here.

@@ -1989,7 +1989,7 @@

The total number of bytes that were retransmitted for this SSRC, only including payload bytes. This is a subset of {{RTCSentRtpStreamStats/bytesSent}}. If RTX is not negotiated, retransmitted bytes are sent over this {{RTCRtpStreamStats/ssrc}}. If RTX - was negotiated, retransmitted bytes are sent over a separate ssrc but is still + was negotiated, retransmitted bytes are sent over a separate SSRC but is still accounted for here.