在我的项目中,我使用ffmpeg库进行udp流媒体或远程播放mp4视频文件。
但通常我也使用AVPlayer https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVPlayer_Class/index.html播放mp4或phasset。
是否有可能或有人让它与AVPlayer播放远程mp4视频?
如果不可能,你能给我解释一下原因吗?
谢谢。
正如@Andrey提到的,这是可能的。我使用了https://developer.apple.com/library/ios/samplecode/AVPlayerDemo/History/History.html#//apple_ref/doc/uid/DTS40010101-RevisionHistory-DontLinkElementID_1示例代码
完全可以用AVPlayer远程播放mp4。只需在AVPlayer实例中提供一个url。