danylovolokh / VideoPlayerManager

This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it.
3.15k stars 747 forks source link

my video takes a long time to load #81

Open Kevin809 opened 6 years ago

Kevin809 commented 6 years ago

Hello, today I started using this API but I have several problems, first the example I saw at the beginning did not work and I had to download the app and copy the code, then I saw that the APP plays the videos already saved, and mine are URL, I put my videos in the URL and the code as it is here below and I have these problems:

1 - When loading the video from a URL, it takes up to several minutes to play.

2- When you roll down the RecyclerView, the videos above do not stop playing (both videos are played at the same time).

If they helped me, it would be a great relief

balvirjha commented 5 years ago

Facing the same issue. It lost the purpose why it is developed. Its not playing in the recycler view immidiately.