Closed
Bug 1863534
Opened 2 years ago
Closed 1 year ago
Remove RTCRtpEncodingParameters.ssrc/fec/rtx
Categories
(Core :: WebRTC: Signaling, task, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
Details
Attachments
(1 file)
These have never done anything in Firefox, and aren't in webrtc-pc or webrtc-extensions. @jib, is it likely that these will be in any specification anytime soon?
Comment 3•2 years ago
|
||
Moreover, we generally want to only include in WebIDL what we actually implement, to not hide tech debt. We appear to support:
transceiver.sender.getParameters() = {
"codecs": [],
"headerExtensions": [],
"rtcp": {
"cname": "",
"reducedSize": false
},
"encodings": [
{
"active": true,
"maxBitrate": 50000,
"maxFramerate": 30,
"priority": "low",
"rid": "a",
"scaleResolutionDownBy": 2
}
],
"transactionId": "{d615ca54-5ba0-4415-bf8c-d6ef26d7e928}"
}
Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
There is an r+ patch 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 BugBot documentation.
Flags: needinfo?(smaug)
Flags: needinfo?(docfaraday)
Updated•2 years ago
|
Flags: needinfo?(smaug)
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7c830bff0857
Remove RTCRtpEncodingParameters.ssrc/rtx/fec. r=jib,webidl,smaug
Comment 7•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(docfaraday)
You need to log in
before you can comment on or make changes to this bug.
Description
•