Implement RTCMediaSourceStats
Categories
(Core :: WebRTC, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: pehrsons, Assigned: bwc)
References
(Blocks 4 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(2 files)
RTCMediaSourceStats
with its trackIdentifier
entry is handy for correlating outbound-rtp stats to a track, when using RTCPeerConnection.getStats.
This would include RTCOutboundRtpStreamStats.mediaSourceId
.
It is also on the mandatory to implement list.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
Assignee | ||
Comment 3•4 months ago
|
||
Depends on D169125
Assignee | ||
Comment 4•4 months ago
|
||
Try looks fine so far, still waiting on macos tests...
Assignee | ||
Comment 5•4 months ago
|
||
Macos looks good too.
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/62130501686f Test cases for bug. r=ng https://hg.mozilla.org/integration/autoland/rev/ed64251d7fc6 Implement MediaSourceStats. r=ng,webidl,saschanaz
Comment 7•4 months ago
|
||
Backed out for causing build bustages on PeerConnectionImpl.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2024:38: error: unused variable 'id' [-Werror=unused-variable]
mochitest log: https://treeherder.mozilla.org/logviewer?job_id=405685822&repo=autoland
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bde3813fbfc4 Test cases for bug. r=ng https://hg.mozilla.org/integration/autoland/rev/0859596a5ec3 Implement MediaSourceStats. r=ng,webidl,saschanaz
Comment 9•4 months ago
|
||
Backed out for causing wpt failures in
Backout link: https://hg.mozilla.org/integration/autoland/rev/19e0bc283894a3bf801c7edb6c73879c3aeec836
Assignee | ||
Comment 10•4 months ago
|
||
Looks like fixing the timeout in this test...
...allowed these (broken) tests to start running, which would have intermittently failed if they had ever been run...
I'll file bugs and disable these.
Comment 11•3 months ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:bwc, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Updated•3 months ago
|
Comment 12•3 months ago
|
||
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e642639befc5 Test cases for bug. r=ng https://hg.mozilla.org/integration/autoland/rev/b7750fa69be6 Implement MediaSourceStats. r=ng,webidl,saschanaz
Comment 13•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e642639befc5
https://hg.mozilla.org/mozilla-central/rev/b7750fa69be6
Assignee | ||
Updated•2 months ago
|
Description
•