Compare commits

...

3 Commits

Author SHA1 Message Date
田朝盛
49b3f6209e
Pre Merge pull request !39 from 田朝盛/N/A 2026-03-19 08:41:48 +00:00
lin
20986f4a48 更新channelMapper以清除流信息 2026-03-19 16:41:31 +08:00
田朝盛
8dd624ccd4
update src/main/java/com/genersoft/iot/vmp/gb28181/controller/PlayController.java.
Signed-off-by: 田朝盛 <1753182616@qq.com>
2025-07-14 08:04:09 +00:00
2 changed files with 1 additions and 0 deletions

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