播放视频的 iPhone 应用程序是否需要自适应流媒体(实时 http 流媒体)?
我们正在创建一个视频密集型应用程序,并希望确保需要自适应流媒体(假设我们需要编写一个自动转码和分段系统来支持这一点)。有谁知道 YouTube 应用程序是否使用自适应流式传输?
We are creating a video intensive app and want to be sure that adaptive streaming is required (given that we need to write an automated transcoding and segmentation system to support this). Does anyone know if the YouTube app is using adaptive streaming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。从文档中,您可以阅读:
Yes. From the documentation you can read:
我不认为 YouTube 应用使用自适应流式传输。它看起来绝对不像iPad 上的那样。但它确实有 wifi 和 3G 模式,但我不认为它具有完全自适应流媒体功能。
对于您的应用程序,如果允许通过 3G 进行流传输,那么您需要使其具有自适应性。但如果您只是制作一个用于 wifi 的应用程序,那么您就不需要。
I don't think the YouTube app uses adaptive streaming. It definatly doesn't look like it does on the iPad. But it does have wifi and 3G modes but I don't think it does fully adaptive streaming.
For your app if its allowed to stream over 3G then yes you are required to make it adaptive. But if you just are making an app for wifi use then you don't.