whycxzp
2025-02-12 6c4afc765ea5efd96081607ad082073a716d6aa5
src/main/java/com/whyc/schedule/VideoScheduleService.java
@@ -80,7 +80,8 @@
        //文件夹路径 /battery_system/video_system/Debug/www/record/rtp/{streamId}/{day}}
        List<String> videoStreamIds = YamlProperties.videoStreamIds;
        videoStreamIds.forEach(streamId ->{
            String dirPath = "/battery_system/video_system/Debug/www/record/rtp/"+streamId;
            String dirPath = "/battery_system/video_system/ZLMediaKit/www/record/rtp/"+streamId;
            //String dirPath = "/batterySystem/videoSystem/ZLMediaKit/www/record/rtp/"+streamId;
            File dirFile = new File(dirPath);
            String[] dirList = dirFile.list();
            List<String> dirList2 = Arrays.asList(dirList);