# RTSP-Server **Repository Path**: scrystally/RTSP-Server ## Basic Information - **Project Name**: RTSP-Server - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-21 - **Last Updated**: 2025-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.6' implementation 'com.github.pedroSG94.RootEncoder:library:2.6.1' } ```