fix 启用同步录制后,弹幕如果中途异常退出,不会再重新录制问题
This commit is contained in:
parent
e450964cd8
commit
fa8523da97
@ -60,6 +60,9 @@ public class SystemService {
|
|||||||
}
|
}
|
||||||
// 如果bean需要录制直播,并且检查录制直播时间
|
// 如果bean需要录制直播,并且检查录制直播时间
|
||||||
if (bean.isRecordLive() && bean.checkRecordLiveTime()) {
|
if (bean.isRecordLive() && bean.checkRecordLiveTime()) {
|
||||||
|
if (bean.isSyncDanmuForLive() && !danmuService.check(bean.getRoomId()) && videoService.checkDownload(bean.getRoomId())) {
|
||||||
|
recordDanmu(bean);
|
||||||
|
}
|
||||||
// 录制视频
|
// 录制视频
|
||||||
recordVideo(bean);
|
recordVideo(bean);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user