mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 11:57:54 +08:00
修复录制计划取消通道关联时未及时停止通道点播
This commit is contained in:
parent
deaa84aafd
commit
3c90533999
@ -262,11 +262,7 @@ public class RecordPlanServiceImpl implements IRecordPlanService {
|
||||
channelMapper.addRecordPlan(channelIds, planId);
|
||||
}
|
||||
// 查看当前的待录制列表是否变化,如果变化,则调用录制计划马上开始录制
|
||||
List<Integer> currentChannelRecord = queryCurrentChannelRecord();
|
||||
recordStreamMap.keySet().forEach(currentChannelRecord::remove);
|
||||
if (!currentChannelRecord.isEmpty()) {
|
||||
execution();
|
||||
}
|
||||
execution();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user