|
|
@@ -403,6 +403,7 @@ public class ZLMHttpHookListener {
|
|
|
try {
|
|
|
if (platform != null) {
|
|
|
commanderFroPlatform.streamByeCmd(platform, sendRtpItem);
|
|
|
+ redisCatchStorage.deleteSendRTPServer(platformId, sendRtpItem.getChannelId(), sendRtpItem.getCallId(), sendRtpItem.getStreamId());
|
|
|
} else {
|
|
|
cmder.streamByeCmd(device, sendRtpItem.getChannelId(), param.getStream(), sendRtpItem.getCallId());
|
|
|
}
|