648540858
2022-10-18 1af77ab5f7c11a4b3d59c1989b51b9fca29679ce
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookListener.java
@@ -521,7 +521,7 @@
                  if (sendRtpItem.getApp().equals(app)) {
                     String platformId = sendRtpItem.getPlatformId();
                     ParentPlatform platform = storager.queryParentPlatByServerGBId(platformId);
                     Device device = deviceService.queryDevice(platformId);
                     Device device = deviceService.getDevice(platformId);
                     try {
                        if (platform != null) {
@@ -581,7 +581,7 @@
                  }
               }
            }
            Device device = deviceService.queryDevice(streamInfoForPlayCatch.getDeviceID());
            Device device = deviceService.getDevice(streamInfoForPlayCatch.getDeviceID());
            if (device != null) {
               try {
                  cmder.streamByeCmd(device, streamInfoForPlayCatch.getChannelId(),
@@ -601,7 +601,7 @@
            if (streamInfoForPlayBackCatch.isPause()) {
               ret.put("close", false);
            }else {
               Device device = deviceService.queryDevice(streamInfoForPlayBackCatch.getDeviceID());
               Device device = deviceService.getDevice(streamInfoForPlayBackCatch.getDeviceID());
               if (device != null) {
                  try {
                     cmder.streamByeCmd(device,streamInfoForPlayBackCatch.getChannelId(),