Preload multiple videos
Hi,
I need to be able to preload/prebuffer mutiple video streams (standard mp4 streams) before playing them so that they will start instantly. I need to be able to that while another Video is playing. Is this possible? How do I do that?
Thanks a lot for this great library!
@cubatertech This produces performance issue before, so I discourage it. If you really want to do that, you can manually call playerView.setMediaSource(mediaSource, false) in ViewHolder's bind method.
I have actually the same need. Do you use more than one playerinstance?
@escamoteur What I can say now is I'm re-designing Toro with this use case in mind. It is not easy though, since having multi player at once is not a good practice. So my problem to solve is to have a way to safely setup the preload and fallback for old devices. Any investigation is also welcome :D.
@eneim Any progress on this issue? I really need this feature
any update for this issue @eneim