-
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: