Embed ustream live video in android app

蓝咒 提交于 2019-12-23 12:29:20

问题


Has anyone found a way to easily embed ustream live video within a android app? I have sent emails to the ustream support, but no response. I tried with webview and playerview but dint work. There is way available to do it iOS. here is the link How to Embed Ustream video into iOS Any help will be really appreciated.


回答1:


Embed using WebView then enable JavaScript using

webview.getSettings().setJavaScriptEnabled(true);



来源:https://stackoverflow.com/questions/12949755/embed-ustream-live-video-in-android-app

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