RTSP-Server

April 1, 2026 ยท View on GitHub

Release Documentation

Plugin of RootEncoder to stream directly to RTSP player.

Compile

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.1'
  implementation 'com.github.pedroSG94.RootEncoder:library:2.7.2'
}

NOTE:

The app example need min API 23+ but the library is compatible with API 16+