- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Apr 2024 23:35:28 +0000
- To: public-webrtc-logs@w3.org
> I'd prefer not to link "duplicate" to the codec match algorithm because the match algorithm has issues: If we don't link to it then what does "duplicate" mean? We need to fix those issues in the match algorithm then I think (or disallow duplicates). In my mind, the starting point for this API seems to be: ```js const {codecs} = RTCRtpReceiver.getCapabilities("video"); // sort codecs by e.g. mimeTypes like "video/H264", "video/VP9" videoTransceiver.setCodecPreferences(codecs); ``` And in this model, any duplicate would appear to be a programming error. When would it not be? -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2955#issuecomment-2060072787 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 April 2024 23:35:29 UTC