winlin

update the wiki for dvr

# the config for srs to dvr in custom path.
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_DVR#custom-path
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_EN_DVR#custom-path
# @see https://github.com/simple-rtmp-server/srs/wiki/v3_CN_DVR#custom-path
# @see https://github.com/simple-rtmp-server/srs/wiki/v3_EN_DVR#custom-path
# @see full.conf for detail config.
listen 1935;
... ...
# the config for srs to dvr in segment mode
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_DVR
# @see https://github.com/simple-rtmp-server/srs/wiki/v3_CN_DVR
# @see full.conf for detail config.
listen 1935;
... ...
# the config for srs to dvr in session mode
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_DVR
# @see https://github.com/simple-rtmp-server/srs/wiki/v3_CN_DVR
# @see full.conf for detail config.
listen 1935;
... ...