Closed
Bug 1926622
Opened 1 year ago
Closed 1 year ago
Implement some missing stats in RTCInboundRtpStreamStats
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: ng)
References
(Blocks 2 open bugs, Regressed 1 open bug)
Details
(Keywords: dev-doc-complete, webcompat:blocked-resources, webcompat:platform-bug)
User Story
https://mozilla-hub.atlassian.net/browse/FFXP-677 platform-scheduled:2025-07-01
Attachments
(2 files)
Firefox is the only browser not supporting this.
Keywords: dev-doc-needed
Updated•1 year ago
|
Keywords: webcompat:platform-bug
Comment 1•1 year ago
|
||
Why do we need this prioritized? I've not run into a situation where a partner asked for it. From the Luna bug, it sounds like we can't support that site for a variety of reasons unrelated to this.
Updated•1 year ago
|
Blocks: 1359872
Keywords: webcompat:blocked
Updated•1 year ago
|
Summary: Implement `keyFramesDecoded` in RTCInboundRtpStreamStats → Implement some missing stats in RTCInboundRtpStreamStats
Comment 2•1 year ago
|
||
- keyFramesDecoded
- totalAssemblyTime
- framesAssembledFromMultiplePackets
- decoderImplementation
Updated•1 year ago
|
Flags: needinfo?(jmuizelaar)
Updated•1 year ago
|
Blocks: webrtc-triage
Updated•1 year ago
|
User Story: (updated)
Updated•1 year ago
|
No longer blocks: webrtc-triage
Comment 3•1 year ago
•
|
||
For reference, the mandatory to implement ones from https://w3c.github.io/webrtc-pc/#mandatory-to-implement-stats:
- "inbound-rtp"
- RTCRtpStreamStats ssrc, kind, transportId, codecId
- RTCReceivedRtpStreamStats packetsReceived, packetsLost, jitter,
- RTCInboundRtpStreamStats trackIdentifier, remoteId, framesDecoded, framesDropped nackCount, framesReceived, bytesReceived, totalAudioEnergy, totalSamplesDuration packetsDiscarded,
(We can look at optional ones of course as well).
Updated•1 year ago
|
User Story: (updated)
Updated•1 year ago
|
Assignee: nobody → mfroman
Updated•1 year ago
|
Assignee: mfroman → nobody
Updated•1 year ago
|
Keywords: webcompat:blocked-resources
Updated•1 year ago
|
Assignee: nobody → ngrunbaum
Updated•1 year ago
|
Assignee: ngrunbaum → nobody
Priority: -- → P3
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → ngrunbaum
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•1 year ago
|
||
Pushed by na-g@nostrum.com:
https://github.com/mozilla-firefox/firefox/commit/34e0606a0150
https://hg.mozilla.org/integration/autoland/rev/bb12399b20da
implement many missing inbound-rtp fields;r=dbaker,webidl,smaug
https://github.com/mozilla-firefox/firefox/commit/7c29865100c9
https://hg.mozilla.org/integration/autoland/rev/73269df3c586
update WPT test support-stats-https.html.ini to expect PASS for implemented stats;r=dbaker
Comment 7•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bb12399b20da
https://hg.mozilla.org/mozilla-central/rev/73269df3c586
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
Comment 8•10 months ago
|
||
FF142 MDN docs work for this is tracked in https://github.com/mdn/content/issues/40478
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•