648540858
2024-01-19 47e5d2b00b5b13c1004f94a7ccd3f406391698a0
src/main/java/com/genersoft/iot/vmp/service/impl/MediaServerServiceImpl.java
@@ -591,7 +591,7 @@
            param.put("rtp_proxy.port_range", mediaServerItem.getRtpPortRange().replace(",", "-"));
        }
        if (mediaServerItem.getRecordPath() != null) {
        if (!ObjectUtils.isEmpty(mediaServerItem.getRecordPath())) {
            File recordPathFile = new File(mediaServerItem.getRecordPath());
            param.put("protocol.mp4_save_path", recordPathFile.getParentFile().getPath());
            param.put("protocol.downloadRoot", recordPathFile.getParentFile().getPath());