Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 539 Bytes

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.0.9'
  implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.0.5'
}