Feature - Support AV1 and more Codecs automatically. #17
ThatGuySam
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is that you could take any input video URL and automatically get the most modern format compatible with the device.
This would probably require deploying a web component that can be imported via Native Browser module or npm package
Example Implementation with Web Component and MP4 Video
And that effectively render out to something like the following:
The browser will load the first format it knows.
References
Beta Was this translation helpful? Give feedback.
All reactions