From 1fc72a0cf2db9e86ee8470ad7fcf473b1ab06bba Mon Sep 17 00:00:00 2001 From: yinhuaiwei Date: Thu, 30 Jul 2026 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=B5=81=E4=BB=8Esys=5Fconfig=E8=A1=A8?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=EF=BC=8C=E8=A6=81=E6=B1=82=E6=95=B0=E6=8D=AE?= =?UTF-8?q?key=E5=80=BC=E4=B8=BARTSP=5FXXX=EF=BC=8Cvalue=E5=80=BC=E4=B8=BA?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E8=A7=86=E9=A2=91=E6=B5=81=E3=80=82XXX?= =?UTF-8?q?=E5=AF=B9=E5=BA=94eqpbook=5Fchannel=E8=A1=A8=E7=9A=84channel=5F?= =?UTF-8?q?code=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/inspect/ivs/controller/IvsStreamController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java b/inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java index 7ae1f38..7eb1681 100644 --- a/inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java +++ b/inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java @@ -57,7 +57,7 @@ public class IvsStreamController { ivsVideoRtspView = new IvsVideoRtspView(); ivsVideoRtspView.setRtspURL("rtsp://admin:htjc2018@192.168.1.134:554/cam/realmonitor?channel=3&subtype=0"); } else { - String rtspUrl = (String) this.redisService.redisTemplate.opsForValue().get("sys_config:rtsp_" + ivsStreamStartVo.getSerial()); + String rtspUrl = (String) this.redisService.redisTemplate.opsForValue().get("sys_config:RTSP_" + ivsStreamStartVo.getCameraCode()); if (StringUtils.isNotEmpty(rtspUrl)) { log.info("IVS_STREAM_START SYS_CONFIG_RTSP: {}", rtspUrl); ivsVideoRtspView = new IvsVideoRtspView();