pedroSG94 / RTSP-Server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTSP-Server

Release

Plugin of RootEncoder 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.2.8'
  implementation 'com.github.pedroSG94.RootEncoder:library:2.4.5'
}

About

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

License:Apache License 2.0


Languages

Language:Kotlin 100.0%