We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在iOS11的设备上录制的音频文件上传到服务器后,再使用流媒体播放失败,DOUAudioStreamer提示错误:Error Domain=com.douban.audio-streamer.error-domain Code=0 "(null)"
跟踪代码查到的错误是使用 AudioFileStreamParseBytes() 方法解析的时候返回 kAudioFileStreamError_InvalidFile 错误码,但相同的音频源在 iOS8 系统的设备上可以播放(Android也可以播放)
iOS11录制的音频文件: http://vod.wiapi.hexun.com/vod/20180511/28986284_20180511162813355.mp4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在iOS11的设备上录制的音频文件上传到服务器后,再使用流媒体播放失败,DOUAudioStreamer提示错误:Error Domain=com.douban.audio-streamer.error-domain Code=0 "(null)"
跟踪代码查到的错误是使用 AudioFileStreamParseBytes() 方法解析的时候返回 kAudioFileStreamError_InvalidFile 错误码,但相同的音频源在 iOS8 系统的设备上可以播放(Android也可以播放)
iOS11录制的音频文件: http://vod.wiapi.hexun.com/vod/20180511/28986284_20180511162813355.mp4
The text was updated successfully, but these errors were encountered: