IPCamView
An extended ImageView that can stream MJPEG videos.
Usage:
Adding the depencency
Add this to your root build.gradle file:
Now add the dependency to your app build.gradle file:
Loading a MJPEG stream
- XML
- Java
NOTE:
The start() method is required in order to start the MJPEG stream. You can also stop the stream by calling the stop() method.
See the sample project to clarify any queries you may have.