fix(play): 修复单端口推流下级自定义 ssrc 时, 流注册后接口仍然超时的问题

pull/1119/head
xiaoQQya 2023-10-17 17:49:31 +08:00
parent 12c4128e81
commit 613399cc6d
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class InviteStreamServiceImpl implements IInviteStreamService {
":" + inviteInfo.getDeviceId() + ":" + inviteInfo.getDeviceId() +
":" + inviteInfo.getChannelId() + ":" + inviteInfo.getChannelId() +
":" + inviteInfo.getStream() + ":" + inviteInfo.getStream() +
":" + inviteInfo.getSsrcInfo().getSsrc(); ":" + ssrc;
if (inviteInfoInDb.getSsrcInfo() != null) { if (inviteInfoInDb.getSsrcInfo() != null) {
inviteInfoInDb.getSsrcInfo().setSsrc(ssrc); inviteInfoInDb.getSsrcInfo().setSsrc(ssrc);
} }