修复拉流代理转国标级联点播失败的BUG

This commit is contained in:
lin
2025-06-27 15:32:02 +08:00
parent 5f4d78fe8f
commit 54f6ff9f81
3 changed files with 15 additions and 4 deletions

View File

@@ -118,6 +118,7 @@ public class GbChannelPlayServiceImpl implements IGbChannelPlayService {
@Override
public void play(CommonGBChannel channel, Platform platform, Boolean record, ErrorCallback<StreamInfo> callback) {
log.info("[通用通道] 播放, 类型: {} 编号:{}", channel.getDataType(), channel.getGbDeviceId());
if (channel.getDataType() == ChannelDataType.GB28181.value) {
// 国标通道
playGbDeviceChannel(channel, record, callback);