diff --git a/webrtc-stats.html b/webrtc-stats.html index c90f243..9777268 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -1020,6 +1020,8 @@

double totalAssemblyTime; unsigned long long retransmittedPacketsReceived; unsigned long long retransmittedBytesReceived; + unsigned long rtxSsrc; + unsigned long fecSsrc; };

@@ -1737,6 +1739,28 @@

negotiated, retransmitted packets can not be identified and this member does not [= map/exist =].

+
+ rtxSsrc of type unsigned long +
+
+

+ If RTX is negotiated for retransmissions on a separate RTP stream, this is the SSRC + of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}. + If RTX is not negotiated, this value is not present. +

+
+
+ fecSsrc of type unsigned long +
+
+

+ If a FEC mechanism that uses a separate RTP stream is negotiated, this is the SSRC + of the FEC stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}. + If FEC is not negotiated or uses the same RTP stream, this value is not present. +

+

@@ -1883,6 +1907,7 @@

unsigned long long headerBytesSent; unsigned long long retransmittedPacketsSent; unsigned long long retransmittedBytesSent; + unsigned long rtxSsrc; double targetBitrate; unsigned long long totalEncodedBytesTarget; unsigned long frameWidth; @@ -1992,6 +2017,17 @@

accounted for here.

+
+ rtxSsrc of type unsigned long +
+
+

+ If RTX is negotiated for retransmissions on a separate RTP stream, this is the SSRC + of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}. + If RTX is not negotiated, this value is not present. +

+
targetBitrate of type double