From 871aebf5368b56175a8938f39f7ecab3ae1ce185 Mon Sep 17 00:00:00 2001 From: aler9 Date: Sun, 29 Dec 2019 09:29:44 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a37b072..ed1c1760 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ _rtsp-simple-server_ is a simple, ready-to-use and zero-dependency RTSP server, This software was developed with the aim of simulating a live camera feed for debugging purposes, and therefore to use files instead of real streams. Another reason for the development was the deprecation of _FFserver_, the component of the FFmpeg project that allowed to create a RTSP server with _FFmpeg_ (but this server can be used with any software that supports RTSP). Features: -* Supports reading and publishing streams +* Supports reading streams via UDP and TCP +* Supports publishing streams via UDP and TCP * Supports one publisher at once, while readers can be more than one -* Supports reading via UDP and TCP -* Supports publishing via UDP and TCP +* Supports the RTP/RTCP streaming protocol