标签: ios objective-c xcode7 mpmovieplayercontroller live-streaming
MPMoviePlayerController可以用于从IP Camera流式传输吗?如果没有,那么controller对此有用吗?
MPMoviePlayerController
controller
答案 0 :(得分:0)
iOS9中不推荐使用MPMoviePlayerController,
Apple Docs, MPMoviePlayerController
以下是Apple使用AVFoundation和实时流式传输的示例项目
AVFoundationQueuePlayer-iOS: Using a Mixture of Local File Based Assets and HTTP Live Streaming Assets with AVFoundation