Android Question Webview cannot play video on web...

Ajws

Member
Licensed User
Hi all,

i use webview to open some of web to streaming video, but why i cannot play it ? no respond when i click play button, but i can play with google chrome...

help...
 

ronell

Well-Known Member
Licensed User
Longtime User
see if the browser supports the video format
B4X:
WebView1.LoadUrl("https://html5test.com/")
 
Upvote 0

Ajws

Member
Licensed User
see if the browser supports the video format
B4X:
WebView1.LoadUrl("https://html5test.com/")

i get info like this

not support for :
1. MPEG-4 ASP support
2. H.265 Support
3. Ogg Theora Suport

How can i do in order to support point 1 (MPEG-4 ASP) ??
 
Upvote 0

ronell

Well-Known Member
Licensed User
Longtime User
i dont think or i dont know if there is a way to make your browser supports those formats .. lets just wait for the experts if there is a solution
 
Upvote 0
Top