how to display MJPEG over the android
I want to display MJPEG (generated by live camera) in the Android dev开发者_开发问答ice. is this possible to display MJPEG over the android device. if yes then how I will implement it.
WebKit supports MJPEG streams natively. You should be able to use WebView.
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.
精彩评论