﻿一、免安装启动程序
配置文件rls.conf需要将win_debug设置为true；
{
    "http" : 10000,
    "rtsp" : 554,
    "snapshot" : 
    {
        "enabled" : false, //enabled=true, You need to copy the ffmpeg bin or exe file to the execution directory.
        "height" : -1, //Default -1 
        "interval" : 120, //Minimum interval 120
        "width" : -1 //Default -1 
    },
    "win_debug" : false
}

双击RtspLiveServer.exe运行程序

http管理地址: http://127.0.0.1:10000

默认用户admin 密码admin123

帮助文档参见www.rtsps.com或者浏览器打开http管理界面点击“帮助文档”菜单

snapshot节点功能用于定时抓取摄像机快照并存储于当前photo文件夹，需要自行下载ffmpeg.exe到执行目录，用户不需要此功能时将enabled置为false。

二、window服务安装运行

rls.conf为配置文件，需要将win_debug设置为false
{
    "http" : 10000,
    "rtsp" : 554,
    "win_debug" : false
}
安装服务：右键create.bat以管理员身份运行文件执行安装，服务名为RtspLiverService可通过window服务管理工具进行管理。

卸载服务：右键delete.bat以管理员身份运行文件执行卸载

三、注意事项
不能同时以上述两种方式启动程序，会产生端口冲突






