Adakhan

Results 2 comments of Adakhan

Hi, if you use BMPlayer, you should override this function in `BMPlayer.swift` `import AVFoundation` `import AVKit` ``` @objc fileprivate func fullScreenButtonPressed() { let playerViewController = AVPlayerViewController() playerViewController.player = avPlayer var...

I tried to set `allowBackgroundAudio` = `false`. Probably it fixed the problem.