PhoneGap Play m3u8 Video

雨燕双飞 提交于 2019-12-13 02:08:08

问题


I have an index.html with an iframe and inside that iframe I have the following code:

<a id="watch-live-btn" href="http://the.location.to/playlist.m3u8" target="_parent"></a>

The video plays fine on iOS and when I hit "Done" I'm sent back to the app with no problems. When I try this on Android it just sits there for some time doing nothing. The app is still active in the mean time.

iOS: 6.1 Android 4.0.4


回答1:


You can make use of a phonegap plugin. There is one already created here for playing videos:

https://github.com/macdonst/VideoPlayer

If you want to stream on android pre 3.0 you can modify the plugin to use the Vitamio library as well:

http://www.vitamio.org/en/Download/



来源:https://stackoverflow.com/questions/16949510/phonegap-play-m3u8-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!