I want to display a live-streaming on my android application (from a IP camera in this case) using the URL of the streaming.
The streaming is being shown on a webpage, so basically what I want to do is to display it from to the webpage, straight to my application.
Should I use Picasso, WebView
or ImageView
in this case?, which one is more efficient and why? or should I use another tool?
Thanks very much for reading, I´m kinda lost with this.
Picasso and ImageView can't deal with video streaming. You should use VideoView, but it is very limited for various media formats, at first try it, if it don't work, try
I used this 3 libraries, and it depends what kind of stream is it, all have their good and bad sides, depends on stream format.