Closed
Bug 1433576
Opened 7 years ago
Closed 7 years ago
Change timebase used in RTCRtpContributingSource and RTCRtpSynchronizationSource
Categories
(Core :: WebRTC, enhancement, P1)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
This changes the timebase and the clock that is used for timestamps reported on RTCRtpContributingSource and RTCRtpSynchronizationSource objects.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8945906 -
Flags: review?(jib)
Updated•7 years ago
|
Assignee: nobody → na-g
Rank: 15
Summary: Change RTP Source timebase in JS and comparable clock → Change timebase used in RTCRtpContributingSource and RTCRtpSynchronizationSource
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8945906 [details]
Bug 1433576 - bring rtp sources js timestamp and timebase up to spec
https://reviewboard.mozilla.org/r/215986/#review221818
::: dom/media/tests/mochitest/test_peerConnection_audioSynchronizationSources.html:44
(Diff revision 1)
> - ok(Number.isInteger(source.timestamp),
> - `Synchronization source timestamp is int (${source.timestamp})`);
> + ok(window.performance.now() + window.performance.timeOrigin -
> + source.timestamp < 1000, // This large value is used because sometimes
I'd use 5000. 1 second isn't that much on some of our testing infra.
Attachment #8945906 -
Flags: review?(jib) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8945906 [details]
Bug 1433576 - bring rtp sources js timestamp and timebase up to spec
https://reviewboard.mozilla.org/r/215986/#review221818
> I'd use 5000. 1 second isn't that much on some of our testing infra.
Going with 2500. If that isn't enough, it can be changed later.
Assignee | ||
Comment 5•7 years ago
|
||
This work is required for supporting Google's Meet service working on Firefox, and brings our implementation closer to the spec changes around timestamps[0].
[0] https://github.com/w3c/webrtc-pc/issues/1690
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/9b144f79e512
bring rtp sources js timestamp and timebase up to spec r=jib
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 8•7 years ago
|
||
Updated the compatibility data for RTCRtpContributingSource to note this change for Firefox 60, and added a mention to Firefox 60 for developers.
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•