A Ajws Member Licensed User Oct 9, 2017 #1 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...
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...
R ronell Well-Known Member Licensed User Longtime User Oct 9, 2017 #2 see if the browser supports the video format B4X: WebView1.LoadUrl("https://html5test.com/") Upvote 0
A Ajws Member Licensed User Oct 9, 2017 #3 ronell said: see if the browser supports the video format B4X: WebView1.LoadUrl("https://html5test.com/") Click to expand... 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 said: see if the browser supports the video format B4X: WebView1.LoadUrl("https://html5test.com/") Click to expand... 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) ??
R ronell Well-Known Member Licensed User Longtime User Oct 9, 2017 #4 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2017 #5 I recommend you to use ExoPlayer for video playback. Upvote 0
A Ajws Member Licensed User Oct 10, 2017 #6 Erel said: I recommend you to use ExoPlayer for video playback. Click to expand... but i need to load html page with video not only video link... can i load html pages with exoplayer ??? Upvote 0
Erel said: I recommend you to use ExoPlayer for video playback. Click to expand... but i need to load html page with video not only video link... can i load html pages with exoplayer ???
Erel B4X founder Staff member Licensed User Longtime User Oct 10, 2017 #7 No. You need to find the video link in the html and load it. Upvote 0