Browse Source

update docs

pull/643/head
aler9 5 years ago
parent
commit
cb7a570911
  1. 3
      rtsp-simple-server.yml

3
rtsp-simple-server.yml

@ -127,9 +127,10 @@ paths:
# source of the stream - this can be: # source of the stream - this can be:
# * publisher -> the stream is published by a RTSP or RTMP client # * publisher -> the stream is published by a RTSP or RTMP client
# * rtsp://existing-url -> the stream is pulled from another RTSP server # * 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 # * rtmp://existing-url -> the stream is pulled from another RTMP server
# * http://existing-url/stream.m3u8 -> the stream is pulled from another HLS 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 # * redirect -> the stream is provided by another path or server
source: publisher source: publisher

Loading…
Cancel
Save