You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Use case description
Preload multiple
MediaSource
s simultaneously so that playback of any of them can start immediately in a singleExoPlayer
instance.Proposed solution
It appears the implementation can be similar to
DefaultPreloadManager
by usingPreloadMediaSource
. Parallel preloading could be implemented instead of sequential preloading. Are there any potential blockers to this approach?The text was updated successfully, but these errors were encountered: