|
@@ -1073,7 +1073,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
Duration duration = Duration.between(localDateTime, currentTime);
|
|
|
|
|
|
// 检查时间差是否大于3小时
|
|
|
- if (duration.toHours() > 3) {
|
|
|
+ if (duration.toHours() >= 3) {
|
|
|
offLine.add(baseDeviceDynamicManagement.getCameraCode());
|
|
|
}
|
|
|
}
|