648540858
2022-09-24 d7a1b94f905c5f28c9c8f2d48c3f9e28ebcf9cc4
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) {