linsea / UniversalVideoView

A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
https://github.com/linsea/UniversalVideoView
992 stars 272 forks source link

Issue when we play multiple videos at a time. Should play only single video at a time #64

Open shylendramadda opened 4 years ago

shylendramadda commented 4 years ago

When I am using this UniversalVideoView in a recycler view. There are multiple videos on the list, If I tap any video from the list it is playing fine but while playing this if I tap on another video then both videos are playing at the same time. I want to stop the previous one and start the current one Any solution for it?