fix: 修复日志与参数的对应关系

This commit is contained in:
Andy Chen
2025-12-08 17:11:51 +08:00
parent e36766ad5e
commit 24ae6df5f2

View File

@@ -444,7 +444,7 @@ public class PlayServiceImpl implements IPlayService {
return null;
}
log.info("[点播开始] 设备编号: {}, 通道编号: {}, 收流端口: {}, 流ID{}, 收流模式:{}, SSRC: {}, SSRC校验{}",
device.getDeviceId(), channel.getDeviceId(), channel.getStreamIdentification(), ssrcInfo.getPort(), ssrcInfo.getStream(),
device.getDeviceId(), channel.getDeviceId(), ssrcInfo.getPort(), ssrcInfo.getStream(), channel.getStreamIdentification(),
ssrcInfo.getSsrc(), device.isSsrcCheck());
// 初始化redis中的invite消息状态