648540858
2024-04-18 5d36c2a3379eeabd353d6b9d0f5ab65559b68f9d
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/ByeRequestProcessor.java
@@ -137,11 +137,11 @@
            if (platform != null) {
               redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform);
               if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
                  redisRpcService.stopSendRtp(sendRtpItem);
                  redisRpcService.stopSendRtp(sendRtpItem.getRedisKey());
                  redisCatchStorage.deleteSendRTPServer(null, null, sendRtpItem.getCallId(), null);
               }else {
                  MediaServerItem mediaInfo = mediaServerService.getOne(sendRtpItem.getMediaServerId());
                  redisCatchStorage.deleteSendRTPServer(sendRtpItem.getPlatformId(), sendRtpItem.getChannelId(),
                        callIdHeader.getCallId(), null);
                  redisCatchStorage.deleteSendRTPServer(null, null, callIdHeader.getCallId(), null);
                  zlmServerFactory.stopSendRtpStream(mediaInfo, param);
                  if (userSetting.getUseCustomSsrcForParentInvite()) {
                     mediaServerService.releaseSsrc(mediaInfo.getId(), sendRtpItem.getSsrc());