All Projects → pedroSG94 → RTSP-Server

pedroSG94 / RTSP-Server

Licence: Apache-2.0 License
Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.

Programming Languages

kotlin
9241 projects

RTSP-Server

Release

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.

Compile

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.7'
  implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.1.7'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].