Android 2.x 上的 HTTP 直播是 NDK 的唯一出路
我正在开发一个需要使用 HTTP Live Streaming 协议渲染视频流的应用程序。据我所知,它仅在 Android 3.0 上受支持(2.3 也支持吗?)。我的问题是对于 2.1 和 2.2 手机,除了使用 NDK 开发库之外还有其他方法吗?有人用过Nexstream SDK吗?请指出一些方向,是NDK还是可用的第三方SDK。
谢谢 射线
I am working on an app that needs to render video streaming using the HTTP Live Streaming protocol. From what I read it is only supported on Android 3.0(Does 2.3 support it too?). My question is for 2.1 and 2.2 phones, are there any other ways than developing a library using NDK? Has anyone used the Nexstream SDK? Please pointing out some directions, be NDK or available 3rd party SDK.
Thanks
Ray
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了回答我自己的问题,有第三方库。 Akamai的库相当不错。
To answer my own question, there 3rd party libraries. Akamai's library is fairly good.