私の問題は、webview でビデオを再生する方法です。000webhost でライブ フレンチをセットアップして Android でストリーミングできます
mWebView = (WebView) findViewById( R.id.webView1 ); //This is the id you gave
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setSupportZoom(true); //Zoom Control on web (You don't need this
//if ROM supports Multi-Touch
mWebView.getSettings().setBuiltInZoomControls(true); //Enable Multitouch if supported by ROM
// Load URL
mWebView.loadUrl("http://gumsuminnocent.host56.com/frenchchannel.html");
白い画面だけで動作しません。助けてください。よろしくお願いします。下手な英語で申し訳ありません