在ios中播放原始视频数据
我有一个音频文件和一个视频文件,分别包含原始音频和视频数据。我已经使用 CoreAudio 和 AudioToolBox 框架在 ios 上成功播放了音频文件。现在我想播放视频文件。我尝试使用 AVFoundation Framework 的 AVPlayer 播放视频文件,但没有运气,它给出以下错误:
Error Domain=AVFoundationErrorDomain Code=-11800 “操作无法完成。(AVFoundationErrorDomain 错误 -11800。)” UserInfo= 0x5e6b990 {}
那么任何人都可以帮助我吗? ios 中是否有一些框架用于为视频数据分配缓冲区并在回调中渲染数据等。
谢谢,
I have an audio file and a video file containing raw audio and video data respectively. I have successfully played the audio file on ios using CoreAudio and AudioToolBox Frameworks. Now I want to play the video file. I have tried playing the Video File using AVPlayer of AVFoundation Framework, but no luck, it gives the following error:
Error Domain=AVFoundationErrorDomain Code=-11800 "The operation couldn’t be completed. (AVFoundationErrorDomain error -11800.)" UserInfo=0x5e6b990 {}
So can anyone please help me out. Are there some frameworks in ios for allocating buffer for the video data and rendering the data in a callback etc.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论