Closed
Bug 1526512
Opened 6 years ago
Closed 6 years ago
WebRTC RTCP stat roundTripTime is expressed in milliseconds not in (double) seconds
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
References
Details
Attachments
(1 file)
According to the spec the remote-inbound-rtp
stat roundTripTime
should be expressed in units of seconds, not milliseconds as it currently is. Both Chrome and Safari currently implement this in units of seconds, though it is on the wrong dictionary. This is probably a mitigating factor for us in avoiding breakage while fixing this stat.
Assignee | ||
Comment 1•6 years ago
|
||
This does not appear to be a regression.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•6 years ago
|
||
Changing the units roundTripTime is reported in from milliseconds to seconds
Assignee | ||
Comment 3•6 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bcfb521f4b4852c47309f7a5120fc2cd170332c1
Assignee: nobody → na-g
Assignee | ||
Comment 4•6 years ago
|
||
Spec review notes:
According to the spec[0] roundTripTime should be a double not a long.
[0] https://w3c.github.io/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/5f38e97f40ef
remote-inbound-rtp stat roundTripTime should be expressed in seconds r=jib,smaug
![]() |
||
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•