1

I want to display MJPEG (generated by live camera) in the Android device. is this possible to display MJPEG over the android device. if yes then how I will implement it.

Kamran Omar
  • 1,815
  • 9
  • 31
  • 49
  • Kindly [review a good example with code][1] and ask a mode detailed question. [1]: http://stackoverflow.com/questions/3205191/android-and-mjpeg – Walter K Mar 03 '12 at 00:38

2 Answers2

0

I too tried using using a WebView control to display mjpeg without success. See Android and MJPEG for info on how to implement an mjpeg player using SurfaceView.

Community
  • 1
  • 1
eric gilbertson
  • 965
  • 7
  • 10
0

WebKit supports MJPEG streams natively. You should be able to use WebView.

EightyEight
  • 3,430
  • 4
  • 36
  • 67
  • i try it.i think it is event not possible with the WebView. Live camera link is following :http://82.95.192.129:443/axis-cgi/mjpg/video.cgi?camera=1&resolution=352x288 – Kamran Omar Oct 20 '10 at 09:25