From 52277cf7cb5a6561c8c2dc2ac0b2b8c61f14480b Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Wed, 27 May 2020 08:51:18 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ac7ba5..102b7ad2 100644 --- a/README.md +++ b/README.md @@ -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