iPhone 应用程序中的 flv 视频 URL 流式传输

Posted

技术标签:

【中文标题】iPhone 应用程序中的 flv 视频 URL 流式传输【英文标题】:flv video URL streaming in iPhone Application 【发布时间】:2013-11-07 06:11:33 【问题描述】:

提前致谢。

我想在我的应用程序中播放flvvideo,我该怎么做?有没有代码可以在iphone 应用程序中播放来自url 的flv 视频?

我为此使用以下代码。

NSString* embedhtml = @"\
        <html><head>\
        <style type=\"text/css\">\
        body \
            background-color: transparent;\
        color: white;\
        \
        </style>\
        </head><body style=\"margin:0\">\
        <embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" \
        width=\"%0.0f\" height=\"%0.0f\"></embed>\
        </body></html>";
        NSString* html = [NSString stringWithFormat:embedHTML, url, webViewObj.frame.size.width, webViewObj.frame.size.height];
        [self.webViewObj loadHTMLString:html baseURL:nil];

谢谢

【问题讨论】:

【参考方案1】:

您无法在 iPhone 中播放 flv 视频。苹果不支持。因此,如果您想播放此视频,请在服务器端将其转换为另一种格式。这是解决这个问题的最佳方案。

【讨论】:

以上是关于iPhone 应用程序中的 flv 视频 URL 流式传输的主要内容,如果未能解决你的问题,请参考以下文章

从 iPhone SDK 中的视频 url 创建缩略图

录制 SWF 并转换为 FLV

用JAVA调用ffmpeg实现将各种视频格式转为flv时,怎样做出简单操作的界面?

视频知识点(17)- flv.js 实现播放本地视频文件的技巧

视频知识点(17)- flv.js 实现播放本地视频文件的技巧

播放 RTSP 视频流