Compare commits

...

3 Commits

Author SHA1 Message Date
WangXuewen
15973b254c
Pre Merge pull request !34 from WangXuewen/master 2026-03-19 08:41:46 +00:00
lin
20986f4a48 更新channelMapper以清除流信息 2026-03-19 16:41:31 +08:00
wangxw
b05f770a57 解决sql错误,启动是PGSQL查询报错integer=boolean 2024-12-12 17:37:36 +08:00

View File

@ -145,6 +145,7 @@ public class GbChannelPlayServiceImpl implements IGbChannelPlayService {
throw new PlayException(Response.BUSY_HERE, "channel not support");
}
sourceChannelPlayService.stopPlay(channel);
channelMapper.updateStream(channel.getGbId(), null);
}
@Override