需要在 iPhone 上播放 Flash 视频

发布于 2024-09-05 05:51:14 字数 173 浏览 1 评论 0原文

我正在为客户构建这个 iPhone 应用程序,他们有大量的 Flash 视频文件需要播放/流式传输到 iPhone。我知道 iPhone 本身不支持 flv 播放,但是我能做些什么来解决这个问题吗?

如果有帮助,他们正在使用其网站上的 akamai flash 播放器来播放这些视频文件。

提前致谢。

I am building this iphone app for a client and they have a large set of flash video files that they need to play/stream to the iphone. I understand that the iphone doesnt natively support flv playback but isnt there anything I can do to get around this problem?

In case it helps, they are using the akamai flash player on their website to play these video files.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

涫野音 2024-09-12 05:51:15

是的! - 您可以将所有视频转换为 m4v 格式。

Yes! - You can convert all the videos to m4v format.

一百个冬季 2024-09-12 05:51:15

有一个 javascript hack 可用,但只有安装在客户端 Web 服务器上时它才有效。它也相当笨重和缓慢,并且可能会缩短电池寿命。

由于您正在处理视频,因此解决方法是将其转换为 mp4 格式。

简短的回答:没有闪光灯,但转换可以满足您的需要。

There's a javascript hack available, but it will only work if it's installed on the clients web server. It's also pretty clunky and slow and will likely murder battery life.

A workaround, since you're working with video, is to convert to mp4 format.

Short answer: no flash, but conversion will do what you need.

紫竹語嫣☆ 2024-09-12 05:51:15

akamai 实际上支持 h.264 内容的“自动打包”,这可能是您的最佳选择。通过上传 1 个或多个 h.264 文件,您可以使用这些文件为您的 Flash 播放器提供服务,并且 akamai 还会为 iPhone 自动打包它们(将它们分块到 .ts 文件中,并为动态移动流媒体创建 .m3u8 参考文件)。

这使您无需为移动设备和网络进行单独的编码,从而节省金钱和时间,以便您可以利用现有的存档。

akamai actually supports "auto-packaging" of h.264 content which may be your best option here. By uploading 1 or more h.264 files you can use those to both serve your Flash player, and akamai will also auto-package them for iPhone (chunking them into .ts files and creating an .m3u8 reference file for dynamic mobile streaming).

This allows you to not have separate encodes for mobile and web, thus saving money and time so you can leverage your existing archive.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文