Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 492 forks source link

streaming to other android device #8

Open zoharngo opened 11 years ago

zoharngo commented 11 years ago

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.

oach90 commented 11 years ago

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

zoharngo commented 11 years ago

No still searching for solution ..

trionapps commented 9 years ago

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