Browse Source

临时提交

648540858 1 year ago
parent
commit
af7873a62c

+ 1 - 1
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/ByeRequestProcessor.java

@@ -120,7 +120,7 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
 				if (platform != null) {
 					redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform, channel);
 					if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
-						redisRpcService.stopSendRtp(sendRtpItem.getChannelId());
+						redisRpcService.stopSendRtp(sendRtpItem.getCallId());
 						sendRtpServerService.deleteByCallId(sendRtpItem.getCallId());
 					}else {
 						MediaServer mediaServer = mediaServerService.getOne(sendRtpItem.getMediaServerId());