_rtsp-simple-server_ is a simple, ready-to-use and zero-dependency RTSP/RTMP server and proxy, a software that allows users to publish, read and proxy live video and audio streams. RTSP is a specification that describes how to perform these operations with the help of a server, that is contacted by both publishers and readers and relays the publisher's streams to the readers.
_rtsp-simple-server_ is a simple, ready-to-use and zero-dependency RTSP/RTMP server and proxy, a software that allows users to publish, read and proxy live video and audio streams. RTSP is a specification that describes how to perform these operations with the help of a server, that is contacted by both publishers and readers and relays the publisher's streams to the readers.
@ -16,7 +17,7 @@ Features:
* Serve multiple streams at once in separate paths
* Serve multiple streams at once in separate paths
* Encrypt streams with TLS (RTSPS)
* Encrypt streams with TLS (RTSPS)
* Authenticate readers and publishers
* Authenticate readers and publishers
* Redirect to other RTSP servers (load balancing)
* Redirect readers to other RTSP servers (load balancing)
* Run custom commands when clients connect, disconnect, read or publish streams
* Run custom commands when clients connect, disconnect, read or publish streams
* Reload the configuration without disconnecting existing clients (hot reloading)
* Reload the configuration without disconnecting existing clients (hot reloading)
* Compatible with Linux, Windows and macOS, does not require any dependency or interpreter, it's a single executable
* Compatible with Linux, Windows and macOS, does not require any dependency or interpreter, it's a single executable