648540858
2023-12-06 7e136c9ac7265bedfdb79b4bca465965486e0541
src/main/java/com/genersoft/iot/vmp/service/impl/MediaServerServiceImpl.java
@@ -592,6 +592,7 @@
        if (mediaServerItem.getRecordPath() != null) {
            File recordPathFile = new File(mediaServerItem.getRecordPath());
            param.put("protocol.mp4_save_path", recordPathFile.getParentFile().getPath());
            param.put("protocol.downloadRoot", recordPathFile.getParentFile().getPath());
            param.put("record.appName", recordPathFile.getName());
        }