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

Efficient support for preload='metadata' #438

Open
bvibber opened this issue Sep 26, 2016 · 0 comments
Open

Efficient support for preload='metadata' #438

bvibber opened this issue Sep 26, 2016 · 0 comments

Comments

@bvibber
Copy link
Owner

bvibber commented Sep 26, 2016

Currently only preload='none' and 'auto' are supported; if 'metadata' is specified we'll still load a one-megabyte chunk and fire up the decoders.

Once network layer is redone should be easier to have read only a short bit at beginning. May be able to avoid starting the decoder threads depending on whether it's supposed to be exposing file width/height or just duration. (check spec)

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

No branches or pull requests

1 participant