Using webview to display MJPEG stream in android application
Hi , i am currently developing a an android application and i am trying to get the video streaming from the robot TurtleBot
on gazebo
. So i used the ROS web_video_server
to get the video from the topic , and i put the link in a webview
widget to visualize the video on the application . It worked but the problem is that the webview
is a bit slow therefor the frame rate drops down drastically ( from 30 fps to 15 fps ) . So is there any other methods to visualize an MJPEG streaming on android ?