修复语音对讲Bye消息的发送

This commit is contained in:
648540858
2023-09-25 15:39:26 +08:00
parent 4df90d9ba4
commit 5f50a3cfd9
7 changed files with 56 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ public class PsController {
}
}
String receiveKey = VideoManagerConstants.WVP_OTHER_RECEIVE_PS_INFO + userSetting.getServerId() + "_" + callId + "_" + stream;
int localPort = zlmServerFactory.createRTPServer(mediaServerItem, stream, ssrcInt, null, false, tcpMode);
int localPort = zlmServerFactory.createRTPServer(mediaServerItem, stream, ssrcInt, null, false, false, tcpMode);
if (localPort == 0) {
throw new ControllerException(ErrorCode.ERROR100.getCode(), "获取端口失败");
}