GSPlayer icon indicating copy to clipboard operation
GSPlayer copied to clipboard

Video Sound issue

Open MrAngrez opened this issue 3 years ago • 1 comments

Video sound stops when you move to silent mode but the change the volume to up

MrAngrez avatar Mar 08 '22 11:03 MrAngrez

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) }

mightyG avatar Jun 30 '22 21:06 mightyG