更新channelMapper以清除流信息

This commit is contained in:
lin 2026-03-19 16:41:31 +08:00
parent 201cec7651
commit 20986f4a48

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