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

[webrtc-stats] RTCRemoteInboundRtpStreamStats: total round trip time (#426)

From: henbos via GitHub <sysbot+gh@w3.org>
Date: Tue, 09 Apr 2019 15:19:38 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-431027436-1554823177-sysbot+gh@w3.org>
henbos has just created a new issue for https://github.com/w3c/webrtc-stats:

== RTCRemoteInboundRtpStreamStats: total round trip time ==
[RTCRemoteInboundRtpStreamStats.roundTripTime](https://w3c.github.io/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime) is only the [latest estimate](https://tools.ietf.org/html/rfc3550#section-6.4.1) (scroll down to "delay since last SR (DLSR): 32 bits").

To allow calculating averages we should do the same thing that we did with regards to RTCIceCandidatePairStats - have a `totalRoundTripTime` and a counter that gets up every time you calculate a sample, i.e. every time you get a Receiver Report... or more accurately, every time you get a Report Block; `reportsReceived`.

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/426 using your GitHub account
Received on Tuesday, 9 April 2019 15:19:40 UTC

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