合并主线的发流端口管理逻辑

This commit is contained in:
648540858
2023-07-10 14:30:59 +08:00
parent 885842249f
commit 04e7f48fde
16 changed files with 234 additions and 215 deletions

View File

@@ -124,7 +124,7 @@ public class OtherRtpSendInfo {
@Override
public String toString() {
return "OtherRtpSendInfo{" +
"ip='" + ip + '\'' +
" ip='" + ip + '\'' +
", port=" + port +
", receiveIp='" + receiveIp + '\'' +
", receivePort=" + receivePort +