From 3eda6c599a680afc2e413e1c92fa7449a9bec006 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 5 Oct 2020 21:40:17 +0200 Subject: [PATCH] update config file --- rtsp-simple-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index ca76721e..8bd9e2ae 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -38,8 +38,8 @@ logFile: rtsp-simple-server.log paths: all: # source of the stream - this can be: - # * record -> the stream is provided by a client with the RECORD command (like ffmpeg) - # * rtsp://existing-url -> the stream is pulled from another RTSP server (proxy mode) + # * record -> the stream is provided by a RTSP client + # * rtsp://existing-url -> the stream is pulled from another RTSP server # * rtmp://existing-url -> the stream is pulled from a RTMP server source: record # if the source is an RTSP url, this is the protocol that will be used to pull the stream