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