Re: [webrtc-pc] RTCRtpParameters.codec matching is probably too strict (#2987)

It depends I suppose; if JS sets VP8 with 60 fps as its preferred codec, and the other end says it wants to do H264, or VP8 with 30fps, should we say "Oh well" and just do H264? If we're going to require that level of granularity for a match, then maybe semantic matching would be sufficient (lexical still breaks, because "max-fs=12288;max-fr=60" won't match "max-fr=60;max-fs=12288", which is clearly wrong).

-- 
GitHub Notification of comment by docfaraday
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2987#issuecomment-2297442310 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 19 August 2024 20:56:42 UTC