648540858
2023-12-05 ad36354ef46a31f24b2583263f575d6736c0ad28
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());
        }