|
|
@ -349,6 +349,11 @@ export function useMonitorLive({ getDockId, ui, getLivePlayer }) { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 播放错误策略(稳播):
|
|
|
|
|
|
// - 启动 404 由 LivePlayer 同 URL 窗口消化,recoverable 不上冒
|
|
|
|
|
|
// - TLS/403 致命,禁止刷 play-url
|
|
|
|
|
|
// - 其它 LivePlayer fatal:有限次 refreshPlayURL;57006 整段 rejoin
|
|
|
|
|
|
|
|
|
async function onPlayError(err) { |
|
|
async function onPlayError(err) { |
|
|
if (disposed || live.stopping || !live.session) return |
|
|
if (disposed || live.stopping || !live.session) return |
|
|
|
|
|
|
|
|
|