临时提交

This commit is contained in:
648540858
2024-04-18 15:52:34 +08:00
parent 407a5edebf
commit 55a240bb45
10 changed files with 176 additions and 80 deletions

View File

@@ -539,7 +539,7 @@ public class ZLMHttpHookListener {
}
}else {
// 通知其他wvp停止发流
redisRpcService.rtpSendStopped(sendRtpItem);
redisRpcService.rtpSendStopped(sendRtpItem.getRedisKey());
}
} catch (SipException | InvalidArgumentException | ParseException |
SsrcTransactionNotFoundException e) {