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

URLs are handled by the video subsystem, but image loading should work as well. #32

Open
hzeller opened this issue May 3, 2020 · 0 comments

Comments

@hzeller
Copy link
Owner

hzeller commented May 3, 2020

The AV subsystem can load content from URLs, however, we should have this functionality in general to download content.

In the simplest case, we can re-use the network handling in the AV libraries if they are somewhat exposed in the API.

Storing in a a tmp file, opening it and handing file-descriptors around to image and video subsystem to easily rewind and read from there could then be the next step.

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