Streaming videos securely on Android can be a bit challenging, but it can be easily done with Exoplayer! When it comes to streaming videos on Android, Exoplayer can be your go-to media player. It is even used by Google apps such as YouTube and Google TV. Exoplayer allows a lot of customization which enables its adoption for various use cases. Its support of media formats is also very wide, including adaptive streaming formats such as HLS, Dash, and Smooth Streaming. With its support for widevine, you can ensure that your content remains safe Table Of Content What is an ExoPlayer?…
Android
New Android SDK Features Update
We are happy to inform you about major updates to our Android Native and React Native SDK to provide new cool features. Android Native SDK: Exoplayer version upgrade - Upgraded Exoplayer dependency to latest version 2.18.0. Android Native SDK Doc, latest version 1.12.1. Picture in Picture - You can also implement Picture in Picture mode in your app with our player by following the documentation presented here. Auto-Resume - While generating the embed info for a video, the user can also pass the flag enableAutoResume (default: false), to enable the auto-resume of the video playback from the last watched position. The documentation is here at end…