update readme

This commit is contained in:
Alessandro Ros 2020-05-27 08:51:18 +02:00 committed by GitHub
parent a5eb30614c
commit 52277cf7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ This software was developed with the aim of simulating a live camera feed for de
Features:
* Read and publish streams via UDP and TCP
* Each stream can have multiple video and audio tracks, encoded in any format
* Publish multiple streams at once, each in a separate path, that can be read by multiple users
* Each stream can have multiple video and audio tracks
* Supports the RTP/RTCP streaming protocol
* Supports authentication for publishers
* Run a script when a client connects or disconnects
* Supports authentication
* Supports running a script when a client connects or disconnects
* Compatible with Linux, Windows and Mac, does not require any dependency or interpreter, it's a single executable
## Installation