Re: [webrtc-stats] Clarify how RTX works and adds the rtxSsrc stat (#554)

I think this is what we want the spec to say. It's confusing if bytes and retransmissions are put in separate counters and have to manually be added together to get something sensible - it matters little whether they are sent on ssrc or rtxSsrc.

However, the fact that bytesSent includes retransmissions means that "Total number of RTP packets sent for this <a>SSRC</a>" is actually referring to the bytes sent of both the {{RTCRtpStreamStats/ssrc}} and the {{RTCOutboundRtpStreamStats/rtxSsrc}}.

This matches current implementation though.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/554#issuecomment-600486742 using your GitHub account

Received on Wednesday, 18 March 2020 08:23:19 UTC