iPhone - 因未使用 HTTP Live Streaming 协议而被拒绝

发布于 2024-09-06 19:14:28 字数 249 浏览 7 评论 0原文

我的第一个申请因未使用 HTTP 实时流协议而被拒绝。

好的,现在我已经阅读了一些内容,显然我需要使用 Apple 的“HTTP 实时流媒体工具”将我的视频重新编码为各种文件,以便可以进行流式传输。 那么我是否正确,我不必更改二进制文件/代码中的任何内容来刷新我的应用程序,或者 iOS 中是否有一个我必须实现的真正的“协议”,或者这都是服务器端。

另外,我只有“静态”视频,没有真正的流,所以我需要的只是 mediafilesegmenter,对吧?

My first application got rejected for not using the HTTP Live Streaming Protocol.

Ok, now I have done some reading, and apparently I need to re-encode with Apples 'HTTP Live Streaming Tools' my videos into various files so it can be streamed.
So am I correct, that I don't have to change anything in my binary/code to refresh my app or is there a real "protocol" in iOS which I have to implement or is this all server side.

Also I only have 'static' videos and no real stream, so all I need is the mediafilesegmenter, right?

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

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

发布评论

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

评论(1

累赘 2024-09-13 19:14:28

我建议使用名为 Encoding.com 的服务。他们提供了一项非常出色的服务,可以将您的 MOV 转换为按需自适应 iPhone 流媒体版本,然后您可以从您的应用程序调用该版本。因此,您的应用程序需要做的就是调用新的 .m3u8 自适应流文件而不是 MOV。

希望这有帮助!

I would recommend utilizing a service called Encoding.com. They offer a really great service that will take your MOV's and convert them to on demand adaptive iphone streaming versions which you can then call from your app. So all your app will need to do is call your new .m3u8 adaptive streaming file rather than the MOV.

Hope this helps!

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