修改配置

merge-requests/3/head
qiushui 4 years ago
parent 7e528d4037
commit 4259649407

@ -55,7 +55,6 @@ public class ConfigProperties {
public static class SavePath{
private String mediaPath;
private String mp4Path;
private String checkPath;
}
@Data

@ -38,7 +38,6 @@ cameraConfig:
savePath:
mediaPath: d:\\data\media\
mp4Path: d:\\data\mp4\
checkPath: d:\\data\check\
# ------------服务端类型 0TCP(罗伯泰克) 1:KSEC(JSON)(昆船)
serverMode: 1
ksec:

@ -46,8 +46,3 @@ ksec:
videoStyleConfig:
videoStyleRow: 2
videoStyleColumn: 2
# ------------球机m3u8默认地址 %d是球机数据库id如果数据库没有就使用此默认值
mediaServer: http://127.0.0.1:9080/hls/camera%d.m3u8
rtcServer:
rtcServerIp: 127.0.0.1
rtcServerPort: 8083

@ -46,8 +46,3 @@ ksec:
videoStyleConfig:
videoStyleRow: 2
videoStyleColumn: 2
# ------------球机m3u8默认地址 %d是球机数据库id如果数据库没有就使用此默认值
mediaServer: http://127.0.0.1:9080/hls/camera%d.m3u8
rtcServer:
rtcServerIp: 127.0.0.1
rtcServerPort: 8083
Loading…
Cancel
Save