Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedroSG94/RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
https://github.com/pedroSG94/RTSP-Server

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# RTSP-Server

[![Release](https://jitpack.io/v/pedroSG94/RTSP-Server.svg)](https://jitpack.io/#pedroSG94/RTSP-Server)

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:

```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.pedroSG94:RTSP-Server:1.3.0'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.6'
}

```