【问题标题】:Playing live streaming video apart from using MPMoviePlayerController除了使用 MPMoviePlayerController 播放实时流媒体视频
【发布时间】:2014-10-13 14:35:13
【问题描述】:

我有一个问题(音频问题)使用 MPMoviePlayerController 播放实时流媒体视频,原因不同My existing query for that related to VideoCore

[MPMoviePlayerController alloc] initWithContentURL:url]

我的问题是,除了在 iOS 中使用 MPMoviePlayerController 之外,还有其他方法可以用来播放实时流媒体视频吗?请提出建议。

谢谢

【问题讨论】:

  • 流媒体是什么格式? m3u8?

标签: ios objective-c live-streaming


【解决方案1】:

尝试使用 AVPlayer

Here is the documentation from apple to it.

Here is the example apple provided for it.

不像MPMoviePlayerController那么简单,但它可以让你更好地控制它。

编码愉快。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-01-25
    • 1970-01-01
    相关资源
    最近更新 更多