From 44c3d7c5d5893c13a6721e1ca338ac2c6df21dcb Mon Sep 17 00:00:00 2001
From: aler9 <46489434+aler9@users.noreply.github.com>
Date: Tue, 7 Sep 2021 12:16:42 +0200
Subject: [PATCH] update readme
---
README.md | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 6bcbb675..26c459b6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,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://github.com/aler9/rtsp-simple-server/releases)
-[](https://hub.docker.com/r/aler9/rtsp-simple-server)
-[](https://aler9.github.io/rtsp-simple-server)
+
_rtsp-simple-server_ is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols:
@@ -20,7 +13,8 @@ _rtsp-simple-server_ is a ready-to-use and zero-dependency server and proxy that
Features:
-* Publish and read live streams
+* Publish live streams to the server
+* Read live streams from the server
* Act as a proxy and serve streams from other servers or cameras, always or on-demand
* Each stream can have multiple video and audio tracks, encoded with any codec, including H264, H265, VP8, VP9, MPEG2, MP3, AAC, Opus, PCM, JPEG
* Streams are automatically converted from a protocol to another. For instance, it's possible to publish a stream with RTSP and read it with HLS
@@ -35,6 +29,13 @@ Plus:
* 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
+[](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://github.com/aler9/rtsp-simple-server/releases)
+[](https://hub.docker.com/r/aler9/rtsp-simple-server)
+[](https://aler9.github.io/rtsp-simple-server)
+
## Table of contents
* [Installation](#installation)