mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 22:17:49 +08:00
修复级联语音广播在上级实时点播视频时下不会向上级发送INVITE
This commit is contained in:
parent
6dc0c3ebd7
commit
677a9e785a
@ -486,7 +486,7 @@ public class PlatformServiceImpl implements IPlatformService {
|
|||||||
log.info("[国标级联] 语音喊话未找到可用的zlm. platform: {}", platform.getServerGBId());
|
log.info("[国标级联] 语音喊话未找到可用的zlm. platform: {}", platform.getServerGBId());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
InviteInfo inviteInfoForOld = inviteStreamService.getInviteInfoByDeviceAndChannel(InviteSessionType.PLAY, channel.getGbId());
|
InviteInfo inviteInfoForOld = inviteStreamService.getInviteInfoByDeviceAndChannel(InviteSessionType.BROADCAST, channel.getGbId());
|
||||||
|
|
||||||
if (inviteInfoForOld != null && inviteInfoForOld.getStreamInfo() != null) {
|
if (inviteInfoForOld != null && inviteInfoForOld.getStreamInfo() != null) {
|
||||||
// 如果zlm不存在这个流,则删除数据即可
|
// 如果zlm不存在这个流,则删除数据即可
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user