@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
[](https://github.com/aler9/rtsp-simple-server/actions?query=workflow:test)
[](https://github.com/aler9/rtsp-simple-server/actions?query=workflow:lint)
[](https://codecov.io/gh/aler9/rtsp-simple-server/branch/main)
[](https://hub.docker.com/r/aler9/rtsp-simple-server)
_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:
@@ -16,7 +17,7 @@ Features:
* Serve multiple streams at once in separate paths
* Encrypt streams with TLS (RTSPS)
* 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
* 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