问题
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