wxxsw / GSPlayer

⏯ Video player, support for caching, preload, fullscreen transition and custom control view. 视频播放器,支持边下边播、预加载、全屏转场和自定义控制层
MIT License
433 stars 101 forks source link

Video Sound issue #61

Open MrAngrez opened 2 years ago

MrAngrez commented 2 years ago

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

mightyG commented 2 years ago

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