BMPlayer
BMPlayer copied to clipboard
Video playing in background.
When push other view controller video play in background not stop when i set
- player.pause(allowAutoPlay: false) and
- self.player.pause()
How to resolve this issue? Please Help me.
put that inside the ViewWillDissappear func in the controller
Hey @SirComet i already write that but it does't work, I set forcefully stope or pause Player but is't stope. any other way ?
@Mitesh-Mewada, please write a simple demo~ Then we could work this out together.