|
|
|
|
@ -357,9 +357,9 @@ public class HikCameraControlModuleImpl implements CameraControlModule {
|
|
|
|
|
log.info("download over,cameraId:{}",cameraId);
|
|
|
|
|
String ffmpegFile = path+"ffmpeg.mp4";
|
|
|
|
|
convetor(path,ffmpegFile);
|
|
|
|
|
//PathUtil.deleteFile(path);
|
|
|
|
|
PathUtil.deleteFile(path);
|
|
|
|
|
File file = new File(ffmpegFile);
|
|
|
|
|
//file.renameTo(new File(path));
|
|
|
|
|
file.renameTo(new File(path));
|
|
|
|
|
}else {
|
|
|
|
|
log.debug("cameraId:{},progress:{}",cameraId,nPos.getValue());
|
|
|
|
|
}
|
|
|
|
|
|