Closed Bug 1863534 Opened 2 years ago Closed 1 year ago

Remove RTCRtpEncodingParameters.ssrc/fec/rtx

Categories

(Core :: WebRTC: Signaling, task, P3)

task

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?

^

Flags: needinfo?(jib)

No, we should just remove them.

Flags: needinfo?(jib)

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}"
}

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)
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
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Flags: needinfo?(docfaraday)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: