People, tell me, I try to play the video on the URL in the WebView, but it does not play on all devices, on what is working, at some not. I use this simple code:
webViewShow = (WebView)findViewById(R.id.webView);
String linkShow = getIntent().getExtras().getString(PARAM_LINK_SHOW);
webViewShow.getSettings().setJavaScriptEnabled(true);
webViewShow.getSettings().setMediaPlaybackRequiresUserGesture(false);
webViewShow.loadUrl(linkShow);
We also note that where not working, it can not be played, and through regular browser.
I added android:hardwareAccelerated="true" in androidManifest