From feb57da8f04e69b73d92d9e103a9d5893873178c Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:29:15 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85e958be..b66eca49 100644 --- a/README.md +++ b/README.md @@ -16,21 +16,21 @@ Features: * Client * Query servers about available streams * Read - * Read streams from servers with UDP, TCP or TLS (RTSPS) + * Read streams from servers with UDP, TCP or TLS/RTSPS * Switch protocol automatically (switch to TCP in case of server error or UDP timeout) * Read only selected tracks of a stream * Pause or seek without disconnecting from the server * Generate RTCP receiver reports automatically * Publish - * Publish streams to servers with UDP, TCP or TLS (RTSPS) + * Publish streams to servers with UDP, TCP or TLS/RTSPS * Switch protocol automatically (switch to TCP in case of server error) * Pause without disconnecting from the server * Generate RTCP sender reports automatically * Server * Handle requests from clients * Sessions and connections are independent - * Read streams from clients with UDP, TCP or TLS (RTSPS) - * Write streams to clients with UDP, TCP or TLS (RTSPS) + * Read streams from clients with UDP, TCP or TLS/RTSPS + * Write streams to clients with UDP, TCP or TLS/RTSPS * Generate RTCP receiver reports automatically * Utilities * Encode and decode RTSP primitives, RTP/H264, RTP/AAC, SDP