BrikerMan / BMPlayer

A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
https://eliyar.biz
MIT License
1.95k stars 418 forks source link

iOS 11.2.6 实机播放 mp4 没有声音 #208

Open hao-li opened 6 years ago

hao-li commented 6 years ago

BMPlayer version

1.0.1

Installed with

Cocoapods

Issue Description

What

实机播放mp4没有声音 使用模拟器(iOS: 11.2),画面和声音均可正常播放 使用实机(iOS: 11.2.6),画面可正常播放,无声音(手机音量调了最大,其他视频APP可正常播放) 直接编译Demo(修改视频地址为可用的mp4地址)打开后仍无声音

补充说明:新找了一部实机试了下,状况如下

手机 状况
iPhone X 模拟器(11.2) 正常
iPhone X 实机(11.2.6) 无声音
iPhone 6 实机(11.2.6) 正常

Other Comment

iPhone X 实机 100%发生(试过重启手机、重新编译安装 APP,只在一部 iPhone X实机上试过)

zachchou commented 6 years ago

静音键打开应该就能听到声音了

hao-li commented 6 years ago

@zachchou 不觉得是这个原因

后来改用 ZFPlayer 效果不错,Swift 完全兼容,几个月来没发生啥问题

zachchou commented 6 years ago

这个只是解决途径之一,终极解决办法就是加一段代码 AVAudioSession *session = [AVAudioSession sharedInstance]; [session setCategory:AVAudioSessionCategoryPlayback error:nil];