eneim / toro

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

Videos Start Playing onScroll even after pausing it manually in Container. #490

Open androidvk opened 4 years ago

androidvk commented 4 years ago

Thank you for the amazing library @eneim , Will surely buy a coffee if I succeed in my project.

Inside container videos start playing on scroll, even after pausing it through the controller.

I have checked toro facebook demo. It is also having same kind to issue.

eneim commented 4 years ago

@androidvk How deep you are integrating toro in your App? Manual playback is quite complicated. If you can switch to this library, also created by me I can assist you better. If you cannot change, please leave a comment and give me your current code (just the part you use toro) I will take a look.

androidvk commented 4 years ago

Hello @eneim my code is in java. that's why I won't be able to use the library you suggested. Everything is working fine. But I don't know why paused video starts playing on scroll automatically.

eneim commented 4 years ago

@androidvk Please show me your current code if you still want to implement this.