Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG 由上级级联发起实时点播可能不成功 #1656

Open
kairlec opened this issue Oct 23, 2024 · 0 comments
Open

BUG 由上级级联发起实时点播可能不成功 #1656

kairlec opened this issue Oct 23, 2024 · 0 comments

Comments

@kairlec
Copy link
Contributor

kairlec commented Oct 23, 2024

目前master分支上点播使用的sendRtpInfo里的参数都是来自InviteInfo的

// 构建sendRTP内容
SendRtpInfo sendRtpItem = sendRtpServerService.createSendRtpInfo(streamInfo.getMediaServer(),
inviteInfo.getIp(), inviteInfo.getPort(), inviteInfo.getSsrc(), platform.getServerGBId(),
streamInfo.getApp(), streamInfo.getStream(),
channel.getGbId(), inviteInfo.isTcp(), platform.isRtcp());

而在这次提交中移除了上级点播时使用自定义ssrc的配置,如果上级Invite没有发ssrc,则造成ssrc为null,后续转发给上级的Invite里会出现y=null的参数,并且在zlm会报错Required parameter missed

ad240ba 优化国标级联点播逻辑 InviteRequestProcessor.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant