android-eye icon indicating copy to clipboard operation
android-eye copied to clipboard

streaming to other android device

Open zoharngo opened this issue 12 years ago • 3 comments

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.

zoharngo avatar Mar 22 '13 18:03 zoharngo

Did you manage to solve this problem? I'm working on a similar project. Any help would be appreciated.

oach90 avatar Apr 17 '13 21:04 oach90

No still searching for solution ..

zoharngo avatar Apr 18 '13 08:04 zoharngo

Add android:hardwareAccelerated="true" in ur manifest file under ur activity tag

trionapps avatar Aug 12 '14 13:08 trionapps