From 425964940769f3fd8a229942d5bfddd4cfb10f53 Mon Sep 17 00:00:00 2001 From: qiushui Date: Wed, 12 Jan 2022 18:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/zhehekeji/web/config/ConfigProperties.java | 1 - web/src/main/resources/application-dev.yml | 1 - web/src/main/resources/application-prod.yml | 7 +------ web/src/main/resources/application-test.yml | 7 +------ 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/web/src/main/java/com/zhehekeji/web/config/ConfigProperties.java b/web/src/main/java/com/zhehekeji/web/config/ConfigProperties.java index cafb2ff..235d0e7 100644 --- a/web/src/main/java/com/zhehekeji/web/config/ConfigProperties.java +++ b/web/src/main/java/com/zhehekeji/web/config/ConfigProperties.java @@ -55,7 +55,6 @@ public class ConfigProperties { public static class SavePath{ private String mediaPath; private String mp4Path; - private String checkPath; } @Data diff --git a/web/src/main/resources/application-dev.yml b/web/src/main/resources/application-dev.yml index 5f943b9..c56d29c 100644 --- a/web/src/main/resources/application-dev.yml +++ b/web/src/main/resources/application-dev.yml @@ -38,7 +38,6 @@ cameraConfig: savePath: mediaPath: d:\\data\media\ mp4Path: d:\\data\mp4\ - checkPath: d:\\data\check\ # ------------服务端类型 0:TCP(罗伯泰克) 1:KSEC(JSON)(昆船) serverMode: 1 ksec: diff --git a/web/src/main/resources/application-prod.yml b/web/src/main/resources/application-prod.yml index 5351ea3..960d3a1 100644 --- a/web/src/main/resources/application-prod.yml +++ b/web/src/main/resources/application-prod.yml @@ -45,9 +45,4 @@ 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 \ No newline at end of file + videoStyleColumn: 2 \ No newline at end of file diff --git a/web/src/main/resources/application-test.yml b/web/src/main/resources/application-test.yml index 5351ea3..960d3a1 100644 --- a/web/src/main/resources/application-test.yml +++ b/web/src/main/resources/application-test.yml @@ -45,9 +45,4 @@ 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 \ No newline at end of file + videoStyleColumn: 2 \ No newline at end of file