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•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D169125
Assignee | ||
Comment 4•2 years ago
|
||
Try looks fine so far, still waiting on macos tests...
Assignee | ||
Comment 5•2 years ago
|
||
Macos looks good too.
Comment 7•2 years 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
Comment 9•2 years ago
|
||
Backed out for causing wpt failures in
Backout link: https://hg.mozilla.org/integration/autoland/rev/19e0bc283894a3bf801c7edb6c73879c3aeec836
Assignee | ||
Comment 10•2 years 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•2 years 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.
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e642639befc5
https://hg.mozilla.org/mozilla-central/rev/b7750fa69be6
Assignee | ||
Updated•2 years ago
|
Description
•