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

Implementation of BasePreloadManager that preloads multiple MediaSources simultaniously #2078

Open
o-kyrych opened this issue Jan 25, 2025 · 0 comments

Comments

@o-kyrych
Copy link

Use case description

Preload multiple MediaSources simultaneously so that playback of any of them can start immediately in a single ExoPlayer instance.

Proposed solution

It appears the implementation can be similar to DefaultPreloadManager by using PreloadMediaSource. Parallel preloading could be implemented instead of sequential preloading. Are there any potential blockers to this approach?

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

2 participants