gpt4 book ai didi

iphone - 如何在iPhone中使用 “HTTP Live Streaming”播放视频?

转载 作者:行者123 更新时间:2023-12-03 18:40:04 37 4
gpt4 key购买 nike

我是 iPhone 开发新手,我正在解析 XML URL 并将其内容显示在表格中,当我单击一行时,使用电影播放器​​播放其相应解析的管 URL。我正在使用媒体播放器框架。这里是我的代码

NSURL *movieURL = [NSURL URLWithString:requiredTubeUrl];

if (movieURL)
{
if ([movieURL scheme])
{
MoviePlayerController *myMovie = [[MoviePlayerController alloc]init];

[myMovie initAndPlayMovie:movieURL];

}

}

这工作正常,但我想使用“HTTP Live Streaming”播放视频。我该怎么做?任何教程和示例代码都会对我更有帮助。谢谢。

最佳答案

Apple 提供了概述以及一些带有流的示例页面。您向 MPMoviePlayer 实例提供播放列表文件 (.M3U8) URL。如果您的服务器设置正确,.M3U8 文件 URL 就足够了。

http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_29

关于iphone - 如何在iPhone中使用 “HTTP Live Streaming”播放视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2720068/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com