From 95559faeb96bfa259d3a1aa074c5443f551dfbc8 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:36:38 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 072141be..9b613577 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,6 @@ There are two ways to change the configuration: * included into the release bundle * available in the root folder of the Docker image (`/rtsp-simple-server.yml`) - * also [available here](rtsp-simple-server.yml). * By overriding configuration parameters with environment variables, in the format `RTSP_PARAMNAME`, where `PARAMNAME` is the uppercase name of a parameter. For instance, the `rtspPort` parameter can be overridden in the following way: @@ -154,7 +153,7 @@ serverKey: server.key serverCert: server.crt ``` -Streams can then be published and read with the `rtsps` scheme and the 8555 port: +Streams can then be published and read with the `rtsps` scheme and the `8555` port: ``` ffmpeg -i rtsps://ip:8555/...