|
@@ -34,7 +34,7 @@ public class ShotExecutors {
|
|
* 定时清除流媒体压缩视频
|
|
* 定时清除流媒体压缩视频
|
|
*/
|
|
*/
|
|
@Async
|
|
@Async
|
|
- @Scheduled(fixedRate = 3)
|
|
|
|
|
|
+ @Scheduled(fixedRate = 3000)
|
|
public void handleAlarmPicture() {
|
|
public void handleAlarmPicture() {
|
|
log.info("-------定时清除流媒体压缩视频--------------");
|
|
log.info("-------定时清除流媒体压缩视频--------------");
|
|
cameraUtil.heartbeatGetPlayFlv();
|
|
cameraUtil.heartbeatGetPlayFlv();
|