This commit is contained in:
shikong 2023-10-18 01:45:13 +08:00
parent 4c84da13bc
commit 613be42216

View File

@ -211,7 +211,7 @@ public class Gb28181DownloadService {
String existCallId = RedisUtil.StringOps.get(cacheKey);
// 到达时间后主动结束, 防止某些设备不会主动结束
scheduledExecutorService.schedule(()->{
log.info("到达结束时间 发送 bye 关闭 {} {}", videoInfo.getDevice(), videoInfo.getCallId());
log.info("到达结束时间 发送 bye 关闭 {} {}", videoInfo.getDevice().getGbDeviceChannelId(), videoInfo.getCallId());
String deviceIp = docking.getIp();
int devicePort = Integer.parseInt(docking.getPort());
if(StringUtils.isNotBlank(existCallId)) {