From 96cd753e277d10fd9e32e8fcb9cb65c661d1e724 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Thu, 1 Dec 2022 13:35:39 +0300 Subject: [PATCH] Adds about RTSP server password to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 369a862d..167fb451 100644 --- a/README.md +++ b/README.md @@ -352,10 +352,15 @@ You can get any stream as RTSP-stream: `rtsp://192.168.1.123:8554/{stream_name}` - you can omit the codec filters, so one first video and one first audio will be selected - you can set `?video=copy` or just `?video`, so only one first video without audio will be selected - you can set multiple video or audio, so all of them will be selected +- you can enable external password protection for your RTSP streams + +Password protection always disabled for localhost calls (ex. FFmpeg or Hass on same server) ```yaml rtsp: - listen: ":8554" + listen: ":8554" # RTSP Server TCP port, default - 8554 + username: admin # optional, default - disabled + password: pass # optional, default - disabled ``` ### Module: WebRTC