Browse Source

feat: 测试环境点位的rtsp流固定为134ip的大华摄像头

master
yinhuaiwei 3 weeks ago
parent
commit
ff05fd0c36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java

+ 1
- 1
inspect-ivs/src/main/java/com/inspect/ivs/controller/IvsStreamController.java View File

@ -58,7 +58,7 @@ public class IvsStreamController {
// .rtspURL("rtsp://admin:wd19216811@192.168.1.249:554/h264/ch39/main/av_stream")
// .build();
ivsVideoRtspView = new IvsVideoRtspView();
ivsVideoRtspView.setRtspURL("rtsp://admin:wd19216811@192.168.1.249:554/h264/ch39/main/av_stream");
ivsVideoRtspView.setRtspURL("rtsp://admin:htjc2018@192.168.1.134:554/cam/realmonitor?channel=3&subtype=0");
} else {
String label = java.util.UUID.randomUUID().toString().trim().replaceAll(StringUtils.DASH, StringUtils.EMPTY);
ivsVideoRtspView = ivsCommonService.postJson(


Loading…
Cancel
Save