Skip to content
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

Safari and Chrome exposes different settings for canvas capture tracks #101

Open
youennf opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@youennf
Copy link

youennf commented Jun 19, 2024

As per https://jsfiddle.net/mqxcr3zv/, Safari exposes width and height.
Chrome exposes aspectRatio, deviceId, frameRate, width, height, resizeMode.
Not sure about Firefox.

It triggers a compatibility issue as frameRate was used to configure a WebCodecs encoder and no frame rate was given to Safari.
It would be good to get consistency across user agents to get better interoperability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant