Step 1. Add the JitPack repository to your build file
Add it in your root settings.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Add to pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Step 2. Add the dependency
dependencies {
implementation 'com.github.VideoExpertsGroup:MediaPlayerSDK:'
}
dependencies {
implementation("com.github.VideoExpertsGroup:MediaPlayerSDK:")
}
<dependency>
<groupId>com.github.VideoExpertsGroup</groupId>
<artifactId>MediaPlayerSDK</artifactId>
<version></version>
</dependency>
libraryDependencies += "com.github.VideoExpertsGroup" % "MediaPlayerSDK" % ""
:dependencies [[com.github.VideoExpertsGroup/MediaPlayerSDK ""]]
This is a non-commercial version of VXG Media SDK for Android. Playback is limited to 2 minutes. Commercial use and access to extra features requires a license. Learn more about <a href="https://www.videoexpertsgroup.com">VXG RTSP SDK.</a>
SDK consists of three modules:
Player module can be used for IPTV, Android client of surveillance system, IP camera viewer, TV player, OTT clients and other kinds of applications with video playback. Encoding module can be used for any kind of mobile video broadcasting: home surveillance, social networks, etc. Source code of samples can be provided.
Main features:
Additional features:
Supported file formats and network protocols:
Supported subtitles:
Quick Integration and simple using:
Main Features:
Learn more about <a href="https://www.videoexpertsgroup.com">Cloud Video Surveillance</a>