Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pedroSG94/RTSP-Server
- Owner: pedroSG94
- License: apache-2.0
- Created: 2019-02-13T10:48:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T17:52:02.000Z (4 months ago)
- Last Synced: 2024-07-26T23:49:37.483Z (3 months ago)
- Language: Kotlin
- Size: 268 KB
- Stars: 197
- Watchers: 4
- Forks: 60
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}```