修复自动点播超时后无法继续点播的问题
This commit is contained in:
parent
d02078397e
commit
4f90b28b93
@ -609,7 +609,9 @@ public class ZLMHttpHookListener {
|
||||
result.onTimeout(() -> {
|
||||
logger.info("[ZLM HOOK] 预览流自动点播, 等待超时");
|
||||
msg.setData(new HookResult(ErrorCode.ERROR100.getCode(), "点播超时"));
|
||||
resultHolder.invokeResult(msg);
|
||||
resultHolder.invokeAllResult(msg);
|
||||
inviteStreamService.removeInviteInfoByDeviceAndChannel(InviteSessionType.PLAY, deviceId, channelId);
|
||||
storager.stopPlay(deviceId, channelId);
|
||||
});
|
||||
|
||||
resultHolder.put(key, uuid, result);
|
||||
|
Loading…
Reference in New Issue
Block a user