eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

Item taking too long to load #424

Closed android4canada closed 5 years ago

android4canada commented 5 years ago

Hello, I followed the BasicDemo and I have URLs for 2 videos on the server. I am using Toro with Exo player I noticed that the recycler view takes long time show the contents (upon start). And when it shows the content, the video starts playing.

1) Is it trying to download the whole video before playing it? Can I change that? 2) Shouldn't the contents such as texts and thumbnail be shown right away? I have all the contents as part of VideoViewHolder ( didn't separate it into two).

Thank you so much

android4canada commented 5 years ago

Figured it out. I need to use values for LoadControl to enable buffering

saadbzu commented 4 years ago

android4canada I also face the same issue how you solve the problem please help