修复多zlm节点上线时的空指针异常+单端口收流未设置到zlm的BUG
This commit is contained in:
@@ -184,7 +184,7 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
|
||||
return;
|
||||
}
|
||||
log.info("[收到bye] 来自:{}, 通道: {}, 类型: {}", ssrcTransaction.getDeviceId(), ssrcTransaction.getChannelId(), ssrcTransaction.getType());
|
||||
|
||||
// TODO 结束点播 避免等待
|
||||
|
||||
if (ssrcTransaction.getPlatformId() != null ) {
|
||||
Platform platform = platformService.queryPlatformByServerGBId(ssrcTransaction.getPlatformId());
|
||||
|
||||
Reference in New Issue
Block a user