From 677a9e785a87f1b51408626e23ab89fe9bfa1856 Mon Sep 17 00:00:00 2001 From: Kairlec Date: Mon, 4 Nov 2024 14:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BA=A7=E8=81=94=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E5=B9=BF=E6=92=AD=E5=9C=A8=E4=B8=8A=E7=BA=A7=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E7=82=B9=E6=92=AD=E8=A7=86=E9=A2=91=E6=97=B6=E4=B8=8B?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E5=90=91=E4=B8=8A=E7=BA=A7=E5=8F=91=E9=80=81?= =?UTF-8?q?INVITE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/vmp/gb28181/service/impl/PlatformServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/PlatformServiceImpl.java b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/PlatformServiceImpl.java index ea5dbd10..19a5e56f 100755 --- a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/PlatformServiceImpl.java +++ b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/PlatformServiceImpl.java @@ -486,7 +486,7 @@ public class PlatformServiceImpl implements IPlatformService { log.info("[国标级联] 语音喊话未找到可用的zlm. platform: {}", platform.getServerGBId()); return; } - InviteInfo inviteInfoForOld = inviteStreamService.getInviteInfoByDeviceAndChannel(InviteSessionType.PLAY, channel.getGbId()); + InviteInfo inviteInfoForOld = inviteStreamService.getInviteInfoByDeviceAndChannel(InviteSessionType.BROADCAST, channel.getGbId()); if (inviteInfoForOld != null && inviteInfoForOld.getStreamInfo() != null) { // 如果zlm不存在这个流,则删除数据即可