From cb7a57091109907455d0ae846eb741725499f4c1 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:54:18 +0200 Subject: [PATCH] update docs --- rtsp-simple-server.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index 4afe61a8..74d22b7a 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -127,9 +127,10 @@ paths: # source of the stream - this can be: # * publisher -> the stream is published by a RTSP or RTMP client # * rtsp://existing-url -> the stream is pulled from another RTSP server - # * rtsps://existing-url -> the stream is pulled from another RTSP server, with RTSPS + # * rtsps://existing-url -> the stream is pulled from another RTSP server with RTSPS # * rtmp://existing-url -> the stream is pulled from another RTMP server # * http://existing-url/stream.m3u8 -> the stream is pulled from another HLS server + # * https://existing-url/stream.m3u8 -> the stream is pulled from another HLS server with HTTPS # * redirect -> the stream is provided by another path or server source: publisher