Skip to content Skip to sidebar Skip to footer

Embed Ustream Live Video In Android App

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

Solution 1:

Embed using WebView then enable JavaScript using

webview.getSettings().setJavaScriptEnabled(true);


Post a Comment for "Embed Ustream Live Video In Android App"