修复级联广播给上级的INVITE缺少f字段

pull/1682/head
Kairlec 2024-11-07 10:20:58 +08:00
parent 938119a374
commit 36650778aa
No known key found for this signature in database
GPG Key ID: DB5579BC03F05D3E
1 changed files with 2 additions and 0 deletions

View File

@ -737,6 +737,8 @@ public class SIPCommanderForPlatform implements ISIPCommanderForPlatform {
}
content.append("y=" + ssrcInfo.getSsrc() + "\r\n");//ssrc
// f字段:f= v/编码格式/分辨率/帧率/码率类型/码率大小a/编码格式/码率大小/采样率
content.append("f=v/////a/1/8/1\r\n");
CallIdHeader callIdHeader = sipSender.getNewCallIdHeader(sipLayer.getLocalIp(platform.getDeviceIp()), platform.getTransport());
Request request = headerProviderPlatformProvider.createInviteRequest(platform, channel.getGbDeviceId(),