648540858
2023-06-13 8f5bbfa5c2bf7cfc50acbdff63e1a1a38800c1e6
src/main/java/com/genersoft/iot/vmp/media/zlm/event/ZLMStatusEventListener.java
@@ -36,7 +36,7 @@
   @Autowired
   private IPlayService playService;
   @Async
   @Async("taskExecutor")
   @EventListener
   public void onApplicationEvent(ZLMOnlineEvent event) {
      logger.info("[ZLM] 上线 ID:" + event.getMediaServerId());
@@ -45,7 +45,7 @@
      playService.zlmServerOnline(event.getMediaServerId());
   }
   @Async
   @Async("taskExecutor")
   @EventListener
   public void onApplicationEvent(ZLMOfflineEvent event) {