Open zoharngo opened 11 years ago
Did you manage to solve this problem? I'm working on a similar project. Any help would be appreciated.
No still searching for solution ..
Add android:hardwareAccelerated="true" in ur manifest file under ur activity tag
could you tell please how can manage to stream the flv to andorid device?
i tried this : webView = (WebView)findViewById(R.id.webview);
webView.getSettings().setJavaScriptEnabled(true); webView.getSettings().setAllowFileAccess(true); webView.getSettings().setPluginsEnabled(true); webView.loadUrl("http://10.0.0.2:8080/");
but i get :+1:
but andorid 4.2 isn't support flash anymore.