Embed live video in Android app

Has anyone found a way to easily embed ontream video into an Android app? I sent emails in support of ustream but did not reply. I tried with webview and playerview but worked. There is a way to do this iOS. here is the link How to Embed Ustream Video in iOS Any help would be really appreciated.

+4
source share
1 answer

Paste using WebView , then enable JavaScript using

webview.getSettings () setJavaScriptEnabled (true) ;.

+1
source

Source: https://habr.com/ru/post/1440480/


All Articles