Android Samples

Android Sample (Java)

The LiveVideoSample is an Android sample that demonstrates connecting to a mobile server and showing live video from a camera.

When you start, a page appears for login. It asks for login details such as server address, port and user credentials. After you log in successfully, it gets the list of the available cameras on the server, selects a random camera, and shows live camera stream from the selected camera.

Android Sample (Kotlin)

The MilestoneMobileSDKPlaybackSample is an Android sample that shows video playback. When you start, a page appears for login. After you log in successfully, it lists the available cameras on the server. When you click on a specific camera from the list, the application opens another page with Playback mode for the camera. In that mode you can decide to play video backwards or forwards by clicking on the control buttons.

Find MIP SDK Mobile Android samples on GitHub: https://github.com/milestonesys/mipsdk-mobile-android.