From 8388461589db3e2070000106fa977cf3093afbbc Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Thu, 2 Jul 2020 08:34:19 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 826b9056..c37d3362 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ An RTSP proxy is usually deployed in one of these scenarios: Edit `conf.yml` and replace everything inside section `paths` with the following content: ```yaml paths: - # insert one or more entries proxied: # url of the source stream, in the format rtsp://user:pass@host:port/path source: rtsp://original-url @@ -89,7 +88,7 @@ Start the server: ./rtsp-simple-server ``` -Users can then connect to `rtsp://localhost:8554/proxied`, instead of connecting to the original url. +Users can then connect to `rtsp://localhost:8554/proxied`, instead of connecting to the original url. The server supports any number of source streams, it's enough to add additional entries to the `paths` section. #### Publisher authentication