m3u8 直播应用程序
我是否必须使用插件才能在 Android 应用程序中播放电视视频直播流(.m3u8)?
我正在使用 Surface 和媒体播放器来展示它。
Do i have to use a plug in to play TV Video Live streaming(.m3u8) in android application??
I'm using Surface and Media Player to show it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自 API 级别 11 起支持 HTTP 直播流,只要您的应用程序的目标是在 GingerBread(API 级别 11)上运行,您不需要任何其他内容来播放视频。
如果您的应用程序的目标是在较旧的 Android 系统(2.2 或 2.1)上运行,有一些第三方框架可以帮助您填补空白,请查看 维塔米奥。
HTTP Live Streaming is supported since API Level 11, as long as your app is targeting to run on GingerBread (API Level 11), You don't need anything else to play the video.
If your app is targeting to run on a older Android system (2.2 or 2.1), there are some third party framework that help you fill the gap, check out Vitamio.