BMPlayer icon indicating copy to clipboard operation
BMPlayer copied to clipboard

Video playing in background.

Open Mitesh-Mewada opened this issue 5 years ago • 3 comments

When push other view controller video play in background not stop when i set

  1. player.pause(allowAutoPlay: false) and
  2. self.player.pause()

How to resolve this issue? Please Help me.

Mitesh-Mewada avatar Dec 01 '18 05:12 Mitesh-Mewada

put that inside the ViewWillDissappear func in the controller

SirComet avatar Feb 07 '19 01:02 SirComet

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 avatar Feb 13 '19 13:02 Mitesh-Mewada

@Mitesh-Mewada, please write a simple demo~ Then we could work this out together.

BrikerMan avatar Feb 14 '19 02:02 BrikerMan