Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
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.1.9'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.0'
}