Plugin of RootEncoder to stream directly to RTSP player.
Require API 16+
To use this library in your project with gradle add this to your build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.pedroSG94:RTSP-Server:1.4.0'
implementation 'com.github.pedroSG94.RootEncoder:library:2.7.1'
}
The app example need min API 23+ but the library is compatible with API 16+