Browse Source

update config file

pull/101/head
aler9 5 years ago
parent
commit
3eda6c599a
  1. 4
      rtsp-simple-server.yml

4
rtsp-simple-server.yml

@ -38,8 +38,8 @@ logFile: rtsp-simple-server.log
paths: paths:
all: all:
# source of the stream - this can be: # source of the stream - this can be:
# * record -> the stream is provided by a client with the RECORD command (like ffmpeg) # * record -> the stream is provided by a RTSP client
# * rtsp://existing-url -> the stream is pulled from another RTSP server (proxy mode) # * rtsp://existing-url -> the stream is pulled from another RTSP server
# * rtmp://existing-url -> the stream is pulled from a RTMP server # * rtmp://existing-url -> the stream is pulled from a RTMP server
source: record source: record
# if the source is an RTSP url, this is the protocol that will be used to pull the stream # if the source is an RTSP url, this is the protocol that will be used to pull the stream

Loading…
Cancel
Save