648540858
2024-04-17 e85cef434595073b777cea8338543b93d3956b93
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/ByeRequestProcessor.java
@@ -138,10 +138,10 @@
               redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform);
               if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
                  redisRpcService.stopSendRtp(sendRtpItem);
                  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());