api.video Android player
api.video is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
Table of contents
Project description
Easily integrate a video player for videos from api.video in your Android application.
Getting started
Installation
Gradle
In your module build.gradle
, add the following code in dependencies
:
dependencies {
implementation 'video.api:android-player:1.0.0'
}
Permissions
In your AndroidManifest.xml
, add the following code in
:
<uses-permission android:name="android.permission.INTERNET" />