W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > April 2019

[webrtc-stats] RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent (#418)

From: henbos via GitHub <sysbot+gh@w3.org>
Date: Wed, 03 Apr 2019 10:06:58 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-428679375-1554286017-sysbot+gh@w3.org>
henbos has just created a new issue for https://github.com/w3c/webrtc-stats:

== RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent ==
In the case of RTX this happens on separate SSRCs and this separate RTCOutboundRtpStreamStats with separate bytesSent counters, but for good ol' fashioned retransmissions we don't have counters. The existing [bytesSent](https://w3c.github.io/webrtc-stats/#dom-rtcsentrtpstreamstats-bytessent) is "Total number of bytes sent for this SSRC".

Being able to tell how many bytes/packets were retransmission is useful for network diagnostic, and being able to tell how much of the bytes/packets was not retransmitted is useful for comparing that total with the expected output from the encoder (finding out of the encoder overshoots etc).

**Proposal**
Add retransmittedBytesSent and retransmittedPacketsSent as the "Total number of retransmitted bytes/packets sent for this SSRC."


Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/418 using your GitHub account
Received on Wednesday, 3 April 2019 10:07:00 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:47 UTC