-
Notifications
You must be signed in to change notification settings - Fork 15
[Feature request] Preload #12
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
Comments
Please try this: |
@FoksWang I have, this will cache but not preload. |
I understand what you mean. Indeed, this library has no preload features. |
@FoksWang any intention of adding it? I could help. |
@Ludotrico |
@FoksWang I must ask you, why not make your library open source so that others can improve it when you don't have time? Also, if you do start working on this preload feature, please reach out to me or to a developer that understands the use case well to specify requirements. For example, keeping track of URL tasks and cancelling preloads is extremely important in a tik-tok like video application where videos are in a scroll view. |
@Ludotrico First of all, thank you very much for you want to add more features to this library. I created this library to verify a commercial project in the beginning. The commercial code provides CocoaPods support and guarantees that the source code still belongs to the company (private), which is why it is not open source. I am working on another media project right now this year, so I will just do some bug fixes. New features will not be added until my media project has reached a stage. Unless fatal issues, it is not the first priority, please understand. |
Uh oh!
There was an error while loading. Please reload this page.
Pre-loading is a common use case these days because users expect videos to load instantly in scroll views.
API Details:
Let me know if you need help implementing these. Should be relatively straightforward.
The text was updated successfully, but these errors were encountered: