From 99009c8d7856962bd0327d3c8af7a993af0b9a16 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Tue, 30 Jun 2020 16:11:05 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3534c9a0..826b9056 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ docker run --rm -it -v $PWD/conf.yml:/conf.yml -p 8554:8554 aler9/rtsp-simple-se To change the configuration, it's enough to edit the file `conf.yml`, provided with the executable. The default configuration is [available here](conf.yml). -#### Usage as an RTSP Proxy +#### Usage as RTSP Proxy An RTSP proxy is usually deployed in one of these scenarios: * when there are multiple users that are receiving a stream and the bandwidth is limited, so the proxy is used to receive the stream once. Users can then connect to the proxy instead of the original source.