| | |
| | | //文件夹路径 /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); |