Raise hosted web player jitter budget
Some checks are pending
ci-gates / checks (push) Waiting to run
deploy-cloudflare / checks (push) Waiting to run
deploy-cloudflare / deploy (push) Blocked by required conditions

This commit is contained in:
every.channel 2026-05-03 21:05:51 -07:00
parent 64e5ee3965
commit 978f1444df
No known key found for this signature in database
2 changed files with 27 additions and 1 deletions

View file

@ -15,7 +15,7 @@ const HLS_MODULE_URLS = [
"https://unpkg.com/hls.js@1.6.2/dist/hls.mjs",
];
const PUBLIC_STREAMS_PATH = "/api/public-streams";
const LIVE_JITTER_MS = 750;
const LIVE_JITTER_MS = 1250;
let moqWatchModulePromise = null;
let hlsModulePromise = null;
let disposePlayerSignals = null;