648540858
2022-09-16 1ee56d50d871ed0adb2d3b39600653945e34bb23
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/ByeRequestProcessor.java
@@ -121,7 +121,7 @@
               StreamInfo streamInfo = redisCatchStorage.queryPlayByDevice(device.getDeviceId(), channelId);
               if (streamInfo != null) {
                  redisCatchStorage.stopPlay(streamInfo);
                  mediaServerService.closeRTPServer(device.getDeviceId(), channelId, streamInfo.getStream());
                  mediaServerService.closeRTPServer(streamInfo.getMediaServerId(), streamInfo.getStream());
               }
               SsrcTransaction ssrcTransactionForPlay = streamSession.getSsrcTransaction(device.getDeviceId(), channelId, "play", null);
               if (ssrcTransactionForPlay != null){