-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should be populated codecs capabilities fmtp lines? #3024
Comments
FWIW, restricting to H264, VP8 and VP9 which are in all browsers for now: For VP8
For H264
For VP9
I wonder how we could converge here. |
If we are clear about what constitutes the "media format" for each codec, and what the defaults are in the absence of fmtp parameters, we can avoid unnecessary negotiation failures. For example: For VP8
For H264
For VP9
For AV1
|
max-fr and max-fs are examples of what I'm thinking of as "scalar" parameters, where matching two codecs needs to consider them, but there are too many possible values to imagine listing them all. The issue here is of course that understanding how these need to match is strongly codec specific. H.264 also has max-recv-level, max-mbps, max-smbps, max-fs, max-cbp, max-dbp and max-br (which, AFAIK, nobody generates, checks or cares about) , which are also "scalars". |
UAs might expose several entries for codecs capabilities with fmtp variants.
Even though different UAs may have the same underlying support, the capabilities exposed might be different.
We should evaluate how different the exposed capabilities are and see how we can converge.
The text was updated successfully, but these errors were encountered: