使用相同的技术将视频流传输到 iOS、Android 应用程序
我想知道将视频流式传输到 iOS 和 Android 应用程序的最佳方式。 我想对所有移动操作系统使用相同的技术。
我认为使用 HTTP Streaming Live 因为这是 IOS 支持的唯一协议。 但我不知道 HLS 是否适用于 Android、Blackberry 和 Windows Phone。
如果我使用HTTP直播,我不需要使用像Wowza或DSS这样的流媒体服务器,对吗?
问候
阿莱纳尔
I would like to know the best way to stream video to an iOS and Android app.
I would like to use the same technology for all mobile operating system.
I think to use the HTTP Streaming Live because this is the only protocol supported by IOS.
But I do not know if the HLS works on Android, Blackberry and Windows Phone.
If I use the HTTP Live Streaming, I do not need to use a streaming server like Wowza or DSS, right?
Regards
Aleanar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android 平板电脑版本(3.0+)仅支持 HTTP 直播流,但(几乎)所有版本都支持 rtsp 流。
the android tablet versions (3.0+) only supports HTTP Live Streaming, but (nearly) all versions support rtsp streaming.
尽管诺基亚和黑莓等传统手机不支持 HLS,但 HLS 应该是您的首选协议。如果您正在创建本机应用程序,则可以使用支持 HLS 的第三方播放器并将其嵌入到您的应用程序中。
HLS should be your protocol of choice although it is not supported by legacy handsets such as Nokia and Blackberry. If you are creating native applications it is possible to use third party players supporting HLS and embed that in your application.