GSPlayer
GSPlayer copied to clipboard
Video Sound issue
Video sound stops when you move to silent mode but the change the volume to up
This is an AVKit thing. Just add the following code somewhere in your app, e.g. AppDelegate
do { try AVAudioSession.sharedInstance().setCategory(.playback) } catch(let error) { print(error.localizedDescription) }