vod frog, frog with the vods
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

clean up repo: fix gitignore, remove build artifacts, stale assets, add README

goose.art 1906ea82 7693fc97

+65 -11751
+7 -1
.gitignore
··· 1 - node_modules\nbuild\n.svelte-kit\n.DS_Store 1 + node_modules 2 + build 3 + .svelte-kit 4 + .DS_Store 5 + *.log 6 + .env 7 + .env.*
-356
.svelte-kit/ambient.d.ts
··· 1 - 2 - // this file is generated — do not edit it 3 - 4 - 5 - /// <reference types="@sveltejs/kit" /> 6 - 7 - /** 8 - * This module provides access to environment variables that are injected _statically_ into your bundle at build time and are limited to _private_ access. 9 - * 10 - * | | Runtime | Build time | 11 - * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ | 12 - * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) | 13 - * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) | 14 - * 15 - * Static environment variables are [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env` at build time and then statically injected into your bundle at build time, enabling optimisations like dead code elimination. 16 - * 17 - * **_Private_ access:** 18 - * 19 - * - This module cannot be imported into client-side code 20 - * - This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured) 21 - * 22 - * For example, given the following build time environment: 23 - * 24 - * ```env 25 - * ENVIRONMENT=production 26 - * PUBLIC_BASE_URL=http://site.com 27 - * ``` 28 - * 29 - * With the default `publicPrefix` and `privatePrefix`: 30 - * 31 - * ```ts 32 - * import { ENVIRONMENT, PUBLIC_BASE_URL } from '$env/static/private'; 33 - * 34 - * console.log(ENVIRONMENT); // => "production" 35 - * console.log(PUBLIC_BASE_URL); // => throws error during build 36 - * ``` 37 - * 38 - * The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values. 39 - */ 40 - declare module '$env/static/private' { 41 - export const NVM_INC: string; 42 - export const MANPATH: string; 43 - export const ZEROBREW_PREFIX: string; 44 - export const GHOSTTY_RESOURCES_DIR: string; 45 - export const TERM_PROGRAM: string; 46 - export const NODE: string; 47 - export const SSL_CERT_FILE: string; 48 - export const ZEROBREW_BIN: string; 49 - export const INIT_CWD: string; 50 - export const NVM_CD_FLAGS: string; 51 - export const _P9K_TTY: string; 52 - export const SHELL: string; 53 - export const TERM: string; 54 - export const CURL_CA_BUNDLE: string; 55 - export const HOMEBREW_REPOSITORY: string; 56 - export const TMPDIR: string; 57 - export const npm_config_global_prefix: string; 58 - export const TERM_PROGRAM_VERSION: string; 59 - export const COLOR: string; 60 - export const npm_config_noproxy: string; 61 - export const npm_config_local_prefix: string; 62 - export const ZSH: string; 63 - export const NVM_DIR: string; 64 - export const USER: string; 65 - export const ZEROBREW_ROOT: string; 66 - export const LS_COLORS: string; 67 - export const COMMAND_MODE: string; 68 - export const OPENAI_API_KEY: string; 69 - export const npm_config_globalconfig: string; 70 - export const ENVMAN_LOAD: string; 71 - export const SSH_AUTH_SOCK: string; 72 - export const __CF_USER_TEXT_ENCODING: string; 73 - export const npm_execpath: string; 74 - export const PAGER: string; 75 - export const TMUX: string; 76 - export const LSCOLORS: string; 77 - export const PATH: string; 78 - export const npm_package_json: string; 79 - export const npm_config_engine_strict: string; 80 - export const _: string; 81 - export const GHOSTTY_SHELL_FEATURES: string; 82 - export const LaunchInstanceID: string; 83 - export const npm_config_userconfig: string; 84 - export const npm_config_init_module: string; 85 - export const __CFBundleIdentifier: string; 86 - export const npm_command: string; 87 - export const PWD: string; 88 - export const npm_lifecycle_event: string; 89 - export const EDITOR: string; 90 - export const P9K_SSH: string; 91 - export const npm_package_name: string; 92 - export const LANG: string; 93 - export const P9K_TTY: string; 94 - export const npm_config_npm_version: string; 95 - export const TMUX_PANE: string; 96 - export const XPC_FLAGS: string; 97 - export const npm_config_node_gyp: string; 98 - export const ZEROBREW_DIR: string; 99 - export const npm_package_version: string; 100 - export const SSL_CERT_DIR: string; 101 - export const XPC_SERVICE_NAME: string; 102 - export const HOME: string; 103 - export const SHLVL: string; 104 - export const TERMINFO: string; 105 - export const HOMEBREW_PREFIX: string; 106 - export const CLAUDE_KEY: string; 107 - export const npm_config_cache: string; 108 - export const LESS: string; 109 - export const LOGNAME: string; 110 - export const npm_lifecycle_script: string; 111 - export const XDG_DATA_DIRS: string; 112 - export const GHOSTTY_BIN_DIR: string; 113 - export const BUN_INSTALL: string; 114 - export const NVM_BIN: string; 115 - export const PKG_CONFIG_PATH: string; 116 - export const npm_config_user_agent: string; 117 - export const HOMEBREW_CELLAR: string; 118 - export const INFOPATH: string; 119 - export const DISPLAY: string; 120 - export const _P9K_SSH_TTY: string; 121 - export const OSLogRateLimit: string; 122 - export const SECURITYSESSIONID: string; 123 - export const npm_node_execpath: string; 124 - export const npm_config_prefix: string; 125 - export const COLORTERM: string; 126 - export const NODE_ENV: string; 127 - } 128 - 129 - /** 130 - * This module provides access to environment variables that are injected _statically_ into your bundle at build time and are _publicly_ accessible. 131 - * 132 - * | | Runtime | Build time | 133 - * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ | 134 - * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) | 135 - * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) | 136 - * 137 - * Static environment variables are [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env` at build time and then statically injected into your bundle at build time, enabling optimisations like dead code elimination. 138 - * 139 - * **_Public_ access:** 140 - * 141 - * - This module _can_ be imported into client-side code 142 - * - **Only** variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`) are included 143 - * 144 - * For example, given the following build time environment: 145 - * 146 - * ```env 147 - * ENVIRONMENT=production 148 - * PUBLIC_BASE_URL=http://site.com 149 - * ``` 150 - * 151 - * With the default `publicPrefix` and `privatePrefix`: 152 - * 153 - * ```ts 154 - * import { ENVIRONMENT, PUBLIC_BASE_URL } from '$env/static/public'; 155 - * 156 - * console.log(ENVIRONMENT); // => throws error during build 157 - * console.log(PUBLIC_BASE_URL); // => "http://site.com" 158 - * ``` 159 - * 160 - * The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values. 161 - */ 162 - declare module '$env/static/public' { 163 - 164 - } 165 - 166 - /** 167 - * This module provides access to environment variables set _dynamically_ at runtime and that are limited to _private_ access. 168 - * 169 - * | | Runtime | Build time | 170 - * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ | 171 - * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) | 172 - * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) | 173 - * 174 - * Dynamic environment variables are defined by the platform you're running on. For example if you're using [`adapter-node`](https://github.com/sveltejs/kit/tree/main/packages/adapter-node) (or running [`vite preview`](https://svelte.dev/docs/kit/cli)), this is equivalent to `process.env`. 175 - * 176 - * **_Private_ access:** 177 - * 178 - * - This module cannot be imported into client-side code 179 - * - This module includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured) 180 - * 181 - * > [!NOTE] In `dev`, `$env/dynamic` includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter. 182 - * 183 - * > [!NOTE] To get correct types, environment variables referenced in your code should be declared (for example in an `.env` file), even if they don't have a value until the app is deployed: 184 - * > 185 - * > ```env 186 - * > MY_FEATURE_FLAG= 187 - * > ``` 188 - * > 189 - * > You can override `.env` values from the command line like so: 190 - * > 191 - * > ```sh 192 - * > MY_FEATURE_FLAG="enabled" npm run dev 193 - * > ``` 194 - * 195 - * For example, given the following runtime environment: 196 - * 197 - * ```env 198 - * ENVIRONMENT=production 199 - * PUBLIC_BASE_URL=http://site.com 200 - * ``` 201 - * 202 - * With the default `publicPrefix` and `privatePrefix`: 203 - * 204 - * ```ts 205 - * import { env } from '$env/dynamic/private'; 206 - * 207 - * console.log(env.ENVIRONMENT); // => "production" 208 - * console.log(env.PUBLIC_BASE_URL); // => undefined 209 - * ``` 210 - */ 211 - declare module '$env/dynamic/private' { 212 - export const env: { 213 - NVM_INC: string; 214 - MANPATH: string; 215 - ZEROBREW_PREFIX: string; 216 - GHOSTTY_RESOURCES_DIR: string; 217 - TERM_PROGRAM: string; 218 - NODE: string; 219 - SSL_CERT_FILE: string; 220 - ZEROBREW_BIN: string; 221 - INIT_CWD: string; 222 - NVM_CD_FLAGS: string; 223 - _P9K_TTY: string; 224 - SHELL: string; 225 - TERM: string; 226 - CURL_CA_BUNDLE: string; 227 - HOMEBREW_REPOSITORY: string; 228 - TMPDIR: string; 229 - npm_config_global_prefix: string; 230 - TERM_PROGRAM_VERSION: string; 231 - COLOR: string; 232 - npm_config_noproxy: string; 233 - npm_config_local_prefix: string; 234 - ZSH: string; 235 - NVM_DIR: string; 236 - USER: string; 237 - ZEROBREW_ROOT: string; 238 - LS_COLORS: string; 239 - COMMAND_MODE: string; 240 - OPENAI_API_KEY: string; 241 - npm_config_globalconfig: string; 242 - ENVMAN_LOAD: string; 243 - SSH_AUTH_SOCK: string; 244 - __CF_USER_TEXT_ENCODING: string; 245 - npm_execpath: string; 246 - PAGER: string; 247 - TMUX: string; 248 - LSCOLORS: string; 249 - PATH: string; 250 - npm_package_json: string; 251 - npm_config_engine_strict: string; 252 - _: string; 253 - GHOSTTY_SHELL_FEATURES: string; 254 - LaunchInstanceID: string; 255 - npm_config_userconfig: string; 256 - npm_config_init_module: string; 257 - __CFBundleIdentifier: string; 258 - npm_command: string; 259 - PWD: string; 260 - npm_lifecycle_event: string; 261 - EDITOR: string; 262 - P9K_SSH: string; 263 - npm_package_name: string; 264 - LANG: string; 265 - P9K_TTY: string; 266 - npm_config_npm_version: string; 267 - TMUX_PANE: string; 268 - XPC_FLAGS: string; 269 - npm_config_node_gyp: string; 270 - ZEROBREW_DIR: string; 271 - npm_package_version: string; 272 - SSL_CERT_DIR: string; 273 - XPC_SERVICE_NAME: string; 274 - HOME: string; 275 - SHLVL: string; 276 - TERMINFO: string; 277 - HOMEBREW_PREFIX: string; 278 - CLAUDE_KEY: string; 279 - npm_config_cache: string; 280 - LESS: string; 281 - LOGNAME: string; 282 - npm_lifecycle_script: string; 283 - XDG_DATA_DIRS: string; 284 - GHOSTTY_BIN_DIR: string; 285 - BUN_INSTALL: string; 286 - NVM_BIN: string; 287 - PKG_CONFIG_PATH: string; 288 - npm_config_user_agent: string; 289 - HOMEBREW_CELLAR: string; 290 - INFOPATH: string; 291 - DISPLAY: string; 292 - _P9K_SSH_TTY: string; 293 - OSLogRateLimit: string; 294 - SECURITYSESSIONID: string; 295 - npm_node_execpath: string; 296 - npm_config_prefix: string; 297 - COLORTERM: string; 298 - NODE_ENV: string; 299 - [key: `PUBLIC_${string}`]: undefined; 300 - [key: `${string}`]: string | undefined; 301 - } 302 - } 303 - 304 - /** 305 - * This module provides access to environment variables set _dynamically_ at runtime and that are _publicly_ accessible. 306 - * 307 - * | | Runtime | Build time | 308 - * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ | 309 - * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) | 310 - * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) | 311 - * 312 - * Dynamic environment variables are defined by the platform you're running on. For example if you're using [`adapter-node`](https://github.com/sveltejs/kit/tree/main/packages/adapter-node) (or running [`vite preview`](https://svelte.dev/docs/kit/cli)), this is equivalent to `process.env`. 313 - * 314 - * **_Public_ access:** 315 - * 316 - * - This module _can_ be imported into client-side code 317 - * - **Only** variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`) are included 318 - * 319 - * > [!NOTE] In `dev`, `$env/dynamic` includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter. 320 - * 321 - * > [!NOTE] To get correct types, environment variables referenced in your code should be declared (for example in an `.env` file), even if they don't have a value until the app is deployed: 322 - * > 323 - * > ```env 324 - * > MY_FEATURE_FLAG= 325 - * > ``` 326 - * > 327 - * > You can override `.env` values from the command line like so: 328 - * > 329 - * > ```sh 330 - * > MY_FEATURE_FLAG="enabled" npm run dev 331 - * > ``` 332 - * 333 - * For example, given the following runtime environment: 334 - * 335 - * ```env 336 - * ENVIRONMENT=production 337 - * PUBLIC_BASE_URL=http://example.com 338 - * ``` 339 - * 340 - * With the default `publicPrefix` and `privatePrefix`: 341 - * 342 - * ```ts 343 - * import { env } from '$env/dynamic/public'; 344 - * console.log(env.ENVIRONMENT); // => undefined, not public 345 - * console.log(env.PUBLIC_BASE_URL); // => "http://example.com" 346 - * ``` 347 - * 348 - * ``` 349 - * 350 - * ``` 351 - */ 352 - declare module '$env/dynamic/public' { 353 - export const env: { 354 - [key: `PUBLIC_${string}`]: string | undefined; 355 - } 356 - }
-31
.svelte-kit/generated/client-optimized/app.js
··· 1 - export { matchers } from './matchers.js'; 2 - 3 - export const nodes = [ 4 - () => import('./nodes/0'), 5 - () => import('./nodes/1'), 6 - () => import('./nodes/2'), 7 - () => import('./nodes/3') 8 - ]; 9 - 10 - export const server_loads = []; 11 - 12 - export const dictionary = { 13 - "/": [2], 14 - "/profile/[handle]": [3] 15 - }; 16 - 17 - export const hooks = { 18 - handleError: (({ error }) => { console.error(error) }), 19 - 20 - reroute: (() => {}), 21 - transport: {} 22 - }; 23 - 24 - export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode])); 25 - export const encoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.encode])); 26 - 27 - export const hash = false; 28 - 29 - export const decode = (type, value) => decoders[type](value); 30 - 31 - export { default as root } from '../root.js';
-1
.svelte-kit/generated/client-optimized/matchers.js
··· 1 - export const matchers = {};
-3
.svelte-kit/generated/client-optimized/nodes/0.js
··· 1 - import * as universal from "../../../../src/routes/+layout.ts"; 2 - export { universal }; 3 - export { default as component } from "../../../../src/routes/+layout.svelte";
-1
.svelte-kit/generated/client-optimized/nodes/1.js
··· 1 - export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte";
-1
.svelte-kit/generated/client-optimized/nodes/2.js
··· 1 - export { default as component } from "../../../../src/routes/+page.svelte";
-3
.svelte-kit/generated/client-optimized/nodes/3.js
··· 1 - import * as universal from "../../../../src/routes/profile/[handle]/+page.ts"; 2 - export { universal }; 3 - export { default as component } from "../../../../src/routes/profile/[handle]/+page.svelte";
-31
.svelte-kit/generated/client/app.js
··· 1 - export { matchers } from './matchers.js'; 2 - 3 - export const nodes = [ 4 - () => import('./nodes/0'), 5 - () => import('./nodes/1'), 6 - () => import('./nodes/2'), 7 - () => import('./nodes/3') 8 - ]; 9 - 10 - export const server_loads = []; 11 - 12 - export const dictionary = { 13 - "/": [2], 14 - "/profile/[handle]": [3] 15 - }; 16 - 17 - export const hooks = { 18 - handleError: (({ error }) => { console.error(error) }), 19 - 20 - reroute: (() => {}), 21 - transport: {} 22 - }; 23 - 24 - export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode])); 25 - export const encoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.encode])); 26 - 27 - export const hash = false; 28 - 29 - export const decode = (type, value) => decoders[type](value); 30 - 31 - export { default as root } from '../root.js';
-1
.svelte-kit/generated/client/matchers.js
··· 1 - export const matchers = {};
-3
.svelte-kit/generated/client/nodes/0.js
··· 1 - import * as universal from "../../../../src/routes/+layout.ts"; 2 - export { universal }; 3 - export { default as component } from "../../../../src/routes/+layout.svelte";
-1
.svelte-kit/generated/client/nodes/1.js
··· 1 - export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte";
-1
.svelte-kit/generated/client/nodes/2.js
··· 1 - export { default as component } from "../../../../src/routes/+page.svelte";
-3
.svelte-kit/generated/client/nodes/3.js
··· 1 - import * as universal from "../../../../src/routes/profile/[handle]/+page.ts"; 2 - export { universal }; 3 - export { default as component } from "../../../../src/routes/profile/[handle]/+page.svelte";
-3
.svelte-kit/generated/root.js
··· 1 - import { asClassComponent } from 'svelte/legacy'; 2 - import Root from './root.svelte'; 3 - export default asClassComponent(Root);
-68
.svelte-kit/generated/root.svelte
··· 1 - <!-- This file is generated by @sveltejs/kit — do not edit it! --> 2 - <svelte:options runes={true} /> 3 - <script> 4 - import { setContext, onMount, tick } from 'svelte'; 5 - import { browser } from '$app/environment'; 6 - 7 - // stores 8 - let { stores, page, constructors, components = [], form, data_0 = null, data_1 = null } = $props(); 9 - 10 - if (!browser) { 11 - // svelte-ignore state_referenced_locally 12 - setContext('__svelte__', stores); 13 - } 14 - 15 - if (browser) { 16 - $effect.pre(() => stores.page.set(page)); 17 - } else { 18 - // svelte-ignore state_referenced_locally 19 - stores.page.set(page); 20 - } 21 - $effect(() => { 22 - stores;page;constructors;components;form;data_0;data_1; 23 - stores.page.notify(); 24 - }); 25 - 26 - let mounted = $state(false); 27 - let navigated = $state(false); 28 - let title = $state(null); 29 - 30 - onMount(() => { 31 - const unsubscribe = stores.page.subscribe(() => { 32 - if (mounted) { 33 - navigated = true; 34 - tick().then(() => { 35 - title = document.title || 'untitled page'; 36 - }); 37 - } 38 - }); 39 - 40 - mounted = true; 41 - return unsubscribe; 42 - }); 43 - 44 - const Pyramid_1=$derived(constructors[1]) 45 - </script> 46 - 47 - {#if constructors[1]} 48 - {@const Pyramid_0 = constructors[0]} 49 - <!-- svelte-ignore binding_property_non_reactive --> 50 - <Pyramid_0 bind:this={components[0]} data={data_0} {form} params={page.params}> 51 - <!-- svelte-ignore binding_property_non_reactive --> 52 - <Pyramid_1 bind:this={components[1]} data={data_1} {form} params={page.params} /> 53 - </Pyramid_0> 54 - 55 - {:else} 56 - {@const Pyramid_0 = constructors[0]} 57 - <!-- svelte-ignore binding_property_non_reactive --> 58 - <Pyramid_0 bind:this={components[0]} data={data_0} {form} params={page.params} /> 59 - 60 - {/if} 61 - 62 - {#if mounted} 63 - <div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px"> 64 - {#if navigated} 65 - {title} 66 - {/if} 67 - </div> 68 - {/if}
-54
.svelte-kit/generated/server/internal.js
··· 1 - 2 - import root from '../root.js'; 3 - import { set_building, set_prerendering } from '__sveltekit/environment'; 4 - import { set_assets } from '$app/paths/internal/server'; 5 - import { set_manifest, set_read_implementation } from '__sveltekit/server'; 6 - import { set_private_env, set_public_env } from '../../../node_modules/@sveltejs/kit/src/runtime/shared-server.js'; 7 - 8 - export const options = { 9 - app_template_contains_nonce: false, 10 - async: false, 11 - csp: {"mode":"auto","directives":{"upgrade-insecure-requests":false,"block-all-mixed-content":false},"reportOnly":{"upgrade-insecure-requests":false,"block-all-mixed-content":false}}, 12 - csrf_check_origin: true, 13 - csrf_trusted_origins: [], 14 - embedded: false, 15 - env_public_prefix: 'PUBLIC_', 16 - env_private_prefix: '', 17 - hash_routing: false, 18 - hooks: null, // added lazily, via `get_hooks` 19 - preload_strategy: "modulepreload", 20 - root, 21 - service_worker: false, 22 - service_worker_options: undefined, 23 - server_error_boundaries: false, 24 - templates: { 25 - app: ({ head, body, assets, nonce, env }) => "<!doctype html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <link rel=\"icon\" href=\"/frogicon.png\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n <meta property=\"og:title\" content=\"vod frog\" />\n <meta property=\"og:description\" content=\"vod frog, i put the vods on a frog\" />\n <meta property=\"og:image\" content=\"/opengraph.png\" />\n <meta property=\"og:type\" content=\"website\" />\n <meta name=\"twitter:card\" content=\"summary_large_image\" />\n <meta name=\"twitter:title\" content=\"vod frog\" />\n <meta name=\"twitter:description\" content=\"vod frog, i put the vods on a frog\" />\n <meta name=\"twitter:image\" content=\"/opengraph.png\" />\n <meta name=\"description\" content=\"vod frog, i put the vods on a frog\" />\n <title>vod frog 🐸</title>\n " + head + "\n </head>\n <body>\n <div style=\"display: contents\">" + body + "</div>\n </body>\n</html>\n", 26 - error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n" 27 - }, 28 - version_hash: "139m7hs" 29 - }; 30 - 31 - export async function get_hooks() { 32 - let handle; 33 - let handleFetch; 34 - let handleError; 35 - let handleValidationError; 36 - let init; 37 - 38 - 39 - let reroute; 40 - let transport; 41 - 42 - 43 - return { 44 - handle, 45 - handleFetch, 46 - handleError, 47 - handleValidationError, 48 - init, 49 - reroute, 50 - transport 51 - }; 52 - } 53 - 54 - export { set_assets, set_building, set_manifest, set_prerendering, set_private_env, set_public_env, set_read_implementation };
-45
.svelte-kit/non-ambient.d.ts
··· 1 - 2 - // this file is generated — do not edit it 3 - 4 - 5 - declare module "svelte/elements" { 6 - export interface HTMLAttributes<T> { 7 - 'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null; 8 - 'data-sveltekit-noscroll'?: true | '' | 'off' | undefined | null; 9 - 'data-sveltekit-preload-code'?: 10 - | true 11 - | '' 12 - | 'eager' 13 - | 'viewport' 14 - | 'hover' 15 - | 'tap' 16 - | 'off' 17 - | undefined 18 - | null; 19 - 'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null; 20 - 'data-sveltekit-reload'?: true | '' | 'off' | undefined | null; 21 - 'data-sveltekit-replacestate'?: true | '' | 'off' | undefined | null; 22 - } 23 - } 24 - 25 - export {}; 26 - 27 - 28 - declare module "$app/types" { 29 - type MatcherParam<M> = M extends (param : string) => param is (infer U extends string) ? U : string; 30 - 31 - export interface AppTypes { 32 - RouteId(): "/" | "/profile" | "/profile/[handle]"; 33 - RouteParams(): { 34 - "/profile/[handle]": { handle: string } 35 - }; 36 - LayoutParams(): { 37 - "/": { handle?: string }; 38 - "/profile": { handle?: string }; 39 - "/profile/[handle]": { handle: string } 40 - }; 41 - Pathname(): "/" | `/profile/${string}` & {}; 42 - ResolvedPathname(): `${"" | `/${string}`}${ReturnType<AppTypes['Pathname']>}`; 43 - Asset(): "/favicon.png" | "/favicon.svg" | "/fonts/Fang-Italic.otf" | "/fonts/Fang-Roman.otf" | "/fonts/PicNic-Regular.otf" | "/frogcursor-small.png" | "/frogcursor.png" | "/frogeye.png" | "/froggie.png" | "/froggiejump.png" | "/froggiestand.png" | "/frogicon.png" | "/leaves.png" | "/robots.txt" | string & {}; 44 - } 45 - }
-192
.svelte-kit/output/client/.vite/manifest.json
··· 1 - { 2 - ".svelte-kit/generated/client-optimized/app.js": { 3 - "file": "_app/immutable/entry/app.D1MwiwKn.js", 4 - "name": "entry/app", 5 - "src": ".svelte-kit/generated/client-optimized/app.js", 6 - "isEntry": true, 7 - "imports": [ 8 - "_BuZ8u_VS.js", 9 - "_CCoS_Egr.js", 10 - "_6qGwBjhj.js", 11 - "_pNsQzX0r.js", 12 - "_CvWmAKek.js", 13 - "_D1Ae0CO3.js", 14 - "_lKBsgujO.js" 15 - ], 16 - "dynamicImports": [ 17 - ".svelte-kit/generated/client-optimized/nodes/0.js", 18 - ".svelte-kit/generated/client-optimized/nodes/1.js", 19 - ".svelte-kit/generated/client-optimized/nodes/2.js", 20 - ".svelte-kit/generated/client-optimized/nodes/3.js" 21 - ] 22 - }, 23 - ".svelte-kit/generated/client-optimized/nodes/0.js": { 24 - "file": "_app/immutable/nodes/0.Bkiv3Mo1.js", 25 - "name": "nodes/0", 26 - "src": ".svelte-kit/generated/client-optimized/nodes/0.js", 27 - "isEntry": true, 28 - "isDynamicEntry": true, 29 - "imports": [ 30 - "_6qGwBjhj.js", 31 - "_BuZ8u_VS.js", 32 - "_iHYN8FkY.js", 33 - "_C8Fv-wU3.js" 34 - ], 35 - "css": [ 36 - "_app/immutable/assets/0.DKk5J4IK.css" 37 - ] 38 - }, 39 - ".svelte-kit/generated/client-optimized/nodes/1.js": { 40 - "file": "_app/immutable/nodes/1.kjxH651Z.js", 41 - "name": "nodes/1", 42 - "src": ".svelte-kit/generated/client-optimized/nodes/1.js", 43 - "isEntry": true, 44 - "isDynamicEntry": true, 45 - "imports": [ 46 - "_6qGwBjhj.js", 47 - "_C8Fv-wU3.js", 48 - "_BuZ8u_VS.js", 49 - "_CCoS_Egr.js", 50 - "_BKjtTD7m.js" 51 - ] 52 - }, 53 - ".svelte-kit/generated/client-optimized/nodes/2.js": { 54 - "file": "_app/immutable/nodes/2.BZdgRwqQ.js", 55 - "name": "nodes/2", 56 - "src": ".svelte-kit/generated/client-optimized/nodes/2.js", 57 - "isEntry": true, 58 - "isDynamicEntry": true, 59 - "imports": [ 60 - "_6qGwBjhj.js", 61 - "_pNsQzX0r.js", 62 - "_BuZ8u_VS.js", 63 - "_CCoS_Egr.js", 64 - "_CvWmAKek.js", 65 - "_iHYN8FkY.js", 66 - "_4YFwho-X.js", 67 - "_lKBsgujO.js" 68 - ], 69 - "css": [ 70 - "_app/immutable/assets/2.tHQ608Ax.css" 71 - ] 72 - }, 73 - ".svelte-kit/generated/client-optimized/nodes/3.js": { 74 - "file": "_app/immutable/nodes/3.Bx_OPh6d.js", 75 - "name": "nodes/3", 76 - "src": ".svelte-kit/generated/client-optimized/nodes/3.js", 77 - "isEntry": true, 78 - "isDynamicEntry": true, 79 - "imports": [ 80 - "_6qGwBjhj.js", 81 - "_pNsQzX0r.js", 82 - "_BuZ8u_VS.js", 83 - "_CCoS_Egr.js", 84 - "_CvWmAKek.js", 85 - "_iHYN8FkY.js", 86 - "_4YFwho-X.js", 87 - "_BKjtTD7m.js" 88 - ], 89 - "css": [ 90 - "_app/immutable/assets/3.JMkiik8G.css" 91 - ] 92 - }, 93 - "_4YFwho-X.js": { 94 - "file": "_app/immutable/chunks/4YFwho-X.js", 95 - "name": "FrogHeader", 96 - "imports": [ 97 - "_6qGwBjhj.js", 98 - "_BuZ8u_VS.js", 99 - "_iHYN8FkY.js", 100 - "_CvWmAKek.js", 101 - "_CCoS_Egr.js" 102 - ], 103 - "css": [ 104 - "_app/immutable/assets/FrogHeader.D-WUJdl3.css" 105 - ] 106 - }, 107 - "_6qGwBjhj.js": { 108 - "file": "_app/immutable/chunks/6qGwBjhj.js", 109 - "name": "disclose-version", 110 - "imports": [ 111 - "_BuZ8u_VS.js" 112 - ] 113 - }, 114 - "_BKjtTD7m.js": { 115 - "file": "_app/immutable/chunks/BKjtTD7m.js", 116 - "name": "entry", 117 - "imports": [ 118 - "_BuZ8u_VS.js", 119 - "_pNsQzX0r.js" 120 - ] 121 - }, 122 - "_BuZ8u_VS.js": { 123 - "file": "_app/immutable/chunks/BuZ8u_VS.js", 124 - "name": "runtime" 125 - }, 126 - "_C8Fv-wU3.js": { 127 - "file": "_app/immutable/chunks/C8Fv-wU3.js", 128 - "name": "legacy", 129 - "imports": [ 130 - "_BuZ8u_VS.js" 131 - ] 132 - }, 133 - "_CCoS_Egr.js": { 134 - "file": "_app/immutable/chunks/CCoS_Egr.js", 135 - "name": "render", 136 - "imports": [ 137 - "_BuZ8u_VS.js", 138 - "_6qGwBjhj.js" 139 - ] 140 - }, 141 - "_CvWmAKek.js": { 142 - "file": "_app/immutable/chunks/CvWmAKek.js", 143 - "name": "props", 144 - "imports": [ 145 - "_BuZ8u_VS.js", 146 - "_D1Ae0CO3.js", 147 - "_pNsQzX0r.js" 148 - ] 149 - }, 150 - "_D1Ae0CO3.js": { 151 - "file": "_app/immutable/chunks/D1Ae0CO3.js", 152 - "name": "branches", 153 - "imports": [ 154 - "_BuZ8u_VS.js" 155 - ] 156 - }, 157 - "_FrogHeader.D-WUJdl3.css": { 158 - "file": "_app/immutable/assets/FrogHeader.D-WUJdl3.css", 159 - "src": "_FrogHeader.D-WUJdl3.css" 160 - }, 161 - "_iHYN8FkY.js": { 162 - "file": "_app/immutable/chunks/iHYN8FkY.js", 163 - "name": "svelte-head", 164 - "imports": [ 165 - "_BuZ8u_VS.js", 166 - "_D1Ae0CO3.js" 167 - ] 168 - }, 169 - "_lKBsgujO.js": { 170 - "file": "_app/immutable/chunks/lKBsgujO.js", 171 - "name": "this", 172 - "imports": [ 173 - "_BuZ8u_VS.js" 174 - ] 175 - }, 176 - "_pNsQzX0r.js": { 177 - "file": "_app/immutable/chunks/pNsQzX0r.js", 178 - "name": "index-client", 179 - "imports": [ 180 - "_BuZ8u_VS.js" 181 - ] 182 - }, 183 - "node_modules/@sveltejs/kit/src/runtime/client/entry.js": { 184 - "file": "_app/immutable/entry/start.CgMVs50r.js", 185 - "name": "entry/start", 186 - "src": "node_modules/@sveltejs/kit/src/runtime/client/entry.js", 187 - "isEntry": true, 188 - "imports": [ 189 - "_BKjtTD7m.js" 190 - ] 191 - } 192 - }
-1
.svelte-kit/output/client/_app/immutable/assets/0.DKk5J4IK.css
··· 1 - .mesh-bg.svelte-17k46oa{position:fixed;inset:0;z-index:-2;overflow:hidden}.mesh-svg.svelte-17k46oa{width:100%;height:100%}.plant-overlay.svelte-11afcec{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;mix-blend-mode:multiply}.leaves.svelte-11afcec{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(max-width:768px){.plant-overlay.svelte-11afcec{display:none}}html,body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}body{font-family:Fang,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}::selection{background:#ff399280;color:#ffdeed}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a8c22}::-webkit-scrollbar-thumb{background:#0a182b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff3992}
-1
.svelte-kit/output/client/_app/immutable/assets/2.tHQ608Ax.css
··· 1 - .player-wrapper.svelte-zbxgh1{position:relative;width:100%;background:#0a182b;overflow:hidden}.player-wrapper.svelte-zbxgh1:fullscreen{display:flex;align-items:center;justify-content:center}.player-wrapper.svelte-zbxgh1:fullscreen video:where(.svelte-zbxgh1){max-height:100vh;max-width:100vw;object-fit:contain}video.svelte-zbxgh1{width:100%;display:block;max-height:70vh;cursor:pointer}.controls.svelte-zbxgh1{position:absolute;bottom:5%;left:10%;right:15%;opacity:0;transition:opacity .25s ease;pointer-events:none}.controls.visible.svelte-zbxgh1{opacity:1;pointer-events:auto}.scrub-bar.svelte-zbxgh1{position:relative;height:48px;cursor:pointer}.scrub-frog.svelte-zbxgh1{position:absolute;bottom:0;transform:translate(-50%);cursor:grab;transition:left .05s linear;z-index:2;padding:6px}.scrub-frog.svelte-zbxgh1:active{cursor:grabbing}.scrub-frog.flipped.svelte-zbxgh1{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-zbxgh1{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));pointer-events:none}.fullscreen-btn.svelte-zbxgh1{all:unset;position:absolute;bottom:5%;right:8%;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .2s ease;z-index:5}.fullscreen-btn.visible.svelte-zbxgh1{opacity:1}.fullscreen-btn.svelte-zbxgh1:hover{transform:scale(1.15)}.frogeye.svelte-zbxgh1{width:44px;height:44px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.error-overlay.svelte-zbxgh1{position:absolute;bottom:15%;left:10%;right:10%;background:#ff3992d9;color:#ffdeed;padding:8px 12px;border-radius:6px;font-family:Fang,system-ui,sans-serif;font-size:.8rem}.card.svelte-1nxalmg{all:unset;cursor:url(../../../frogcursor-small.png) 12 12,pointer;display:flex;flex-direction:column;transition:transform .2s ease;position:relative}.duration-badge.svelte-1nxalmg{display:block;font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#ff3992;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-align:right}.thumb-wrapper.svelte-1nxalmg{margin:0}.thumbnail.svelte-1nxalmg{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#3992ff,#1e4e8c);display:flex;align-items:center;justify-content:center;overflow:hidden}.thumb-img.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .15s}.scrub-canvas.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.scrub-canvas.visible.svelte-1nxalmg{opacity:1}.scrub-frog.svelte-1nxalmg{position:absolute;bottom:0%;z-index:4;pointer-events:none;transform:translate(-50%);transition:left .05s linear}.scrub-frog.flipped.svelte-1nxalmg{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-1nxalmg{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));image-rendering:auto}.thumb-shadow.svelte-1nxalmg{position:absolute;inset:0;box-shadow:inset 0 3px 16px #0a182b80;pointer-events:none}.loading-spinner.svelte-1nxalmg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:3}.spinner.svelte-1nxalmg{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1nxalmg-spin .8s linear infinite}@keyframes svelte-1nxalmg-spin{to{transform:rotate(360deg)}}.scrub-bar.svelte-1nxalmg{position:absolute;bottom:0;left:0;right:0;height:3px;background:#fff3;z-index:2}.scrub-bar-fill.svelte-1nxalmg{height:100%;background:#ff3992;transition:width .05s linear}.info.svelte-1nxalmg{padding:14px 10px 8px}.title.svelte-1nxalmg{margin:0;font-family:Fang,system-ui,sans-serif;font-size:.9rem;font-weight:700;color:#0a182b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator.svelte-1nxalmg{display:block;margin:4px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.8rem;color:#0a182b;opacity:.8;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.creator.svelte-1nxalmg:hover{color:#ff3992}.date.svelte-1nxalmg{margin:2px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#ff3992;font-style:italic}.wavy-circle.svelte-95sxdm{position:relative;flex-shrink:0}.circle-clipped.svelte-95sxdm{position:relative;width:100%;height:100%}.circle-fill.svelte-95sxdm{position:absolute;inset:0}.circle-content.svelte-95sxdm{position:relative;width:100%;height:100%}.circle-content.svelte-95sxdm img{width:100%;height:100%;object-fit:cover;display:block}.circle-stroke.svelte-95sxdm{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:visible}.app.svelte-1uha8ag{max-width:1300px;margin:0 auto;padding:0 clamp(24px,7vw,120px) 60px}.player-section.svelte-1uha8ag{margin-bottom:40px;margin-top:20px;padding:0 10px}.player-info.svelte-1uha8ag{padding:20px 4px}.player-meta-row.svelte-1uha8ag{display:flex;align-items:center;gap:10px;margin-top:6px}.creator-avatar-link.svelte-1uha8ag{flex-shrink:0;transition:transform .15s}.creator-avatar-link.svelte-1uha8ag:hover{transform:scale(1.1)}.player-title.svelte-1uha8ag{margin:0;font-family:PicNic,cursive,system-ui;font-size:clamp(1.4rem,3vw,2rem);color:#0a182b}.player-meta.svelte-1uha8ag{margin:6px 0 0;font-family:Fang,system-ui,sans-serif;color:#0a182b;opacity:.7;font-size:.85rem}.creator-tag.svelte-1uha8ag{color:#3992ff;text-decoration:underline}.dot.svelte-1uha8ag{margin:0 4px;color:#0a182b;opacity:.4}.grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:clamp(32px,5vw,50px);padding:20px clamp(16px,3vw,24px)}.pagination.svelte-1uha8ag{display:flex;justify-content:center;align-items:center;gap:20px;padding:30px}.page-btn.svelte-1uha8ag{background:#0a182b;color:#39ff44;border:3px solid #0a182b;padding:12px 32px;border-radius:40px;font-family:PicNic,cursive,system-ui;font-size:1.1rem;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.page-btn.svelte-1uha8ag:hover{background:#39ff44;color:#0a182b;border-color:#0a182b}.page-btn.svelte-1uha8ag:disabled{background:#1a8c22;color:#0a182b;border-color:#1a8c22;cursor:wait;opacity:.6}.page-num.svelte-1uha8ag{font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b}.error.svelte-1uha8ag{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:0 10px 20px;font-family:Fang,system-ui,sans-serif;border:2px solid #ff3992}
-1
.svelte-kit/output/client/_app/immutable/assets/3.JMkiik8G.css
··· 1 - .profile-page.svelte-oxml5t{max-width:800px;margin:0 auto;padding:0 clamp(24px,7vw,80px) 60px}.loading.svelte-oxml5t{text-align:center;padding:60px 20px}.loading-frog.svelte-oxml5t{width:64px;height:auto;animation:svelte-oxml5t-hop .6s ease-in-out infinite alternate}@keyframes svelte-oxml5t-hop{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.loading-text.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.2rem;color:#0a182b;margin-top:12px}.error.svelte-oxml5t{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:20px 0;font-family:Fang,system-ui,sans-serif;border:2px solid #FF3992}.profile-layout.svelte-oxml5t{display:flex;flex-direction:column;gap:24px}.banner-img.svelte-oxml5t{width:100%;display:block;aspect-ratio:3 / 1;object-fit:cover}.profile-card-area.svelte-oxml5t{margin-top:-20px}.profile-card.svelte-oxml5t{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.avatar-wrapper.svelte-oxml5t{width:clamp(80px,15vw,120px);margin-bottom:8px}.avatar.svelte-oxml5t{width:100%;display:block;aspect-ratio:1;object-fit:cover;border-radius:0}.display-name.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:clamp(1.8rem,4vw,2.8rem);color:#0a182b;margin:0;line-height:1.1}.handle.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:1rem;color:#0a182b;opacity:.7;margin:0}.description.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.95rem;color:#0a182b;margin:8px 0;max-width:500px;line-height:1.5}.stats.svelte-oxml5t{display:flex;gap:clamp(16px,4vw,32px);margin:12px 0}.stat.svelte-oxml5t{display:flex;flex-direction:column;align-items:center}.stat-num.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#0a182b;font-weight:700}.stat-label.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#0a182b;opacity:.6}.profile-link.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;margin-top:8px;transition:color .15s}.profile-link.svelte-oxml5t:hover{color:#ff3992}.back-link.svelte-oxml5t{text-align:center;padding:30px}.back-link.svelte-oxml5t a:where(.svelte-oxml5t){font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.back-link.svelte-oxml5t a:where(.svelte-oxml5t):hover{color:#ff3992}
-1
.svelte-kit/output/client/_app/immutable/assets/FrogHeader.D-WUJdl3.css
··· 1 - .wavy-container.svelte-7frlgw{position:relative;isolation:isolate}.wavy-clipped.svelte-7frlgw{position:relative}.wavy-fill.svelte-7frlgw{position:absolute;inset:0;z-index:0}.wavy-content.svelte-7frlgw{position:relative;z-index:1;padding:var(--padding)}.wavy-stroke.svelte-7frlgw{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:visible}.frog-header.svelte-1kxia9k{padding:30px 20px 50px;position:relative}.title-area.svelte-1kxia9k{position:relative;display:inline-block}.logo-link.svelte-1kxia9k{text-decoration:none;color:inherit}.logo-text.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(3rem,8vw,5.5rem);color:#0a182b;margin:0;line-height:.9;font-weight:400;letter-spacing:-1px;position:relative;z-index:1}.header-frog.svelte-1kxia9k{position:absolute;right:-80px;top:-60px;width:clamp(120px,18vw,220px);height:auto;z-index:2;transform:rotate(-10deg);filter:drop-shadow(2px 4px 6px rgba(10,24,43,.3));transition:transform .3s ease}.header-frog.svelte-1kxia9k:hover{transform:rotate(5deg) scale(1.1)}.subtitle-lines.svelte-1kxia9k{margin-top:6px;position:relative;z-index:0}.subtitle-link.svelte-1kxia9k{color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.subtitle-link.svelte-1kxia9k:hover{color:#ff3992}.subtitle.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(.85rem,2vw,1.15rem);color:#0a182b;margin:0;line-height:1.4;opacity:.85}@media(max-width:600px){.frog-header.svelte-1kxia9k{padding:20px 16px 8px}.header-frog.svelte-1kxia9k{right:-100px;top:-20px}}
-2
.svelte-kit/output/client/_app/immutable/chunks/4YFwho-X.js
··· 1 - import{a as Z,f as J}from"./6qGwBjhj.js";import{j as O,aP as ct,aQ as it,aR as lt,aS as pt,aT as ft,a1 as z,a5 as y,a7 as Y,a6 as w,a3 as ut,a4 as tt,aa as G}from"./BuZ8u_VS.js";import{s as ht}from"./iHYN8FkY.js";import{p as $}from"./CvWmAKek.js";import{d as dt,a as gt}from"./CCoS_Egr.js";const X=[...` 2 - \r\f \v\uFEFF`];function Bt(t,e,s){var r=t==null?"":""+t;if(s){for(var o of Object.keys(s))if(s[o])r=r?r+" "+o:o;else if(r.length)for(var a=o.length,p=0;(p=r.indexOf(o,p))>=0;){var d=p+a;(p===0||X.includes(r[p-1]))&&(d===r.length||X.includes(r[d]))?r=(p===0?"":r.substring(0,p))+r.substring(d+1):p=d}}return r===""?null:r}function vt(t,e){return t==null?null:String(t)}function E(t,e,s,r){var o=t.__style;if(O||o!==e){var a=vt(e);(!O||a!==t.getAttribute("style"))&&(a==null?t.removeAttribute("style"):t.style.cssText=a),t.__style=e}return r}const mt=Symbol("is custom element"),kt=Symbol("is html"),yt=lt?"link":"LINK";function j(t,e,s,r){var o=wt(t);O&&(o[e]=t.getAttribute(e),e==="src"||e==="srcset"||e==="href"&&t.nodeName===yt)||o[e]!==(o[e]=s)&&(e==="loading"&&(t[ct]=s),s==null?t.removeAttribute(e):typeof s!="string"&&_t(t).includes(e)?t[e]=s:t.setAttribute(e,s))}function wt(t){return t.__attributes??={[mt]:t.nodeName.includes("-"),[kt]:t.namespaceURI===it}}var Q=new Map;function _t(t){var e=t.getAttribute("is")||t.nodeName,s=Q.get(e);if(s)return s;Q.set(e,s=[]);for(var r,o=t,a=Element.prototype;a!==o;){r=ft(o);for(var p in r)r[p].set&&s.push(p);o=pt(o)}return s}const xt="place.stream.video",bt="https://vod-beta.stream.place/xrpc/place.stream.playback.getVideoPlaylist",St="https://ufos-api.microcosm.blue";let A=null;async function Pt(){if(A)return A;const t=await fetch(`${St}/records?collection=${xt}`);if(!t.ok)throw new Error(`Failed to fetch records: ${t.status}`);return A=(await t.json()).sort((s,r)=>r.time_us-s.time_us).map(s=>({uri:`at://${s.did}/${s.collection}/${s.rkey}`,cid:"",value:s.record})),A}async function Nt(t=0,e=9){const s=await Pt(),r=t*e;return{records:s.slice(r,r+e),hasMore:r+e<s.length}}function Ot(t){return`${bt}?uri=${encodeURIComponent(t)}`}function Dt(t){const e=Math.floor(t/1e9),s=Math.floor(e/3600),r=Math.floor(e%3600/60),o=e%60;return s>0?`${s}:${String(r).padStart(2,"0")}:${String(o).padStart(2,"0")}`:`${r}:${String(o).padStart(2,"0")}`}function Ht(t){return new Date(t).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}const $t="https://public.api.bsky.app";async function Vt(t){const e=new URLSearchParams({actor:t}),s=await fetch(`${$t}/xrpc/app.bsky.actor.getProfile?${e}`);if(!s.ok)throw new Error(`Failed to fetch profile: ${s.status}`);return s.json()}const B=new Map;async function qt(t){if(B.has(t))return B.get(t);try{const e=await fetch(`https://plc.directory/${t}`);if(!e.ok)return t;const r=(await e.json()).alsoKnownAs?.[0],o=r?r.replace("at://","@"):t;return B.set(t,o),o}catch{return t}}const N=new Map;async function At(t){if(N.has(t))return N.get(t);try{const e=await fetch(`https://plc.directory/${t}`);if(!e.ok)return null;const o=(await e.json()).service?.find(a=>a.id==="#atproto_pds"||a.type==="AtprotoPersonalDataServer")?.serviceEndpoint??null;return o&&N.set(t,o),o}catch{return null}}function Mt(t){const e=t.match(/^at:\/\/([^/]+)\/([^/]+)\/([^/]+)$/);return e?{repo:e[1],collection:e[2],rkey:e[3]}:null}const M=new Map;async function Kt(t){const e=t.value.livestream?.uri;if(!e)return null;if(M.has(e))return M.get(e);try{const s=Mt(e);if(!s)return null;const r=await At(s.repo);if(!r)return null;const o=new URLSearchParams({repo:s.repo,collection:s.collection,rkey:s.rkey}),a=await fetch(`${r}/xrpc/com.atproto.repo.getRecord?${o}`);if(!a.ok)return null;const d=(await a.json()).value?.thumb?.ref?.$link;if(!d)return null;const x=`${r}/xrpc/com.atproto.sync.getBlob?did=${encodeURIComponent(s.repo)}&cid=${encodeURIComponent(d)}`;return M.set(e,x),x}catch{return M.set(e,null),null}}function v(t,e=0){let s=0;const r=t+String(e);for(let o=0;o<r.length;o++){const a=r.charCodeAt(o);s=(s<<5)-s+a|0}return(s%65536+65536)%65536/65536}function Wt(t){const e=v(t,0),s=v(t,1),r=v(t,2);return{rotation:(e-.5)*10,translateX:(s-.5)*60,translateY:(r-.5)*60}}var Ct=J('<div class="wavy-container svelte-7frlgw"><div class="wavy-clipped svelte-7frlgw"><div class="wavy-fill svelte-7frlgw"></div> <div class="wavy-content svelte-7frlgw"><!></div></div> <svg class="wavy-stroke svelte-7frlgw" viewBox="0 0 100 100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" overflow="visible"><path fill="none" stroke-linejoin="round" stroke-linecap="round"></path></svg></div>');function Yt(t,e){z(e,!0);let s=$(e,"fill",3,"#39FF44"),r=$(e,"strokeColor",3,"#0A182B"),o=$(e,"strokeWidth",3,3),a=$(e,"padding",3,"16px");const p=typeof a()=="number"?`${a()}px`:a(),{pts:d,svgPath:x}=st(e.seed),et=`polygon(${d.map(([m,q])=>`${m.toFixed(2)}% ${q.toFixed(2)}%`).join(", ")})`;function st(m){const nt=[0,1,2,3].map(n=>{const l=n===1||n===3?.5:1;return{phase1:v(m,n*10+1)*Math.PI*2,phase2:v(m,n*10+2)*Math.PI*2,freq1:(1.5+v(m,n*10+3)*1.5)*l,freq2:(3+v(m,n*10+4)*2)*l,ampScale:.7+v(m,n*10+5)*.6}});function P(n,c){const l=nt[n],f=Math.sin(c*l.freq1*Math.PI*2+l.phase1)*2.5*.7,k=Math.sin(c*l.freq2*Math.PI*2+l.phase2)*2.5*.3;return(f+k)*l.ampScale}const i=[];for(let n=0;n<=16;n++){const c=n/16;i.push([1+c*98,1+P(0,c)])}for(let n=1;n<=16;n++){const c=n/16;i.push([99+P(1,c),1+c*98])}for(let n=1;n<=16;n++){const c=n/16;i.push([99-c*98,99+P(2,c)])}for(let n=1;n<16;n++){const c=n/16;i.push([1+P(3,c),99-c*98])}let I=`M ${i[0][0].toFixed(1)} ${i[0][1].toFixed(1)}`;for(let n=0;n<i.length;n++){const c=i[(n-1+i.length)%i.length],l=i[n],f=i[(n+1)%i.length],k=i[(n+2)%i.length],g=.3,F=l[0]+(f[0]-c[0])*g,L=l[1]+(f[1]-c[1])*g,U=f[0]-(k[0]-l[0])*g,R=f[1]-(k[1]-l[1])*g;I+=` C ${F.toFixed(1)} ${L.toFixed(1)}, ${U.toFixed(1)} ${R.toFixed(1)}, ${f[0].toFixed(1)} ${f[1].toFixed(1)}`}I+=" Z";const K=[],_=i.length,W=10;for(let n=0;n<_;n++){const c=i[(n-1+_)%_],l=i[n],f=i[(n+1)%_],k=i[(n+2)%_],g=.3,F=l[0]+(f[0]-c[0])*g,L=l[1]+(f[1]-c[1])*g,U=f[0]-(k[0]-l[0])*g,R=f[1]-(k[1]-l[1])*g;for(let T=0;T<W;T++){const u=T/W,h=1-u,ot=h*h*h*l[0]+3*h*h*u*F+3*h*u*u*U+u*u*u*f[0],at=h*h*h*l[1]+3*h*h*u*L+3*h*u*u*R+u*u*u*f[1];K.push([ot,at])}}return{pts:K,svgPath:I}}var b=Ct(),S=y(b),D=y(S),H=Y(D,2),rt=y(H);ht(rt,()=>e.children),w(H),w(S);var V=Y(S,2),C=y(V);w(V),w(b),ut(()=>{E(b,`--padding: ${p??""};`),E(S,`clip-path: ${et};`),E(D,`background: ${s()??""};`),j(C,"d",x),j(C,"stroke",r()),j(C,"stroke-width",o())}),Z(t,b),tt()}var It=J('<header class="frog-header svelte-1kxia9k"><div class="title-area svelte-1kxia9k"><a href="/" class="logo-link svelte-1kxia9k"><h1 class="logo-text svelte-1kxia9k">vod frog</h1></a> <img src="/froggie.png" alt="A cute frog" class="header-frog svelte-1kxia9k"/></div> <div class="subtitle-lines svelte-1kxia9k"><p class="subtitle svelte-1kxia9k">an exploration by</p> <p class="subtitle svelte-1kxia9k"><a href="https://witchsky.app/profile/goose.art" target="_blank" class="subtitle-link svelte-1kxia9k">@goose.art</a> using <a href="https://witchsky.app/profile/stream.place" target="_blank" class="subtitle-link svelte-1kxia9k">@stream.place</a></p></div></header>');function Gt(t,e){z(e,!0);function s(p){e.onHomeClick&&(p.preventDefault(),e.onHomeClick())}var r=It(),o=y(r),a=y(o);G(2),w(o),G(2),w(r),gt("click",a,s),Z(t,r),tt()}dt(["click"]);export{Gt as F,Yt as W,E as a,Wt as b,Kt as c,Ht as d,Ot as e,Dt as f,Vt as g,v as h,Pt as i,Nt as l,qt as r,j as s,Bt as t};
-1
.svelte-kit/output/client/_app/immutable/chunks/6qGwBjhj.js
··· 1 - import{ae as v,v as u,af as T,ag as p,ah as h,b as l,j as i,k as s,ai as g,F as E,g as d,aj as y,t as w,ak as N}from"./BuZ8u_VS.js";const M=globalThis?.window?.trustedTypes&&globalThis.window.trustedTypes.createPolicy("svelte-trusted-html",{createHTML:t=>t});function b(t){return M?.createHTML(t)??t}function x(t){var r=v("template");return r.innerHTML=b(t.replaceAll("<!>","<!---->")),r.content}function n(t,r){var e=l;e.nodes===null&&(e.nodes={start:t,end:r,a:null,t:null})}function O(t,r){var e=(r&p)!==0,f=(r&h)!==0,a,_=!t.startsWith("<!>");return()=>{if(i)return n(s,null),s;a===void 0&&(a=x(_?t:"<!>"+t),e||(a=u(a)));var o=f||T?document.importNode(a,!0):a.cloneNode(!0);if(e){var c=u(o),m=o.lastChild;n(c,m)}else n(o,o);return o}}function P(t=""){if(!i){var r=d(t+"");return n(r,r),r}var e=s;return e.nodeType!==y?(e.before(e=d()),w(e)):N(e),n(e,e),e}function R(){if(i)return n(s,null),s;var t=document.createDocumentFragment(),r=document.createComment(""),e=d();return t.append(r,e),n(r,e),t}function C(t,r){if(i){var e=l;((e.f&g)===0||e.nodes.end===null)&&(e.nodes.end=s),E();return}t!==null&&t.before(r)}const A="5";typeof window<"u"&&((window.__svelte??={}).v??=new Set).add(A);export{C as a,n as b,R as c,O as f,P as t};
-1
.svelte-kit/output/client/_app/immutable/chunks/BKjtTD7m.js
··· 1 - import{ab as L,A as U,B as T,aO as te,b2 as gt}from"./BuZ8u_VS.js";import{w as Ee,o as qe}from"./pNsQzX0r.js";class Se{constructor(t,n){this.status=t,typeof n=="string"?this.body={message:n}:n?this.body=n:this.body={message:`Error: ${t}`}}toString(){return JSON.stringify(this.body)}}class Re{constructor(t,n){this.status=t,this.location=n}}class xe extends Error{constructor(t,n,r){super(r),this.status=t,this.text=n}}new URL("sveltekit-internal://");function _t(e,t){return e==="/"||t==="ignore"?e:t==="never"?e.endsWith("/")?e.slice(0,-1):e:t==="always"&&!e.endsWith("/")?e+"/":e}function mt(e){return e.split("%25").map(decodeURI).join("%25")}function vt(e){for(const t in e)e[t]=decodeURIComponent(e[t]);return e}function pe({href:e}){return e.split("#")[0]}function wt(...e){let t=5381;for(const n of e)if(typeof n=="string"){let r=n.length;for(;r;)t=t*33^n.charCodeAt(--r)}else if(ArrayBuffer.isView(n)){const r=new Uint8Array(n.buffer,n.byteOffset,n.byteLength);let a=r.length;for(;a;)t=t*33^r[--a]}else throw new TypeError("value must be a string or TypedArray");return(t>>>0).toString(36)}new TextEncoder;new TextDecoder;function yt(e){const t=atob(e),n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=t.charCodeAt(r);return n}const bt=window.fetch;window.fetch=(e,t)=>((e instanceof Request?e.method:t?.method||"GET")!=="GET"&&W.delete(Ae(e)),bt(e,t));const W=new Map;function kt(e,t){const n=Ae(e,t),r=document.querySelector(n);if(r?.textContent){r.remove();let{body:a,...i}=JSON.parse(r.textContent);const o=r.getAttribute("data-ttl");return o&&W.set(n,{body:a,init:i,ttl:1e3*Number(o)}),r.getAttribute("data-b64")!==null&&(a=yt(a)),Promise.resolve(new Response(a,i))}return window.fetch(e,t)}function Et(e,t,n){if(W.size>0){const r=Ae(e,n),a=W.get(r);if(a){if(performance.now()<a.ttl&&["default","force-cache","only-if-cached",void 0].includes(n?.cache))return new Response(a.body,a.init);W.delete(r)}}return window.fetch(t,n)}function Ae(e,t){let r=`script[data-sveltekit-fetched][data-url=${JSON.stringify(e instanceof Request?e.url:e)}]`;if(t?.headers||t?.body){const a=[];t.headers&&a.push([...new Headers(t.headers)].join(",")),t.body&&(typeof t.body=="string"||ArrayBuffer.isView(t.body))&&a.push(t.body),r+=`[data-hash="${wt(...a)}"]`}return r}const St=/^(\[)?(\.\.\.)?(\w+)(?:=(\w+))?(\])?$/;function Rt(e){const t=[];return{pattern:e==="/"?/^\/$/:new RegExp(`^${At(e).map(r=>{const a=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(r);if(a)return t.push({name:a[1],matcher:a[2],optional:!1,rest:!0,chained:!0}),"(?:/([^]*))?";const i=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(r);if(i)return t.push({name:i[1],matcher:i[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!r)return;const o=r.split(/\[(.+?)\](?!\])/);return"/"+o.map((l,c)=>{if(c%2){if(l.startsWith("x+"))return ge(String.fromCharCode(parseInt(l.slice(2),16)));if(l.startsWith("u+"))return ge(String.fromCharCode(...l.slice(2).split("-").map(_=>parseInt(_,16))));const f=St.exec(l),[,p,v,h,u]=f;return t.push({name:h,matcher:u,optional:!!p,rest:!!v,chained:v?c===1&&o[0]==="":!1}),v?"([^]*?)":p?"([^/]*)?":"([^/]+?)"}return ge(l)}).join("")}).join("")}/?$`),params:t}}function xt(e){return e!==""&&!/^\([^)]+\)$/.test(e)}function At(e){return e.slice(1).split("/").filter(xt)}function Lt(e,t,n){const r={},a=e.slice(1),i=a.filter(s=>s!==void 0);let o=0;for(let s=0;s<t.length;s+=1){const l=t[s];let c=a[s-o];if(l.chained&&l.rest&&o&&(c=a.slice(s-o,s+1).filter(f=>f).join("/"),o=0),c===void 0)if(l.rest)c="";else continue;if(!l.matcher||n[l.matcher](c)){r[l.name]=c;const f=t[s+1],p=a[s+1];f&&!f.rest&&f.optional&&p&&l.chained&&(o=0),!f&&!p&&Object.keys(r).length===i.length&&(o=0);continue}if(l.optional&&l.chained){o++;continue}return}if(!o)return r}function ge(e){return e.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function Ut({nodes:e,server_loads:t,dictionary:n,matchers:r}){const a=new Set(t);return Object.entries(n).map(([s,[l,c,f]])=>{const{pattern:p,params:v}=Rt(s),h={id:s,exec:u=>{const _=p.exec(u);if(_)return Lt(_,v,r)},errors:[1,...f||[]].map(u=>e[u]),layouts:[0,...c||[]].map(o),leaf:i(l)};return h.errors.length=h.layouts.length=Math.max(h.errors.length,h.layouts.length),h});function i(s){const l=s<0;return l&&(s=~s),[l,e[s]]}function o(s){return s===void 0?s:[a.has(s),e[s]]}}function Ye(e,t=JSON.parse){try{return t(sessionStorage[e])}catch{}}function De(e,t,n=JSON.stringify){const r=n(t);try{sessionStorage[e]=r}catch{}}const x=globalThis.__sveltekit_lq47rm?.base??"",Tt=globalThis.__sveltekit_lq47rm?.assets??x??"",It="1774913971226",ze="sveltekit:snapshot",He="sveltekit:scroll",Je="sveltekit:states",Ot="sveltekit:pageurl",V="sveltekit:history",z="sveltekit:navigation",j={tap:1,hover:2,viewport:3,eager:4,off:-1,false:-1},Le=location.origin;function Xe(e){if(e instanceof URL)return e;let t=document.baseURI;if(!t){const n=document.getElementsByTagName("base");t=n.length?n[0].href:document.URL}return new URL(e,t)}function q(){return{x:pageXOffset,y:pageYOffset}}function D(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const Ve={...j,"":j.hover};function Qe(e){let t=e.assignedSlot??e.parentNode;return t?.nodeType===11&&(t=t.host),t}function Ze(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=Qe(e)}}function ve(e,t,n){let r;try{if(r=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI),n&&r.hash.match(/^#[^/]/)){const s=location.hash.split("#")[1]||"/";r.hash=`#${s}${r.hash}`}}catch{}const a=e instanceof SVGAElement?e.target.baseVal:e.target,i=!r||!!a||ue(r,t,n)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),o=r?.origin===Le&&e.hasAttribute("download");return{url:r,external:i,target:a,download:o}}function ne(e){let t=null,n=null,r=null,a=null,i=null,o=null,s=e;for(;s&&s!==document.documentElement;)r===null&&(r=D(s,"preload-code")),a===null&&(a=D(s,"preload-data")),t===null&&(t=D(s,"keepfocus")),n===null&&(n=D(s,"noscroll")),i===null&&(i=D(s,"reload")),o===null&&(o=D(s,"replacestate")),s=Qe(s);function l(c){switch(c){case"":case"true":return!0;case"off":case"false":return!1;default:return}}return{preload_code:Ve[r??"off"],preload_data:Ve[a??"off"],keepfocus:l(t),noscroll:l(n),reload:l(i),replace_state:l(o)}}function Be(e){const t=Ee(e);let n=!0;function r(){n=!0,t.update(o=>o)}function a(o){n=!1,t.set(o)}function i(o){let s;return t.subscribe(l=>{(s===void 0||n&&l!==s)&&o(s=l)})}return{notify:r,set:a,subscribe:i}}const et={v:()=>{}};function Pt(){const{set:e,subscribe:t}=Ee(!1);let n;async function r(){clearTimeout(n);try{const a=await fetch(`${Tt}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!a.ok)return!1;const o=(await a.json()).version!==It;return o&&(e(!0),et.v(),clearTimeout(n)),o}catch{return!1}}return{subscribe:t,check:r}}function ue(e,t,n){return e.origin!==Le||!e.pathname.startsWith(t)?!0:n?e.pathname!==location.pathname:!1}function ln(e){}const tt=new Set(["load","prerender","csr","ssr","trailingSlash","config"]);[...tt];const $t=new Set([...tt]);[...$t];function Ct(e){return e.filter(t=>t!=null)}function Ue(e){return e instanceof Se||e instanceof xe?e.status:500}function jt(e){return e instanceof xe?e.text:"Internal Error"}let k,H,_e;const Nt=qe.toString().includes("$$")||/function \w+\(\) \{\}/.test(qe.toString()),Ke="a:";Nt?(k={data:{},form:null,error:null,params:{},route:{id:null},state:{},status:-1,url:new URL(Ke)},H={current:null},_e={current:!1}):(k=new class{#e=L({});get data(){return U(this.#e)}set data(t){T(this.#e,t)}#t=L(null);get form(){return U(this.#t)}set form(t){T(this.#t,t)}#n=L(null);get error(){return U(this.#n)}set error(t){T(this.#n,t)}#r=L({});get params(){return U(this.#r)}set params(t){T(this.#r,t)}#a=L({id:null});get route(){return U(this.#a)}set route(t){T(this.#a,t)}#o=L({});get state(){return U(this.#o)}set state(t){T(this.#o,t)}#s=L(-1);get status(){return U(this.#s)}set status(t){T(this.#s,t)}#i=L(new URL(Ke));get url(){return U(this.#i)}set url(t){T(this.#i,t)}},H=new class{#e=L(null);get current(){return U(this.#e)}set current(t){T(this.#e,t)}},_e=new class{#e=L(!1);get current(){return U(this.#e)}set current(t){T(this.#e,t)}},et.v=()=>_e.current=!0);function qt(e){Object.assign(k,e)}const Dt=new Set(["icon","shortcut icon","apple-touch-icon"]);let F=null;const C=Ye(He)??{},J=Ye(ze)??{},$={url:Be({}),page:Be({}),navigating:Ee(null),updated:Pt()};function Te(e){C[e]=q()}function Vt(e,t){let n=e+1;for(;C[n];)delete C[n],n+=1;for(n=t+1;J[n];)delete J[n],n+=1}function X(e,t=!1){return t?location.replace(e.href):location.href=e.href,new Promise(()=>{})}async function nt(){if("serviceWorker"in navigator){const e=await navigator.serviceWorker.getRegistration(x||"/");e&&await e.update()}}function Me(){}let Ie,we,re,I,ye,y;const ae=[],oe=[];let A=null;function be(){A?.fork?.then(e=>e?.discard()),A=null}const ee=new Map,rt=new Set,Bt=new Set,Y=new Set;let m={branch:[],error:null,url:null},at=!1,se=!1,Fe=!0,Q=!1,G=!1,ot=!1,Oe=!1,st,w,R,N;const ie=new Set,Ge=new Map;async function dn(e,t,n){globalThis.__sveltekit_lq47rm?.data&&globalThis.__sveltekit_lq47rm.data,document.URL!==location.href&&(location.href=location.href),y=e,await e.hooks.init?.(),Ie=Ut(e),I=document.documentElement,ye=t,we=e.nodes[0],re=e.nodes[1],we(),re(),w=history.state?.[V],R=history.state?.[z],w||(w=R=Date.now(),history.replaceState({...history.state,[V]:w,[z]:R},""));const r=C[w];function a(){r&&(history.scrollRestoration="manual",scrollTo(r.x,r.y))}n?(a(),await tn(ye,n)):(await B({type:"enter",url:Xe(y.hash?an(new URL(location.href)):location.href),replace_state:!0}),a()),en()}function Kt(){ae.length=0,Oe=!1}function it(e){oe.some(t=>t?.snapshot)&&(J[e]=oe.map(t=>t?.snapshot?.capture()))}function lt(e){J[e]?.forEach((t,n)=>{oe[n]?.snapshot?.restore(t)})}function We(){Te(w),De(He,C),it(R),De(ze,J)}async function Mt(e,t,n,r){let a;t.invalidateAll&&be(),await B({type:"goto",url:Xe(e),keepfocus:t.keepFocus,noscroll:t.noScroll,replace_state:t.replaceState,state:t.state,redirect_count:n,nav_token:r,accept:()=>{t.invalidateAll&&(Oe=!0,a=[...Ge.keys()]),t.invalidate&&t.invalidate.forEach(Zt)}}),t.invalidateAll&&te().then(te).then(()=>{Ge.forEach(({resource:i},o)=>{a?.includes(o)&&i.refresh?.()})})}async function Ft(e){if(e.id!==A?.id){be();const t={};ie.add(t),A={id:e.id,token:t,promise:ut({...e,preload:t}).then(n=>(ie.delete(t),n.type==="loaded"&&n.state.error&&be(),n)),fork:null}}return A.promise}async function me(e){const t=(await fe(e,!1))?.route;t&&await Promise.all([...t.layouts,t.leaf].filter(Boolean).map(n=>n[1]()))}async function ct(e,t,n){const r={params:m.params,route:{id:m.route?.id??null},url:new URL(location.href)};m={...e.state,nav:r};const a=document.querySelector("style[data-sveltekit]");if(a&&a.remove(),Object.assign(k,e.props.page),st=new y.root({target:t,props:{...e.props,stores:$,components:oe},hydrate:n,sync:!1,transformError:void 0}),await Promise.resolve(),lt(R),n){const i={from:null,to:{...r,scroll:C[w]??q()},willUnload:!1,type:"enter",complete:Promise.resolve()};Y.forEach(o=>o(i))}se=!0}async function le({url:e,params:t,branch:n,errors:r,status:a,error:i,route:o,form:s}){let l="never";if(x&&(e.pathname===x||e.pathname===x+"/"))l="always";else for(const u of n)u?.slash!==void 0&&(l=u.slash);e.pathname=_t(e.pathname,l),e.search=e.search;const c={type:"loaded",state:{url:e,params:t,branch:n,error:i,route:o},props:{constructors:Ct(n).map(u=>u.node.component),page:Ne(k)}};s!==void 0&&(c.props.form=s);let f={},p=!k,v=0;for(let u=0;u<Math.max(n.length,m.branch.length);u+=1){const _=n[u],g=m.branch[u];_?.data!==g?.data&&(p=!0),_&&(f={...f,..._.data},p&&(c.props[`data_${v}`]=f),v+=1)}return(!m.url||e.href!==m.url.href||m.error!==i||s!==void 0&&s!==k.form||p)&&(c.props.page={error:i,params:t,route:{id:o?.id??null},state:{},status:a,url:new URL(e),form:s??null,data:p?f:k.data}),c}async function Pe({loader:e,parent:t,url:n,params:r,route:a,server_data_node:i}){let o=null;const s={dependencies:new Set,params:new Set,parent:!1,route:!1,url:!1,search_params:new Set},l=await e();return{node:l,loader:e,server:i,universal:l.universal?.load?{type:"data",data:o,uses:s}:null,data:o??i?.data??null,slash:l.universal?.trailingSlash??i?.slash}}function Gt(e,t,n){let r=e instanceof Request?e.url:e;const a=new URL(r,n);a.origin===n.origin&&(r=a.href.slice(n.origin.length));const i=se?Et(r,a.href,t):kt(r,t);return{resolved:a,promise:i}}function Wt(e,t,n,r,a,i){if(Oe)return!0;if(!a)return!1;if(a.parent&&e||a.route&&t||a.url&&n)return!0;for(const o of a.search_params)if(r.has(o))return!0;for(const o of a.params)if(i[o]!==m.params[o])return!0;for(const o of a.dependencies)if(ae.some(s=>s(new URL(o))))return!0;return!1}function $e(e,t){return e?.type==="data"?e:e?.type==="skip"?t??null:null}function Yt(e,t){if(!e)return new Set(t.searchParams.keys());const n=new Set([...e.searchParams.keys(),...t.searchParams.keys()]);for(const r of n){const a=e.searchParams.getAll(r),i=t.searchParams.getAll(r);a.every(o=>i.includes(o))&&i.every(o=>a.includes(o))&&n.delete(r)}return n}function zt({error:e,url:t,route:n,params:r}){return{type:"loaded",state:{error:e,url:t,route:n,params:r,branch:[]},props:{page:Ne(k),constructors:[]}}}async function ut({id:e,invalidating:t,url:n,params:r,route:a,preload:i}){if(A?.id===e)return ie.delete(A.token),A.promise;const{errors:o,layouts:s,leaf:l}=a,c=[...s,l];o.forEach(g=>g?.().catch(()=>{})),c.forEach(g=>g?.[1]().catch(()=>{}));const f=m.url?e!==ce(m.url):!1,p=m.route?a.id!==m.route.id:!1,v=Yt(m.url,n);let h=!1;const u=c.map(async(g,d)=>{if(!g)return;const E=m.branch[d];return g[1]===E?.loader&&!Wt(h,p,f,v,E.universal?.uses,r)?E:(h=!0,Pe({loader:g[1],url:n,params:r,route:a,parent:async()=>{const O={};for(let P=0;P<d;P+=1)Object.assign(O,(await u[P])?.data);return O},server_data_node:$e(g[0]?{type:"skip"}:null,g[0]?E?.server:void 0)}))});for(const g of u)g.catch(()=>{});const _=[];for(let g=0;g<c.length;g+=1)if(c[g])try{_.push(await u[g])}catch(d){if(d instanceof Re)return{type:"redirect",location:d.location};if(ie.has(i))return zt({error:await Z(d,{params:r,url:n,route:{id:a.id}}),url:n,params:r,route:a});let E=Ue(d),S;if(d instanceof Se)S=d.body;else{if(await $.updated.check())return await nt(),await X(n);S=await Z(d,{params:r,url:n,route:{id:a.id}})}const O=await Ht(g,_,o);return O?le({url:n,params:r,branch:_.slice(0,O.idx).concat(O.node),errors:o,status:E,error:S,route:a}):await dt(n,{id:a.id},S,E)}else _.push(void 0);return le({url:n,params:r,branch:_,errors:o,status:200,error:null,route:a,form:t?void 0:null})}async function Ht(e,t,n){for(;e--;)if(n[e]){let r=e;for(;!t[r];)r-=1;try{return{idx:r+1,node:{node:await n[e](),loader:n[e],data:{},server:null,universal:null}}}catch{continue}}}async function Ce({status:e,error:t,url:n,route:r}){const a={};let i=null;try{const o=await Pe({loader:we,url:n,params:a,route:r,parent:()=>Promise.resolve({}),server_data_node:$e(i)}),s={node:await re(),loader:re,universal:null,server:null,data:null};return le({url:n,params:a,branch:[o,s],status:e,error:t,errors:[],route:null})}catch(o){if(o instanceof Re)return Mt(new URL(o.location,location.href),{},0);throw o}}async function Jt(e){const t=e.href;if(ee.has(t))return ee.get(t);let n;try{const r=(async()=>{let a=await y.hooks.reroute({url:new URL(e),fetch:async(i,o)=>Gt(i,o,e).promise})??e;if(typeof a=="string"){const i=new URL(e);y.hash?i.hash=a:i.pathname=a,a=i}return a})();ee.set(t,r),n=await r}catch{ee.delete(t);return}return n}async function fe(e,t){if(e&&!ue(e,x,y.hash)){const n=await Jt(e);if(!n)return;const r=Xt(n);for(const a of Ie){const i=a.exec(r);if(i)return{id:ce(e),invalidating:t,route:a,params:vt(i),url:e}}}}function Xt(e){return mt(y.hash?e.hash.replace(/^#/,"").replace(/[?#].+/,""):e.pathname.slice(x.length))||"/"}function ce(e){return(y.hash?e.hash.replace(/^#/,""):e.pathname)+e.search}function ft({url:e,type:t,intent:n,delta:r,event:a,scroll:i}){let o=!1;const s=je(m,n,e,t,i??null);r!==void 0&&(s.navigation.delta=r),a!==void 0&&(s.navigation.event=a);const l={...s.navigation,cancel:()=>{o=!0,s.reject(new Error("navigation cancelled"))}};return Q||rt.forEach(c=>c(l)),o?null:s}async function B({type:e,url:t,popped:n,keepfocus:r,noscroll:a,replace_state:i,state:o={},redirect_count:s=0,nav_token:l={},accept:c=Me,block:f=Me,event:p}){const v=N;N=l;const h=await fe(t,!1),u=e==="enter"?je(m,h,t,e):ft({url:t,type:e,delta:n?.delta,intent:h,scroll:n?.scroll,event:p});if(!u){f(),N===l&&(N=v);return}const _=w,g=R;c(),Q=!0,se&&u.navigation.type!=="enter"&&$.navigating.set(H.current=u.navigation);let d=h&&await ut(h);if(!d){if(ue(t,x,y.hash))return await X(t,i);d=await dt(t,{id:null},await Z(new xe(404,"Not Found",`Not found: ${t.pathname}`),{url:t,params:{},route:{id:null}}),404,i)}if(t=h?.url||t,N!==l)return u.reject(new Error("navigation aborted")),!1;if(d.type==="redirect"){if(s<20){await B({type:e,url:new URL(d.location,t),popped:n,keepfocus:r,noscroll:a,replace_state:i,state:o,redirect_count:s+1,nav_token:l}),u.fulfil(void 0);return}d=await Ce({status:500,error:await Z(new Error("Redirect loop"),{url:t,params:{},route:{id:null}}),url:t,route:{id:null}})}else d.props.page.status>=400&&await $.updated.check()&&(await nt(),await X(t,i));if(Kt(),Te(_),it(g),d.props.page.url.pathname!==t.pathname&&(t.pathname=d.props.page.url.pathname),o=n?n.state:o,!n){const b=i?0:1,K={[V]:w+=b,[z]:R+=b,[Je]:o};(i?history.replaceState:history.pushState).call(history,K,"",t),i||Vt(w,R)}const E=h&&A?.id===h.id?A.fork:null;A=null,d.props.page.state=o;let S;if(se){const b=(await Promise.all(Array.from(Bt,M=>M(u.navigation)))).filter(M=>typeof M=="function");if(b.length>0){let M=function(){b.forEach(he=>{Y.delete(he)})};b.push(M),b.forEach(he=>{Y.add(he)})}const K=u.navigation.to;m={...d.state,nav:{params:K.params,route:K.route,url:K.url}},d.props.page&&(d.props.page.url=t);const de=E&&await E;de?S=de.commit():(F=null,st.$set(d.props),F&&Object.assign(d.props.page,F),qt(d.props.page),S=gt?.()),ot=!0}else await ct(d,ye,!1);const{activeElement:O}=document;await S,await te(),await te();let P=null;if(Fe){const b=n?n.scroll:a?q():null;b?scrollTo(b.x,b.y):(P=t.hash&&document.getElementById(ht(t)))?P.scrollIntoView():scrollTo(0,0)}const pt=document.activeElement!==O&&document.activeElement!==document.body;!r&&!pt&&rn(t,!P),Fe=!0,d.props.page&&(F&&Object.assign(d.props.page,F),Object.assign(k,d.props.page)),Q=!1,e==="popstate"&&lt(R),u.fulfil(void 0),u.navigation.to&&(u.navigation.to.scroll=q()),Y.forEach(b=>b(u.navigation)),$.navigating.set(H.current=null)}async function dt(e,t,n,r,a){return e.origin===Le&&e.pathname===location.pathname&&!at?await Ce({status:r,error:n,url:e,route:t}):await X(e,a)}function Qt(){let e,t={element:void 0,href:void 0},n;I.addEventListener("mousemove",s=>{const l=s.target;clearTimeout(e),e=setTimeout(()=>{i(l,j.hover)},20)});function r(s){s.defaultPrevented||i(s.composedPath()[0],j.tap)}I.addEventListener("mousedown",r),I.addEventListener("touchstart",r,{passive:!0});const a=new IntersectionObserver(s=>{for(const l of s)l.isIntersecting&&(me(new URL(l.target.href)),a.unobserve(l.target))},{threshold:0});async function i(s,l){const c=Ze(s,I),f=c===t.element&&c?.href===t.href&&l>=n;if(!c||f)return;const{url:p,external:v,download:h}=ve(c,x,y.hash);if(v||h)return;const u=ne(c),_=p&&ce(m.url)===ce(p);if(!(u.reload||_))if(l<=u.preload_data){t={element:c,href:c.href},n=j.tap;const g=await fe(p,!1);if(!g)return;Ft(g)}else l<=u.preload_code&&(t={element:c,href:c.href},n=l,me(p))}function o(){a.disconnect();for(const s of I.querySelectorAll("a")){const{url:l,external:c,download:f}=ve(s,x,y.hash);if(c||f)continue;const p=ne(s);p.reload||(p.preload_code===j.viewport&&a.observe(s),p.preload_code===j.eager&&me(l))}}Y.add(o),o()}function Z(e,t){if(e instanceof Se)return e.body;const n=Ue(e),r=jt(e);return y.hooks.handleError({error:e,event:t,status:n,message:r})??{message:r}}function Zt(e){if(typeof e=="function")ae.push(e);else{const{href:t}=new URL(e,location.href);ae.push(n=>n.href===t)}}function en(){history.scrollRestoration="manual",addEventListener("beforeunload",t=>{let n=!1;if(We(),!Q){const r=je(m,void 0,null,"leave"),a={...r.navigation,cancel:()=>{n=!0,r.reject(new Error("navigation cancelled"))}};rt.forEach(i=>i(a))}n?(t.preventDefault(),t.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&We()}),navigator.connection?.saveData||Qt(),I.addEventListener("click",async t=>{if(t.button||t.which!==1||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.defaultPrevented)return;const n=Ze(t.composedPath()[0],I);if(!n)return;const{url:r,external:a,target:i,download:o}=ve(n,x,y.hash);if(!r)return;if(i==="_parent"||i==="_top"){if(window.parent!==window)return}else if(i&&i!=="_self")return;const s=ne(n);if(!(n instanceof SVGAElement)&&r.protocol!==location.protocol&&!(r.protocol==="https:"||r.protocol==="http:")||o)return;const[c,f]=(y.hash?r.hash.replace(/^#/,""):r.href).split("#"),p=c===pe(location);if(a||s.reload&&(!p||!f)){ft({url:r,type:"link",event:t})?Q=!0:t.preventDefault();return}if(f!==void 0&&p){const[,v]=m.url.href.split("#");if(v===f){if(t.preventDefault(),f===""||f==="top"&&n.ownerDocument.getElementById("top")===null)scrollTo({top:0});else{const h=n.ownerDocument.getElementById(decodeURIComponent(f));h&&(h.scrollIntoView(),h.focus())}return}if(G=!0,Te(w),e(r),!s.replace_state)return;G=!1}t.preventDefault(),await new Promise(v=>{requestAnimationFrame(()=>{setTimeout(v,0)}),setTimeout(v,100)}),await B({type:"link",url:r,keepfocus:s.keepfocus,noscroll:s.noscroll,replace_state:s.replace_state??r.href===location.href,event:t})}),I.addEventListener("submit",t=>{if(t.defaultPrevented)return;const n=HTMLFormElement.prototype.cloneNode.call(t.target),r=t.submitter;if((r?.formTarget||n.target)==="_blank"||(r?.formMethod||n.method)!=="get")return;const o=new URL(r?.hasAttribute("formaction")&&r?.formAction||n.action);if(ue(o,x,!1))return;const s=t.target,l=ne(s);if(l.reload)return;t.preventDefault(),t.stopPropagation();const c=new FormData(s,r);o.search=new URLSearchParams(c).toString(),B({type:"form",url:o,keepfocus:l.keepfocus,noscroll:l.noscroll,replace_state:l.replace_state??o.href===location.href,event:t})}),addEventListener("popstate",async t=>{if(!ke){if(t.state?.[V]){const n=t.state[V];if(N={},n===w)return;const r=C[n],a=t.state[Je]??{},i=new URL(t.state[Ot]??location.href),o=t.state[z],s=m.url?pe(location)===pe(m.url):!1;if(o===R&&(ot||s)){a!==k.state&&(k.state=a),e(i),C[w]=q(),r&&scrollTo(r.x,r.y),w=n;return}const c=n-w;await B({type:"popstate",url:i,popped:{state:a,scroll:r,delta:c},accept:()=>{w=n,R=o},block:()=>{history.go(-c)},nav_token:N,event:t})}else if(!G){const n=new URL(location.href);e(n),y.hash&&location.reload()}}}),addEventListener("hashchange",()=>{G&&(G=!1,history.replaceState({...history.state,[V]:++w,[z]:R},"",location.href))});for(const t of document.querySelectorAll("link"))Dt.has(t.rel)&&(t.href=t.href);addEventListener("pageshow",t=>{t.persisted&&$.navigating.set(H.current=null)});function e(t){m.url=k.url=t,$.page.set(Ne(k)),$.page.notify()}}async function tn(e,{status:t=200,error:n,node_ids:r,params:a,route:i,server_route:o,data:s,form:l}){at=!0;const c=new URL(location.href);let f;({params:a={},route:i={id:null}}=await fe(c,!1)||{}),f=Ie.find(({id:h})=>h===i.id);let p,v=!0;try{const h=r.map(async(_,g)=>{const d=s[g];return d?.uses&&(d.uses=nn(d.uses)),Pe({loader:y.nodes[_],url:c,params:a,route:i,parent:async()=>{const E={};for(let S=0;S<g;S+=1)Object.assign(E,(await h[S]).data);return E},server_data_node:$e(d)})}),u=await Promise.all(h);if(f){const _=f.layouts;for(let g=0;g<_.length;g++)_[g]||u.splice(g,0,void 0)}p=await le({url:c,params:a,branch:u,status:t,error:n,errors:f?.errors,form:l,route:f??null})}catch(h){if(h instanceof Re){await X(new URL(h.location,location.href));return}p=await Ce({status:Ue(h),error:await Z(h,{url:c,params:a,route:i}),url:c,route:i}),e.textContent="",v=!1}p.props.page&&(p.props.page.state={}),await ct(p,e,v)}function nn(e){return{dependencies:new Set(e?.dependencies??[]),params:new Set(e?.params??[]),parent:!!e?.parent,route:!!e?.route,url:!!e?.url,search_params:new Set(e?.search_params??[])}}let ke=!1;function rn(e,t=!0){const n=document.querySelector("[autofocus]");if(n)n.focus();else{const r=ht(e);if(r&&document.getElementById(r)){const{x:i,y:o}=q();setTimeout(()=>{const s=history.state;ke=!0,location.replace(new URL(`#${r}`,location.href)),history.replaceState(s,"",e),t&&scrollTo(i,o),ke=!1})}else{const i=document.body,o=i.getAttribute("tabindex");i.tabIndex=-1,i.focus({preventScroll:!0,focusVisible:!1}),o!==null?i.setAttribute("tabindex",o):i.removeAttribute("tabindex")}const a=getSelection();if(a&&a.type!=="None"){const i=[];for(let o=0;o<a.rangeCount;o+=1)i.push(a.getRangeAt(o));setTimeout(()=>{if(a.rangeCount===i.length){for(let o=0;o<a.rangeCount;o+=1){const s=i[o],l=a.getRangeAt(o);if(s.commonAncestorContainer!==l.commonAncestorContainer||s.startContainer!==l.startContainer||s.endContainer!==l.endContainer||s.startOffset!==l.startOffset||s.endOffset!==l.endOffset)return}a.removeAllRanges()}})}}}function je(e,t,n,r,a=null){let i,o;const s=new Promise((c,f)=>{i=c,o=f});return s.catch(()=>{}),{navigation:{from:{params:e.params,route:{id:e.route?.id??null},url:e.url,scroll:q()},to:n&&{params:t?.params??null,route:{id:t?.route?.id??null},url:n,scroll:a},willUnload:!t,type:r,complete:s},fulfil:i,reject:o}}function Ne(e){return{data:e.data,error:e.error,form:e.form,params:e.params,route:e.route,state:e.state,status:e.status,url:e.url}}function an(e){const t=new URL(e);return t.hash=decodeURIComponent(e.hash),t}function ht(e){let t;if(y.hash){const[,,n]=e.hash.split("#",3);t=n??""}else t=e.hash.slice(1);return decodeURIComponent(t)}export{dn as a,ln as l,k as p,$ as s};
-1
.svelte-kit/output/client/_app/immutable/chunks/BuZ8u_VS.js
··· 1 - var Ht=Array.isArray,Ut=Array.prototype.indexOf,ie=Array.prototype.includes,Cn=Array.from,Mn=Object.defineProperty,ve=Object.getOwnPropertyDescriptor,Vt=Object.getOwnPropertyDescriptors,Bt=Object.prototype,zt=Array.prototype,it=Object.getPrototypeOf,Qe=Object.isExtensible;const Gt=()=>{};function Fn(e){return e()}function Kt(e){for(var t=0;t<e.length;t++)e[t]()}function ft(){var e,t,n=new Promise((r,s)=>{e=r,t=s});return{promise:n,resolve:e,reject:t}}const E=2,Q=4,we=8,ut=1<<24,q=16,F=32,ee=64,$t=128,k=512,g=1024,b=2048,j=4096,P=8192,C=16384,le=32768,et=1<<25,Ae=65536,Me=1<<17,Xt=1<<18,ye=1<<19,ot=1<<20,jn=1<<25,te=65536,Fe=1<<21,Oe=1<<22,B=1<<23,de=Symbol("$state"),Ln=Symbol("legacy props"),Yn=Symbol(""),Y=new class extends Error{name="StaleReactionError";message="The reaction that called `getAbortSignal()` was re-run or destroyed"},Hn=!!globalThis.document?.contentType&&globalThis.document.contentType.includes("xml"),Ne=3,ct=8;function Zt(){throw new Error("https://svelte.dev/e/async_derived_orphan")}function Un(e,t,n){throw new Error("https://svelte.dev/e/each_key_duplicate")}function Wt(e){throw new Error("https://svelte.dev/e/effect_in_teardown")}function Jt(){throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function Qt(e){throw new Error("https://svelte.dev/e/effect_orphan")}function en(){throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function Vn(){throw new Error("https://svelte.dev/e/hydration_failed")}function Bn(e){throw new Error("https://svelte.dev/e/props_invalid_value")}function tn(){throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function nn(){throw new Error("https://svelte.dev/e/state_prototype_fixed")}function rn(){throw new Error("https://svelte.dev/e/state_unsafe_mutation")}function zn(){throw new Error("https://svelte.dev/e/svelte_boundary_reset_onerror")}const Gn=1,Kn=2,$n=16,Xn=1,Zn=2,Wn=4,Jn=8,Qn=16,er=1,tr=2,sn="[",ln="[!",nr="[?",an="]",Ue={},m=Symbol(),fn="http://www.w3.org/1999/xhtml";function Ve(e){console.warn("https://svelte.dev/e/hydration_mismatch")}function rr(){console.warn("https://svelte.dev/e/svelte_boundary_reset_noop")}let ne=!1;function sr(e){ne=e}let S;function fe(e){if(e===null)throw Ve(),Ue;return S=e}function lr(){return fe($(S))}function ar(e){if(ne){if($(S)!==null)throw Ve(),Ue;S=e}}function ir(e=1){if(ne){for(var t=e,n=S;t--;)n=$(n);S=n}}function fr(e=!0){for(var t=0,n=S;;){if(n.nodeType===ct){var r=n.data;if(r===an){if(t===0)return n;t-=1}else(r===sn||r===ln||r[0]==="["&&!isNaN(Number(r.slice(1))))&&(t+=1)}var s=$(n);e&&n.remove(),n=s}}function ur(e){if(!e||e.nodeType!==ct)throw Ve(),Ue;return e.data}function _t(e){return e===this.v}function un(e,t){return e!=e?t==t:e!==t||e!==null&&typeof e=="object"||typeof e=="function"}function vt(e){return!un(e,this.v)}let De=!1;function or(){De=!0}let T=null;function Se(e){T=e}function cr(e,t=!1,n){T={p:T,i:!1,c:null,e:null,s:e,x:null,r:d,l:De&&!t?{s:null,u:null,$:[]}:null}}function _r(e){var t=T,n=t.e;if(n!==null){t.e=null;for(var r of n)Ot(r)}return t.i=!0,T=t.p,{}}function ge(){return!De||T!==null&&T.l===null}let X=[];function dt(){var e=X;X=[],Kt(e)}function tt(e){if(X.length===0&&!he){var t=X;queueMicrotask(()=>{t===X&&dt()})}X.push(e)}function on(){for(;X.length>0;)dt()}function cn(e){var t=d;if(t===null)return v.f|=B,e;if((t.f&le)===0&&(t.f&Q)===0)throw e;Re(e,t)}function Re(e,t){for(;t!==null;){if((t.f&$t)!==0){if((t.f&le)===0)throw e;try{t.b.error(e);return}catch(n){e=n}}t=t.parent}throw e}const _n=-7169;function y(e,t){e.f=e.f&_n|t}function Be(e){(e.f&k)!==0||e.deps===null?y(e,g):y(e,j)}function ht(e){if(e!==null)for(const t of e)(t.f&E)===0||(t.f&te)===0||(t.f^=te,ht(t.deps))}function vn(e,t,n){(e.f&b)!==0?t.add(e):(e.f&j)!==0&&n.add(e),ht(e.deps),y(e,g)}const H=new Set;let w=null,D=null,je=null,he=!1,Pe=!1,ae=null,be=null;var nt=0;let dn=1;class G{id=dn++;current=new Map;previous=new Map;#i=new Set;#f=new Set;#r=new Map;#t=new Map;#_=null;#e=[];#v=[];#l=new Set;#s=new Set;#n=new Map;is_fork=!1;#u=!1;#a=new Set;#o(){return this.is_fork||this.#t.size>0}#p(){for(const r of this.#a)for(const s of r.#t.keys()){for(var t=!1,n=s;n.parent!==null;){if(this.#n.has(n)){t=!0;break}n=n.parent}if(!t)return!0}return!1}skip_effect(t){this.#n.has(t)||this.#n.set(t,{d:[],m:[]})}unskip_effect(t){var n=this.#n.get(t);if(n){this.#n.delete(t);for(var r of n.d)y(r,b),this.schedule(r);for(r of n.m)y(r,j),this.schedule(r)}}#c(){if(nt++>1e3&&(H.delete(this),pn()),!this.#o()){for(const a of this.#l)this.#s.delete(a),y(a,b),this.schedule(a);for(const a of this.#s)y(a,j),this.schedule(a)}const t=this.#e;this.#e=[],this.apply();var n=ae=[],r=[],s=be=[];for(const a of t)try{this.#d(a,n,r)}catch(i){throw yt(a),i}if(w=null,s.length>0){var l=G.ensure();for(const a of s)l.schedule(a)}if(ae=null,be=null,this.#o()||this.#p()){this.#h(r),this.#h(n);for(const[a,i]of this.#n)wt(a,i)}else{this.#r.size===0&&H.delete(this),this.#l.clear(),this.#s.clear();for(const a of this.#i)a(this);this.#i.clear(),rt(r),rt(n),this.#_?.resolve()}var u=w;if(this.#e.length>0){const a=u??=this;a.#e.push(...this.#e.filter(i=>!a.#e.includes(i)))}u!==null&&(H.add(u),u.#c()),H.has(this)||this.#w()}#d(t,n,r){t.f^=g;for(var s=t.first;s!==null;){var l=s.f,u=(l&(F|ee))!==0,a=u&&(l&g)!==0,i=a||(l&P)!==0||this.#n.has(s);if(!i&&s.fn!==null){u?s.f^=g:(l&Q)!==0?n.push(s):Ee(s)&&((l&q)!==0&&this.#s.add(s),oe(s));var o=s.first;if(o!==null){s=o;continue}}for(;s!==null;){var f=s.next;if(f!==null){s=f;break}s=s.parent}}}#h(t){for(var n=0;n<t.length;n+=1)vn(t[n],this.#l,this.#s)}capture(t,n,r=!1){n!==m&&!this.previous.has(t)&&this.previous.set(t,n),(t.f&B)===0&&(this.current.set(t,[t.v,r]),D?.set(t,t.v))}activate(){w=this}deactivate(){w=null,D=null}flush(){try{Pe=!0,w=this,this.#c()}finally{nt=0,je=null,ae=null,be=null,Pe=!1,w=null,D=null,z.clear()}}discard(){for(const t of this.#f)t(this);this.#f.clear(),H.delete(this)}register_created_effect(t){this.#v.push(t)}#w(){for(const f of H){var t=f.id<this.id,n=[];for(const[c,[_,p]]of this.current){if(f.current.has(c)){var r=f.current.get(c)[0];if(t&&_!==r)f.current.set(c,[_,p]);else continue}n.push(c)}var s=[...f.current.keys()].filter(c=>!this.current.has(c));if(s.length===0)t&&f.discard();else if(n.length>0){f.activate();var l=new Set,u=new Map;for(var a of n)pt(a,s,l,u);u=new Map;var i=[...f.current.keys()].filter(c=>this.current.has(c)?this.current.get(c)[0]!==c:!0);for(const c of this.#v)(c.f&(C|P|Me))===0&&ze(c,i,u)&&((c.f&(Oe|q))!==0?(y(c,b),f.schedule(c)):f.#l.add(c));if(f.#e.length>0){f.apply();for(var o of f.#e)f.#d(o,[],[]);f.#e=[]}f.deactivate()}}for(const f of H)f.#a.has(this)&&(f.#a.delete(this),f.#a.size===0&&!f.#o()&&(f.activate(),f.#c()))}increment(t,n){let r=this.#r.get(n)??0;if(this.#r.set(n,r+1),t){let s=this.#t.get(n)??0;this.#t.set(n,s+1)}}decrement(t,n,r){let s=this.#r.get(n)??0;if(s===1?this.#r.delete(n):this.#r.set(n,s-1),t){let l=this.#t.get(n)??0;l===1?this.#t.delete(n):this.#t.set(n,l-1)}this.#u||r||(this.#u=!0,tt(()=>{this.#u=!1,this.flush()}))}transfer_effects(t,n){for(const r of t)this.#l.add(r);for(const r of n)this.#s.add(r);t.clear(),n.clear()}oncommit(t){this.#i.add(t)}ondiscard(t){this.#f.add(t)}settled(){return(this.#_??=ft()).promise}static ensure(){if(w===null){const t=w=new G;Pe||(H.add(w),he||tt(()=>{w===t&&t.flush()}))}return w}apply(){{D=null;return}}schedule(t){if(je=t,t.b?.is_pending&&(t.f&(Q|we|ut))!==0&&(t.f&le)===0){t.b.defer_effect(t);return}for(var n=t;n.parent!==null;){n=n.parent;var r=n.f;if(ae!==null&&n===d&&(v===null||(v.f&E)===0))return;if((r&(ee|F))!==0){if((r&g)===0)return;n.f^=g}}this.#e.push(n)}}function hn(e){var t=he;he=!0;try{for(var n;;){if(on(),w===null)return n;w.flush()}}finally{he=t}}function pn(){try{en()}catch(e){Re(e,je)}}let L=null;function rt(e){var t=e.length;if(t!==0){for(var n=0;n<t;){var r=e[n++];if((r.f&(C|P))===0&&Ee(r)&&(L=new Set,oe(r),r.deps===null&&r.first===null&&r.nodes===null&&r.teardown===null&&r.ac===null&&Dt(r),L?.size>0)){z.clear();for(const s of L){if((s.f&(C|P))!==0)continue;const l=[s];let u=s.parent;for(;u!==null;)L.has(u)&&(L.delete(u),l.push(u)),u=u.parent;for(let a=l.length-1;a>=0;a--){const i=l[a];(i.f&(C|P))===0&&oe(i)}}L.clear()}}L=null}}function pt(e,t,n,r){if(!n.has(e)&&(n.add(e),e.reactions!==null))for(const s of e.reactions){const l=s.f;(l&E)!==0?pt(s,t,n,r):(l&(Oe|q))!==0&&(l&b)===0&&ze(s,t,r)&&(y(s,b),Ge(s))}}function ze(e,t,n){const r=n.get(e);if(r!==void 0)return r;if(e.deps!==null)for(const s of e.deps){if(ie.call(t,s))return!0;if((s.f&E)!==0&&ze(s,t,n))return n.set(s,!0),!0}return n.set(e,!1),!1}function Ge(e){w.schedule(e)}function wt(e,t){if(!((e.f&F)!==0&&(e.f&g)!==0)){(e.f&b)!==0?t.d.push(e):(e.f&j)!==0&&t.m.push(e),y(e,g);for(var n=e.first;n!==null;)wt(n,t),n=n.next}}function yt(e){y(e,g);for(var t=e.first;t!==null;)yt(t),t=t.next}function gt(e,t,n,r){const s=ge()?$e:gn;var l=e.filter(_=>!_.settled);if(n.length===0&&l.length===0){r(t.map(s));return}var u=d,a=wn(),i=l.length===1?l[0].promise:l.length>1?Promise.all(l.map(_=>_.promise)):null;function o(_){a();try{r(_)}catch(p){(u.f&C)===0&&Re(p,u)}xe()}if(n.length===0){i.then(()=>o(t.map(s)));return}var f=Ke();function c(){Promise.all(n.map(_=>yn(_))).then(_=>o([...t.map(s),..._])).catch(_=>Re(_,u)).finally(()=>f())}i?i.then(()=>{a(),c(),xe()}):c()}function wn(){var e=d,t=v,n=T,r=w;return function(l=!0){ue(e),K(t),Se(n),l&&(e.f&C)===0&&(r?.activate(),r?.apply())}}function xe(e=!0){ue(null),K(null),Se(null),e&&w?.deactivate()}function Ke(){var e=d,t=e.b,n=w,r=t.is_rendered();return t.update_pending_count(1,n),n.increment(r,e),(s=!1)=>{t.update_pending_count(-1,n),n.decrement(r,e,s)}}function $e(e){var t=E|b,n=v!==null&&(v.f&E)!==0?v:null;return d!==null&&(d.f|=ye),{ctx:T,deps:null,effects:null,equals:_t,f:t,fn:e,reactions:null,rv:0,v:m,wv:0,parent:n??d,ac:null}}function yn(e,t,n){let r=d;r===null&&Zt();var s=void 0,l=Ze(m),u=!v,a=new Map;return kn(()=>{var i=d,o=ft();s=o.promise;try{Promise.resolve(e()).then(o.resolve,o.reject).finally(xe)}catch(p){o.reject(p),xe()}var f=w;if(u){if((i.f&le)!==0)var c=Ke();if(r.b.is_rendered())a.get(f)?.reject(Y),a.delete(f);else{for(const p of a.values())p.reject(Y);a.clear()}a.set(f,o)}const _=(p,h=void 0)=>{if(c){var N=h===Y;c(N)}if(!(h===Y||(i.f&C)!==0)){if(f.activate(),h)l.f|=B,Ye(l,h);else{(l.f&B)!==0&&(l.f^=B),Ye(l,p);for(const[ce,me]of a){if(a.delete(ce),ce===f)break;me.reject(Y)}}f.deactivate()}};o.promise.then(_,p=>_(null,p||"unknown"))}),xn(()=>{for(const i of a.values())i.reject(Y)}),new Promise(i=>{function o(f){function c(){f===s?i(l):o(s)}f.then(c,c)}o(s)})}function vr(e){const t=$e(e);return Ct(t),t}function gn(e){const t=$e(e);return t.equals=vt,t}function En(e){var t=e.effects;if(t!==null){e.effects=null;for(var n=0;n<t.length;n+=1)re(t[n])}}function mn(e){for(var t=e.parent;t!==null;){if((t.f&E)===0)return(t.f&C)===0?t:null;t=t.parent}return null}function Xe(e){var t,n=d;ue(mn(e));try{e.f&=~te,En(e),t=Lt(e)}finally{ue(n)}return t}function Et(e){var t=e.v,n=Xe(e);if(!e.equals(n)&&(e.wv=Ft(),(!w?.is_fork||e.deps===null)&&(e.v=n,w?.capture(e,t,!0),e.deps===null))){y(e,g);return}se||(D!==null?(kt()||w?.is_fork)&&D.set(e,n):Be(e))}function bn(e){if(e.effects!==null)for(const t of e.effects)(t.teardown||t.ac)&&(t.teardown?.(),t.ac?.abort(Y),t.teardown=Gt,t.ac=null,pe(t,0),Je(t))}function mt(e){if(e.effects!==null)for(const t of e.effects)t.teardown&&oe(t)}let Le=new Set;const z=new Map;let bt=!1;function Ze(e,t){var n={f:0,v:e,reactions:null,equals:_t,rv:0,wv:0};return n}function U(e,t){const n=Ze(e);return Ct(n),n}function dr(e,t=!1,n=!0){const r=Ze(e);return t||(r.equals=vt),De&&n&&T!==null&&T.l!==null&&(T.l.s??=[]).push(r),r}function V(e,t,n=!1){v!==null&&(!I||(v.f&Me)!==0)&&ge()&&(v.f&(E|q|Oe|Me))!==0&&(O===null||!ie.call(O,e))&&rn();let r=n?_e(t):t;return Ye(e,r,be)}function Ye(e,t,n=null){if(!e.equals(t)){var r=e.v;se?z.set(e,t):z.set(e,r),e.v=t;var s=G.ensure();if(s.capture(e,r),(e.f&E)!==0){const l=e;(e.f&b)!==0&&Xe(l),D===null&&Be(l)}e.wv=Ft(),Tt(e,b,n),ge()&&d!==null&&(d.f&g)!==0&&(d.f&(F|ee))===0&&(x===null?In([e]):x.push(e)),!s.is_fork&&Le.size>0&&!bt&&Tn()}return t}function Tn(){bt=!1;for(const e of Le)(e.f&g)!==0&&y(e,j),Ee(e)&&oe(e);Le.clear()}function hr(e,t=1){var n=W(e),r=t===1?n++:n--;return V(e,n),r}function Ce(e){V(e,e.v+1)}function Tt(e,t,n){var r=e.reactions;if(r!==null)for(var s=ge(),l=r.length,u=0;u<l;u++){var a=r[u],i=a.f;if(!(!s&&a===d)){var o=(i&b)===0;if(o&&y(a,t),(i&E)!==0){var f=a;D?.delete(f),(i&te)===0&&(i&k&&(a.f|=te),Tt(f,j,n))}else if(o){var c=a;(i&q)!==0&&L!==null&&L.add(c),n!==null?n.push(c):Ge(c)}}}}function _e(e){if(typeof e!="object"||e===null||de in e)return e;const t=it(e);if(t!==Bt&&t!==zt)return e;var n=new Map,r=Ht(e),s=U(0),l=J,u=a=>{if(J===l)return a();var i=v,o=J;K(null),at(l);var f=a();return K(i),at(o),f};return r&&n.set("length",U(e.length)),new Proxy(e,{defineProperty(a,i,o){(!("value"in o)||o.configurable===!1||o.enumerable===!1||o.writable===!1)&&tn();var f=n.get(i);return f===void 0?u(()=>{var c=U(o.value);return n.set(i,c),c}):V(f,o.value,!0),!0},deleteProperty(a,i){var o=n.get(i);if(o===void 0){if(i in a){const f=u(()=>U(m));n.set(i,f),Ce(s)}}else V(o,m),Ce(s);return!0},get(a,i,o){if(i===de)return e;var f=n.get(i),c=i in a;if(f===void 0&&(!c||ve(a,i)?.writable)&&(f=u(()=>{var p=_e(c?a[i]:m),h=U(p);return h}),n.set(i,f)),f!==void 0){var _=W(f);return _===m?void 0:_}return Reflect.get(a,i,o)},getOwnPropertyDescriptor(a,i){var o=Reflect.getOwnPropertyDescriptor(a,i);if(o&&"value"in o){var f=n.get(i);f&&(o.value=W(f))}else if(o===void 0){var c=n.get(i),_=c?.v;if(c!==void 0&&_!==m)return{enumerable:!0,configurable:!0,value:_,writable:!0}}return o},has(a,i){if(i===de)return!0;var o=n.get(i),f=o!==void 0&&o.v!==m||Reflect.has(a,i);if(o!==void 0||d!==null&&(!f||ve(a,i)?.writable)){o===void 0&&(o=u(()=>{var _=f?_e(a[i]):m,p=U(_);return p}),n.set(i,o));var c=W(o);if(c===m)return!1}return f},set(a,i,o,f){var c=n.get(i),_=i in a;if(r&&i==="length")for(var p=o;p<c.v;p+=1){var h=n.get(p+"");h!==void 0?V(h,m):p in a&&(h=u(()=>U(m)),n.set(p+"",h))}if(c===void 0)(!_||ve(a,i)?.writable)&&(c=u(()=>U(void 0)),V(c,_e(o)),n.set(i,c));else{_=c.v!==m;var N=u(()=>_e(o));V(c,N)}var ce=Reflect.getOwnPropertyDescriptor(a,i);if(ce?.set&&ce.set.call(f,o),!_){if(r&&typeof i=="string"){var me=n.get("length"),Ie=Number(i);Number.isInteger(Ie)&&Ie>=me.v&&V(me,Ie+1)}Ce(s)}return!0},ownKeys(a){W(s);var i=Reflect.ownKeys(a).filter(c=>{var _=n.get(c);return _===void 0||_.v!==m});for(var[o,f]of n)f.v!==m&&!(o in a)&&i.push(o);return i},setPrototypeOf(){nn()}})}var st,An,Sn,At,St;function pr(){if(st===void 0){st=window,An=document,Sn=/Firefox/.test(navigator.userAgent);var e=Element.prototype,t=Node.prototype,n=Text.prototype;At=ve(t,"firstChild").get,St=ve(t,"nextSibling").get,Qe(e)&&(e.__click=void 0,e.__className=void 0,e.__attributes=null,e.__style=void 0,e.__e=void 0),Qe(n)&&(n.__t=void 0)}}function ke(e=""){return document.createTextNode(e)}function qe(e){return At.call(e)}function $(e){return St.call(e)}function wr(e,t){if(!ne)return qe(e);var n=qe(S);if(n===null)n=S.appendChild(ke());else if(t&&n.nodeType!==Ne){var r=ke();return n?.before(r),fe(r),r}return t&&We(n),fe(n),n}function yr(e,t=!1){if(!ne){var n=qe(e);return n instanceof Comment&&n.data===""?$(n):n}if(t){if(S?.nodeType!==Ne){var r=ke();return S?.before(r),fe(r),r}We(S)}return S}function gr(e,t=1,n=!1){let r=ne?S:e;for(var s;t--;)s=r,r=$(r);if(!ne)return r;if(n){if(r?.nodeType!==Ne){var l=ke();return r===null?s?.after(l):r.before(l),fe(l),l}We(r)}return fe(r),r}function Er(e){e.textContent=""}function mr(){return!1}function br(e,t,n){return document.createElementNS(fn,e,void 0)}function We(e){if(e.nodeValue.length<65536)return;let t=e.nextSibling;for(;t!==null&&t.nodeType===Ne;)t.remove(),e.nodeValue+=t.nodeValue,t=e.nextSibling}function Rt(e){var t=v,n=d;K(null),ue(null);try{return e()}finally{K(t),ue(n)}}function xt(e){d===null&&(v===null&&Qt(),Jt()),se&&Wt()}function Rn(e,t){var n=t.last;n===null?t.last=t.first=e:(n.next=e,e.prev=n,t.last=e)}function M(e,t){var n=d;n!==null&&(n.f&P)!==0&&(e|=P);var r={ctx:T,deps:null,nodes:null,f:e|b|k,first:null,fn:t,last:null,next:null,parent:n,b:n&&n.b,prev:null,teardown:null,wv:0,ac:null};w?.register_created_effect(r);var s=r;if((e&Q)!==0)ae!==null?ae.push(r):G.ensure().schedule(r);else if(t!==null){try{oe(r)}catch(u){throw re(r),u}s.deps===null&&s.teardown===null&&s.nodes===null&&s.first===s.last&&(s.f&ye)===0&&(s=s.first,(e&q)!==0&&(e&Ae)!==0&&s!==null&&(s.f|=Ae))}if(s!==null&&(s.parent=n,n!==null&&Rn(s,n),v!==null&&(v.f&E)!==0&&(e&ee)===0)){var l=v;(l.effects??=[]).push(s)}return r}function kt(){return v!==null&&!I}function xn(e){const t=M(we,null);return y(t,g),t.teardown=e,t}function Tr(e){xt();var t=d.f,n=!v&&(t&F)!==0&&(t&le)===0;if(n){var r=T;(r.e??=[]).push(e)}else return Ot(e)}function Ot(e){return M(Q|ot,e)}function Ar(e){return xt(),M(we|ot,e)}function Sr(e){G.ensure();const t=M(ee|ye,e);return(n={})=>new Promise(r=>{n.outro?Dn(t,()=>{re(t),r(void 0)}):(re(t),r(void 0))})}function Rr(e){return M(Q,e)}function kn(e){return M(Oe|ye,e)}function xr(e,t=0){return M(we|t,e)}function kr(e,t=[],n=[],r=[]){gt(r,t,n,s=>{M(we,()=>e(...s.map(W)))})}function Or(e,t=[],n=[],r=[]){if(n.length>0||r.length>0)var s=Ke();gt(r,t,n,l=>{M(Q,()=>e(...l.map(W))),s&&s()})}function Nr(e,t=0){var n=M(q|t,e);return n}function Dr(e){return M(F|ye,e)}function Nt(e){var t=e.teardown;if(t!==null){const n=se,r=v;lt(!0),K(null);try{t.call(null)}finally{lt(n),K(r)}}}function Je(e,t=!1){var n=e.first;for(e.first=e.last=null;n!==null;){const s=n.ac;s!==null&&Rt(()=>{s.abort(Y)});var r=n.next;(n.f&ee)!==0?n.parent=null:re(n,t),n=r}}function On(e){for(var t=e.first;t!==null;){var n=t.next;(t.f&F)===0&&re(t),t=n}}function re(e,t=!0){var n=!1;(t||(e.f&Xt)!==0)&&e.nodes!==null&&e.nodes.end!==null&&(Nn(e.nodes.start,e.nodes.end),n=!0),y(e,et),Je(e,t&&!n),pe(e,0);var r=e.nodes&&e.nodes.t;if(r!==null)for(const l of r)l.stop();Nt(e),e.f^=et,e.f|=C;var s=e.parent;s!==null&&s.first!==null&&Dt(e),e.next=e.prev=e.teardown=e.ctx=e.deps=e.fn=e.nodes=e.ac=e.b=null}function Nn(e,t){for(;e!==null;){var n=e===t?null:$(e);e.remove(),e=n}}function Dt(e){var t=e.parent,n=e.prev,r=e.next;n!==null&&(n.next=r),r!==null&&(r.prev=n),t!==null&&(t.first===e&&(t.first=r),t.last===e&&(t.last=n))}function Dn(e,t,n=!0){var r=[];It(e,r,!0);var s=()=>{n&&re(e),t&&t()},l=r.length;if(l>0){var u=()=>--l||s();for(var a of r)a.out(u)}else s()}function It(e,t,n){if((e.f&P)===0){e.f^=P;var r=e.nodes&&e.nodes.t;if(r!==null)for(const a of r)(a.is_global||n)&&t.push(a);for(var s=e.first;s!==null;){var l=s.next,u=(s.f&Ae)!==0||(s.f&F)!==0&&(e.f&q)!==0;It(s,t,u?n:!1),s=l}}}function Ir(e){Pt(e,!0)}function Pt(e,t){if((e.f&P)!==0){e.f^=P,(e.f&g)===0&&(y(e,b),G.ensure().schedule(e));for(var n=e.first;n!==null;){var r=n.next,s=(n.f&Ae)!==0||(n.f&F)!==0;Pt(n,s?t:!1),n=r}var l=e.nodes&&e.nodes.t;if(l!==null)for(const u of l)(u.is_global||t)&&u.in()}}function Pr(e,t){if(e.nodes)for(var n=e.nodes.start,r=e.nodes.end;n!==null;){var s=n===r?null:$(n);t.append(n),n=s}}let Te=!1,se=!1;function lt(e){se=e}let v=null,I=!1;function K(e){v=e}let d=null;function ue(e){d=e}let O=null;function Ct(e){v!==null&&(O===null?O=[e]:O.push(e))}let A=null,R=0,x=null;function In(e){x=e}let Mt=1,Z=0,J=Z;function at(e){J=e}function Ft(){return++Mt}function Ee(e){var t=e.f;if((t&b)!==0)return!0;if(t&E&&(e.f&=~te),(t&j)!==0){for(var n=e.deps,r=n.length,s=0;s<r;s++){var l=n[s];if(Ee(l)&&Et(l),l.wv>e.wv)return!0}(t&k)!==0&&D===null&&y(e,g)}return!1}function jt(e,t,n=!0){var r=e.reactions;if(r!==null&&!(O!==null&&ie.call(O,e)))for(var s=0;s<r.length;s++){var l=r[s];(l.f&E)!==0?jt(l,t,!1):t===l&&(n?y(l,b):(l.f&g)!==0&&y(l,j),Ge(l))}}function Lt(e){var t=A,n=R,r=x,s=v,l=O,u=T,a=I,i=J,o=e.f;A=null,R=0,x=null,v=(o&(F|ee))===0?e:null,O=null,Se(e.ctx),I=!1,J=++Z,e.ac!==null&&(Rt(()=>{e.ac.abort(Y)}),e.ac=null);try{e.f|=Fe;var f=e.fn,c=f();e.f|=le;var _=e.deps,p=w?.is_fork;if(A!==null){var h;if(p||pe(e,R),_!==null&&R>0)for(_.length=R+A.length,h=0;h<A.length;h++)_[R+h]=A[h];else e.deps=_=A;if(kt()&&(e.f&k)!==0)for(h=R;h<_.length;h++)(_[h].reactions??=[]).push(e)}else!p&&_!==null&&R<_.length&&(pe(e,R),_.length=R);if(ge()&&x!==null&&!I&&_!==null&&(e.f&(E|j|b))===0)for(h=0;h<x.length;h++)jt(x[h],e);if(s!==null&&s!==e){if(Z++,s.deps!==null)for(let N=0;N<n;N+=1)s.deps[N].rv=Z;if(t!==null)for(const N of t)N.rv=Z;x!==null&&(r===null?r=x:r.push(...x))}return(e.f&B)!==0&&(e.f^=B),c}catch(N){return cn(N)}finally{e.f^=Fe,A=t,R=n,x=r,v=s,O=l,Se(u),I=a,J=i}}function Pn(e,t){let n=t.reactions;if(n!==null){var r=Ut.call(n,e);if(r!==-1){var s=n.length-1;s===0?n=t.reactions=null:(n[r]=n[s],n.pop())}}if(n===null&&(t.f&E)!==0&&(A===null||!ie.call(A,t))){var l=t;(l.f&k)!==0&&(l.f^=k,l.f&=~te),Be(l),bn(l),pe(l,0)}}function pe(e,t){var n=e.deps;if(n!==null)for(var r=t;r<n.length;r++)Pn(e,n[r])}function oe(e){var t=e.f;if((t&C)===0){y(e,g);var n=d,r=Te;d=e,Te=!0;try{(t&(q|ut))!==0?On(e):Je(e),Nt(e);var s=Lt(e);e.teardown=typeof s=="function"?s:null,e.wv=Mt;var l}finally{Te=r,d=n}}}async function Cr(){await Promise.resolve(),hn()}function Mr(){return G.ensure().settled()}function W(e){var t=e.f,n=(t&E)!==0;if(v!==null&&!I){var r=d!==null&&(d.f&C)!==0;if(!r&&(O===null||!ie.call(O,e))){var s=v.deps;if((v.f&Fe)!==0)e.rv<Z&&(e.rv=Z,A===null&&s!==null&&s[R]===e?R++:A===null?A=[e]:A.push(e));else{(v.deps??=[]).push(e);var l=e.reactions;l===null?e.reactions=[v]:ie.call(l,v)||l.push(v)}}}if(se&&z.has(e))return z.get(e);if(n){var u=e;if(se){var a=u.v;return((u.f&g)===0&&u.reactions!==null||qt(u))&&(a=Xe(u)),z.set(u,a),a}var i=(u.f&k)===0&&!I&&v!==null&&(Te||(v.f&k)!==0),o=(u.f&le)===0;Ee(u)&&(i&&(u.f|=k),Et(u)),i&&!o&&(mt(u),Yt(u))}if(D?.has(e))return D.get(e);if((e.f&B)!==0)throw e.v;return e.v}function Yt(e){if(e.f|=k,e.deps!==null)for(const t of e.deps)(t.reactions??=[]).push(e),(t.f&E)!==0&&(t.f&k)===0&&(mt(t),Yt(t))}function qt(e){if(e.v===m)return!0;if(e.deps===null)return!1;for(const t of e.deps)if(z.has(t)||(t.f&E)!==0&&qt(t))return!0;return!1}function Fr(e){var t=I;try{return I=!0,e()}finally{I=t}}function jr(e){if(!(typeof e!="object"||!e||e instanceof EventTarget)){if(de in e)He(e);else if(!Array.isArray(e))for(let t in e){const n=e[t];typeof n=="object"&&n&&de in n&&He(n)}}}function He(e,t=new Set){if(typeof e=="object"&&e!==null&&!(e instanceof EventTarget)&&!t.has(e)){t.add(e),e instanceof Date&&e.getTime();for(let r in e)try{He(e[r],t)}catch{}const n=it(e);if(n!==Object.prototype&&n!==Array.prototype&&n!==Map.prototype&&n!==Set.prototype&&n!==Date.prototype){const r=Vt(n);for(let s in r){const l=r[s].get;if(l)try{l.call(e)}catch{}}}}}export{Fn as $,W as A,V as B,ct as C,et as D,Ae as E,lr as F,ur as G,Xt as H,fr as I,ve as J,Bn as K,_e as L,se as M,C as N,Jn as O,Wn as P,De as Q,Zn as R,de as S,Xn as T,$e as U,gn as V,Qn as W,Ln as X,Ar as Y,Tr as Z,Kt as _,Rr as a,F as a$,jr as a0,cr as a1,yr as a2,kr as a3,_r as a4,wr as a5,ar as a6,gr as a7,Or as a8,An as a9,Re as aA,zn as aB,rr as aC,Rt as aD,pr as aE,sn as aF,Ue as aG,Vn as aH,Er as aI,Sr as aJ,Cn as aK,an as aL,Ve as aM,hn as aN,Cr as aO,Yn as aP,fn as aQ,Hn as aR,it as aS,Vt as aT,jn as aU,Un as aV,Ht as aW,Gn as aX,$n as aY,Kn as aZ,P as a_,ir as aa,U as ab,vr as ac,un as ad,br as ae,Sn as af,er as ag,tr as ah,le as ai,Ne as aj,We as ak,kt as al,Ze as am,Ce as an,tt as ao,$t as ap,ln as aq,nr as ar,vn as as,ue as at,K as au,Se as av,G as aw,cn as ax,v as ay,Ye as az,d as b,st as b0,hr as b1,Mr as b2,T as c,Ir as d,or as e,re as f,ke as g,Dr as h,w as i,ne as j,S as k,Nr as l,Pr as m,ye as n,$ as o,Dn as p,sr as q,xr as r,mr as s,fe as t,Fr as u,qe as v,xn as w,Mn as x,Gt as y,dr as z};
-1
.svelte-kit/output/client/_app/immutable/chunks/C8Fv-wU3.js
··· 1 - import{e}from"./BuZ8u_VS.js";e();
-2
.svelte-kit/output/client/_app/immutable/chunks/CCoS_Egr.js
··· 1 - import{al as Z,A as j,r as ee,am as z,u as te,an as Y,ao as T,k as g,j as v,b as m,ap as q,l as re,F as se,aq as ie,ar as P,h as p,g as J,p as x,i as V,m as ne,as as ae,at as N,au as D,av as W,aw as fe,ax as he,ay as G,c as K,az as oe,f as k,t as F,aa as le,I as de,aA as S,E as ce,n as ue,aB as _e,aC as pe,w as ge,aD as ve,x as ye,aE as I,v as be,C as U,aF as me,o as Ee,aG as L,q as R,aH as we,aI as Te,aJ as Se,aK as Re,a1 as Ae,aL as Ne,aM as De,a4 as Fe}from"./BuZ8u_VS.js";import{b as Oe}from"./6qGwBjhj.js";function xe(t){let e=0,r=z(0),i;return()=>{Z()&&(j(r),ee(()=>(e===0&&(i=te(()=>t(()=>Y(r)))),e+=1,()=>{T(()=>{e-=1,e===0&&(i?.(),i=void 0,Y(r))})})))}}var ke=ce|ue;function Ie(t,e,r,i){new Le(t,e,r,i)}class Le{parent;is_pending=!1;transform_error;#t;#_=v?g:null;#i;#o;#e;#n=null;#r=null;#s=null;#a=null;#l=0;#h=0;#d=!1;#p=new Set;#g=new Set;#f=null;#b=xe(()=>(this.#f=z(this.#l),()=>{this.#f=null}));constructor(e,r,i,n){this.#t=e,this.#i=r,this.#o=s=>{var a=m;a.b=this,a.f|=q,i(s)},this.parent=m.b,this.transform_error=n??this.parent?.transform_error??(s=>s),this.#e=re(()=>{if(v){const s=this.#_;se();const a=s.data===ie;if(s.data.startsWith(P)){const f=JSON.parse(s.data.slice(P.length));this.#E(f)}else a?this.#w():this.#m()}else this.#v()},ke),v&&(this.#t=g)}#m(){try{this.#n=p(()=>this.#o(this.#t))}catch(e){this.error(e)}}#E(e){const r=this.#i.failed;r&&(this.#s=p(()=>{r(this.#t,()=>e,()=>()=>{})}))}#w(){const e=this.#i.pending;e&&(this.is_pending=!0,this.#r=p(()=>e(this.#t)),T(()=>{var r=this.#a=document.createDocumentFragment(),i=J();r.append(i),this.#n=this.#u(()=>p(()=>this.#o(i))),this.#h===0&&(this.#t.before(r),this.#a=null,x(this.#r,()=>{this.#r=null}),this.#c(V))}))}#v(){try{if(this.is_pending=this.has_pending_snippet(),this.#h=0,this.#l=0,this.#n=p(()=>{this.#o(this.#t)}),this.#h>0){var e=this.#a=document.createDocumentFragment();ne(this.#n,e);const r=this.#i.pending;this.#r=p(()=>r(this.#t))}else this.#c(V)}catch(r){this.error(r)}}#c(e){this.is_pending=!1,e.transfer_effects(this.#p,this.#g)}defer_effect(e){ae(e,this.#p,this.#g)}is_rendered(){return!this.is_pending&&(!this.parent||this.parent.is_rendered())}has_pending_snippet(){return!!this.#i.pending}#u(e){var r=m,i=G,n=K;N(this.#e),D(this.#e),W(this.#e.ctx);try{return fe.ensure(),e()}catch(s){return he(s),null}finally{N(r),D(i),W(n)}}#y(e,r){if(!this.has_pending_snippet()){this.parent&&this.parent.#y(e,r);return}this.#h+=e,this.#h===0&&(this.#c(r),this.#r&&x(this.#r,()=>{this.#r=null}),this.#a&&(this.#t.before(this.#a),this.#a=null))}update_pending_count(e,r){this.#y(e,r),this.#l+=e,!(!this.#f||this.#d)&&(this.#d=!0,T(()=>{this.#d=!1,this.#f&&oe(this.#f,this.#l)}))}get_effect_pending(){return this.#b(),j(this.#f)}error(e){var r=this.#i.onerror;let i=this.#i.failed;if(!r&&!i)throw e;this.#n&&(k(this.#n),this.#n=null),this.#r&&(k(this.#r),this.#r=null),this.#s&&(k(this.#s),this.#s=null),v&&(F(this.#_),le(),F(de()));var n=!1,s=!1;const a=()=>{if(n){pe();return}n=!0,s&&_e(),this.#s!==null&&x(this.#s,()=>{this.#s=null}),this.#u(()=>{this.#v()})},c=f=>{try{s=!0,r?.(f,a),s=!1}catch(h){S(h,this.#e&&this.#e.parent)}i&&(this.#s=this.#u(()=>{try{return p(()=>{var h=m;h.b=this,h.f|=q,i(this.#t,()=>f,()=>a)})}catch(h){return S(h,this.#e.parent),null}}))};T(()=>{var f;try{f=this.transform_error(e)}catch(h){S(h,this.#e&&this.#e.parent);return}f!==null&&typeof f=="object"&&typeof f.then=="function"?f.then(c,h=>S(h,this.#e&&this.#e.parent)):c(f)})}}const Me=["touchstart","touchmove"];function Ce(t){return Me.includes(t)}const w=Symbol("events"),Q=new Set,M=new Set;function He(t,e,r,i={}){function n(s){if(i.capture||C.call(e,s),!s.cancelBubble)return ve(()=>r?.call(this,s))}return t.startsWith("pointer")||t.startsWith("touch")||t==="wheel"?T(()=>{e.addEventListener(t,n,i)}):e.addEventListener(t,n,i),n}function Pe(t,e,r,i,n){var s={capture:i,passive:n},a=He(t,e,r,s);(e===document.body||e===window||e===document||e instanceof HTMLMediaElement)&&ge(()=>{e.removeEventListener(t,a,s)})}function Ve(t,e,r){(e[w]??={})[t]=r}function We(t){for(var e=0;e<t.length;e++)Q.add(t[e]);for(var r of M)r(t)}let $=null;function C(t){var e=this,r=e.ownerDocument,i=t.type,n=t.composedPath?.()||[],s=n[0]||t.target;$=t;var a=0,c=$===t&&t[w];if(c){var f=n.indexOf(c);if(f!==-1&&(e===document||e===window)){t[w]=e;return}var h=n.indexOf(e);if(h===-1)return;f<=h&&(a=f)}if(s=n[a]||t.target,s!==e){ye(t,"currentTarget",{configurable:!0,get(){return s||r}});var y=G,E=m;D(null),N(null);try{for(var _,l=[];s!==null;){var o=s.assignedSlot||s.parentNode||s.host||null;try{var d=s[w]?.[i];d!=null&&(!s.disabled||t.target===s)&&d.call(s,t)}catch(u){_?l.push(u):_=u}if(t.cancelBubble||o===e||o===null)break;s=o}if(_){for(let u of l)queueMicrotask(()=>{throw u});throw _}}finally{t[w]=e,delete t.currentTarget,D(y),N(E)}}}function $e(t,e){var r=e==null?"":typeof e=="object"?`${e}`:e;r!==(t.__t??=t.nodeValue)&&(t.__t=r,t.nodeValue=`${r}`)}function Be(t,e){return X(t,e)}function je(t,e){I(),e.intro=e.intro??!1;const r=e.target,i=v,n=g;try{for(var s=be(r);s&&(s.nodeType!==U||s.data!==me);)s=Ee(s);if(!s)throw L;R(!0),F(s);const a=X(t,{...e,anchor:s});return R(!1),a}catch(a){if(a instanceof Error&&a.message.split(` 2 - `).some(c=>c.startsWith("https://svelte.dev/e/")))throw a;return a!==L&&console.warn("Failed to hydrate: ",a),e.recover===!1&&we(),I(),Te(r),R(!1),Be(t,e)}finally{R(i),F(n)}}const A=new Map;function X(t,{target:e,anchor:r,props:i={},events:n,context:s,intro:a=!0,transformError:c}){I();var f=void 0,h=Se(()=>{var y=r??e.appendChild(J());Ie(y,{pending:()=>{}},l=>{Ae({});var o=K;if(s&&(o.c=s),n&&(i.$$events=n),v&&Oe(l,null),f=t(l,i)||{},v&&(m.nodes.end=g,g===null||g.nodeType!==U||g.data!==Ne))throw De(),L;Fe()},c);var E=new Set,_=l=>{for(var o=0;o<l.length;o++){var d=l[o];if(!E.has(d)){E.add(d);var u=Ce(d);for(const O of[e,document]){var b=A.get(O);b===void 0&&(b=new Map,A.set(O,b));var B=b.get(d);B===void 0?(O.addEventListener(d,C,{passive:u}),b.set(d,1)):b.set(d,B+1)}}}};return _(Re(Q)),M.add(_),()=>{for(var l of E)for(const u of[e,document]){var o=A.get(u),d=o.get(l);--d==0?(u.removeEventListener(l,C),o.delete(l),o.size===0&&A.delete(u)):o.set(l,d)}M.delete(_),y!==r&&y.parentNode?.removeChild(y)}});return H.set(f,h),f}let H=new WeakMap;function ze(t,e){const r=H.get(t);return r?(H.delete(t),r(e)):Promise.resolve()}export{Ve as a,We as d,Pe as e,je as h,Be as m,$e as s,ze as u};
-1
.svelte-kit/output/client/_app/immutable/chunks/CvWmAKek.js
··· 1 - import{w as B,x as L,y as m,z as D,A as S,B as A,l as M,j as R,F as U,E as p,G as w,I as x,t as Y,q as T,k as F,J as $,K as q,P as z,L as C,M as G,b as j,N as J,O as K,u as Q,Q as V,R as W,T as X,U as Z,V as H,W as k,S as ee,X as re}from"./BuZ8u_VS.js";import{B as ne}from"./D1Ae0CO3.js";import{s as ae,g as se}from"./pNsQzX0r.js";let g=!1,E=Symbol();function _e(e,n,s){const r=s[n]??={store:null,source:D(void 0),unsubscribe:m};if(r.store!==e&&!(E in s))if(r.unsubscribe(),r.store=e??null,e==null)r.source.v=void 0,r.unsubscribe=m;else{var i=!0;r.unsubscribe=ae(e,u=>{i?r.source.v=u:A(r.source,u)}),i=!1}return e&&E in s?se(e):S(r.source)}function de(){const e={};function n(){B(()=>{for(var s in e)e[s].unsubscribe();L(e,E,{enumerable:!1,value:!0})})}return[e,n]}function te(e){var n=g;try{return g=!1,[e(),g]}finally{g=n}}function le(e,n,s=!1){var r;R&&(r=F,U());var i=new ne(e),u=s?p:0;function v(t,f){if(R){var d=w(r);if(t!==parseInt(d.substring(1))){var _=x();Y(_),i.anchor=_,T(!1),i.ensure(t,f),T(!0);return}}i.ensure(t,f)}M(()=>{var t=!1;n((f,d=0)=>{t=!0,v(d,f)}),t||v(-1,null)},u)}function oe(e,n,s,r){var i=!V||(s&W)!==0,u=(s&K)!==0,v=(s&k)!==0,t=r,f=!0,d=()=>(f&&(f=!1,t=v?Q(r):r),t);let _;if(u){var O=ee in e||re in e;_=$(e,n)?.set??(O&&n in e?a=>e[n]=a:void 0)}var o,I=!1;u?[o,I]=te(()=>e[n]):o=e[n],o===void 0&&r!==void 0&&(o=d(),_&&(i&&q(),_(o)));var l;if(i?l=()=>{var a=e[n];return a===void 0?d():(f=!0,a)}:l=()=>{var a=e[n];return a!==void 0&&(t=void 0),a===void 0?t:a},i&&(s&z)===0)return l;if(_){var y=e.$$legacy;return(function(a,b){return arguments.length>0?((!i||!b||y||I)&&_(b?l():a),a):l()})}var P=!1,c=((s&X)!==0?Z:H)(()=>(P=!1,l()));u&&S(c);var N=j;return(function(a,b){if(arguments.length>0){const h=b?S(c):i&&u?C(a):a;return A(c,h),P=!0,t!==void 0&&(t=h),a}return G&&P||(N.f&J)!==0?c.v:S(c)})}export{_e as a,le as i,oe as p,de as s};
-1
.svelte-kit/output/client/_app/immutable/chunks/D1Ae0CO3.js
··· 1 - import{d as l,f as o,p as u,g as n,h as d,i as m,j as p,k as _,m as v,s as k}from"./BuZ8u_VS.js";class w{anchor;#t=new Map;#s=new Map;#e=new Map;#i=new Set;#f=!0;constructor(t,s=!0){this.anchor=t,this.#f=s}#a=t=>{if(this.#t.has(t)){var s=this.#t.get(t),e=this.#s.get(s);if(e)l(e),this.#i.delete(s);else{var f=this.#e.get(s);f&&(this.#s.set(s,f.effect),this.#e.delete(s),f.fragment.lastChild.remove(),this.anchor.before(f.fragment),e=f.effect)}for(const[i,a]of this.#t){if(this.#t.delete(i),i===t)break;const r=this.#e.get(a);r&&(o(r.effect),this.#e.delete(a))}for(const[i,a]of this.#s){if(i===s||this.#i.has(i))continue;const r=()=>{if(Array.from(this.#t.values()).includes(i)){var c=document.createDocumentFragment();v(a,c),c.append(n()),this.#e.set(i,{effect:a,fragment:c})}else o(a);this.#i.delete(i),this.#s.delete(i)};this.#f||!e?(this.#i.add(i),u(a,r,!1)):r()}}};#r=t=>{this.#t.delete(t);const s=Array.from(this.#t.values());for(const[e,f]of this.#e)s.includes(e)||(o(f.effect),this.#e.delete(e))};ensure(t,s){var e=m,f=k();if(s&&!this.#s.has(t)&&!this.#e.has(t))if(f){var i=document.createDocumentFragment(),a=n();i.append(a),this.#e.set(t,{effect:d(()=>s(a)),fragment:i})}else this.#s.set(t,d(()=>s(this.anchor)));if(this.#t.set(e,t),f){for(const[r,h]of this.#s)r===t?e.unskip_effect(h):e.skip_effect(h);for(const[r,h]of this.#e)r===t?e.unskip_effect(h.effect):e.skip_effect(h.effect);e.oncommit(this.#a),e.ondiscard(this.#r)}else p&&(this.anchor=_),this.#a(e)}}export{w as B};
-1
.svelte-kit/output/client/_app/immutable/chunks/iHYN8FkY.js
··· 1 - import{l as o,E as p,g as u,H as y,n as _,j as l,C as g,o as r,q as E,t as d,k as m,v}from"./BuZ8u_VS.js";import{B as T}from"./D1Ae0CO3.js";function c(a,n,...s){var i=new T(a);o(()=>{const t=n()??null;i.ensure(t,t&&(e=>t(e,...s)))},p)}function N(a,n){let s=null,i=l;var t;if(l){s=m;for(var e=v(document.head);e!==null&&(e.nodeType!==g||e.data!==a);)e=r(e);if(e===null)E(!1);else{var f=r(e);e.remove(),d(f)}}l||(t=document.head.appendChild(u()));try{o(()=>n(t),y|_)}finally{i&&(E(!0),d(s))}}export{N as h,c as s};
-1
.svelte-kit/output/client/_app/immutable/chunks/lKBsgujO.js
··· 1 - import{c as w,a as S,r as b,u as h,b as o,D as T,S as e}from"./BuZ8u_VS.js";function n(r,s){return r===s||r?.[e]===s}function x(r={},s,i,l){var c=w.r,d=o;return S(()=>{var f,a;return b(()=>{f=a,a=[],h(()=>{r!==i(...a)&&(s(r,...a),f&&n(i(...f),r)&&s(null,...f))})}),()=>{let t=d;for(;t!==c&&t.parent!==null&&t.parent.f&T;)t=t.parent;const p=()=>{a&&n(i(...a),r)&&s(null,...a)},u=t.teardown;t.teardown=()=>{p(),u?.()}}}),r}export{x as b};
-1
.svelte-kit/output/client/_app/immutable/chunks/pNsQzX0r.js
··· 1 - import{y as i,u as a,ad as d,Z as m,c as r,Q as g}from"./BuZ8u_VS.js";function _(n){throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function h(n,e,s){if(n==null)return e(void 0),i;const u=a(()=>n.subscribe(e,s));return u.unsubscribe?()=>u.unsubscribe():u}const c=[];function k(n,e=i){let s=null;const u=new Set;function f(o){if(d(n,o)&&(n=o,s)){const l=!c.length;for(const t of u)t[1](),c.push(t,n);if(l){for(let t=0;t<c.length;t+=2)c[t][0](c[t+1]);c.length=0}}}function b(o){f(o(n))}function p(o,l=i){const t=[o,l];return u.add(t),u.size===1&&(s=e(f,b)||i),o(n),()=>{u.delete(t),u.size===0&&s&&(s(),s=null)}}return{set:f,update:b,subscribe:p}}function x(n){let e;return h(n,s=>e=s)(),e}function y(n){r===null&&_(),g&&r.l!==null?w(r).m.push(n):m(()=>{const e=a(n);if(typeof e=="function")return e})}function z(n){r===null&&_(),y(()=>()=>a(n))}function w(n){var e=n.l;return e.u??={a:[],b:[],m:[]}}export{z as a,x as g,y as o,h as s,k as w};
-2
.svelte-kit/output/client/_app/immutable/entry/app.D1MwiwKn.js
··· 1 - const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["../nodes/0.Bkiv3Mo1.js","../chunks/6qGwBjhj.js","../chunks/BuZ8u_VS.js","../chunks/iHYN8FkY.js","../chunks/D1Ae0CO3.js","../chunks/C8Fv-wU3.js","../assets/0.DKk5J4IK.css","../nodes/1.kjxH651Z.js","../chunks/CCoS_Egr.js","../chunks/BKjtTD7m.js","../chunks/pNsQzX0r.js","../nodes/2.BZdgRwqQ.js","../chunks/CvWmAKek.js","../chunks/4YFwho-X.js","../assets/FrogHeader.D-WUJdl3.css","../chunks/lKBsgujO.js","../assets/2.tHQ608Ax.css","../nodes/3.Bx_OPh6d.js","../assets/3.JMkiik8G.css"])))=>i.map(i=>d[i]); 2 - import{j as I,F as U,l as z,E as H,G as W,I as X,t as Z,q as D,aF as J,k as K,B as O,X as Q,A as f,aN as $,x as ee,z as te,a1 as re,Y as se,Z as ae,aO as ne,a2 as k,a7 as oe,a4 as ce,ab as x,a5 as ie,a6 as le,a3 as ue,ac as A}from"../chunks/BuZ8u_VS.js";import{h as de,m as fe,u as me,s as he}from"../chunks/CCoS_Egr.js";import{a as P,c as S,f as F,t as _e}from"../chunks/6qGwBjhj.js";import{o as ve}from"../chunks/pNsQzX0r.js";import{p as T,i as j}from"../chunks/CvWmAKek.js";import{B as ge}from"../chunks/D1Ae0CO3.js";import{b as L}from"../chunks/lKBsgujO.js";function C(o,e,s){var l;I&&(l=K,U());var c=new ge(o);z(()=>{var t=e()??null;if(I){var r=W(l),a=r===J,E=t!==null;if(a!==E){var m=X();Z(m),c.anchor=m,D(!1),c.ensure(t,t&&(n=>s(n,t))),D(!0);return}}c.ensure(t,t&&(n=>s(n,t)))},H)}function ye(o){return class extends Ee{constructor(e){super({component:o,...e})}}}class Ee{#t;#e;constructor(e){var s=new Map,l=(t,r)=>{var a=te(r,!1,!1);return s.set(t,a),a};const c=new Proxy({...e.props||{},$$events:{}},{get(t,r){return f(s.get(r)??l(r,Reflect.get(t,r)))},has(t,r){return r===Q?!0:(f(s.get(r)??l(r,Reflect.get(t,r))),Reflect.has(t,r))},set(t,r,a){return O(s.get(r)??l(r,a),a),Reflect.set(t,r,a)}});this.#e=(e.hydrate?de:fe)(e.component,{target:e.target,anchor:e.anchor,props:c,context:e.context,intro:e.intro??!1,recover:e.recover,transformError:e.transformError}),(!e?.props?.$$host||e.sync===!1)&&$(),this.#t=c.$$events;for(const t of Object.keys(this.#e))t==="$set"||t==="$destroy"||t==="$on"||ee(this,t,{get(){return this.#e[t]},set(r){this.#e[t]=r},enumerable:!0});this.#e.$set=t=>{Object.assign(c,t)},this.#e.$destroy=()=>{me(this.#e)}}$set(e){this.#e.$set(e)}$on(e,s){this.#t[e]=this.#t[e]||[];const l=(...c)=>s.call(this,...c);return this.#t[e].push(l),()=>{this.#t[e]=this.#t[e].filter(c=>c!==l)}}$destroy(){this.#e.$destroy()}}const be="modulepreload",Pe=function(o,e){return new URL(o,e).href},B={},w=function(e,s,l){let c=Promise.resolve();if(s&&s.length>0){let m=function(n){return Promise.all(n.map(d=>Promise.resolve(d).then(h=>({status:"fulfilled",value:h}),h=>({status:"rejected",reason:h}))))};const r=document.getElementsByTagName("link"),a=document.querySelector("meta[property=csp-nonce]"),E=a?.nonce||a?.getAttribute("nonce");c=m(s.map(n=>{if(n=Pe(n,l),n in B)return;B[n]=!0;const d=n.endsWith(".css"),h=d?'[rel="stylesheet"]':"";if(l)for(let _=r.length-1;_>=0;_--){const i=r[_];if(i.href===n&&(!d||i.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${n}"]${h}`))return;const u=document.createElement("link");if(u.rel=d?"stylesheet":be,d||(u.as="script"),u.crossOrigin="",u.href=n,E&&u.setAttribute("nonce",E),document.head.appendChild(u),d)return new Promise((_,i)=>{u.addEventListener("load",_),u.addEventListener("error",()=>i(new Error(`Unable to preload CSS for ${n}`)))})}))}function t(r){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=r,window.dispatchEvent(a),!a.defaultPrevented)throw r}return c.then(r=>{for(const a of r||[])a.status==="rejected"&&t(a.reason);return e().catch(t)})},Ne={};var Re=F('<div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px"><!></div>'),pe=F("<!> <!>",1);function ke(o,e){re(e,!0);let s=T(e,"components",23,()=>[]),l=T(e,"data_0",3,null),c=T(e,"data_1",3,null);se(()=>e.stores.page.set(e.page)),ae(()=>{e.stores,e.page,e.constructors,s(),e.form,l(),c(),e.stores.page.notify()});let t=x(!1),r=x(!1),a=x(null);ve(()=>{const i=e.stores.page.subscribe(()=>{f(t)&&(O(r,!0),ne().then(()=>{O(a,document.title||"untitled page",!0)}))});return O(t,!0),i});const E=A(()=>e.constructors[1]);var m=pe(),n=k(m);{var d=i=>{const v=A(()=>e.constructors[0]);var g=S(),R=k(g);C(R,()=>f(v),(y,b)=>{L(b(y,{get data(){return l()},get form(){return e.form},get params(){return e.page.params},children:(p,Oe)=>{var N=S(),V=k(N);C(V,()=>f(E),(q,Y)=>{L(Y(q,{get data(){return c()},get form(){return e.form},get params(){return e.page.params}}),G=>s()[1]=G,()=>s()?.[1])}),P(p,N)},$$slots:{default:!0}}),p=>s()[0]=p,()=>s()?.[0])}),P(i,g)},h=i=>{const v=A(()=>e.constructors[0]);var g=S(),R=k(g);C(R,()=>f(v),(y,b)=>{L(b(y,{get data(){return l()},get form(){return e.form},get params(){return e.page.params}}),p=>s()[0]=p,()=>s()?.[0])}),P(i,g)};j(n,i=>{e.constructors[1]?i(d):i(h,-1)})}var u=oe(n,2);{var _=i=>{var v=Re(),g=ie(v);{var R=y=>{var b=_e();ue(()=>he(b,f(a))),P(y,b)};j(g,y=>{f(r)&&y(R)})}le(v),P(i,v)};j(u,i=>{f(t)&&i(_)})}P(o,m),ce()}const Ie=ye(ke),De=[()=>w(()=>import("../nodes/0.Bkiv3Mo1.js"),__vite__mapDeps([0,1,2,3,4,5,6]),import.meta.url),()=>w(()=>import("../nodes/1.kjxH651Z.js"),__vite__mapDeps([7,1,2,5,8,9,10]),import.meta.url),()=>w(()=>import("../nodes/2.BZdgRwqQ.js"),__vite__mapDeps([11,1,2,10,8,12,4,3,13,14,15,16]),import.meta.url),()=>w(()=>import("../nodes/3.Bx_OPh6d.js"),__vite__mapDeps([17,1,2,10,8,12,4,3,13,14,9,18]),import.meta.url)],Be=[],Fe={"/":[2],"/profile/[handle]":[3]},M={handleError:(({error:o})=>{console.error(o)}),reroute:(()=>{}),transport:{}},we=Object.fromEntries(Object.entries(M.transport).map(([o,e])=>[o,e.decode])),Me=Object.fromEntries(Object.entries(M.transport).map(([o,e])=>[o,e.encode])),Ve=!1,qe=(o,e)=>we[o](e);export{qe as decode,we as decoders,Fe as dictionary,Me as encoders,Ve as hash,M as hooks,Ne as matchers,De as nodes,Ie as root,Be as server_loads};
-1
.svelte-kit/output/client/_app/immutable/entry/start.CgMVs50r.js
··· 1 - import{l as o,a as r}from"../chunks/BKjtTD7m.js";export{o as load_css,r as start};
-28
.svelte-kit/output/client/_app/immutable/nodes/0.Bkiv3Mo1.js
··· 1 - import{a as r,f as s}from"../chunks/6qGwBjhj.js";import{a2 as c,aa as d,a7 as l}from"../chunks/BuZ8u_VS.js";import{h as g,s as y}from"../chunks/iHYN8FkY.js";import"../chunks/C8Fv-wU3.js";const m=!0,v=!1,P=Object.freeze(Object.defineProperty({__proto__:null,prerender:m,ssr:v},Symbol.toStringTag,{value:"Module"}));var u=s('<div class="mesh-bg svelte-17k46oa"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none" class="mesh-svg svelte-17k46oa"><defs><radialGradient id="g1" cx="50%" cy="40%" r="70%"><stop offset="0%" stop-color="#39FF44"></stop><stop offset="60%" stop-color="#2BBF33"></stop><stop offset="100%" stop-color="#1A8C22"></stop></radialGradient><radialGradient id="g2" cx="90%" cy="5%" r="45%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.9"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.4"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g3" cx="5%" cy="95%" r="40%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.7"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g4" cx="15%" cy="10%" r="50%"><stop offset="0%" stop-color="#5FFF66" stop-opacity="0.6"></stop><stop offset="100%" stop-color="#39FF44" stop-opacity="0"></stop></radialGradient><radialGradient id="g5" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="#4AFF54" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#2BBF33" stop-opacity="0"></stop></radialGradient></defs><rect width="1000" height="1000" fill="url(#g1)"></rect><rect width="1000" height="1000" fill="url(#g2)"></rect><rect width="1000" height="1000" fill="url(#g3)"></rect><rect width="1000" height="1000" fill="url(#g4)"></rect><rect width="1000" height="1000" fill="url(#g5)"></rect></svg></div>');function h(t){var o=u();r(t,o)}var F=s('<div class="plant-overlay svelte-11afcec"><img src="/leaves.png" alt="" class="leaves svelte-11afcec"/></div>');function w(t){var o=F();r(t,o)}var _=s(`<link rel="icon" href="/frogicon.png"/> <style>@font-face { 2 - font-family: 'PicNic'; 3 - src: url('/fonts/PicNic-Regular.otf') format('opentype'); 4 - font-weight: normal; 5 - font-style: normal; 6 - font-display: swap; 7 - } 8 - @font-face { 9 - font-family: 'Fang'; 10 - src: url('/fonts/Fang-Roman.otf') format('opentype'); 11 - font-weight: normal; 12 - font-style: normal; 13 - font-display: swap; 14 - } 15 - @font-face { 16 - font-family: 'Fang'; 17 - src: url('/fonts/Fang-Italic.otf') format('opentype'); 18 - font-weight: normal; 19 - font-style: italic; 20 - font-display: swap; 21 - } 22 - /* Cursor must be in global head style to override everything */ 23 - *, *::before, *::after { 24 - cursor: url('/frogcursor-small.png') 8 4, auto !important; 25 - } 26 - a, button, [role="button"], input[type="submit"], select, summary { 27 - cursor: url('/frogcursor-small.png') 8 4, pointer !important; 28 - }</style>`,1),b=s("<!> <!> <!>",1);function A(t,o){var a=b();g("12qhfyh",n=>{var f=_();d(2),r(n,f)});var e=c(a);h(e);var i=l(e,2);w(i);var p=l(i,2);y(p,()=>o.children),r(t,a)}export{A as component,P as universal};
-1
.svelte-kit/output/client/_app/immutable/nodes/1.kjxH651Z.js
··· 1 - import{a as b,f as k}from"../chunks/6qGwBjhj.js";import"../chunks/C8Fv-wU3.js";import{c as x,Y as $,Z as i,u as y,_ as l,$ as A,A as v,a0 as E,U,a1 as Y,a2 as Z,a3 as j,a4 as q,a5 as u,a6 as m,a7 as w}from"../chunks/BuZ8u_VS.js";import{s as _}from"../chunks/CCoS_Egr.js";import{s as z,p as g}from"../chunks/BKjtTD7m.js";function B(r=!1){const e=x,t=e.l.u;if(!t)return;let a=()=>E(e.s);if(r){let o=0,s={};const f=U(()=>{let p=!1;const c=e.s;for(const n in c)c[n]!==s[n]&&(s[n]=c[n],p=!0);return p&&o++,o});a=()=>v(f)}t.b.length&&$(()=>{h(e,a),l(t.b)}),i(()=>{const o=y(()=>t.m.map(A));return()=>{for(const s of o)typeof s=="function"&&s()}}),t.a.length&&i(()=>{h(e,a),l(t.a)})}function h(r,e){if(r.l.s)for(const t of r.l.s)v(t);e()}const C={get error(){return g.error},get status(){return g.status}};z.updated.check;const d=C;var D=k("<h1> </h1> <p> </p>",1);function K(r,e){Y(e,!1),B();var t=D(),a=Z(t),o=u(a,!0);m(a);var s=w(a,2),f=u(s,!0);m(s),j(()=>{_(o,d.status),_(f,d.error?.message)}),b(r,t),q()}export{K as component};
-40
.svelte-kit/output/client/_app/immutable/nodes/2.BZdgRwqQ.js
··· 1 - import{a as _e,f as De}from"../chunks/6qGwBjhj.js";import{o as Zn,a as Uo}from"../chunks/pNsQzX0r.js";import{g as ii,l as $o,j as Tt,t as ri,v as Go,F as Ko,A as F,G as Vo,aq as Ho,I as _r,q as ni,k as fs,C as Yo,aL as Wo,az as Dr,i as qo,aU as pt,h as ki,aV as jo,s as zo,V as Xo,aW as Qo,aK as er,aX as Zo,aY as Jo,z as el,am as Cr,aZ as tl,N as sl,d as Jn,p as ea,a_ as ai,a$ as il,aI as rl,m as nl,f as al,o as ol,a1 as Qs,Z as oi,B as q,a5 as ne,a7 as fe,a6 as ie,a3 as Me,a4 as Zs,ab as re,L as ta,a2 as sa,aa as ll,ac as ia,a as cl,b0 as hl,a9 as ul,b1 as Pr}from"../chunks/BuZ8u_VS.js";import{d as tr,a as rt,e as At,s as Ze}from"../chunks/CCoS_Egr.js";import{i as nt,p as gs}from"../chunks/CvWmAKek.js";import{s as dl,h as fl}from"../chunks/iHYN8FkY.js";import{t as gl,W as Bs,s as Ne,a as kt,b as ml,r as wi,c as pl,f as ra,d as na,e as aa,h as Xt,F as yl,i as kr,l as El,g as vl}from"../chunks/4YFwho-X.js";import{b as Us}from"../chunks/lKBsgujO.js";function Tl(a,e,t){for(var s=[],i=e.length,r,n=e.length,o=0;o<i;o++){let u=e[o];ea(u,()=>{if(r){if(r.pending.delete(u),r.done.add(u),r.pending.size===0){var d=a.outrogroups;Oi(a,er(r.done)),d.delete(r),d.size===0&&(a.outrogroups=null)}}else n-=1},!1)}if(n===0){var c=s.length===0&&t!==null;if(c){var l=t,h=l.parentNode;rl(h),h.append(l),a.items.clear()}Oi(a,e,!c)}else r={pending:new Set(e),done:new Set},(a.outrogroups??=new Set).add(r)}function Oi(a,e,t=!0){var s;if(a.pending.size>0){s=new Set;for(const n of a.pending.values())for(const o of n)s.add(a.items.get(o).e)}for(var i=0;i<e.length;i++){var r=e[i];if(s?.has(r)){r.f|=pt;const n=document.createDocumentFragment();nl(r,n)}else al(e[i],t)}}var wr;function Sl(a,e,t,s,i,r=null){var n=a,o=new Map;{var c=a;n=Tt?ri(Go(c)):c.appendChild(ii())}Tt&&Ko();var l=null,h=Xo(()=>{var v=t();return Qo(v)?v:v==null?[]:er(v)}),u,d=new Map,g=!0;function f(v){(E.effect.f&sl)===0&&(E.pending.delete(v),E.fallback=l,xl(E,u,n,e,s),l!==null&&(u.length===0?(l.f&pt)===0?Jn(l):(l.f^=pt,Jt(l,null,n)):ea(l,()=>{l=null})))}function p(v){E.pending.delete(v)}var y=$o(()=>{u=F(h);var v=u.length;let T=!1;if(Tt){var S=Vo(n)===Ho;S!==(v===0)&&(n=_r(),ri(n),ni(!1),T=!0)}for(var x=new Set,D=qo,A=zo(),L=0;L<v;L+=1){Tt&&fs.nodeType===Yo&&fs.data===Wo&&(n=fs,T=!0,ni(!1));var R=u[L],I=s(R,L),C=g?null:o.get(I);C?(C.v&&Dr(C.v,R),C.i&&Dr(C.i,L),A&&D.unskip_effect(C.e)):(C=Al(o,g?n:wr??=ii(),R,I,L,i,e,t),g||(C.e.f|=pt),o.set(I,C)),x.add(I)}if(v===0&&r&&!l&&(g?l=ki(()=>r(n)):(l=ki(()=>r(wr??=ii())),l.f|=pt)),v>x.size&&jo(),Tt&&v>0&&ri(_r()),!g)if(d.set(D,x),A){for(const[$,V]of o)x.has($)||D.skip_effect(V.e);D.oncommit(f),D.ondiscard(p)}else f(D);T&&ni(!0),F(h)}),E={effect:y,items:o,pending:d,outrogroups:null,fallback:l};g=!1,Tt&&(n=fs)}function Qt(a){for(;a!==null&&(a.f&il)===0;)a=a.next;return a}function xl(a,e,t,s,i){var r=e.length,n=a.items,o=Qt(a.effect.first),c,l=null,h=[],u=[],d,g,f,p;for(p=0;p<r;p+=1){if(d=e[p],g=i(d,p),f=n.get(g).e,a.outrogroups!==null)for(const L of a.outrogroups)L.pending.delete(f),L.done.delete(f);if((f.f&ai)!==0&&Jn(f),(f.f&pt)!==0)if(f.f^=pt,f===o)Jt(f,null,t);else{var y=l?l.next:o;f===a.effect.last&&(a.effect.last=f.prev),f.prev&&(f.prev.next=f.next),f.next&&(f.next.prev=f.prev),yt(a,l,f),yt(a,f,y),Jt(f,y,t),l=f,h=[],u=[],o=Qt(l.next);continue}if(f!==o){if(c!==void 0&&c.has(f)){if(h.length<u.length){var E=u[0],v;l=E.prev;var T=h[0],S=h[h.length-1];for(v=0;v<h.length;v+=1)Jt(h[v],E,t);for(v=0;v<u.length;v+=1)c.delete(u[v]);yt(a,T.prev,S.next),yt(a,l,T),yt(a,S,E),o=E,l=S,p-=1,h=[],u=[]}else c.delete(f),Jt(f,o,t),yt(a,f.prev,f.next),yt(a,f,l===null?a.effect.first:l.next),yt(a,l,f),l=f;continue}for(h=[],u=[];o!==null&&o!==f;)(c??=new Set).add(o),u.push(o),o=Qt(o.next);if(o===null)continue}(f.f&pt)===0&&h.push(f),l=f,o=Qt(f.next)}if(a.outrogroups!==null){for(const L of a.outrogroups)L.pending.size===0&&(Oi(a,er(L.done)),a.outrogroups?.delete(L));a.outrogroups.size===0&&(a.outrogroups=null)}if(o!==null||c!==void 0){var x=[];if(c!==void 0)for(f of c)(f.f&ai)===0&&x.push(f);for(;o!==null;)(o.f&ai)===0&&o!==a.fallback&&x.push(o),o=Qt(o.next);var D=x.length;if(D>0){var A=r===0?t:null;Tl(a,x,A)}}}function Al(a,e,t,s,i,r,n,o){var c=(n&Zo)!==0?(n&Jo)===0?el(t,!1,!1):Cr(t):null,l=(n&tl)!==0?Cr(i):null;return{v:c,i:l,e:ki(()=>(r(e,c??t,l??i,o),()=>{a.delete(s)}))}}function Jt(a,e,t){if(a.nodes)for(var s=a.nodes.start,i=a.nodes.end,r=e&&(e.f&pt)===0?e.nodes.start:t;s!==null;){var n=ol(s);if(r.before(s),s===i)return;s=n}}function yt(a,e,t){e===null?a.effect.first=t:e.next=t,t===null?a.effect.last=e:t.prev=e}function ts(a,e,t,s,i,r){var n=a.__className;if(Tt||n!==t||n===void 0){var o=gl(t,s,r);(!Tt||o!==a.getAttribute("class"))&&(o==null?a.removeAttribute("class"):a.className=o),a.__className=t}else if(r&&i!==r)for(var c in r){var l=!!r[c];(i==null||l!==!!i[c])&&a.classList.toggle(c,l)}return r}const H=Number.isFinite||function(a){return typeof a=="number"&&isFinite(a)},Il=Number.isSafeInteger||function(a){return typeof a=="number"&&Math.abs(a)<=Ll},Ll=Number.MAX_SAFE_INTEGER||9007199254740991;let W=(function(a){return a.NETWORK_ERROR="networkError",a.MEDIA_ERROR="mediaError",a.KEY_SYSTEM_ERROR="keySystemError",a.MUX_ERROR="muxError",a.OTHER_ERROR="otherError",a})({}),_=(function(a){return a.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",a.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",a.KEY_SYSTEM_NO_SESSION="keySystemNoSession",a.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",a.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",a.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",a.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",a.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",a.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",a.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",a.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",a.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",a.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",a.MANIFEST_LOAD_ERROR="manifestLoadError",a.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",a.MANIFEST_PARSING_ERROR="manifestParsingError",a.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",a.LEVEL_EMPTY_ERROR="levelEmptyError",a.LEVEL_LOAD_ERROR="levelLoadError",a.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",a.LEVEL_PARSING_ERROR="levelParsingError",a.LEVEL_SWITCH_ERROR="levelSwitchError",a.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",a.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",a.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",a.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",a.FRAG_LOAD_ERROR="fragLoadError",a.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",a.FRAG_DECRYPT_ERROR="fragDecryptError",a.FRAG_PARSING_ERROR="fragParsingError",a.FRAG_GAP="fragGap",a.REMUX_ALLOC_ERROR="remuxAllocError",a.KEY_LOAD_ERROR="keyLoadError",a.KEY_LOAD_TIMEOUT="keyLoadTimeOut",a.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",a.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",a.BUFFER_APPEND_ERROR="bufferAppendError",a.BUFFER_APPENDING_ERROR="bufferAppendingError",a.BUFFER_STALLED_ERROR="bufferStalledError",a.BUFFER_FULL_ERROR="bufferFullError",a.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",a.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",a.ASSET_LIST_LOAD_ERROR="assetListLoadError",a.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",a.ASSET_LIST_PARSING_ERROR="assetListParsingError",a.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",a.INTERNAL_EXCEPTION="internalException",a.INTERNAL_ABORTED="aborted",a.ATTACH_MEDIA_ERROR="attachMediaError",a.UNKNOWN="unknown",a})({}),m=(function(a){return a.MEDIA_ATTACHING="hlsMediaAttaching",a.MEDIA_ATTACHED="hlsMediaAttached",a.MEDIA_DETACHING="hlsMediaDetaching",a.MEDIA_DETACHED="hlsMediaDetached",a.MEDIA_ENDED="hlsMediaEnded",a.STALL_RESOLVED="hlsStallResolved",a.BUFFER_RESET="hlsBufferReset",a.BUFFER_CODECS="hlsBufferCodecs",a.BUFFER_CREATED="hlsBufferCreated",a.BUFFER_APPENDING="hlsBufferAppending",a.BUFFER_APPENDED="hlsBufferAppended",a.BUFFER_EOS="hlsBufferEos",a.BUFFERED_TO_END="hlsBufferedToEnd",a.BUFFER_FLUSHING="hlsBufferFlushing",a.BUFFER_FLUSHED="hlsBufferFlushed",a.MANIFEST_LOADING="hlsManifestLoading",a.MANIFEST_LOADED="hlsManifestLoaded",a.MANIFEST_PARSED="hlsManifestParsed",a.LEVEL_SWITCHING="hlsLevelSwitching",a.LEVEL_SWITCHED="hlsLevelSwitched",a.LEVEL_LOADING="hlsLevelLoading",a.LEVEL_LOADED="hlsLevelLoaded",a.LEVEL_UPDATED="hlsLevelUpdated",a.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",a.LEVELS_UPDATED="hlsLevelsUpdated",a.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",a.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",a.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",a.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",a.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",a.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",a.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",a.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",a.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",a.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",a.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",a.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",a.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",a.CUES_PARSED="hlsCuesParsed",a.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",a.INIT_PTS_FOUND="hlsInitPtsFound",a.FRAG_LOADING="hlsFragLoading",a.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",a.FRAG_LOADED="hlsFragLoaded",a.FRAG_DECRYPTED="hlsFragDecrypted",a.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",a.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",a.FRAG_PARSING_METADATA="hlsFragParsingMetadata",a.FRAG_PARSED="hlsFragParsed",a.FRAG_BUFFERED="hlsFragBuffered",a.FRAG_CHANGED="hlsFragChanged",a.FPS_DROP="hlsFpsDrop",a.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",a.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",a.ERROR="hlsError",a.DESTROYING="hlsDestroying",a.KEY_LOADING="hlsKeyLoading",a.KEY_LOADED="hlsKeyLoaded",a.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",a.BACK_BUFFER_REACHED="hlsBackBufferReached",a.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",a.ASSET_LIST_LOADING="hlsAssetListLoading",a.ASSET_LIST_LOADED="hlsAssetListLoaded",a.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",a.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",a.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",a.INTERSTITIAL_STARTED="hlsInterstitialStarted",a.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",a.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",a.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",a.INTERSTITIAL_ENDED="hlsInterstitialEnded",a.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",a.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",a.EVENT_CUE_ENTER="hlsEventCueEnter",a})({});var se={MANIFEST:"manifest",LEVEL:"level",AUDIO_TRACK:"audioTrack",SUBTITLE_TRACK:"subtitleTrack"},Y={MAIN:"main",AUDIO:"audio",SUBTITLE:"subtitle"};class Mt{constructor(e,t=0,s=0){this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=e,this.alpha_=e?Math.exp(Math.log(.5)/e):0,this.estimate_=t,this.totalWeight_=s}sample(e,t){const s=Math.pow(this.alpha_,e);this.estimate_=t*(1-s)+s*this.estimate_,this.totalWeight_+=e}getTotalWeight(){return this.totalWeight_}getEstimate(){if(this.alpha_){const e=1-Math.pow(this.alpha_,this.totalWeight_);if(e)return this.estimate_/e}return this.estimate_}}class Rl{constructor(e,t,s,i=100){this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultTTFB_=void 0,this.ttfb_=void 0,this.defaultEstimate_=s,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new Mt(e),this.fast_=new Mt(t),this.defaultTTFB_=i,this.ttfb_=new Mt(e)}update(e,t){const{slow_:s,fast_:i,ttfb_:r}=this;s.halfLife!==e&&(this.slow_=new Mt(e,s.getEstimate(),s.getTotalWeight())),i.halfLife!==t&&(this.fast_=new Mt(t,i.getEstimate(),i.getTotalWeight())),r.halfLife!==e&&(this.ttfb_=new Mt(e,r.getEstimate(),r.getTotalWeight()))}sample(e,t){e=Math.max(e,this.minDelayMs_);const s=8*t,i=e/1e3,r=s/i;this.fast_.sample(i,r),this.slow_.sample(i,r)}sampleTTFB(e){const t=e/1e3,s=Math.sqrt(2)*Math.exp(-Math.pow(t,2)/2);this.ttfb_.sample(s,Math.max(e,5))}canEstimate(){return this.fast_.getTotalWeight()>=this.minWeight_}getEstimate(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_}getEstimateTTFB(){return this.ttfb_.getTotalWeight()>=this.minWeight_?this.ttfb_.getEstimate():this.defaultTTFB_}get defaultEstimate(){return this.defaultEstimate_}destroy(){}}function bl(a,e,t){return(e=Dl(e))in a?Object.defineProperty(a,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[e]=t,a}function le(){return le=Object.assign?Object.assign.bind():function(a){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var s in t)({}).hasOwnProperty.call(t,s)&&(a[s]=t[s])}return a},le.apply(null,arguments)}function Or(a,e){var t=Object.keys(a);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(a);e&&(s=s.filter(function(i){return Object.getOwnPropertyDescriptor(a,i).enumerable})),t.push.apply(t,s)}return t}function ae(a){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?Or(Object(t),!0).forEach(function(s){bl(a,s,t[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(t)):Or(Object(t)).forEach(function(s){Object.defineProperty(a,s,Object.getOwnPropertyDescriptor(t,s))})}return a}function _l(a,e){if(typeof a!="object"||!a)return a;var t=a[Symbol.toPrimitive];if(t!==void 0){var s=t.call(a,e);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(a)}function Dl(a){var e=_l(a,"string");return typeof e=="symbol"?e:e+""}class ze{constructor(e,t){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;const s=`[${e}]:`;this.trace=St,this.debug=t.debug.bind(null,s),this.log=t.log.bind(null,s),this.warn=t.warn.bind(null,s),this.info=t.info.bind(null,s),this.error=t.error.bind(null,s)}}const St=function(){},Cl={trace:St,debug:St,log:St,warn:St,info:St,error:St};function Fi(){return le({},Cl)}function Pl(a,e){const t=self.console[a];return t?t.bind(self.console,`${e?"["+e+"] ":""}[${a}] >`):St}function Fr(a,e,t){return e[a]?e[a].bind(e):Pl(a,t)}const Mi=Fi();function kl(a,e,t){const s=Fi();if(typeof console=="object"&&a===!0||typeof a=="object"){const i=["debug","log","info","warn","error"];i.forEach(r=>{s[r]=Fr(r,a,t)});try{s.log(`Debug logs enabled for "${e}" in hls.js version 1.6.15`)}catch{return Fi()}i.forEach(r=>{Mi[r]=Fr(r,a)})}else le(Mi,s);return s}const oe=Mi;function Lt(a=!0){return typeof self>"u"?void 0:(a||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function wl(a){return typeof self<"u"&&a===self.ManagedMediaSource}function oa(a,e){const t=Object.keys(a),s=Object.keys(e),i=t.length,r=s.length;return!i||!r||i===r&&!t.some(n=>s.indexOf(n)===-1)}function qe(a,e=!1){if(typeof TextDecoder<"u"){const l=new TextDecoder("utf-8").decode(a);if(e){const h=l.indexOf("\0");return h!==-1?l.substring(0,h):l}return l.replace(/\0/g,"")}const t=a.length;let s,i,r,n="",o=0;for(;o<t;){if(s=a[o++],s===0&&e)return n;if(s===0||s===3)continue;switch(s>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:n+=String.fromCharCode(s);break;case 12:case 13:i=a[o++],n+=String.fromCharCode((s&31)<<6|i&63);break;case 14:i=a[o++],r=a[o++],n+=String.fromCharCode((s&15)<<12|(i&63)<<6|(r&63)<<0);break}}return n}function Pe(a){let e="";for(let t=0;t<a.length;t++){let s=a[t].toString(16);s.length<2&&(s="0"+s),e+=s}return e}function la(a){return Uint8Array.from(a.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}function Ol(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var li={exports:{}},Mr;function Fl(){return Mr||(Mr=1,(function(a,e){(function(t){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,r=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,o={buildAbsoluteURL:function(c,l,h){if(h=h||{},c=c.trim(),l=l.trim(),!l){if(!h.alwaysNormalize)return c;var u=o.parseURL(c);if(!u)throw new Error("Error trying to parse base URL.");return u.path=o.normalizePath(u.path),o.buildURLFromParts(u)}var d=o.parseURL(l);if(!d)throw new Error("Error trying to parse relative URL.");if(d.scheme)return h.alwaysNormalize?(d.path=o.normalizePath(d.path),o.buildURLFromParts(d)):l;var g=o.parseURL(c);if(!g)throw new Error("Error trying to parse base URL.");if(!g.netLoc&&g.path&&g.path[0]!=="/"){var f=i.exec(g.path);g.netLoc=f[1],g.path=f[2]}g.netLoc&&!g.path&&(g.path="/");var p={scheme:g.scheme,netLoc:d.netLoc,path:null,params:d.params,query:d.query,fragment:d.fragment};if(!d.netLoc&&(p.netLoc=g.netLoc,d.path[0]!=="/"))if(!d.path)p.path=g.path,d.params||(p.params=g.params,d.query||(p.query=g.query));else{var y=g.path,E=y.substring(0,y.lastIndexOf("/")+1)+d.path;p.path=o.normalizePath(E)}return p.path===null&&(p.path=h.alwaysNormalize?o.normalizePath(d.path):d.path),o.buildURLFromParts(p)},parseURL:function(c){var l=s.exec(c);return l?{scheme:l[1]||"",netLoc:l[2]||"",path:l[3]||"",params:l[4]||"",query:l[5]||"",fragment:l[6]||""}:null},normalizePath:function(c){for(c=c.split("").reverse().join("").replace(r,"");c.length!==(c=c.replace(n,"")).length;);return c.split("").reverse().join("")},buildURLFromParts:function(c){return c.scheme+c.netLoc+c.path+c.params+c.query+c.fragment}};a.exports=o})()})(li)),li.exports}var sr=Fl();class ir{constructor(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}}}var he={AUDIO:"audio",VIDEO:"video",AUDIOVIDEO:"audiovideo"};class ca{constructor(e){this._byteRange=null,this._url=null,this._stats=null,this._streams=null,this.base=void 0,this.relurl=void 0,typeof e=="string"&&(e={url:e}),this.base=e,Nl(this,"stats")}setByteRange(e,t){const s=e.split("@",2);let i;s.length===1?i=t?.byteRangeEndOffset||0:i=parseInt(s[1]),this._byteRange=[i,parseInt(s[0])+i]}get baseurl(){return this.base.url}get byteRange(){return this._byteRange===null?[]:this._byteRange}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get elementaryStreams(){return this._streams===null&&(this._streams={[he.AUDIO]:null,[he.VIDEO]:null,[he.AUDIOVIDEO]:null}),this._streams}set elementaryStreams(e){this._streams=e}get hasStats(){return this._stats!==null}get hasStreams(){return this._streams!==null}get stats(){return this._stats===null&&(this._stats=new ir),this._stats}set stats(e){this._stats=e}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=sr.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(e){this._url=e}clearElementaryStreamInfo(){const{elementaryStreams:e}=this;e[he.AUDIO]=null,e[he.VIDEO]=null,e[he.AUDIOVIDEO]=null}}function Se(a){return a.sn!=="initSegment"}class ci extends ca{constructor(e,t){super(t),this._decryptdata=null,this._programDateTime=null,this._ref=null,this._bitrate=void 0,this.rawProgramDateTime=null,this.tagList=[],this.duration=0,this.sn=0,this.levelkeys=void 0,this.type=void 0,this.loader=null,this.keyLoader=null,this.level=-1,this.cc=0,this.startPTS=void 0,this.endPTS=void 0,this.startDTS=void 0,this.endDTS=void 0,this.start=0,this.playlistOffset=0,this.deltaPTS=void 0,this.maxStartPTS=void 0,this.minEndPTS=void 0,this.data=void 0,this.bitrateTest=!1,this.title=null,this.initSegment=null,this.endList=void 0,this.gap=void 0,this.urlId=0,this.type=e}get byteLength(){if(this.hasStats){const e=this.stats.total;if(e)return e}if(this.byteRange.length){const e=this.byteRange[0],t=this.byteRange[1];if(H(e)&&H(t))return t-e}return null}get bitrate(){return this.byteLength?this.byteLength*8/this.duration:this._bitrate?this._bitrate:null}set bitrate(e){this._bitrate=e}get decryptdata(){var e;const{levelkeys:t}=this;if(!t||t.NONE)return null;if(t.identity)this._decryptdata||(this._decryptdata=t.identity.getDecryptData(this.sn));else if(!((e=this._decryptdata)!=null&&e.keyId)){const s=Object.keys(t);if(s.length===1){const i=this._decryptdata=t[s[0]]||null;i&&(this._decryptdata=i.getDecryptData(this.sn,t))}}return this._decryptdata}get end(){return this.start+this.duration}get endProgramDateTime(){if(this.programDateTime===null)return null;const e=H(this.duration)?this.duration:0;return this.programDateTime+e*1e3}get encrypted(){var e;if((e=this._decryptdata)!=null&&e.encrypted)return!0;if(this.levelkeys){var t;const s=Object.keys(this.levelkeys),i=s.length;if(i>1||i===1&&(t=this.levelkeys[s[0]])!=null&&t.encrypted)return!0}return!1}get programDateTime(){return this._programDateTime===null&&this.rawProgramDateTime&&(this.programDateTime=Date.parse(this.rawProgramDateTime)),this._programDateTime}set programDateTime(e){if(!H(e)){this._programDateTime=this.rawProgramDateTime=null;return}this._programDateTime=e}get ref(){return Se(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}addStart(e){this.setStart(this.start+e)}setStart(e){this.start=e,this._ref&&(this._ref.start=e)}setDuration(e){this.duration=e,this._ref&&(this._ref.duration=e)}setKeyFormat(e){const t=this.levelkeys;if(t){var s;const i=t[e];i&&!((s=this._decryptdata)!=null&&s.keyId)&&(this._decryptdata=i.getDecryptData(this.sn,t))}}abortRequests(){var e,t;(e=this.loader)==null||e.abort(),(t=this.keyLoader)==null||t.abort()}setElementaryStreamInfo(e,t,s,i,r,n=!1){const{elementaryStreams:o}=this,c=o[e];if(!c){o[e]={startPTS:t,endPTS:s,startDTS:i,endDTS:r,partial:n};return}c.startPTS=Math.min(c.startPTS,t),c.endPTS=Math.max(c.endPTS,s),c.startDTS=Math.min(c.startDTS,i),c.endDTS=Math.max(c.endDTS,r)}}class Ml extends ca{constructor(e,t,s,i,r){super(s),this.fragOffset=0,this.duration=0,this.gap=!1,this.independent=!1,this.relurl=void 0,this.fragment=void 0,this.index=void 0,this.duration=e.decimalFloatingPoint("DURATION"),this.gap=e.bool("GAP"),this.independent=e.bool("INDEPENDENT"),this.relurl=e.enumeratedString("URI"),this.fragment=t,this.index=i;const n=e.enumeratedString("BYTERANGE");n&&this.setByteRange(n,r),r&&(this.fragOffset=r.fragOffset+r.duration)}get start(){return this.fragment.start+this.fragOffset}get end(){return this.start+this.duration}get loaded(){const{elementaryStreams:e}=this;return!!(e.audio||e.video||e.audiovideo)}}function ha(a,e){const t=Object.getPrototypeOf(a);if(t){const s=Object.getOwnPropertyDescriptor(t,e);return s||ha(t,e)}}function Nl(a,e){const t=ha(a,e);t&&(t.enumerable=!0,Object.defineProperty(a,e,t))}const Nr=Math.pow(2,32)-1,Bl=[].push,ua={video:1,audio:2,id3:3,text:4};function Ae(a){return String.fromCharCode.apply(null,a)}function da(a,e){const t=a[e]<<8|a[e+1];return t<0?65536+t:t}function X(a,e){const t=fa(a,e);return t<0?4294967296+t:t}function Br(a,e){let t=X(a,e);return t*=Math.pow(2,32),t+=X(a,e+4),t}function fa(a,e){return a[e]<<24|a[e+1]<<16|a[e+2]<<8|a[e+3]}function Ul(a){const e=a.byteLength;for(let t=0;t<e;){const s=X(a,t);if(s>8&&a[t+4]===109&&a[t+5]===111&&a[t+6]===111&&a[t+7]===102)return!0;t=s>1?t+s:e}return!1}function ee(a,e){const t=[];if(!e.length)return t;const s=a.byteLength;for(let i=0;i<s;){const r=X(a,i),n=Ae(a.subarray(i+4,i+8)),o=r>1?i+r:s;if(n===e[0])if(e.length===1)t.push(a.subarray(i+8,o));else{const c=ee(a.subarray(i+8,o),e.slice(1));c.length&&Bl.apply(t,c)}i=o}return t}function $l(a){const e=[],t=a[0];let s=8;const i=X(a,s);s+=4;let r=0,n=0;t===0?(r=X(a,s),n=X(a,s+4),s+=8):(r=Br(a,s),n=Br(a,s+8),s+=16),s+=2;let o=a.length+n;const c=da(a,s);s+=2;for(let l=0;l<c;l++){let h=s;const u=X(a,h);h+=4;const d=u&2147483647;if((u&2147483648)>>>31===1)return oe.warn("SIDX has hierarchical references (not supported)"),null;const f=X(a,h);h+=4,e.push({referenceSize:d,subsegmentDuration:f,info:{duration:f/i,start:o,end:o+d-1}}),o+=d,h+=4,s=h}return{earliestPresentationTime:r,timescale:i,version:t,referencesCount:c,references:e}}function ga(a){const e=[],t=ee(a,["moov","trak"]);for(let i=0;i<t.length;i++){const r=t[i],n=ee(r,["tkhd"])[0];if(n){let o=n[0];const c=X(n,o===0?12:20),l=ee(r,["mdia","mdhd"])[0];if(l){o=l[0];const h=X(l,o===0?12:20),u=ee(r,["mdia","hdlr"])[0];if(u){const d=Ae(u.subarray(8,12)),g={soun:he.AUDIO,vide:he.VIDEO}[d],f=ee(r,["mdia","minf","stbl","stsd"])[0],p=Gl(f);g?(e[c]={timescale:h,type:g,stsd:p},e[g]=ae({timescale:h,id:c},p)):e[c]={timescale:h,type:d,stsd:p}}}}}return ee(a,["moov","mvex","trex"]).forEach(i=>{const r=X(i,4),n=e[r];n&&(n.default={duration:X(i,12),flags:X(i,20)})}),e}function Gl(a){const e=a.subarray(8),t=e.subarray(86),s=Ae(e.subarray(4,8));let i=s,r;const n=s==="enca"||s==="encv";if(n){const l=ee(e,[s])[0].subarray(s==="enca"?28:78);ee(l,["sinf"]).forEach(u=>{const d=ee(u,["schm"])[0];if(d){const g=Ae(d.subarray(4,8));if(g==="cbcs"||g==="cenc"){const f=ee(u,["frma"])[0];f&&(i=Ae(f))}}})}const o=i;switch(i){case"avc1":case"avc2":case"avc3":case"avc4":{const c=ee(t,["avcC"])[0];c&&c.length>3&&(i+="."+ps(c[1])+ps(c[2])+ps(c[3]),r=ms(o==="avc1"?"dva1":"dvav",t));break}case"mp4a":{const c=ee(e,[s])[0],l=ee(c.subarray(28),["esds"])[0];if(l&&l.length>7){let h=4;if(l[h++]!==3)break;h=hi(l,h),h+=2;const u=l[h++];if(u&128&&(h+=2),u&64&&(h+=l[h++]),l[h++]!==4)break;h=hi(l,h);const d=l[h++];if(d===64)i+="."+ps(d);else break;if(h+=12,l[h++]!==5)break;h=hi(l,h);const g=l[h++];let f=(g&248)>>3;f===31&&(f+=1+((g&7)<<3)+((l[h]&224)>>5)),i+="."+f}break}case"hvc1":case"hev1":{const c=ee(t,["hvcC"])[0];if(c&&c.length>12){const l=c[1],h=["","A","B","C"][l>>6],u=l&31,d=X(c,2),g=(l&32)>>5?"H":"L",f=c[12],p=c.subarray(6,12);i+="."+h+u,i+="."+Kl(d).toString(16).toUpperCase(),i+="."+g+f;let y="";for(let E=p.length;E--;){const v=p[E];(v||y)&&(y="."+v.toString(16).toUpperCase()+y)}i+=y}r=ms(o=="hev1"?"dvhe":"dvh1",t);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":{i=ms(i,t)||i;break}case"vp09":{const c=ee(t,["vpcC"])[0];if(c&&c.length>6){const l=c[4],h=c[5],u=c[6]>>4&15;i+="."+st(l)+"."+st(h)+"."+st(u)}break}case"av01":{const c=ee(t,["av1C"])[0];if(c&&c.length>2){const l=c[1]>>>5,h=c[1]&31,u=c[2]>>>7?"H":"M",d=(c[2]&64)>>6,g=(c[2]&32)>>5,f=l===2&&d?g?12:10:d?10:8,p=(c[2]&16)>>4,y=(c[2]&8)>>3,E=(c[2]&4)>>2,v=c[2]&3;i+="."+l+"."+st(h)+u+"."+st(f)+"."+p+"."+y+E+v+"."+st(1)+"."+st(1)+"."+st(1)+"."+0,r=ms("dav1",t)}break}}return{codec:i,encrypted:n,supplemental:r}}function ms(a,e){const t=ee(e,["dvvC"]),s=t.length?t[0]:ee(e,["dvcC"])[0];if(s){const i=s[2]>>1&127,r=s[2]<<5&32|s[3]>>3&31;return a+"."+st(i)+"."+st(r)}}function Kl(a){let e=0;for(let t=0;t<32;t++)e|=(a>>t&1)<<31-t;return e>>>0}function hi(a,e){const t=e+5;for(;a[e++]&128&&e<t;);return e}function ps(a){return("0"+a.toString(16).toUpperCase()).slice(-2)}function st(a){return(a<10?"0":"")+a}function Vl(a,e){if(!a||!e)return;const t=e.keyId;t&&e.isCommonEncryption&&ma(a,(s,i)=>{const r=s.subarray(8,24);r.some(n=>n!==0)||(oe.log(`[eme] Patching keyId in 'enc${i?"a":"v"}>sinf>>tenc' box: ${Pe(r)} -> ${Pe(t)}`),s.set(t,8))})}function Hl(a){const e=[];return ma(a,t=>e.push(t.subarray(8,24))),e}function ma(a,e){ee(a,["moov","trak"]).forEach(s=>{const i=ee(s,["mdia","minf","stbl","stsd"])[0];if(!i)return;const r=i.subarray(8);let n=ee(r,["enca"]);const o=n.length>0;o||(n=ee(r,["encv"])),n.forEach(c=>{const l=o?c.subarray(28):c.subarray(78);ee(l,["sinf"]).forEach(u=>{const d=pa(u);d&&e(d,o)})})})}function pa(a){const e=ee(a,["schm"])[0];if(e){const t=Ae(e.subarray(4,8));if(t==="cbcs"||t==="cenc"){const s=ee(a,["schi","tenc"])[0];if(s)return s}}}function Yl(a,e,t){const s={},i=ee(a,["moof","traf"]);for(let r=0;r<i.length;r++){const n=i[r],o=ee(n,["tfhd"])[0],c=X(o,4),l=e[c];if(!l)continue;s[c]||(s[c]={start:NaN,duration:0,sampleCount:0,timescale:l.timescale,type:l.type});const h=s[c],u=ee(n,["tfdt"])[0];if(u){const T=u[0];let S=X(u,4);T===1&&(S===Nr?t.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(S*=Nr+1,S+=X(u,8))),H(S)&&(!H(h.start)||S<h.start)&&(h.start=S)}const d=l.default,g=X(o,0)|d?.flags;let f=d?.duration||0;g&8&&(g&2?f=X(o,12):f=X(o,8));const p=ee(n,["trun"]);let y=h.start||0,E=0,v=f;for(let T=0;T<p.length;T++){const S=p[T],x=X(S,4),D=h.sampleCount;h.sampleCount+=x;const A=S[3]&1,L=S[3]&4,R=S[2]&1,I=S[2]&2,C=S[2]&4,$=S[2]&8;let V=8,G=x;for(A&&(V+=4),L&&x&&(!(S[V+1]&1)&&h.keyFrameIndex===void 0&&(h.keyFrameIndex=D),V+=4,R?(v=X(S,V),V+=4):v=f,I&&(V+=4),$&&(V+=4),y+=v,E+=v,G--);G--;)R?(v=X(S,V),V+=4):v=f,I&&(V+=4),C&&(S[V+1]&1||h.keyFrameIndex===void 0&&(h.keyFrameIndex=h.sampleCount-(G+1),h.keyFrameStart=y),V+=4),$&&(V+=4),y+=v,E+=v;!E&&f&&(E+=f*x)}h.duration+=E}if(!Object.keys(s).some(r=>s[r].duration)){let r=1/0,n=0;const o=ee(a,["sidx"]);for(let c=0;c<o.length;c++){const l=$l(o[c]);if(l!=null&&l.references){r=Math.min(r,l.earliestPresentationTime/l.timescale);const h=l.references.reduce((u,d)=>u+d.info.duration||0,0);n=Math.max(n,h+l.earliestPresentationTime/l.timescale)}}n&&H(n)&&Object.keys(s).forEach(c=>{s[c].duration||(s[c].duration=n*s[c].timescale-s[c].start)})}return s}function Wl(a){const e={valid:null,remainder:null},t=ee(a,["moof"]);if(t.length<2)return e.remainder=a,e;const s=t[t.length-1];return e.valid=a.slice(0,s.byteOffset-8),e.remainder=a.slice(s.byteOffset-8),e}function je(a,e){const t=new Uint8Array(a.length+e.length);return t.set(a),t.set(e,a.length),t}function Ur(a,e){const t=[],s=e.samples,i=e.timescale,r=e.id;let n=!1;return ee(s,["moof"]).map(c=>{const l=c.byteOffset-8;ee(c,["traf"]).map(u=>{const d=ee(u,["tfdt"]).map(g=>{const f=g[0];let p=X(g,4);return f===1&&(p*=Math.pow(2,32),p+=X(g,8)),p/i})[0];return d!==void 0&&(a=d),ee(u,["tfhd"]).map(g=>{const f=X(g,4),p=X(g,0)&16777215,y=(p&1)!==0,E=(p&2)!==0,v=(p&8)!==0;let T=0;const S=(p&16)!==0;let x=0;const D=(p&32)!==0;let A=8;f===r&&(y&&(A+=8),E&&(A+=4),v&&(T=X(g,A),A+=4),S&&(x=X(g,A),A+=4),D&&(A+=4),e.type==="video"&&(n=Js(e.codec)),ee(u,["trun"]).map(L=>{const R=L[0],I=X(L,0)&16777215,C=(I&1)!==0;let $=0;const V=(I&4)!==0,G=(I&256)!==0;let O=0;const k=(I&512)!==0;let N=0;const P=(I&1024)!==0,M=(I&2048)!==0;let K=0;const B=X(L,4);let U=8;C&&($=X(L,U),U+=4),V&&(U+=4);let z=$+l;for(let Z=0;Z<B;Z++){if(G?(O=X(L,U),U+=4):O=T,k?(N=X(L,U),U+=4):N=x,P&&(U+=4),M&&(R===0?K=X(L,U):K=fa(L,U),U+=4),e.type===he.VIDEO){let j=0;for(;j<N;){const J=X(s,z);if(z+=4,ql(n,s[z])){const de=s.subarray(z,z+J);rr(de,n?2:1,a+K/i,t)}z+=J,j+=J+4}}a+=O/i}}))})})}),t}function Js(a){if(!a)return!1;const e=a.substring(0,4);return e==="hvc1"||e==="hev1"||e==="dvh1"||e==="dvhe"}function ql(a,e){if(a){const t=e>>1&63;return t===39||t===40}else return(e&31)===6}function rr(a,e,t,s){const i=ya(a);let r=0;r+=e;let n=0,o=0,c=0;for(;r<i.length;){n=0;do{if(r>=i.length)break;c=i[r++],n+=c}while(c===255);o=0;do{if(r>=i.length)break;c=i[r++],o+=c}while(c===255);const l=i.length-r;let h=r;if(o<l)r+=o;else if(o>l){oe.error(`Malformed SEI payload. ${o} is too small, only ${l} bytes left to parse.`);break}if(n===4){if(i[h++]===181){const d=da(i,h);if(h+=2,d===49){const g=X(i,h);if(h+=4,g===1195456820){const f=i[h++];if(f===3){const p=i[h++],y=31&p,E=64&p,v=E?2+y*3:0,T=new Uint8Array(v);if(E){T[0]=p;for(let S=1;S<v;S++)T[S]=i[h++]}s.push({type:f,payloadType:n,pts:t,bytes:T})}}}}}else if(n===5&&o>16){const u=[];for(let f=0;f<16;f++){const p=i[h++].toString(16);u.push(p.length==1?"0"+p:p),(f===3||f===5||f===7||f===9)&&u.push("-")}const d=o-16,g=new Uint8Array(d);for(let f=0;f<d;f++)g[f]=i[h++];s.push({payloadType:n,pts:t,uuid:u.join(""),userData:qe(g),userDataBytes:g})}}}function ya(a){const e=a.byteLength,t=[];let s=1;for(;s<e-2;)a[s]===0&&a[s+1]===0&&a[s+2]===3?(t.push(s+2),s+=2):s++;if(t.length===0)return a;const i=e-t.length,r=new Uint8Array(i);let n=0;for(s=0;s<i;n++,s++)n===t[0]&&(n++,t.shift()),r[s]=a[n];return r}function jl(a){const e=a[0];let t="",s="",i=0,r=0,n=0,o=0,c=0,l=0;if(e===0){for(;Ae(a.subarray(l,l+1))!=="\0";)t+=Ae(a.subarray(l,l+1)),l+=1;for(t+=Ae(a.subarray(l,l+1)),l+=1;Ae(a.subarray(l,l+1))!=="\0";)s+=Ae(a.subarray(l,l+1)),l+=1;s+=Ae(a.subarray(l,l+1)),l+=1,i=X(a,12),r=X(a,16),o=X(a,20),c=X(a,24),l=28}else if(e===1){l+=4,i=X(a,l),l+=4;const u=X(a,l);l+=4;const d=X(a,l);for(l+=4,n=2**32*u+d,Il(n)||(n=Number.MAX_SAFE_INTEGER,oe.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=X(a,l),l+=4,c=X(a,l),l+=4;Ae(a.subarray(l,l+1))!=="\0";)t+=Ae(a.subarray(l,l+1)),l+=1;for(t+=Ae(a.subarray(l,l+1)),l+=1;Ae(a.subarray(l,l+1))!=="\0";)s+=Ae(a.subarray(l,l+1)),l+=1;s+=Ae(a.subarray(l,l+1)),l+=1}const h=a.subarray(l,a.byteLength);return{schemeIdUri:t,value:s,timeScale:i,presentationTime:n,presentationTimeDelta:r,eventDuration:o,id:c,payload:h}}function zl(a,...e){const t=e.length;let s=8,i=t;for(;i--;)s+=e[i].byteLength;const r=new Uint8Array(s);for(r[0]=s>>24&255,r[1]=s>>16&255,r[2]=s>>8&255,r[3]=s&255,r.set(a,4),i=0,s=8;i<t;i++)r.set(e[i],s),s+=e[i].byteLength;return r}function Xl(a,e,t){if(a.byteLength!==16)throw new RangeError("Invalid system id");let s,i;s=0,i=new Uint8Array;let r;s>0?(r=new Uint8Array(4),e.length>0&&new DataView(r.buffer).setUint32(0,e.length,!1)):r=new Uint8Array;const n=new Uint8Array(4);return t.byteLength>0&&new DataView(n.buffer).setUint32(0,t.byteLength,!1),zl([112,115,115,104],new Uint8Array([s,0,0,0]),a,r,i,n,t)}function Ql(a){const e=[];if(a instanceof ArrayBuffer){const t=a.byteLength;let s=0;for(;s+32<t;){const i=new DataView(a,s),r=Zl(i);e.push(r),s+=r.size}}return e}function Zl(a){const e=a.getUint32(0),t=a.byteOffset,s=a.byteLength;if(s<e)return{offset:t,size:s};if(a.getUint32(4)!==1886614376)return{offset:t,size:e};const r=a.getUint32(8)>>>24;if(r!==0&&r!==1)return{offset:t,size:e};const n=a.buffer,o=Pe(new Uint8Array(n,t+12,16));let c=null,l=null,h=0;if(r===0)h=28;else{const d=a.getUint32(28);if(!d||s<32+d*16)return{offset:t,size:e};c=[];for(let g=0;g<d;g++)c.push(new Uint8Array(n,t+32+g*16,16));h=32+d*16}if(!h)return{offset:t,size:e};const u=a.getUint32(h);return e-32<u?{offset:t,size:e}:(l=new Uint8Array(n,t+h+4,u),{version:r,systemId:o,kids:c,data:l,offset:t,size:e})}const Ea=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),qt={audio:{a3ds:1,"ac-3":.95,"ac-4":1,alac:.9,alaw:1,dra1:1,"dts+":1,"dts-":1,dtsc:1,dtse:1,dtsh:1,"ec-3":.9,enca:1,fLaC:.9,flac:.9,FLAC:.9,g719:1,g726:1,m4ae:1,mha1:1,mha2:1,mhm1:1,mhm2:1,mlpa:1,mp4a:1,"raw ":1,Opus:1,opus:1,samr:1,sawb:1,sawp:1,sevc:1,sqcp:1,ssmv:1,twos:1,ulaw:1},video:{avc1:1,avc2:1,avc3:1,avc4:1,avcp:1,av01:.8,dav1:.8,drac:1,dva1:1,dvav:1,dvh1:.7,dvhe:.7,encv:1,hev1:.75,hvc1:.75,mjp2:1,mp4v:1,mvc1:1,mvc2:1,mvc3:1,mvc4:1,resv:1,rv60:1,s263:1,svc1:1,svc2:1,"vc-1":1,vp08:1,vp09:.9},text:{stpp:1,wvtt:1}};function nr(a,e){const t=qt[e];return!!t&&!!t[a.slice(0,4)]}function ns(a,e,t=!0){return!a.split(",").some(s=>!ar(s,e,t))}function ar(a,e,t=!0){var s;const i=Lt(t);return(s=i?.isTypeSupported(as(a,e)))!=null?s:!1}function as(a,e){return`${e}/mp4;codecs=${a}`}function $r(a){if(a){const e=a.substring(0,4);return qt.video[e]}return 2}function $s(a){const e=Ea();return a.split(",").reduce((t,s)=>{const r=e&&Js(s)?9:qt.video[s];return r?(r*2+t)/(t?3:2):(qt.audio[s]+t)/(t?2:1)},0)}const ui={};function Jl(a,e=!0){if(ui[a])return ui[a];const t={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[a];for(let i=0;i<t.length;i++){var s;if(ar(t[i],"audio",e))return ui[a]=t[i],t[i];if(t[i]==="mp3"&&(s=Lt(e))!=null&&s.isTypeSupported("audio/mpeg"))return""}return a}const ec=/flac|opus|mp4a\.40\.34/i;function Gs(a,e=!0){return a.replace(ec,t=>Jl(t.toLowerCase(),e))}function tc(a,e){const t=[];if(a){const s=a.split(",");for(let i=0;i<s.length;i++)nr(s[i],"video")||t.push(s[i])}return e&&t.push(e),t.join(",")}function Cs(a,e){if(a&&(a.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(a)!==-1)&&(Gr(a,"audio")||Gr(a,"video")))return a;if(e){const t=e.split(",");if(t.length>1){if(a){for(let s=t.length;s--;)if(t[s].substring(0,4)===a.substring(0,4))return t[s]}return t[0]}}return e||a}function Gr(a,e){return nr(a,e)&&ar(a,e)}function sc(a){const e=a.split(",");for(let t=0;t<e.length;t++){const s=e[t].split(".");s.length>2&&s[0]==="avc1"&&(e[t]=`avc1.${parseInt(s[1]).toString(16)}${("000"+parseInt(s[2]).toString(16)).slice(-4)}`)}return e.join(",")}function ic(a){if(a.startsWith("av01.")){const e=a.split("."),t=["0","111","01","01","01","0"];for(let s=e.length;s>4&&s<10;s++)e[s]=t[s-4];return e.join(".")}return a}function Kr(a){const e=Lt(a)||{isTypeSupported:()=>!1};return{mpeg:e.isTypeSupported("audio/mpeg"),mp3:e.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:e.isTypeSupported('audio/mp4; codecs="ac-3"')}}function Ni(a){return a.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const rc={supported:!0,powerEfficient:!0,smooth:!0},nc={supported:!1,smooth:!1,powerEfficient:!1},va={supported:!0,configurations:[],decodingInfoResults:[rc]};function Ta(a,e){return{supported:!1,configurations:e,decodingInfoResults:[nc],error:a}}function ac(a,e,t,s,i,r){const n=a.videoCodec,o=a.audioCodec?a.audioGroups:null,c=r?.audioCodec,l=r?.channels,h=l?parseInt(l):c?1/0:2;let u=null;if(o!=null&&o.length)try{o.length===1&&o[0]?u=e.groups[o[0]].channels:u=o.reduce((d,g)=>{if(g){const f=e.groups[g];if(!f)throw new Error(`Audio track group ${g} not found`);Object.keys(f.channels).forEach(p=>{d[p]=(d[p]||0)+f.channels[p]})}return d},{2:0})}catch{return!0}return n!==void 0&&(n.split(",").some(d=>Js(d))||a.width>1920&&a.height>1088||a.height>1920&&a.width>1088||a.frameRate>Math.max(s,30)||a.videoRange!=="SDR"&&a.videoRange!==t||a.bitrate>Math.max(i,8e6))||!!u&&H(h)&&Object.keys(u).some(d=>parseInt(d)>h)}function Sa(a,e,t,s={}){const i=a.videoCodec;if(!i&&!a.audioCodec||!t)return Promise.resolve(va);const r=[],n=oc(a),o=n.length,c=lc(a,e,o>0),l=c.length;for(let h=o||1*l||1;h--;){const u={type:"media-source"};if(o&&(u.video=n[h%o]),l){u.audio=c[h%l];const d=u.audio.bitrate;u.video&&d&&(u.video.bitrate-=d)}r.push(u)}if(i){const h=navigator.userAgent;if(i.split(",").some(u=>Js(u))&&Ea())return Promise.resolve(Ta(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: (${h})`),r))}return Promise.all(r.map(h=>{const u=hc(h);return s[u]||(s[u]=t.decodingInfo(h))})).then(h=>({supported:!h.some(u=>!u.supported),configurations:r,decodingInfoResults:h})).catch(h=>({supported:!1,configurations:r,decodingInfoResults:[],error:h}))}function oc(a){var e;const t=(e=a.videoCodec)==null?void 0:e.split(","),s=xa(a),i=a.width||640,r=a.height||480,n=a.frameRate||30,o=a.videoRange.toLowerCase();return t?t.map(c=>{const l={contentType:as(ic(c),"video"),width:i,height:r,bitrate:s,framerate:n};return o!=="sdr"&&(l.transferFunction=o),l}):[]}function lc(a,e,t){var s;const i=(s=a.audioCodec)==null?void 0:s.split(","),r=xa(a);return i&&a.audioGroups?a.audioGroups.reduce((n,o)=>{var c;const l=o?(c=e.groups[o])==null?void 0:c.tracks:null;return l?l.reduce((h,u)=>{if(u.groupId===o){const d=parseFloat(u.channels||"");i.forEach(g=>{const f={contentType:as(g,"audio"),bitrate:t?cc(g,r):r};d&&(f.channels=""+d),h.push(f)})}return h},n):n},[]):[]}function cc(a,e){if(e<=1)return 1;let t=128e3;return a==="ec-3"?t=768e3:a==="ac-3"&&(t=64e4),Math.min(e/2,t)}function xa(a){return Math.ceil(Math.max(a.bitrate*.9,a.averageBitrate)/1e3)*1e3||1}function hc(a){let e="";const{audio:t,video:s}=a;if(s){const i=Ni(s.contentType);e+=`${i}_r${s.height}x${s.width}f${Math.ceil(s.framerate)}${s.transferFunction||"sd"}_${Math.ceil(s.bitrate/1e5)}`}if(t){const i=Ni(t.contentType);e+=`${s?"_":""}${i}_c${t.channels}`}return e}const Bi=["NONE","TYPE-0","TYPE-1",null];function uc(a){return Bi.indexOf(a)>-1}const Ks=["SDR","PQ","HLG"];function dc(a){return!!a&&Ks.indexOf(a)>-1}var Ps={No:"",Yes:"YES",v2:"v2"};function Vr(a){const{canSkipUntil:e,canSkipDateRanges:t,age:s}=a,i=s<e/2;return e&&i?t?Ps.v2:Ps.Yes:Ps.No}class Hr{constructor(e,t,s){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=e,this.part=t,this.skip=s}addDirectives(e){const t=new self.URL(e);return this.msn!==void 0&&t.searchParams.set("_HLS_msn",this.msn.toString()),this.part!==void 0&&t.searchParams.set("_HLS_part",this.part.toString()),this.skip&&t.searchParams.set("_HLS_skip",this.skip),t.href}}class os{constructor(e){if(this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.url=void 0,this.frameRate=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.supplemental=void 0,this.videoCodec=void 0,this.width=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.supportedPromise=void 0,this.supportedResult=void 0,this._avgBitrate=0,this._audioGroups=void 0,this._subtitleGroups=void 0,this._urlId=0,this.url=[e.url],this._attrs=[e.attrs],this.bitrate=e.bitrate,e.details&&(this.details=e.details),this.id=e.id||0,this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.frameRate=e.attrs.optionalFloat("FRAME-RATE",0),this._avgBitrate=e.attrs.decimalInteger("AVERAGE-BANDWIDTH"),this.audioCodec=e.audioCodec,this.videoCodec=e.videoCodec,this.codecSet=[e.videoCodec,e.audioCodec].filter(s=>!!s).map(s=>s.substring(0,4)).join(","),"supplemental"in e){var t;this.supplemental=e.supplemental;const s=(t=e.supplemental)==null?void 0:t.videoCodec;s&&s!==e.videoCodec&&(this.codecSet+=`,${s.substring(0,4)}`)}this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}get maxBitrate(){return Math.max(this.realBitrate,this.bitrate)}get averageBitrate(){return this._avgBitrate||this.realBitrate||this.bitrate}get attrs(){return this._attrs[0]}get codecs(){return this.attrs.CODECS||""}get pathwayId(){return this.attrs["PATHWAY-ID"]||"."}get videoRange(){return this.attrs["VIDEO-RANGE"]||"SDR"}get score(){return this.attrs.optionalFloat("SCORE",0)}get uri(){return this.url[0]||""}hasAudioGroup(e){return Yr(this._audioGroups,e)}hasSubtitleGroup(e){return Yr(this._subtitleGroups,e)}get audioGroups(){return this._audioGroups}get subtitleGroups(){return this._subtitleGroups}addGroupId(e,t){if(t){if(e==="audio"){let s=this._audioGroups;s||(s=this._audioGroups=[]),s.indexOf(t)===-1&&s.push(t)}else if(e==="text"){let s=this._subtitleGroups;s||(s=this._subtitleGroups=[]),s.indexOf(t)===-1&&s.push(t)}}}get urlId(){return 0}set urlId(e){}get audioGroupIds(){return this.audioGroups?[this.audioGroupId]:void 0}get textGroupIds(){return this.subtitleGroups?[this.textGroupId]:void 0}get audioGroupId(){var e;return(e=this.audioGroups)==null?void 0:e[0]}get textGroupId(){var e;return(e=this.subtitleGroups)==null?void 0:e[0]}addFallback(){}}function Yr(a,e){return!e||!a?!1:a.indexOf(e)!==-1}function fc(){if(typeof matchMedia=="function"){const a=matchMedia("(dynamic-range: high)"),e=matchMedia("bad query");if(a.media!==e.media)return a.matches===!0}return!1}function gc(a,e){let t=!1,s=[];if(a&&(t=a!=="SDR",s=[a]),e){s=e.allowedVideoRanges||Ks.slice(0);const i=s.join("")!=="SDR"&&!e.videoCodec;t=e.preferHDR!==void 0?e.preferHDR:i&&fc(),t||(s=["SDR"])}return{preferHDR:t,allowedVideoRanges:s}}const mc=a=>{const e=new WeakSet;return(t,s)=>{if(a&&(s=a(t,s)),typeof s=="object"&&s!==null){if(e.has(s))return;e.add(s)}return s}},ue=(a,e)=>JSON.stringify(a,mc(e));function pc(a,e,t,s,i){const r=Object.keys(a),n=s?.channels,o=s?.audioCodec,c=i?.videoCodec,l=n&&parseInt(n)===2;let h=!1,u=!1,d=1/0,g=1/0,f=1/0,p=1/0,y=0,E=[];const{preferHDR:v,allowedVideoRanges:T}=gc(e,i);for(let L=r.length;L--;){const R=a[r[L]];h||(h=R.channels[2]>0),d=Math.min(d,R.minHeight),g=Math.min(g,R.minFramerate),f=Math.min(f,R.minBitrate),T.filter(C=>R.videoRanges[C]>0).length>0&&(u=!0)}d=H(d)?d:0,g=H(g)?g:0;const S=Math.max(1080,d),x=Math.max(30,g);f=H(f)?f:t,t=Math.max(f,t),u||(e=void 0);const D=r.length>1;return{codecSet:r.reduce((L,R)=>{const I=a[R];if(R===L)return L;if(E=u?T.filter(C=>I.videoRanges[C]>0):[],D){if(I.minBitrate>t)return et(R,`min bitrate of ${I.minBitrate} > current estimate of ${t}`),L;if(!I.hasDefaultAudio)return et(R,"no renditions with default or auto-select sound found"),L;if(o&&R.indexOf(o.substring(0,4))%5!==0)return et(R,`audio codec preference "${o}" not found`),L;if(n&&!l){if(!I.channels[n])return et(R,`no renditions with ${n} channel sound found (channels options: ${Object.keys(I.channels)})`),L}else if((!o||l)&&h&&I.channels[2]===0)return et(R,"no renditions with stereo sound found"),L;if(I.minHeight>S)return et(R,`min resolution of ${I.minHeight} > maximum of ${S}`),L;if(I.minFramerate>x)return et(R,`min framerate of ${I.minFramerate} > maximum of ${x}`),L;if(!E.some(C=>I.videoRanges[C]>0))return et(R,`no variants with VIDEO-RANGE of ${ue(E)} found`),L;if(c&&R.indexOf(c.substring(0,4))%5!==0)return et(R,`video codec preference "${c}" not found`),L;if(I.maxScore<y)return et(R,`max score of ${I.maxScore} < selected max of ${y}`),L}return L&&($s(R)>=$s(L)||I.fragmentError>a[L].fragmentError)?L:(p=I.minIndex,y=I.maxScore,R)},void 0),videoRanges:E,preferHDR:v,minFramerate:g,minBitrate:f,minIndex:p}}function et(a,e){oe.log(`[abr] start candidates with "${a}" ignored because ${e}`)}function Aa(a){return a.reduce((e,t)=>{let s=e.groups[t.groupId];s||(s=e.groups[t.groupId]={tracks:[],channels:{2:0},hasDefault:!1,hasAutoSelect:!1}),s.tracks.push(t);const i=t.channels||"2";return s.channels[i]=(s.channels[i]||0)+1,s.hasDefault=s.hasDefault||t.default,s.hasAutoSelect=s.hasAutoSelect||t.autoselect,s.hasDefault&&(e.hasDefaultAudio=!0),s.hasAutoSelect&&(e.hasAutoSelectAudio=!0),e},{hasDefaultAudio:!1,hasAutoSelectAudio:!1,groups:{}})}function yc(a,e,t,s){return a.slice(t,s+1).reduce((i,r,n)=>{if(!r.codecSet)return i;const o=r.audioGroups;let c=i[r.codecSet];c||(i[r.codecSet]=c={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:n,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!o,fragmentError:0}),c.minBitrate=Math.min(c.minBitrate,r.bitrate);const l=Math.min(r.height,r.width);return c.minHeight=Math.min(c.minHeight,l),c.minFramerate=Math.min(c.minFramerate,r.frameRate),c.minIndex=Math.min(c.minIndex,n),c.maxScore=Math.max(c.maxScore,r.score),c.fragmentError+=r.fragmentError,c.videoRanges[r.videoRange]=(c.videoRanges[r.videoRange]||0)+1,o&&o.forEach(h=>{if(!h)return;const u=e.groups[h];u&&(c.hasDefaultAudio=c.hasDefaultAudio||e.hasDefaultAudio?u.hasDefault:u.hasAutoSelect||!e.hasDefaultAudio&&!e.hasAutoSelectAudio,Object.keys(u.channels).forEach(d=>{c.channels[d]=(c.channels[d]||0)+u.channels[d]}))}),i},{})}function Wr(a){if(!a)return a;const{lang:e,assocLang:t,characteristics:s,channels:i,audioCodec:r}=a;return{lang:e,assocLang:t,characteristics:s,channels:i,audioCodec:r}}function at(a,e,t){if("attrs"in a){const s=e.indexOf(a);if(s!==-1)return s}for(let s=0;s<e.length;s++){const i=e[s];if(wt(a,i,t))return s}return-1}function wt(a,e,t){const{groupId:s,name:i,lang:r,assocLang:n,default:o}=a,c=a.forced;return(s===void 0||e.groupId===s)&&(i===void 0||e.name===i)&&(r===void 0||Ec(r,e.lang))&&(r===void 0||e.assocLang===n)&&(o===void 0||e.default===o)&&(c===void 0||e.forced===c)&&(!("characteristics"in a)||vc(a.characteristics||"",e.characteristics))&&(t===void 0||t(a,e))}function Ec(a,e="--"){return a.length===e.length?a===e:a.startsWith(e)||e.startsWith(a)}function vc(a,e=""){const t=a.split(","),s=e.split(",");return t.length===s.length&&!t.some(i=>s.indexOf(i)===-1)}function Pt(a,e){const{audioCodec:t,channels:s}=a;return(t===void 0||(e.audioCodec||"").substring(0,4)===t.substring(0,4))&&(s===void 0||s===(e.channels||"2"))}function Tc(a,e,t,s,i){const r=e[s],o=e.reduce((d,g,f)=>{const p=g.uri;return(d[p]||(d[p]=[])).push(f),d},{})[r.uri];o.length>1&&(s=Math.max.apply(Math,o));const c=r.videoRange,l=r.frameRate,h=r.codecSet.substring(0,4),u=qr(e,s,d=>{if(d.videoRange!==c||d.frameRate!==l||d.codecSet.substring(0,4)!==h)return!1;const g=d.audioGroups,f=t.filter(p=>!g||g.indexOf(p.groupId)!==-1);return at(a,f,i)>-1});return u>-1?u:qr(e,s,d=>{const g=d.audioGroups,f=t.filter(p=>!g||g.indexOf(p.groupId)!==-1);return at(a,f,i)>-1})}function qr(a,e,t){for(let s=e;s>-1;s--)if(t(a[s]))return s;for(let s=e+1;s<a.length;s++)if(t(a[s]))return s;return-1}function Vs(a,e){var t;return!!a&&a!==((t=e.loadLevelObj)==null?void 0:t.uri)}class Sc extends ze{constructor(e){super("abr",e.logger),this.hls=void 0,this.lastLevelLoadSec=0,this.lastLoadedFragLevel=-1,this.firstSelection=-1,this._nextAutoLevel=-1,this.nextAutoLevelKey="",this.audioTracksByGroup=null,this.codecTiers=null,this.timer=-1,this.fragCurrent=null,this.partCurrent=null,this.bitrateTestDelay=0,this.rebufferNotice=-1,this.supportedCache={},this.bwEstimator=void 0,this._abandonRulesCheck=t=>{var s;const{fragCurrent:i,partCurrent:r,hls:n}=this,{autoLevelEnabled:o,media:c}=n;if(!i||!c)return;const l=performance.now(),h=r?r.stats:i.stats,u=r?r.duration:i.duration,d=l-h.loading.start,g=n.minAutoLevel,f=i.level,p=this._nextAutoLevel;if(h.aborted||h.loaded&&h.loaded===h.total||f<=g){this.clearTimer(),this._nextAutoLevel=-1;return}if(!o)return;const y=p>-1&&p!==f,E=!!t||y;if(!E&&(c.paused||!c.playbackRate||!c.readyState))return;const v=n.mainForwardBufferInfo;if(!E&&v===null)return;const T=this.bwEstimator.getEstimateTTFB(),S=Math.abs(c.playbackRate);if(d<=Math.max(T,1e3*(u/(S*2))))return;const x=v?v.len/S:0,D=h.loading.first?h.loading.first-h.loading.start:-1,A=h.loaded&&D>-1,L=this.getBwEstimate(),R=n.levels,I=R[f],C=Math.max(h.loaded,Math.round(u*(i.bitrate||I.averageBitrate)/8));let $=A?d-D:d;$<1&&A&&($=Math.min(d,h.loaded*8/L));const V=A?h.loaded*1e3/$:0,G=T/1e3,O=V?(C-h.loaded)/V:C*8/L+G;if(O<=x)return;const k=V?V*8:L,N=((s=t?.details||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,P=this.hls.config.abrBandWidthUpFactor;let M=Number.POSITIVE_INFINITY,K;for(K=f-1;K>g;K--){const Z=R[K].maxBitrate,j=!R[K].details||N;if(M=this.getTimeToLoadFrag(G,k,u*Z,j),M<Math.min(x,u+G))break}if(M>=O||M>u*10)return;A?this.bwEstimator.sample(d-Math.min(T,D),h.loaded):this.bwEstimator.sampleTTFB(d);const B=R[K].maxBitrate;this.getBwEstimate()*P>B&&this.resetEstimator(B);const U=this.findBestLevel(B,g,K,0,x,1,1);U>-1&&(K=U),this.warn(`Fragment ${i.sn}${r?" part "+r.index:""} of level ${f} is loading too slowly; 2 - Fragment duration: ${i.duration.toFixed(3)} 3 - Time to underbuffer: ${x.toFixed(3)} s 4 - Estimated load time for current fragment: ${O.toFixed(3)} s 5 - Estimated load time for down switch fragment: ${M.toFixed(3)} s 6 - TTFB estimate: ${D|0} ms 7 - Current BW estimate: ${H(L)?L|0:"Unknown"} bps 8 - New BW estimate: ${this.getBwEstimate()|0} bps 9 - Switching to level ${K} @ ${B|0} bps`),n.nextLoadLevel=n.nextAutoLevel=K,this.clearTimer();const z=()=>{if(this.clearTimer(),this.fragCurrent===i&&this.hls.loadLevel===K&&K>0){const Z=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${K>0?"and switching down":""} 10 - Fragment duration: ${i.duration.toFixed(3)} s 11 - Time to underbuffer: ${Z.toFixed(3)} s`),i.abortRequests(),this.fragCurrent=this.partCurrent=null,K>g){let j=this.findBestLevel(this.hls.levels[g].bitrate,g,K,0,Z,1,1);j===-1&&(j=g),this.hls.nextLoadLevel=this.hls.nextAutoLevel=j,this.resetEstimator(this.hls.levels[j].bitrate)}}};y||O>M*2?z():this.timer=self.setInterval(z,M*1e3),n.trigger(m.FRAG_LOAD_EMERGENCY_ABORTED,{frag:i,part:r,stats:h})},this.hls=e,this.bwEstimator=this.initEstimator(),this.registerListeners()}resetEstimator(e){e&&(this.log(`setting initial bwe to ${e}`),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()}initEstimator(){const e=this.hls.config;return new Rl(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(m.ERROR,this.onError,this))}destroy(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=this.supportedCache=null,this.fragCurrent=this.partCurrent=null}onManifestLoading(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.supportedCache={},this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()}onLevelsUpdated(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null}onMaxAutoLevelUpdated(){this.firstSelection=-1,this.nextAutoLevelKey=""}onFragLoading(e,t){const s=t.frag;if(!this.ignoreFragment(s)){if(!s.bitrateTest){var i;this.fragCurrent=s,this.partCurrent=(i=t.part)!=null?i:null}this.clearTimer(),this.timer=self.setInterval(this._abandonRulesCheck,100)}}onLevelSwitching(e,t){this.clearTimer()}onError(e,t){if(!t.fatal)switch(t.details){case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case _.FRAG_LOAD_TIMEOUT:{const s=t.frag,{fragCurrent:i,partCurrent:r}=this;if(s&&i&&s.sn===i.sn&&s.level===i.level){const n=performance.now(),o=r?r.stats:s.stats,c=n-o.loading.start,l=o.loading.first?o.loading.first-o.loading.start:-1;if(o.loaded&&l>-1){const u=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(c-Math.min(u,l),o.loaded)}else this.bwEstimator.sampleTTFB(c)}break}}}getTimeToLoadFrag(e,t,s,i){const r=e+s/t,n=i?e+this.lastLevelLoadSec:0;return r+n}onLevelLoaded(e,t){const s=this.hls.config,{loading:i}=t.stats,r=i.end-i.first;H(r)&&(this.lastLevelLoadSec=r/1e3),t.details.live?this.bwEstimator.update(s.abrEwmaSlowLive,s.abrEwmaFastLive):this.bwEstimator.update(s.abrEwmaSlowVoD,s.abrEwmaFastVoD),this.timer>-1&&this._abandonRulesCheck(t.levelInfo)}onFragLoaded(e,{frag:t,part:s}){const i=s?s.stats:t.stats;if(t.type===Y.MAIN&&this.bwEstimator.sampleTTFB(i.loading.first-i.loading.start),!this.ignoreFragment(t)){if(this.clearTimer(),t.level===this._nextAutoLevel&&(this._nextAutoLevel=-1),this.firstSelection=-1,this.hls.config.abrMaxWithRealBitrate){const r=s?s.duration:t.duration,n=this.hls.levels[t.level],o=(n.loaded?n.loaded.bytes:0)+i.loaded,c=(n.loaded?n.loaded.duration:0)+r;n.loaded={bytes:o,duration:c},n.realBitrate=Math.round(8*o/c)}if(t.bitrateTest){const r={stats:i,frag:t,part:s,id:t.type};this.onFragBuffered(m.FRAG_BUFFERED,r),t.bitrateTest=!1}else this.lastLoadedFragLevel=t.level}}onFragBuffered(e,t){const{frag:s,part:i}=t,r=i!=null&&i.stats.loaded?i.stats:s.stats;if(r.aborted||this.ignoreFragment(s))return;const n=r.parsing.end-r.loading.start-Math.min(r.loading.first-r.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(n,r.loaded),r.bwEstimate=this.getBwEstimate(),s.bitrateTest?this.bitrateTestDelay=n/1e3:this.bitrateTestDelay=0}ignoreFragment(e){return e.type!==Y.MAIN||e.sn==="initSegment"}clearTimer(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)}get firstAutoLevel(){const{maxAutoLevel:e,minAutoLevel:t}=this.hls,s=this.getBwEstimate(),i=this.hls.config.maxStarvationDelay,r=this.findBestLevel(s,t,e,0,i,1,1);if(r>-1)return r;const n=this.hls.firstLevel,o=Math.min(Math.max(n,t),e);return this.warn(`Could not find best starting auto level. Defaulting to first in playlist ${n} clamped to ${o}`),o}get forcedAutoLevel(){return this.nextAutoLevelKey?-1:this._nextAutoLevel}get nextAutoLevel(){const e=this.forcedAutoLevel,s=this.bwEstimator.canEstimate(),i=this.lastLoadedFragLevel>-1;if(e!==-1&&(!s||!i||this.nextAutoLevelKey===this.getAutoLevelKey()))return e;const r=s&&i?this.getNextABRAutoLevel():this.firstAutoLevel;if(e!==-1){const n=this.hls.levels;if(n.length>Math.max(e,r)&&n[e].loadError<=n[r].loadError)return e}return this._nextAutoLevel=r,this.nextAutoLevelKey=this.getAutoLevelKey(),r}getAutoLevelKey(){return`${this.getBwEstimate()}_${this.getStarvationDelay().toFixed(2)}`}getNextABRAutoLevel(){const{fragCurrent:e,partCurrent:t,hls:s}=this;if(s.levels.length<=1)return s.loadLevel;const{maxAutoLevel:i,config:r,minAutoLevel:n}=s,o=t?t.duration:e?e.duration:0,c=this.getBwEstimate(),l=this.getStarvationDelay();let h=r.abrBandWidthFactor,u=r.abrBandWidthUpFactor;if(l){const y=this.findBestLevel(c,n,i,l,0,h,u);if(y>=0)return this.rebufferNotice=-1,y}let d=o?Math.min(o,r.maxStarvationDelay):r.maxStarvationDelay;if(!l){const y=this.bitrateTestDelay;y&&(d=(o?Math.min(o,r.maxLoadingDelay):r.maxLoadingDelay)-y,this.info(`bitrate test took ${Math.round(1e3*y)}ms, set first fragment max fetchDuration to ${Math.round(1e3*d)} ms`),h=u=1)}const g=this.findBestLevel(c,n,i,l,d,h,u);if(this.rebufferNotice!==g&&(this.rebufferNotice=g,this.info(`${l?"rebuffering expected":"buffer is empty"}, optimal quality level ${g}`)),g>-1)return g;const f=s.levels[n],p=s.loadLevelObj;return p&&f?.bitrate<p.bitrate?n:s.loadLevel}getStarvationDelay(){const e=this.hls,t=e.media;if(!t)return 1/0;const s=t&&t.playbackRate!==0?Math.abs(t.playbackRate):1,i=e.mainForwardBufferInfo;return(i?i.len:0)/s}getBwEstimate(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate}findBestLevel(e,t,s,i,r,n,o){var c;const l=i+r,h=this.lastLoadedFragLevel,u=h===-1?this.hls.firstLevel:h,{fragCurrent:d,partCurrent:g}=this,{levels:f,allAudioTracks:p,loadLevel:y,config:E}=this.hls;if(f.length===1)return 0;const v=f[u],T=!!((c=this.hls.latestLevelDetails)!=null&&c.live),S=y===-1||h===-1;let x,D="SDR",A=v?.frameRate||0;const{audioPreference:L,videoPreference:R}=E,I=this.audioTracksByGroup||(this.audioTracksByGroup=Aa(p));let C=-1;if(S){if(this.firstSelection!==-1)return this.firstSelection;const k=this.codecTiers||(this.codecTiers=yc(f,I,t,s)),N=pc(k,D,e,L,R),{codecSet:P,videoRanges:M,minFramerate:K,minBitrate:B,minIndex:U,preferHDR:z}=N;C=U,x=P,D=z?M[M.length-1]:M[0],A=K,e=Math.max(e,B),this.log(`picked start tier ${ue(N)}`)}else x=v?.codecSet,D=v?.videoRange;const $=g?g.duration:d?d.duration:0,V=this.bwEstimator.getEstimateTTFB()/1e3,G=[];for(let k=s;k>=t;k--){var O;const N=f[k],P=k>u;if(!N)continue;if(E.useMediaCapabilities&&!N.supportedResult&&!N.supportedPromise){const j=navigator.mediaCapabilities;typeof j?.decodingInfo=="function"&&ac(N,I,D,A,e,L)?(N.supportedPromise=Sa(N,I,j,this.supportedCache),N.supportedPromise.then(J=>{if(!this.hls)return;N.supportedResult=J;const de=this.hls.levels,ce=de.indexOf(N);J.error?this.warn(`MediaCapabilities decodingInfo error: "${J.error}" for level ${ce} ${ue(J)}`):J.supported?J.decodingInfoResults.some(ge=>ge.smooth===!1||ge.powerEfficient===!1)&&this.log(`MediaCapabilities decodingInfo for level ${ce} not smooth or powerEfficient: ${ue(J)}`):(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${ce} ${ue(J)}`),ce>-1&&de.length>1&&(this.log(`Removing unsupported level ${ce}`),this.hls.removeLevel(ce),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))}).catch(J=>{this.warn(`Error handling MediaCapabilities decodingInfo: ${J}`)})):N.supportedResult=va}if((x&&N.codecSet!==x||D&&N.videoRange!==D||P&&A>N.frameRate||!P&&A>0&&A<N.frameRate||(O=N.supportedResult)!=null&&(O=O.decodingInfoResults)!=null&&O.some(j=>j.smooth===!1))&&(!S||k!==C)){G.push(k);continue}const M=N.details,K=(g?M?.partTarget:M?.averagetargetduration)||$;let B;P?B=o*e:B=n*e;const U=$&&i>=$*2&&r===0?N.averageBitrate:N.maxBitrate,z=this.getTimeToLoadFrag(V,B,U*K,M===void 0);if(B>=U&&(k===h||N.loadError===0&&N.fragmentError===0)&&(z<=V||!H(z)||T&&!this.bitrateTestDelay||z<l)){const j=this.forcedAutoLevel;return k!==y&&(j===-1||j!==y)&&(G.length&&this.trace(`Skipped level(s) ${G.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${f[G[0]].codecs}" ${f[G[0]].videoRange}; not compatible with "${x}" ${D}`),this.info(`switch candidate:${u}->${k} adjustedbw(${Math.round(B)})-bitrate=${Math.round(B-U)} ttfb:${V.toFixed(1)} avgDuration:${K.toFixed(1)} maxFetchDuration:${l.toFixed(1)} fetchDuration:${z.toFixed(1)} firstSelection:${S} codecSet:${N.codecSet} videoRange:${N.videoRange} hls.loadLevel:${y}`)),S&&(this.firstSelection=k),k}}return-1}set nextAutoLevel(e){const t=this.deriveNextAutoLevel(e);this._nextAutoLevel!==t&&(this.nextAutoLevelKey="",this._nextAutoLevel=t)}deriveNextAutoLevel(e){const{maxAutoLevel:t,minAutoLevel:s}=this.hls;return Math.min(Math.max(e,s),t)}}const Ia={search:function(a,e){let t=0,s=a.length-1,i=null,r=null;for(;t<=s;){i=(t+s)/2|0,r=a[i];const n=e(r);if(n>0)t=i+1;else if(n<0)s=i-1;else return r}return null}};function xc(a,e,t){if(e===null||!Array.isArray(a)||!a.length||!H(e))return null;const s=a[0].programDateTime;if(e<(s||0))return null;const i=a[a.length-1].endProgramDateTime;if(e>=(i||0))return null;for(let r=0;r<a.length;++r){const n=a[r];if(Ic(e,t,n))return n}return null}function Ot(a,e,t=0,s=0,i=.005){let r=null;if(a){r=e[1+a.sn-e[0].sn]||null;const o=a.endDTS-t;o>0&&o<15e-7&&(t+=15e-7),r&&a.level!==r.level&&r.end<=a.end&&(r=e[2+a.sn-e[0].sn]||null)}else t===0&&e[0].start===0&&(r=e[0]);if(r&&((!a||a.level===r.level)&&jr(t,s,r)===0||Ac(r,a,Math.min(i,s))))return r;const n=Ia.search(e,jr.bind(null,t,s));return n&&(n!==a||!r)?n:r}function Ac(a,e,t){if(e&&e.start===0&&e.level<a.level&&(e.endPTS||0)>0){const s=e.tagList.reduce((i,r)=>(r[0]==="INF"&&(i+=parseFloat(r[1])),i),t);return a.start<=s}return!1}function jr(a=0,e=0,t){if(t.start<=a&&t.start+t.duration>a)return 0;const s=Math.min(e,t.duration+(t.deltaPTS?t.deltaPTS:0));return t.start+t.duration-s<=a?1:t.start-s>a&&t.start?-1:0}function Ic(a,e,t){const s=Math.min(e,t.duration+(t.deltaPTS?t.deltaPTS:0))*1e3;return(t.endProgramDateTime||0)-s>a}function La(a,e,t){if(a&&a.startCC<=e&&a.endCC>=e){let s=a.fragments;const{fragmentHint:i}=a;i&&(s=s.concat(i));let r;return Ia.search(s,n=>n.cc<e?1:n.cc>e?-1:(r=n,n.end<=t?1:n.start>t?-1:0)),r||null}return null}function Hs(a){switch(a.details){case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_TIMEOUT:case _.LEVEL_LOAD_TIMEOUT:case _.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function Ra(a){return a.details.startsWith("key")}function ba(a){return Ra(a)&&!!a.frag&&!a.frag.decryptdata}function zr(a,e){const t=Hs(e);return a.default[`${t?"timeout":"error"}Retry`]}function or(a,e){const t=a.backoff==="linear"?1:Math.pow(2,e);return Math.min(t*a.retryDelayMs,a.maxRetryDelayMs)}function Xr(a){return ae(ae({},a),{errorRetry:null,timeoutRetry:null})}function Ys(a,e,t,s){if(!a)return!1;const i=s?.code,r=e<a.maxNumRetry&&(Lc(i)||!!t);return a.shouldRetry?a.shouldRetry(a,e,t,s,r):r}function Lc(a){return Ui(a)||!!a&&(a<400||a>499)}function Ui(a){return a===0&&navigator.onLine===!1}var Ce={DoNothing:0,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,RetryRequest:5},He={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,MoveAllAlternatesMatchingKey:4};class Rc extends ze{constructor(e){super("error-controller",e.logger),this.hls=void 0,this.playlistError=0,this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(m.ERROR,this.onError,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this)}unregisterListeners(){const e=this.hls;e&&(e.off(m.ERROR,this.onError,this),e.off(m.ERROR,this.onErrorOut,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this))}destroy(){this.unregisterListeners(),this.hls=null}startLoad(e){}stopLoad(){this.playlistError=0}getVariantLevelIndex(e){return e?.type===Y.MAIN?e.level:this.getVariantIndex()}getVariantIndex(){var e;const t=this.hls,s=t.currentLevel;return(e=t.loadLevelObj)!=null&&e.details||s===-1?t.loadLevel:s}variantHasKey(e,t){if(e){var s;if((s=e.details)!=null&&s.hasKey(t))return!0;const i=e.audioGroups;if(i)return this.hls.allAudioTracks.filter(n=>i.indexOf(n.groupId)>=0).some(n=>{var o;return(o=n.details)==null?void 0:o.hasKey(t)})}return!1}onManifestLoading(){this.playlistError=0}onLevelUpdated(){this.playlistError=0}onError(e,t){var s;if(t.fatal)return;const i=this.hls,r=t.context;switch(t.details){case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:t.errorAction=this.getFragRetryOrSwitchAction(t);return;case _.FRAG_PARSING_ERROR:if((s=t.frag)!=null&&s.gap){t.errorAction=Vt();return}case _.FRAG_GAP:case _.FRAG_DECRYPT_ERROR:{t.errorAction=this.getFragRetryOrSwitchAction(t),t.errorAction.action=Ce.SendAlternateToPenaltyBox;return}case _.LEVEL_EMPTY_ERROR:case _.LEVEL_PARSING_ERROR:{var n;const c=t.parent===Y.MAIN?t.level:i.loadLevel;t.details===_.LEVEL_EMPTY_ERROR&&((n=t.context)!=null&&(n=n.levelDetails)!=null&&n.live)?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,c):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,c))}return;case _.LEVEL_LOAD_ERROR:case _.LEVEL_LOAD_TIMEOUT:typeof r?.level=="number"&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,r.level));return;case _.AUDIO_TRACK_LOAD_ERROR:case _.AUDIO_TRACK_LOAD_TIMEOUT:case _.SUBTITLE_LOAD_ERROR:case _.SUBTITLE_TRACK_LOAD_TIMEOUT:if(r){const c=i.loadLevelObj;if(c&&(r.type===se.AUDIO_TRACK&&c.hasAudioGroup(r.groupId)||r.type===se.SUBTITLE_TRACK&&c.hasSubtitleGroup(r.groupId))){t.errorAction=this.getPlaylistRetryOrSwitchAction(t,i.loadLevel),t.errorAction.action=Ce.SendAlternateToPenaltyBox,t.errorAction.flags=He.MoveAllAlternatesMatchingHost;return}}return;case _.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:t.errorAction={action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingHDCP};return;case _.KEY_SYSTEM_SESSION_UPDATE_FAILED:case _.KEY_SYSTEM_STATUS_INTERNAL_ERROR:case _.KEY_SYSTEM_NO_SESSION:t.errorAction={action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingKey};return;case _.BUFFER_ADD_CODEC_ERROR:case _.REMUX_ALLOC_ERROR:case _.BUFFER_APPEND_ERROR:if(!t.errorAction){var o;t.errorAction=this.getLevelSwitchAction(t,(o=t.level)!=null?o:i.loadLevel)}return;case _.INTERNAL_EXCEPTION:case _.BUFFER_APPENDING_ERROR:case _.BUFFER_FULL_ERROR:case _.LEVEL_SWITCH_ERROR:case _.BUFFER_STALLED_ERROR:case _.BUFFER_SEEK_OVER_HOLE:case _.BUFFER_NUDGE_ON_STALL:t.errorAction=Vt();return}t.type===W.KEY_SYSTEM_ERROR&&(t.levelRetry=!1,t.errorAction=Vt())}getPlaylistRetryOrSwitchAction(e,t){const s=this.hls,i=zr(s.config.playlistLoadPolicy,e),r=this.playlistError++;if(Ys(i,r,Hs(e),e.response))return{action:Ce.RetryRequest,flags:He.None,retryConfig:i,retryCount:r};const o=this.getLevelSwitchAction(e,t);return i&&(o.retryConfig=i,o.retryCount=r),o}getFragRetryOrSwitchAction(e){const t=this.hls,s=this.getVariantLevelIndex(e.frag),i=t.levels[s],{fragLoadPolicy:r,keyLoadPolicy:n}=t.config,o=zr(Ra(e)?n:r,e),c=t.levels.reduce((h,u)=>h+u.fragmentError,0);if(i&&(e.details!==_.FRAG_GAP&&i.fragmentError++,!ba(e)&&Ys(o,c,Hs(e),e.response)))return{action:Ce.RetryRequest,flags:He.None,retryConfig:o,retryCount:c};const l=this.getLevelSwitchAction(e,s);return o&&(l.retryConfig=o,l.retryCount=c),l}getLevelSwitchAction(e,t){const s=this.hls;t==null&&(t=s.loadLevel);const i=this.hls.levels[t];if(i){var r,n;const l=e.details;i.loadError++,l===_.BUFFER_APPEND_ERROR&&i.fragmentError++;let h=-1;const{levels:u,loadLevel:d,minAutoLevel:g,maxAutoLevel:f}=s;!s.autoLevelEnabled&&!s.config.preserveManualLevelOnError&&(s.loadLevel=-1);const p=(r=e.frag)==null?void 0:r.type,E=(p===Y.AUDIO&&l===_.FRAG_PARSING_ERROR||e.sourceBufferName==="audio"&&(l===_.BUFFER_ADD_CODEC_ERROR||l===_.BUFFER_APPEND_ERROR))&&u.some(({audioCodec:D})=>i.audioCodec!==D),T=e.sourceBufferName==="video"&&(l===_.BUFFER_ADD_CODEC_ERROR||l===_.BUFFER_APPEND_ERROR)&&u.some(({codecSet:D,audioCodec:A})=>i.codecSet!==D&&i.audioCodec===A),{type:S,groupId:x}=(n=e.context)!=null?n:{};for(let D=u.length;D--;){const A=(D+d)%u.length;if(A!==d&&A>=g&&A<=f&&u[A].loadError===0){var o,c;const L=u[A];if(l===_.FRAG_GAP&&p===Y.MAIN&&e.frag){const R=u[A].details;if(R){const I=Ot(e.frag,R.fragments,e.frag.start);if(I!=null&&I.gap)continue}}else{if(S===se.AUDIO_TRACK&&L.hasAudioGroup(x)||S===se.SUBTITLE_TRACK&&L.hasSubtitleGroup(x))continue;if(p===Y.AUDIO&&(o=i.audioGroups)!=null&&o.some(R=>L.hasAudioGroup(R))||p===Y.SUBTITLE&&(c=i.subtitleGroups)!=null&&c.some(R=>L.hasSubtitleGroup(R))||E&&i.audioCodec===L.audioCodec||T&&i.codecSet===L.codecSet||!E&&i.codecSet!==L.codecSet)continue}h=A;break}}if(h>-1&&s.loadLevel!==h)return e.levelRetry=!0,this.playlistError=0,{action:Ce.SendAlternateToPenaltyBox,flags:He.None,nextAutoLevel:h}}return{action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingHost}}onErrorOut(e,t){var s;switch((s=t.errorAction)==null?void 0:s.action){case Ce.DoNothing:break;case Ce.SendAlternateToPenaltyBox:this.sendAlternateToPenaltyBox(t),!t.errorAction.resolved&&t.details!==_.FRAG_GAP?t.fatal=!0:/MediaSource readyState: ended/.test(t.error.message)&&(this.warn(`MediaSource ended after "${t.sourceBufferName}" sourceBuffer append error. Attempting to recover from media error.`),this.hls.recoverMediaError());break}if(t.fatal){this.hls.stopLoad();return}}sendAlternateToPenaltyBox(e){const t=this.hls,s=e.errorAction;if(!s)return;const{flags:i}=s,r=s.nextAutoLevel;switch(i){case He.None:this.switchLevel(e,r);break;case He.MoveAllAlternatesMatchingHDCP:{const c=this.getVariantLevelIndex(e.frag),l=t.levels[c],h=l?.attrs["HDCP-LEVEL"];if(s.hdcpLevel=h,h==="NONE")this.warn("HDCP policy resticted output with HDCP-LEVEL=NONE");else if(h){t.maxHdcpLevel=Bi[Bi.indexOf(h)-1],s.resolved=!0,this.warn(`Restricting playback to HDCP-LEVEL of "${t.maxHdcpLevel}" or lower`);break}}case He.MoveAllAlternatesMatchingKey:{const c=e.decryptdata;if(c){const l=this.hls.levels,h=l.length;for(let d=h;d--;)if(this.variantHasKey(l[d],c)){var n,o;this.log(`Banned key found in level ${d} (${l[d].bitrate}bps) or audio group "${(n=l[d].audioGroups)==null?void 0:n.join(",")}" (${(o=e.frag)==null?void 0:o.type} fragment) ${Pe(c.keyId||[])}`),l[d].fragmentError++,l[d].loadError++,this.log(`Removing level ${d} with key error (${e.error})`),this.hls.removeLevel(d)}const u=e.frag;if(this.hls.levels.length<h)s.resolved=!0;else if(u&&u.type!==Y.MAIN){const d=u.decryptdata;d&&!c.matches(d)&&(s.resolved=!0)}}break}}s.resolved||this.switchLevel(e,r)}switchLevel(e,t){if(t!==void 0&&e.errorAction&&(this.warn(`switching to level ${t} after ${e.details}`),this.hls.nextAutoLevel=t,e.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel,e.details===_.BUFFER_ADD_CODEC_ERROR&&e.mimeType&&e.sourceBufferName!=="audiovideo")){const s=Ni(e.mimeType),i=this.hls.levels;for(let r=i.length;r--;)i[r][`${e.sourceBufferName}Codec`]===s&&(this.log(`Removing level ${r} for ${e.details} ("${s}" not supported)`),this.hls.removeLevel(r))}}}function Vt(a){const e={action:Ce.DoNothing,flags:He.None};return a&&(e.resolved=!0),e}var Ie={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class bc{constructor(e){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=e,this._registerListeners()}_registerListeners(){const{hls:e}=this;e&&(e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this))}destroy(){this._unregisterListeners(),this.hls=this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null}getAppendedFrag(e,t){const s=this.activePartLists[t];if(s)for(let i=s.length;i--;){const r=s[i];if(!r)break;if(r.start<=e&&e<=r.end&&r.loaded)return r}return this.getBufferedFrag(e,t)}getBufferedFrag(e,t){return this.getFragAtPos(e,t,!0)}getFragAtPos(e,t,s){const{fragments:i}=this,r=Object.keys(i);for(let n=r.length;n--;){const o=i[r[n]];if(o?.body.type===t&&(!s||o.buffered)){const c=o.body;if(c.start<=e&&e<=c.end)return c}}return null}detectEvictedFragments(e,t,s,i,r){this.timeRanges&&(this.timeRanges[e]=t);const n=i?.fragment.sn||-1;Object.keys(this.fragments).forEach(o=>{const c=this.fragments[o];if(!c||n>=c.body.sn)return;if(!c.buffered&&(!c.loaded||r)){c.body.type===s&&this.removeFragment(c.body);return}const l=c.range[e];if(l){if(l.time.length===0){this.removeFragment(c.body);return}l.time.some(h=>{const u=!this.isTimeBuffered(h.startPTS,h.endPTS,t);return u&&this.removeFragment(c.body),u})}})}detectPartialFragments(e){const t=this.timeRanges;if(!t||e.frag.sn==="initSegment")return;const s=e.frag,i=Nt(s),r=this.fragments[i];if(!r||r.buffered&&s.gap)return;const n=!s.relurl;Object.keys(t).forEach(o=>{const c=s.elementaryStreams[o];if(!c)return;const l=t[o],h=n||c.partial===!0;r.range[o]=this.getBufferedTimes(s,e.part,h,l)}),r.loaded=null,Object.keys(r.range).length?(this.bufferedEnd(r,s),ys(r)||this.removeParts(s.sn-1,s.type)):this.removeFragment(r.body)}bufferedEnd(e,t){e.buffered=!0,(e.body.endList=t.endList||e.body.endList)&&(this.endListFragments[e.body.type]=e)}removeParts(e,t){const s=this.activePartLists[t];s&&(this.activePartLists[t]=Qr(s,i=>i.fragment.sn>=e))}fragBuffered(e,t){const s=Nt(e);let i=this.fragments[s];!i&&t&&(i=this.fragments[s]={body:e,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},e.gap&&(this.hasGaps=!0)),i&&(i.loaded=null,this.bufferedEnd(i,e))}getBufferedTimes(e,t,s,i){const r={time:[],partial:s},n=e.start,o=e.end,c=e.minEndPTS||o,l=e.maxStartPTS||n;for(let h=0;h<i.length;h++){const u=i.start(h)-this.bufferPadding,d=i.end(h)+this.bufferPadding;if(l>=u&&c<=d){r.time.push({startPTS:Math.max(n,i.start(h)),endPTS:Math.min(o,i.end(h))});break}else if(n<d&&o>u){const g=Math.max(n,i.start(h)),f=Math.min(o,i.end(h));f>g&&(r.partial=!0,r.time.push({startPTS:g,endPTS:f}))}else if(o<=u)break}return r}getPartialFragment(e){let t=null,s,i,r,n=0;const{bufferPadding:o,fragments:c}=this;return Object.keys(c).forEach(l=>{const h=c[l];h&&ys(h)&&(i=h.body.start-o,r=h.body.end+o,e>=i&&e<=r&&(s=Math.min(e-i,r-e),n<=s&&(t=h.body,n=s)))}),t}isEndListAppended(e){const t=this.endListFragments[e];return t!==void 0&&(t.buffered||ys(t))}getState(e){const t=Nt(e),s=this.fragments[t];return s?s.buffered?ys(s)?Ie.PARTIAL:Ie.OK:Ie.APPENDING:Ie.NOT_LOADED}isTimeBuffered(e,t,s){let i,r;for(let n=0;n<s.length;n++){if(i=s.start(n)-this.bufferPadding,r=s.end(n)+this.bufferPadding,e>=i&&t<=r)return!0;if(t<=i)return!1}return!1}onManifestLoading(){this.removeAllFragments()}onFragLoaded(e,t){if(t.frag.sn==="initSegment"||t.frag.bitrateTest)return;const s=t.frag,i=t.part?null:t,r=Nt(s);this.fragments[r]={body:s,appendedPTS:null,loaded:i,buffered:!1,range:Object.create(null)}}onBufferAppended(e,t){const{frag:s,part:i,timeRanges:r,type:n}=t;if(s.sn==="initSegment")return;const o=s.type;if(i){let l=this.activePartLists[o];l||(this.activePartLists[o]=l=[]),l.push(i)}this.timeRanges=r;const c=r[n];this.detectEvictedFragments(n,c,o,i)}onFragBuffered(e,t){this.detectPartialFragments(t)}hasFragment(e){const t=Nt(e);return!!this.fragments[t]}hasFragments(e){const{fragments:t}=this,s=Object.keys(t);if(!e)return s.length>0;for(let i=s.length;i--;){const r=t[s[i]];if(r?.body.type===e)return!0}return!1}hasParts(e){var t;return!!((t=this.activePartLists[e])!=null&&t.length)}removeFragmentsInRange(e,t,s,i,r){i&&!this.hasGaps||Object.keys(this.fragments).forEach(n=>{const o=this.fragments[n];if(!o)return;const c=o.body;c.type!==s||i&&!c.gap||c.start<t&&c.end>e&&(o.buffered||r)&&this.removeFragment(c)})}removeFragment(e){const t=Nt(e);e.clearElementaryStreamInfo();const s=this.activePartLists[e.type];if(s){const i=e.sn;this.activePartLists[e.type]=Qr(s,r=>r.fragment.sn!==i)}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]}removeAllFragments(){var e;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;const t=(e=this.hls)==null||(e=e.latestLevelDetails)==null?void 0:e.partList;t&&t.forEach(s=>s.clearElementaryStreamInfo())}}function ys(a){var e,t,s;return a.buffered&&!!(a.body.gap||(e=a.range.video)!=null&&e.partial||(t=a.range.audio)!=null&&t.partial||(s=a.range.audiovideo)!=null&&s.partial)}function Nt(a){return`${a.type}_${a.level}_${a.sn}`}function Qr(a,e){return a.filter(t=>{const s=e(t);return s||t.clearElementaryStreamInfo(),s})}var Rt={cbc:0,ctr:1};class _c{constructor(e,t,s){this.subtle=void 0,this.aesIV=void 0,this.aesMode=void 0,this.subtle=e,this.aesIV=t,this.aesMode=s}decrypt(e,t){switch(this.aesMode){case Rt.cbc:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e);case Rt.ctr:return this.subtle.decrypt({name:"AES-CTR",counter:this.aesIV,length:64},t,e);default:throw new Error(`[AESCrypto] invalid aes mode ${this.aesMode}`)}}}function Dc(a){const e=a.byteLength,t=e&&new DataView(a.buffer).getUint8(e-1);return t?a.slice(0,e-t):a}class Cc{constructor(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}uint8ArrayToUint32Array_(e){const t=new DataView(e),s=new Uint32Array(4);for(let i=0;i<4;i++)s[i]=t.getUint32(i*4);return s}initTable(){const e=this.sBox,t=this.invSBox,s=this.subMix,i=s[0],r=s[1],n=s[2],o=s[3],c=this.invSubMix,l=c[0],h=c[1],u=c[2],d=c[3],g=new Uint32Array(256);let f=0,p=0,y=0;for(y=0;y<256;y++)y<128?g[y]=y<<1:g[y]=y<<1^283;for(y=0;y<256;y++){let E=p^p<<1^p<<2^p<<3^p<<4;E=E>>>8^E&255^99,e[f]=E,t[E]=f;const v=g[f],T=g[v],S=g[T];let x=g[E]*257^E*16843008;i[f]=x<<24|x>>>8,r[f]=x<<16|x>>>16,n[f]=x<<8|x>>>24,o[f]=x,x=S*16843009^T*65537^v*257^f*16843008,l[E]=x<<24|x>>>8,h[E]=x<<16|x>>>16,u[E]=x<<8|x>>>24,d[E]=x,f?(f=v^g[g[g[S^v]]],p^=g[g[p]]):f=p=1}}expandKey(e){const t=this.uint8ArrayToUint32Array_(e);let s=!0,i=0;for(;i<t.length&&s;)s=t[i]===this.key[i],i++;if(s)return;this.key=t;const r=this.keySize=t.length;if(r!==4&&r!==6&&r!==8)throw new Error("Invalid aes key size="+r);const n=this.ksRows=(r+6+1)*4;let o,c;const l=this.keySchedule=new Uint32Array(n),h=this.invKeySchedule=new Uint32Array(n),u=this.sBox,d=this.rcon,g=this.invSubMix,f=g[0],p=g[1],y=g[2],E=g[3];let v,T;for(o=0;o<n;o++){if(o<r){v=l[o]=t[o];continue}T=v,o%r===0?(T=T<<8|T>>>24,T=u[T>>>24]<<24|u[T>>>16&255]<<16|u[T>>>8&255]<<8|u[T&255],T^=d[o/r|0]<<24):r>6&&o%r===4&&(T=u[T>>>24]<<24|u[T>>>16&255]<<16|u[T>>>8&255]<<8|u[T&255]),l[o]=v=(l[o-r]^T)>>>0}for(c=0;c<n;c++)o=n-c,c&3?T=l[o]:T=l[o-4],c<4||o<=4?h[c]=T:h[c]=f[u[T>>>24]]^p[u[T>>>16&255]]^y[u[T>>>8&255]]^E[u[T&255]],h[c]=h[c]>>>0}networkToHostOrderSwap(e){return e<<24|(e&65280)<<8|(e&16711680)>>8|e>>>24}decrypt(e,t,s){const i=this.keySize+6,r=this.invKeySchedule,n=this.invSBox,o=this.invSubMix,c=o[0],l=o[1],h=o[2],u=o[3],d=this.uint8ArrayToUint32Array_(s);let g=d[0],f=d[1],p=d[2],y=d[3];const E=new Int32Array(e),v=new Int32Array(E.length);let T,S,x,D,A,L,R,I,C,$,V,G,O,k;const N=this.networkToHostOrderSwap;for(;t<E.length;){for(C=N(E[t]),$=N(E[t+1]),V=N(E[t+2]),G=N(E[t+3]),A=C^r[0],L=G^r[1],R=V^r[2],I=$^r[3],O=4,k=1;k<i;k++)T=c[A>>>24]^l[L>>16&255]^h[R>>8&255]^u[I&255]^r[O],S=c[L>>>24]^l[R>>16&255]^h[I>>8&255]^u[A&255]^r[O+1],x=c[R>>>24]^l[I>>16&255]^h[A>>8&255]^u[L&255]^r[O+2],D=c[I>>>24]^l[A>>16&255]^h[L>>8&255]^u[R&255]^r[O+3],A=T,L=S,R=x,I=D,O=O+4;T=n[A>>>24]<<24^n[L>>16&255]<<16^n[R>>8&255]<<8^n[I&255]^r[O],S=n[L>>>24]<<24^n[R>>16&255]<<16^n[I>>8&255]<<8^n[A&255]^r[O+1],x=n[R>>>24]<<24^n[I>>16&255]<<16^n[A>>8&255]<<8^n[L&255]^r[O+2],D=n[I>>>24]<<24^n[A>>16&255]<<16^n[L>>8&255]<<8^n[R&255]^r[O+3],v[t]=N(T^g),v[t+1]=N(D^f),v[t+2]=N(x^p),v[t+3]=N(S^y),g=C,f=$,p=V,y=G,t=t+4}return v.buffer}}class Pc{constructor(e,t,s){this.subtle=void 0,this.key=void 0,this.aesMode=void 0,this.subtle=e,this.key=t,this.aesMode=s}expandKey(){const e=kc(this.aesMode);return this.subtle.importKey("raw",this.key,{name:e},!1,["encrypt","decrypt"])}}function kc(a){switch(a){case Rt.cbc:return"AES-CBC";case Rt.ctr:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${a}`)}}const wc=16;class lr{constructor(e,{removePKCS7Padding:t=!0}={}){if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.enableSoftwareAES=void 0,this.enableSoftwareAES=e.enableSoftwareAES,this.removePKCS7Padding=t,t)try{const s=self.crypto;s&&(this.subtle=s.subtle||s.webkitSubtle)}catch{}this.useSoftware=!this.subtle}destroy(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null}isSync(){return this.useSoftware}flush(){const{currentResult:e,remainderData:t}=this;if(!e||t)return this.reset(),null;const s=new Uint8Array(e);return this.reset(),this.removePKCS7Padding?Dc(s):s}reset(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)}decrypt(e,t,s,i){return this.useSoftware?new Promise((r,n)=>{const o=ArrayBuffer.isView(e)?e:new Uint8Array(e);this.softwareDecrypt(o,t,s,i);const c=this.flush();c?r(c.buffer):n(new Error("[softwareDecrypt] Failed to decrypt data"))}):this.webCryptoDecrypt(new Uint8Array(e),t,s,i)}softwareDecrypt(e,t,s,i){const{currentIV:r,currentResult:n,remainderData:o}=this;if(i!==Rt.cbc||t.byteLength!==16)return oe.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),o&&(e=je(o,e),this.remainderData=null);const c=this.getValidChunk(e);if(!c.length)return null;r&&(s=r);let l=this.softwareDecrypter;l||(l=this.softwareDecrypter=new Cc),l.expandKey(t);const h=n;return this.currentResult=l.decrypt(c.buffer,0,s),this.currentIV=c.slice(-16).buffer,h||null}webCryptoDecrypt(e,t,s,i){if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,s,i));this.key=t,this.fastAesKey=new Pc(this.subtle,t,i)}return this.fastAesKey.expandKey().then(r=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new _c(this.subtle,new Uint8Array(s),i).decrypt(e.buffer,r)):Promise.reject(new Error("web crypto not initialized"))).catch(r=>(oe.warn(`[decrypter]: WebCrypto Error, disable WebCrypto API, ${r.name}: ${r.message}`),this.onWebCryptoError(e,t,s,i)))}onWebCryptoError(e,t,s,i){const r=this.enableSoftwareAES;if(r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,s,i);const n=this.flush();if(n)return n.buffer}throw new Error("WebCrypto"+(r?" and softwareDecrypt":"")+": failed to decrypt data")}getValidChunk(e){let t=e;const s=e.length-e.length%wc;return s!==e.length&&(t=e.slice(0,s),this.remainderData=e.slice(s)),t}logOnce(e){this.logEnabled&&(oe.log(`[decrypter]: ${e}`),this.logEnabled=!1)}}const Zr=Math.pow(2,17);class Oc{constructor(e){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=e}destroy(){this.loader&&(this.loader.destroy(),this.loader=null)}abort(){this.loader&&this.loader.abort()}load(e,t){const s=e.url;if(!s)return Promise.reject(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error(`Fragment does not have a ${s?"part list":"url"}`),networkDetails:null}));this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise((o,c)=>{if(this.loader&&this.loader.destroy(),e.gap)if(e.tagList.some(f=>f[0]==="GAP")){c(en(e));return}else e.gap=!1;const l=this.loader=r?new r(i):new n(i),h=Jr(e);e.loader=l;const u=Xr(i.fragLoadPolicy.default),d={loadPolicy:u,timeout:u.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:e.sn==="initSegment"?1/0:Zr};e.stats=l.stats;const g={onSuccess:(f,p,y,E)=>{this.resetLoader(e,l);let v=f.data;y.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(v.slice(0,16)),v=v.slice(16)),o({frag:e,part:null,payload:v,networkDetails:E})},onError:(f,p,y,E)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:ae({url:s,data:void 0},f),error:new Error(`HTTP Error ${f.code} ${f.text}`),networkDetails:y,stats:E}))},onAbort:(f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:y,stats:f}))},onTimeout:(f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error(`Timeout after ${d.timeout}ms`),networkDetails:y,stats:f}))}};t&&(g.onProgress=(f,p,y,E)=>t({frag:e,part:null,payload:y,networkDetails:E})),l.load(h,d,g)})}loadPart(e,t,s){this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise((o,c)=>{if(this.loader&&this.loader.destroy(),e.gap||t.gap){c(en(e,t));return}const l=this.loader=r?new r(i):new n(i),h=Jr(e,t);e.loader=l;const u=Xr(i.fragLoadPolicy.default),d={loadPolicy:u,timeout:u.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:Zr};t.stats=l.stats,l.load(h,d,{onSuccess:(g,f,p,y)=>{this.resetLoader(e,l),this.updateStatsFromPart(e,t);const E={frag:e,part:t,payload:g.data,networkDetails:y};s(E),o(E)},onError:(g,f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:ae({url:h.url,data:void 0},g),error:new Error(`HTTP Error ${g.code} ${g.text}`),networkDetails:p,stats:y}))},onAbort:(g,f,p)=>{e.stats.aborted=t.stats.aborted,this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:p,stats:g}))},onTimeout:(g,f,p)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,part:t,error:new Error(`Timeout after ${d.timeout}ms`),networkDetails:p,stats:g}))}})})}updateStatsFromPart(e,t){const s=e.stats,i=t.stats,r=i.total;if(s.loaded+=i.loaded,r){const c=Math.round(e.duration/t.duration),l=Math.min(Math.round(s.loaded/r),c),u=(c-l)*Math.round(s.loaded/l);s.total=s.loaded+u}else s.total=Math.max(s.loaded,s.total);const n=s.loading,o=i.loading;n.start?n.first+=o.first-o.start:(n.start=o.start,n.first=o.first),n.end=o.end}resetLoader(e,t){e.loader=null,this.loader===t&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),t.destroy()}}function Jr(a,e=null){const t=e||a,s={frag:a,part:e,responseType:"arraybuffer",url:t.url,headers:{},rangeStart:0,rangeEnd:0},i=t.byteRangeStartOffset,r=t.byteRangeEndOffset;if(H(i)&&H(r)){var n;let o=i,c=r;if(a.sn==="initSegment"&&Fc((n=a.decryptdata)==null?void 0:n.method)){const l=r-i;l%16&&(c=r+(16-l%16)),i!==0&&(s.resetIV=!0,o=i-16)}s.rangeStart=o,s.rangeEnd=c}return s}function en(a,e){const t=new Error(`GAP ${a.gap?"tag":"attribute"} found`),s={type:W.MEDIA_ERROR,details:_.FRAG_GAP,fatal:!1,frag:a,error:t,networkDetails:null};return e&&(s.part=e),(e||a).stats.aborted=!0,new gt(s)}function Fc(a){return a==="AES-128"||a==="AES-256"}class gt extends Error{constructor(e){super(e.error.message),this.data=void 0,this.data=e}}class _a extends ze{constructor(e,t){super(e,t),this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}destroy(){this.onHandlerDestroying(),this.onHandlerDestroyed()}onHandlerDestroying(){this.clearNextTick(),this.clearInterval()}onHandlerDestroyed(){}hasInterval(){return!!this._tickInterval}hasNextTick(){return!!this._tickTimer}setInterval(e){return this._tickInterval?!1:(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)}clearInterval(){return this._tickInterval?(self.clearInterval(this._tickInterval),this._tickInterval=null,!0):!1}clearNextTick(){return this._tickTimer?(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0):!1}tick(){this._tickCallCount++,this._tickCallCount===1&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)}tickImmediate(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)}doTick(){}}class cr{constructor(e,t,s,i=0,r=-1,n=!1){this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing=Es(),this.buffering={audio:Es(),video:Es(),audiovideo:Es()},this.level=e,this.sn=t,this.id=s,this.size=i,this.part=r,this.partial=n}}function Es(){return{start:0,executeStart:0,executeEnd:0,end:0}}const tn={length:0,start:()=>0,end:()=>0};class Q{static isBuffered(e,t){if(e){const s=Q.getBuffered(e);for(let i=s.length;i--;)if(t>=s.start(i)&&t<=s.end(i))return!0}return!1}static bufferedRanges(e){if(e){const t=Q.getBuffered(e);return Q.timeRangesToArray(t)}return[]}static timeRangesToArray(e){const t=[];for(let s=0;s<e.length;s++)t.push({start:e.start(s),end:e.end(s)});return t}static bufferInfo(e,t,s){if(e){const i=Q.bufferedRanges(e);if(i.length)return Q.bufferedInfo(i,t,s)}return{len:0,start:t,end:t,bufferedIndex:-1}}static bufferedInfo(e,t,s){t=Math.max(0,t),e.length>1&&e.sort((h,u)=>h.start-u.start||u.end-h.end);let i=-1,r=[];if(s)for(let h=0;h<e.length;h++){t>=e[h].start&&t<=e[h].end&&(i=h);const u=r.length;if(u){const d=r[u-1].end;e[h].start-d<s?e[h].end>d&&(r[u-1].end=e[h].end):r.push(e[h])}else r.push(e[h])}else r=e;let n=0,o,c=t,l=t;for(let h=0;h<r.length;h++){const u=r[h].start,d=r[h].end;if(i===-1&&t>=u&&t<=d&&(i=h),t+s>=u&&t<d)c=u,l=d,n=l-t;else if(t+s<u){o=u;break}}return{len:n,start:c||0,end:l||0,nextStart:o,buffered:e,bufferedIndex:i}}static getBuffered(e){try{return e.buffered||tn}catch(t){return oe.log("failed to get media.buffered",t),tn}}}const Da=/\{\$([a-zA-Z0-9-_]+)\}/g;function sn(a){return Da.test(a)}function $i(a,e){if(a.variableList!==null||a.hasVariableRefs){const t=a.variableList;return e.replace(Da,s=>{const i=s.substring(2,s.length-1),r=t?.[i];return r===void 0?(a.playlistParsingError||(a.playlistParsingError=new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${i}"`)),s):r})}return e}function rn(a,e,t){let s=a.variableList;s||(a.variableList=s={});let i,r;if("QUERYPARAM"in e){i=e.QUERYPARAM;try{const n=new self.URL(t).searchParams;if(n.has(i))r=n.get(i);else throw new Error(`"${i}" does not match any query parameter in URI: "${t}"`)}catch(n){a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE QUERYPARAM: ${n.message}`))}}else i=e.NAME,r=e.VALUE;i in s?a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE duplicate Variable Name declarations: "${i}"`)):s[i]=r||""}function Mc(a,e,t){const s=e.IMPORT;if(t&&s in t){let i=a.variableList;i||(a.variableList=i={}),i[s]=t[s]}else a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "${s}"`))}const Nc=/^(\d+)x(\d+)$/,nn=/(.+?)=(".*?"|.*?)(?:,|$)/g;class me{constructor(e,t){typeof e=="string"&&(e=me.parseAttrList(e,t)),le(this,e)}get clientAttrs(){return Object.keys(this).filter(e=>e.substring(0,2)==="X-")}decimalInteger(e){const t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t}hexadecimalInteger(e){if(this[e]){let t=(this[e]||"0x").slice(2);t=(t.length&1?"0":"")+t;const s=new Uint8Array(t.length/2);for(let i=0;i<t.length/2;i++)s[i]=parseInt(t.slice(i*2,i*2+2),16);return s}return null}hexadecimalIntegerAsNumber(e){const t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t}decimalFloatingPoint(e){return parseFloat(this[e])}optionalFloat(e,t){const s=this[e];return s?parseFloat(s):t}enumeratedString(e){return this[e]}enumeratedStringList(e,t){const s=this[e];return(s?s.split(/[ ,]+/):[]).reduce((i,r)=>(i[r.toLowerCase()]=!0,i),t)}bool(e){return this[e]==="YES"}decimalResolution(e){const t=Nc.exec(this[e]);if(t!==null)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e,t){let s;const i={};for(nn.lastIndex=0;(s=nn.exec(e))!==null;){const n=s[1].trim();let o=s[2];const c=o.indexOf('"')===0&&o.lastIndexOf('"')===o.length-1;let l=!1;if(c)o=o.slice(1,-1);else switch(n){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":l=!0}if(t&&(c||l))o=$i(t,o);else if(!l&&!c)switch(n){case"CLOSED-CAPTIONS":if(o==="NONE")break;case"ALLOWED-CPC":case"CLASS":case"ASSOC-LANGUAGE":case"AUDIO":case"BYTERANGE":case"CHANNELS":case"CHARACTERISTICS":case"CODECS":case"DATA-ID":case"END-DATE":case"GROUP-ID":case"ID":case"IMPORT":case"INSTREAM-ID":case"KEYFORMAT":case"KEYFORMATVERSIONS":case"LANGUAGE":case"NAME":case"PATHWAY-ID":case"QUERYPARAM":case"RECENTLY-REMOVED-DATERANGES":case"SERVER-URI":case"STABLE-RENDITION-ID":case"STABLE-VARIANT-ID":case"START-DATE":case"SUBTITLES":case"SUPPLEMENTAL-CODECS":case"URI":case"VALUE":case"VIDEO":case"X-ASSET-LIST":case"X-ASSET-URI":oe.warn(`${e}: attribute ${n} is missing quotes`)}i[n]=o}return i}}const Bc="com.apple.hls.interstitial";function Uc(a){return a!=="ID"&&a!=="CLASS"&&a!=="CUE"&&a!=="START-DATE"&&a!=="DURATION"&&a!=="END-DATE"&&a!=="END-ON-NEXT"}function $c(a){return a==="SCTE35-OUT"||a==="SCTE35-IN"||a==="SCTE35-CMD"}class Ca{constructor(e,t,s=0){var i;if(this.attr=void 0,this.tagAnchor=void 0,this.tagOrder=void 0,this._startDate=void 0,this._endDate=void 0,this._dateAtEnd=void 0,this._cue=void 0,this._badValueForSameId=void 0,this.tagAnchor=t?.tagAnchor||null,this.tagOrder=(i=t?.tagOrder)!=null?i:s,t){const r=t.attr;for(const n in r)if(Object.prototype.hasOwnProperty.call(e,n)&&e[n]!==r[n]){oe.warn(`DATERANGE tag attribute: "${n}" does not match for tags with ID: "${e.ID}"`),this._badValueForSameId=n;break}e=le(new me({}),r,e)}if(this.attr=e,t?(this._startDate=t._startDate,this._cue=t._cue,this._endDate=t._endDate,this._dateAtEnd=t._dateAtEnd):this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){const r=t?.endDate||new Date(this.attr["END-DATE"]);H(r.getTime())&&(this._endDate=r)}}get id(){return this.attr.ID}get class(){return this.attr.CLASS}get cue(){const e=this._cue;return e===void 0?this._cue=this.attr.enumeratedStringList(this.attr.CUE?"CUE":"X-CUE",{pre:!1,post:!1,once:!1}):e}get startTime(){const{tagAnchor:e}=this;return e===null||e.programDateTime===null?(oe.warn(`Expected tagAnchor Fragment with PDT set for DateRange "${this.id}": ${e}`),NaN):e.start+(this.startDate.getTime()-e.programDateTime)/1e3}get startDate(){return this._startDate}get endDate(){const e=this._endDate||this._dateAtEnd;if(e)return e;const t=this.duration;return t!==null?this._dateAtEnd=new Date(this._startDate.getTime()+t*1e3):null}get duration(){if("DURATION"in this.attr){const e=this.attr.decimalFloatingPoint("DURATION");if(H(e))return e}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}get plannedDuration(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}get endOnNext(){return this.attr.bool("END-ON-NEXT")}get isInterstitial(){return this.class===Bc}get isValid(){return!!this.id&&!this._badValueForSameId&&H(this.startDate.getTime())&&(this.duration===null||this.duration>=0)&&(!this.endOnNext||!!this.class)&&(!this.attr.CUE||!this.cue.pre&&!this.cue.post||this.cue.pre!==this.cue.post)&&(!this.isInterstitial||"X-ASSET-URI"in this.attr||"X-ASSET-LIST"in this.attr)}}const Gc=10;class Kc{constructor(e){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}reloaded(e){if(!e){this.advanced=!0,this.updated=!0;return}const t=this.lastPartSn-e.lastPartSn,s=this.lastPartIndex-e.lastPartIndex;this.updated=this.endSN!==e.endSN||!!s||!!t||!this.live,this.advanced=this.endSN>e.endSN||t>0||t===0&&s>0,this.updated||this.advanced?this.misses=Math.floor(e.misses*.6):this.misses=e.misses+1}hasKey(e){return this.encryptedFragments.some(t=>{let s=t.decryptdata;return s||(t.setKeyFormat(e.keyFormat),s=t.decryptdata),!!s&&e.matches(s)})}get hasProgramDateTime(){return this.fragments.length?H(this.fragments[this.fragments.length-1].programDateTime):!1}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||Gc}get drift(){const e=this.driftEndTime-this.driftStartTime;return e>0?(this.driftEnd-this.driftStart)*1e3/e:1}get edge(){return this.partEnd||this.fragmentEnd}get partEnd(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].end:this.fragmentEnd}get fragmentEnd(){return this.fragments.length?this.fragments[this.fragments.length-1].end:0}get fragmentStart(){return this.fragments.length?this.fragments[0].start:0}get age(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}get lastPartIndex(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].index:-1}get maxPartIndex(){const e=this.partList;if(e){const t=this.lastPartIndex;if(t!==-1){for(let s=e.length;s--;)if(e[s].index>t)return e[s].index;return t}}return 0}get lastPartSn(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}get expired(){if(this.live&&this.age&&this.misses<3){const e=this.partEnd-this.fragmentStart;return this.age>Math.max(e,this.totalduration)+this.levelTargetDuration}return!1}}function Ws(a,e){return a.length===e.length?!a.some((t,s)=>t!==e[s]):!1}function an(a,e){return!a&&!e?!0:!a||!e?!1:Ws(a,e)}function Ht(a){return a==="AES-128"||a==="AES-256"||a==="AES-256-CTR"}function hr(a){switch(a){case"AES-128":case"AES-256":return Rt.cbc;case"AES-256-CTR":return Rt.ctr;default:throw new Error(`invalid full segment method ${a}`)}}function ur(a){return Uint8Array.from(atob(a),e=>e.charCodeAt(0))}function Gi(a){return Uint8Array.from(unescape(encodeURIComponent(a)),e=>e.charCodeAt(0))}function Vc(a){const e=Gi(a).subarray(0,16),t=new Uint8Array(16);return t.set(e,16-e.length),t}function Pa(a){const e=function(s,i,r){const n=s[i];s[i]=s[r],s[r]=n};e(a,0,3),e(a,1,2),e(a,4,5),e(a,6,7)}function ka(a){const e=a.split(":");let t=null;if(e[0]==="data"&&e.length===2){const s=e[1].split(";"),i=s[s.length-1].split(",");if(i.length===2){const r=i[0]==="base64",n=i[1];r?(s.splice(-1,1),t=ur(n)):t=Vc(n)}}return t}const qs=typeof self<"u"?self:void 0;var pe={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},ke={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.streamingkeydelivery",PLAYREADY:"com.microsoft.playready",WIDEVINE:"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"};function ks(a){switch(a){case ke.FAIRPLAY:return pe.FAIRPLAY;case ke.PLAYREADY:return pe.PLAYREADY;case ke.WIDEVINE:return pe.WIDEVINE;case ke.CLEARKEY:return pe.CLEARKEY}}function di(a){switch(a){case pe.FAIRPLAY:return ke.FAIRPLAY;case pe.PLAYREADY:return ke.PLAYREADY;case pe.WIDEVINE:return ke.WIDEVINE;case pe.CLEARKEY:return ke.CLEARKEY}}function es(a){const{drmSystems:e,widevineLicenseUrl:t}=a,s=e?[pe.FAIRPLAY,pe.WIDEVINE,pe.PLAYREADY,pe.CLEARKEY].filter(i=>!!e[i]):[];return!s[pe.WIDEVINE]&&t&&s.push(pe.WIDEVINE),s}const wa=(function(a){return qs!=null&&(a=qs.navigator)!=null&&a.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null})();function Hc(a,e,t,s){let i;switch(a){case pe.FAIRPLAY:i=["cenc","sinf"];break;case pe.WIDEVINE:case pe.PLAYREADY:i=["cenc"];break;case pe.CLEARKEY:i=["cenc","keyids"];break;default:throw new Error(`Unknown key-system: ${a}`)}return Yc(i,e,t,s)}function Yc(a,e,t,s){return[{initDataTypes:a,persistentState:s.persistentState||"optional",distinctiveIdentifier:s.distinctiveIdentifier||"optional",sessionTypes:s.sessionTypes||[s.sessionType||"temporary"],audioCapabilities:e.map(r=>({contentType:`audio/mp4; codecs=${r}`,robustness:s.audioRobustness||"",encryptionScheme:s.audioEncryptionScheme||null})),videoCapabilities:t.map(r=>({contentType:`video/mp4; codecs=${r}`,robustness:s.videoRobustness||"",encryptionScheme:s.videoEncryptionScheme||null}))}]}function Wc(a){var e;return!!a&&(a.sessionType==="persistent-license"||!!((e=a.sessionTypes)!=null&&e.some(t=>t==="persistent-license")))}function Oa(a){const e=new Uint16Array(a.buffer,a.byteOffset,a.byteLength/2),t=String.fromCharCode.apply(null,Array.from(e)),s=t.substring(t.indexOf("<"),t.length),n=new DOMParser().parseFromString(s,"text/xml").getElementsByTagName("KID")[0];if(n){const o=n.childNodes[0]?n.childNodes[0].nodeValue:n.getAttribute("VALUE");if(o){const c=ur(o).subarray(0,16);return Pa(c),c}}return null}let Bt={};class It{static clearKeyUriToKeyIdMap(){Bt={}}static setKeyIdForUri(e,t){Bt[e]=t}static addKeyIdForUri(e){const t=Object.keys(Bt).length%Number.MAX_SAFE_INTEGER,s=new Uint8Array(16);return new DataView(s.buffer,12,4).setUint32(0,t),Bt[e]=s,s}constructor(e,t,s,i=[1],r=null,n){this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=e,this.uri=t,this.keyFormat=s,this.keyFormatVersions=i,this.iv=r,this.encrypted=e?e!=="NONE":!1,this.isCommonEncryption=this.encrypted&&!Ht(e),n!=null&&n.startsWith("0x")&&(this.keyId=new Uint8Array(la(n)))}matches(e){return e.uri===this.uri&&e.method===this.method&&e.encrypted===this.encrypted&&e.keyFormat===this.keyFormat&&Ws(e.keyFormatVersions,this.keyFormatVersions)&&an(e.iv,this.iv)&&an(e.keyId,this.keyId)}isSupported(){if(this.method){if(Ht(this.method)||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case ke.FAIRPLAY:case ke.WIDEVINE:case ke.PLAYREADY:case ke.CLEARKEY:return["SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(e,t){if(!this.encrypted||!this.uri)return null;if(Ht(this.method)){let r=this.iv;return r||(typeof e!="number"&&(oe.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),e=0),r=jc(e)),new It(this.method,this.uri,"identity",this.keyFormatVersions,r)}if(this.keyId){const r=Bt[this.uri];if(r&&!Ws(this.keyId,r)&&It.setKeyIdForUri(this.uri,this.keyId),this.pssh)return this}const s=ka(this.uri);if(s)switch(this.keyFormat){case ke.WIDEVINE:if(this.pssh=s,!this.keyId){const r=Ql(s.buffer);if(r.length){var i;const n=r[0];this.keyId=(i=n.kids)!=null&&i.length?n.kids[0]:null}}this.keyId||(this.keyId=on(t));break;case ke.PLAYREADY:{const r=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=Xl(r,null,s),this.keyId=Oa(s);break}default:{let r=s.subarray(0,16);if(r.length!==16){const n=new Uint8Array(16);n.set(r,16-r.length),r=n}this.keyId=r;break}}if(!this.keyId||this.keyId.byteLength!==16){let r;r=qc(t),r||(r=on(t),r||(r=Bt[this.uri])),r&&(this.keyId=r,It.setKeyIdForUri(this.uri,r))}return this}}function qc(a){const e=a?.[ke.WIDEVINE];return e?e.keyId:null}function on(a){const e=a?.[ke.PLAYREADY];if(e){const t=ka(e.uri);if(t)return Oa(t)}return null}function jc(a){const e=new Uint8Array(16);for(let t=12;t<16;t++)e[t]=a>>8*(15-t)&255;return e}const ln=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,cn=/#EXT-X-MEDIA:(.*)/g,zc=/^#EXT(?:INF|-X-TARGETDURATION):/m,fi=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Xc=new RegExp([/#EXT-X-(PROGRAM-DATE-TIME|BYTERANGE|DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP|INDEPENDENT-SEGMENTS)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|"));class ot{static findGroup(e,t){for(let s=0;s<e.length;s++){const i=e[s];if(i.id===t)return i}}static resolve(e,t){return sr.buildAbsoluteURL(t,e,{alwaysNormalize:!0})}static isMediaPlaylist(e){return zc.test(e)}static parseMasterPlaylist(e,t){const s=sn(e),i={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},r=[];if(ln.lastIndex=0,!e.startsWith("#EXTM3U"))return i.playlistParsingError=new Error("no EXTM3U delimiter"),i;let n;for(;(n=ln.exec(e))!=null;)if(n[1]){var o;const l=new me(n[1],i),h=$i(i,n[2]),u={attrs:l,bitrate:l.decimalInteger("BANDWIDTH")||l.decimalInteger("AVERAGE-BANDWIDTH"),name:l.NAME,url:ot.resolve(h,t)},d=l.decimalResolution("RESOLUTION");d&&(u.width=d.width,u.height=d.height),dn(l.CODECS,u);const g=l["SUPPLEMENTAL-CODECS"];g&&(u.supplemental={},dn(g,u.supplemental)),(o=u.unknownCodecs)!=null&&o.length||r.push(u),i.levels.push(u)}else if(n[3]){const l=n[3],h=n[4];switch(l){case"SESSION-DATA":{const u=new me(h,i),d=u["DATA-ID"];d&&(i.sessionData===null&&(i.sessionData={}),i.sessionData[d]=u);break}case"SESSION-KEY":{const u=hn(h,t,i);u.encrypted&&u.isSupported()?(i.sessionKeys===null&&(i.sessionKeys=[]),i.sessionKeys.push(u)):oe.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${h}"`);break}case"DEFINE":{{const u=new me(h,i);rn(i,u,t)}break}case"CONTENT-STEERING":{const u=new me(h,i);i.contentSteering={uri:ot.resolve(u["SERVER-URI"],t),pathwayId:u["PATHWAY-ID"]||"."};break}case"START":{i.startTimeOffset=un(h);break}}}const c=r.length>0&&r.length<i.levels.length;return i.levels=c?r:i.levels,i.levels.length===0&&(i.playlistParsingError=new Error("no levels found in manifest")),i}static parseMasterPlaylistMedia(e,t,s){let i;const r={},n=s.levels,o={AUDIO:n.map(l=>({id:l.attrs.AUDIO,audioCodec:l.audioCodec})),SUBTITLES:n.map(l=>({id:l.attrs.SUBTITLES,textCodec:l.textCodec})),"CLOSED-CAPTIONS":[]};let c=0;for(cn.lastIndex=0;(i=cn.exec(e))!==null;){const l=new me(i[1],s),h=l.TYPE;if(h){const u=o[h],d=r[h]||[];r[h]=d;const g=l.LANGUAGE,f=l["ASSOC-LANGUAGE"],p=l.CHANNELS,y=l.CHARACTERISTICS,E=l["INSTREAM-ID"],v={attrs:l,bitrate:0,id:c++,groupId:l["GROUP-ID"]||"",name:l.NAME||g||"",type:h,default:l.bool("DEFAULT"),autoselect:l.bool("AUTOSELECT"),forced:l.bool("FORCED"),lang:g,url:l.URI?ot.resolve(l.URI,t):""};if(f&&(v.assocLang=f),p&&(v.channels=p),y&&(v.characteristics=y),E&&(v.instreamId=E),u!=null&&u.length){const T=ot.findGroup(u,v.groupId)||u[0];fn(v,T,"audioCodec"),fn(v,T,"textCodec")}d.push(v)}}return r}static parseLevelPlaylist(e,t,s,i,r,n){var o;const c={url:t},l=new Kc(t),h=l.fragments,u=[];let d=null,g=0,f=0,p=0,y=0,E=0,v=null,T=new ci(i,c),S,x,D,A=-1,L=!1,R=null,I;if(fi.lastIndex=0,l.m3u8=e,l.hasVariableRefs=sn(e),((o=fi.exec(e))==null?void 0:o[0])!=="#EXTM3U")return l.playlistParsingError=new Error("Missing format identifier #EXTM3U"),l;for(;(S=fi.exec(e))!==null;){L&&(L=!1,T=new ci(i,c),T.playlistOffset=p,T.setStart(p),T.sn=g,T.cc=y,E&&(T.bitrate=E),T.level=s,d&&(T.initSegment=d,d.rawProgramDateTime&&(T.rawProgramDateTime=d.rawProgramDateTime,d.rawProgramDateTime=null),R&&(T.setByteRange(R),R=null)));const G=S[1];if(G){T.duration=parseFloat(G);const O=(" "+S[2]).slice(1);T.title=O||null,T.tagList.push(O?["INF",G,O]:["INF",G])}else if(S[3]){if(H(T.duration)){T.playlistOffset=p,T.setStart(p),D&&mn(T,D,l),T.sn=g,T.level=s,T.cc=y,h.push(T);const O=(" "+S[3]).slice(1);T.relurl=$i(l,O),Ki(T,v,u),v=T,p+=T.duration,g++,f=0,L=!0}}else{if(S=S[0].match(Xc),!S){oe.warn("No matches on slow regex match for level playlist!");continue}for(x=1;x<S.length&&S[x]===void 0;x++);const O=(" "+S[x]).slice(1),k=(" "+S[x+1]).slice(1),N=S[x+2]?(" "+S[x+2]).slice(1):null;switch(O){case"BYTERANGE":v?T.setByteRange(k,v):T.setByteRange(k);break;case"PROGRAM-DATE-TIME":T.rawProgramDateTime=k,T.tagList.push(["PROGRAM-DATE-TIME",k]),A===-1&&(A=h.length);break;case"PLAYLIST-TYPE":l.type&&dt(l,O,S),l.type=k.toUpperCase();break;case"MEDIA-SEQUENCE":l.startSN!==0?dt(l,O,S):h.length>0&&pn(l,O,S),g=l.startSN=parseInt(k);break;case"SKIP":{l.skippedSegments&&dt(l,O,S);const P=new me(k,l),M=P.decimalInteger("SKIPPED-SEGMENTS");if(H(M)){l.skippedSegments+=M;for(let B=M;B--;)h.push(null);g+=M}const K=P.enumeratedString("RECENTLY-REMOVED-DATERANGES");K&&(l.recentlyRemovedDateranges=(l.recentlyRemovedDateranges||[]).concat(K.split(" ")));break}case"TARGETDURATION":l.targetduration!==0&&dt(l,O,S),l.targetduration=Math.max(parseInt(k),1);break;case"VERSION":l.version!==null&&dt(l,O,S),l.version=parseInt(k);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":l.live||dt(l,O,S),l.live=!1;break;case"#":(k||N)&&T.tagList.push(N?[k,N]:[k]);break;case"DISCONTINUITY":y++,T.tagList.push(["DIS"]);break;case"GAP":T.gap=!0,T.tagList.push([O]);break;case"BITRATE":T.tagList.push([O,k]),E=parseInt(k)*1e3,H(E)?T.bitrate=E:E=0;break;case"DATERANGE":{const P=new me(k,l),M=new Ca(P,l.dateRanges[P.ID],l.dateRangeTagCount);l.dateRangeTagCount++,M.isValid||l.skippedSegments?l.dateRanges[M.id]=M:oe.warn(`Ignoring invalid DATERANGE tag: "${k}"`),T.tagList.push(["EXT-X-DATERANGE",k]);break}case"DEFINE":{{const P=new me(k,l);"IMPORT"in P?Mc(l,P,n):rn(l,P,t)}break}case"DISCONTINUITY-SEQUENCE":l.startCC!==0?dt(l,O,S):h.length>0&&pn(l,O,S),l.startCC=y=parseInt(k);break;case"KEY":{const P=hn(k,t,l);if(P.isSupported()){if(P.method==="NONE"){D=void 0;break}D||(D={});const M=D[P.keyFormat];M!=null&&M.matches(P)||(M&&(D=le({},D)),D[P.keyFormat]=P)}else oe.warn(`[Keys] Ignoring unsupported EXT-X-KEY tag: "${k}"`);break}case"START":l.startTimeOffset=un(k);break;case"MAP":{const P=new me(k,l);if(T.duration){const M=new ci(i,c);gn(M,P,s,D),d=M,T.initSegment=d,d.rawProgramDateTime&&!T.rawProgramDateTime&&(T.rawProgramDateTime=d.rawProgramDateTime)}else{const M=T.byteRangeEndOffset;if(M){const K=T.byteRangeStartOffset;R=`${M-K}@${K}`}else R=null;gn(T,P,s,D),d=T,L=!0}d.cc=y;break}case"SERVER-CONTROL":{I&&dt(l,O,S),I=new me(k),l.canBlockReload=I.bool("CAN-BLOCK-RELOAD"),l.canSkipUntil=I.optionalFloat("CAN-SKIP-UNTIL",0),l.canSkipDateRanges=l.canSkipUntil>0&&I.bool("CAN-SKIP-DATERANGES"),l.partHoldBack=I.optionalFloat("PART-HOLD-BACK",0),l.holdBack=I.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{l.partTarget&&dt(l,O,S);const P=new me(k);l.partTarget=P.decimalFloatingPoint("PART-TARGET");break}case"PART":{let P=l.partList;P||(P=l.partList=[]);const M=f>0?P[P.length-1]:void 0,K=f++,B=new me(k,l),U=new Ml(B,T,c,K,M);P.push(U),T.duration+=U.duration;break}case"PRELOAD-HINT":{const P=new me(k,l);l.preloadHint=P;break}case"RENDITION-REPORT":{const P=new me(k,l);l.renditionReports=l.renditionReports||[],l.renditionReports.push(P);break}default:oe.warn(`line parsed but not handled: ${S}`);break}}}v&&!v.relurl?(h.pop(),p-=v.duration,l.partList&&(l.fragmentHint=v)):l.partList&&(Ki(T,v,u),T.cc=y,l.fragmentHint=T,D&&mn(T,D,l)),l.targetduration||(l.playlistParsingError=new Error("Missing Target Duration"));const C=h.length,$=h[0],V=h[C-1];if(p+=l.skippedSegments*l.targetduration,p>0&&C&&V){l.averagetargetduration=p/C;const G=V.sn;l.endSN=G!=="initSegment"?G:0,l.live||(V.endList=!0),A>0&&(Zc(h,A),$&&u.unshift($))}return l.fragmentHint&&(p+=l.fragmentHint.duration),l.totalduration=p,u.length&&l.dateRangeTagCount&&$&&Fa(u,l),l.endCC=y,l}}function Fa(a,e){let t=a.length;if(!t)if(e.hasProgramDateTime){const o=e.fragments[e.fragments.length-1];a.push(o),t++}else return;const s=a[t-1],i=e.live?1/0:e.totalduration,r=Object.keys(e.dateRanges);for(let o=r.length;o--;){const c=e.dateRanges[r[o]],l=c.startDate.getTime();c.tagAnchor=s.ref;for(let h=t;h--;){var n;if(((n=a[h])==null?void 0:n.sn)<e.startSN)break;const u=Qc(e,l,a,h,i);if(u!==-1){c.tagAnchor=e.fragments[u].ref;break}}}}function Qc(a,e,t,s,i){const r=t[s];if(r){const o=r.programDateTime;if(e>=o||s===0){var n;const c=(((n=t[s+1])==null?void 0:n.start)||i)-r.start;if(e<=o+c*1e3){const l=t[s].sn-a.startSN;if(l<0)return-1;const h=a.fragments;if(h.length>t.length){const d=(t[s+1]||h[h.length-1]).sn-a.startSN;for(let g=d;g>l;g--){const f=h[g].programDateTime;if(e>=f&&e<f+h[g].duration*1e3)return g}}return l}}}return-1}function hn(a,e,t){var s,i;const r=new me(a,t),n=(s=r.METHOD)!=null?s:"",o=r.URI,c=r.hexadecimalInteger("IV"),l=r.KEYFORMATVERSIONS,h=(i=r.KEYFORMAT)!=null?i:"identity";o&&r.IV&&!c&&oe.error(`Invalid IV: ${r.IV}`);const u=o?ot.resolve(o,e):"",d=(l||"1").split("/").map(Number).filter(Number.isFinite);return new It(n,u,h,d,c,r.KEYID)}function un(a){const t=new me(a).decimalFloatingPoint("TIME-OFFSET");return H(t)?t:null}function dn(a,e){let t=(a||"").split(/[ ,]+/).filter(s=>s);["video","audio","text"].forEach(s=>{const i=t.filter(r=>nr(r,s));i.length&&(e[`${s}Codec`]=i.map(r=>r.split("/")[0]).join(","),t=t.filter(r=>i.indexOf(r)===-1))}),e.unknownCodecs=t}function fn(a,e,t){const s=e[t];s&&(a[t]=s)}function Zc(a,e){let t=a[e];for(let s=e;s--;){const i=a[s];if(!i)return;i.programDateTime=t.programDateTime-i.duration*1e3,t=i}}function Ki(a,e,t){a.rawProgramDateTime?t.push(a):e!=null&&e.programDateTime&&(a.programDateTime=e.endProgramDateTime)}function gn(a,e,t,s){a.relurl=e.URI,e.BYTERANGE&&a.setByteRange(e.BYTERANGE),a.level=t,a.sn="initSegment",s&&(a.levelkeys=s),a.initSegment=null}function mn(a,e,t){a.levelkeys=e;const{encryptedFragments:s}=t;(!s.length||s[s.length-1].levelkeys!==e)&&Object.keys(e).some(i=>e[i].isCommonEncryption)&&s.push(a)}function dt(a,e,t){a.playlistParsingError=new Error(`#EXT-X-${e} must not appear more than once (${t[0]})`)}function pn(a,e,t){a.playlistParsingError=new Error(`#EXT-X-${e} must appear before the first Media Segment (${t[0]})`)}function gi(a,e){const t=e.startPTS;if(H(t)){let s=0,i;e.sn>a.sn?(s=t-a.start,i=a):(s=a.start-t,i=e),i.duration!==s&&i.setDuration(s)}else e.sn>a.sn?a.cc===e.cc&&a.minEndPTS?e.setStart(a.start+(a.minEndPTS-a.start)):e.setStart(a.start+a.duration):e.setStart(Math.max(a.start-e.duration,0))}function Ma(a,e,t,s,i,r,n){s-t<=0&&(n.warn("Fragment should have a positive duration",e),s=t+e.duration,r=i+e.duration);let c=t,l=s;const h=e.startPTS,u=e.endPTS;if(H(h)){const E=Math.abs(h-t);a&&E>a.totalduration?n.warn(`media timestamps and playlist times differ by ${E}s for level ${e.level} ${a.url}`):H(e.deltaPTS)?e.deltaPTS=Math.max(E,e.deltaPTS):e.deltaPTS=E,c=Math.max(t,h),t=Math.min(t,h),i=e.startDTS!==void 0?Math.min(i,e.startDTS):i,l=Math.min(s,u),s=Math.max(s,u),r=e.endDTS!==void 0?Math.max(r,e.endDTS):r}const d=t-e.start;e.start!==0&&e.setStart(t),e.setDuration(s-e.start),e.startPTS=t,e.maxStartPTS=c,e.startDTS=i,e.endPTS=s,e.minEndPTS=l,e.endDTS=r;const g=e.sn;if(!a||g<a.startSN||g>a.endSN)return 0;let f;const p=g-a.startSN,y=a.fragments;for(y[p]=e,f=p;f>0;f--)gi(y[f],y[f-1]);for(f=p;f<y.length-1;f++)gi(y[f],y[f+1]);return a.fragmentHint&&gi(y[y.length-1],a.fragmentHint),a.PTSKnown=a.alignedSliding=!0,d}function Jc(a,e,t){if(a===e)return;let s=null;const i=a.fragments;for(let h=i.length-1;h>=0;h--){const u=i[h].initSegment;if(u){s=u;break}}a.fragmentHint&&delete a.fragmentHint.endPTS;let r;sh(a,e,(h,u,d,g)=>{if((!e.startCC||e.skippedSegments)&&u.cc!==h.cc){const f=h.cc-u.cc;for(let p=d;p<g.length;p++)g[p].cc+=f;e.endCC=g[g.length-1].cc}H(h.startPTS)&&H(h.endPTS)&&(u.setStart(u.startPTS=h.startPTS),u.startDTS=h.startDTS,u.maxStartPTS=h.maxStartPTS,u.endPTS=h.endPTS,u.endDTS=h.endDTS,u.minEndPTS=h.minEndPTS,u.setDuration(h.endPTS-h.startPTS),u.duration&&(r=u),e.PTSKnown=e.alignedSliding=!0),h.hasStreams&&(u.elementaryStreams=h.elementaryStreams),u.loader=h.loader,h.hasStats&&(u.stats=h.stats),h.initSegment&&(u.initSegment=h.initSegment,s=h.initSegment)});const n=e.fragments,o=e.fragmentHint?n.concat(e.fragmentHint):n;if(s&&o.forEach(h=>{var u;h&&(!h.initSegment||h.initSegment.relurl===((u=s)==null?void 0:u.relurl))&&(h.initSegment=s)}),e.skippedSegments){if(e.deltaUpdateFailed=n.some(h=>!h),e.deltaUpdateFailed){t.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let h=e.skippedSegments;h--;)n.shift();e.startSN=n[0].sn}else{e.canSkipDateRanges&&(e.dateRanges=eh(a.dateRanges,e,t));const h=a.fragments.filter(u=>u.rawProgramDateTime);if(a.hasProgramDateTime&&!e.hasProgramDateTime)for(let u=1;u<o.length;u++)o[u].programDateTime===null&&Ki(o[u],o[u-1],h);Fa(h,e)}e.endCC=n[n.length-1].cc}if(!e.startCC){var c;const h=Ua(a,e.startSN-1);e.startCC=(c=h?.cc)!=null?c:n[0].cc}th(a.partList,e.partList,(h,u)=>{u.elementaryStreams=h.elementaryStreams,u.stats=h.stats}),r?Ma(e,r,r.startPTS,r.endPTS,r.startDTS,r.endDTS,t):Na(a,e),n.length&&(e.totalduration=e.edge-n[0].start),e.driftStartTime=a.driftStartTime,e.driftStart=a.driftStart;const l=e.advancedDateTime;if(e.advanced&&l){const h=e.edge;e.driftStart||(e.driftStartTime=l,e.driftStart=h),e.driftEndTime=l,e.driftEnd=h}else e.driftEndTime=a.driftEndTime,e.driftEnd=a.driftEnd,e.advancedDateTime=a.advancedDateTime;e.requestScheduled===-1&&(e.requestScheduled=a.requestScheduled)}function eh(a,e,t){const{dateRanges:s,recentlyRemovedDateranges:i}=e,r=le({},a);i&&i.forEach(c=>{delete r[c]});const o=Object.keys(r).length;return o?(Object.keys(s).forEach(c=>{const l=r[c],h=new Ca(s[c].attr,l);h.isValid?(r[c]=h,l||(h.tagOrder+=o)):t.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${ue(s[c].attr)}"`)}),r):s}function th(a,e,t){if(a&&e){let s=0;for(let i=0,r=a.length;i<=r;i++){const n=a[i],o=e[i+s];n&&o&&n.index===o.index&&n.fragment.sn===o.fragment.sn?t(n,o):s--}}}function sh(a,e,t){const s=e.skippedSegments,i=Math.max(a.startSN,e.startSN)-e.startSN,r=(a.fragmentHint?1:0)+(s?e.endSN:Math.min(a.endSN,e.endSN))-e.startSN,n=e.startSN-a.startSN,o=e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments,c=a.fragmentHint?a.fragments.concat(a.fragmentHint):a.fragments;for(let l=i;l<=r;l++){const h=c[n+l];let u=o[l];if(s&&!u&&h&&(u=e.fragments[l]=h),h&&u){t(h,u,l,o);const d=h.relurl,g=u.relurl;if(d&&ih(d,g)){e.playlistParsingError=yn(`media sequence mismatch ${u.sn}:`,a,e,h,u);return}else if(h.cc!==u.cc){e.playlistParsingError=yn(`discontinuity sequence mismatch (${h.cc}!=${u.cc})`,a,e,h,u);return}}}}function yn(a,e,t,s,i){return new Error(`${a} ${i.url} 12 - Playlist starting @${e.startSN} 13 - ${e.m3u8} 14 - 15 - Playlist starting @${t.startSN} 16 - ${t.m3u8}`)}function Na(a,e,t=!0){const s=e.startSN+e.skippedSegments-a.startSN,i=a.fragments,r=s>=0;let n=0;if(r&&s<i.length)n=i[s].start;else if(r&&e.startSN===a.endSN+1)n=a.fragmentEnd;else if(r&&t)n=a.fragmentStart+s*e.levelTargetDuration;else if(!e.skippedSegments&&e.fragmentStart===0)n=a.fragmentStart;else return;Vi(e,n)}function Vi(a,e){if(e){const t=a.fragments;for(let s=a.skippedSegments;s<t.length;s++)t[s].addStart(e);a.fragmentHint&&a.fragmentHint.addStart(e)}}function Ba(a,e=1/0){let t=1e3*a.targetduration;if(a.updated){const s=a.fragments;if(s.length&&t*4>e){const r=s[s.length-1].duration*1e3;r<t&&(t=r)}}else t/=2;return Math.round(t)}function Ua(a,e,t){if(!a)return null;let s=a.fragments[e-a.startSN];return s||(s=a.fragmentHint,s&&s.sn===e)?s:e<a.startSN&&t&&t.sn===e?t:null}function En(a,e,t){return a?$a(a.partList,e,t):null}function $a(a,e,t){if(a)for(let s=a.length;s--;){const i=a[s];if(i.index===t&&i.fragment.sn===e)return i}return null}function Ga(a){a.forEach((e,t)=>{var s;(s=e.details)==null||s.fragments.forEach(i=>{i.level=t,i.initSegment&&(i.initSegment.level=t)})})}function ih(a,e){return a!==e&&e?vn(a)!==vn(e):!1}function vn(a){return a.replace(/\?[^?]*$/,"")}function ss(a,e){for(let s=0,i=a.length;s<i;s++){var t;if(((t=a[s])==null?void 0:t.cc)===e)return a[s]}return null}function rh(a,e){return!!(a&&e.startCC<a.endCC&&e.endCC>a.startCC)}function Tn(a,e){const t=a.start+e;a.startPTS=t,a.setStart(t),a.endPTS=t+a.duration}function Ka(a,e){const t=e.fragments;for(let s=0,i=t.length;s<i;s++)Tn(t[s],a);e.fragmentHint&&Tn(e.fragmentHint,a),e.alignedSliding=!0}function nh(a,e){a&&(Va(e,a),e.alignedSliding||js(e,a),!e.alignedSliding&&!e.skippedSegments&&Na(a,e,!1))}function Va(a,e){if(!rh(e,a))return;const t=Math.min(e.endCC,a.endCC),s=ss(e.fragments,t),i=ss(a.fragments,t);if(!s||!i)return;oe.log(`Aligning playlist at start of dicontinuity sequence ${t}`);const r=s.start-i.start;Ka(r,a)}function js(a,e){if(!a.hasProgramDateTime||!e.hasProgramDateTime)return;const t=a.fragments,s=e.fragments;if(!t.length||!s.length)return;let i,r;const n=Math.min(e.endCC,a.endCC);e.startCC<n&&a.startCC<n&&(i=ss(s,n),r=ss(t,n)),(!i||!r)&&(i=s[Math.floor(s.length/2)],r=ss(t,i.cc)||t[Math.floor(t.length/2)]);const o=i.programDateTime,c=r.programDateTime;if(!o||!c)return;const l=(c-o)/1e3-(r.start-i.start);Ka(l,a)}function Ue(a,e,t){Ge(a,e,t),a.addEventListener(e,t)}function Ge(a,e,t){a.removeEventListener(e,t)}const ah={toString:function(a){let e="";const t=a.length;for(let s=0;s<t;s++)e+=`[${a.start(s).toFixed(3)}-${a.end(s).toFixed(3)}]`;return e}},w={STOPPED:"STOPPED",IDLE:"IDLE",KEY_LOADING:"KEY_LOADING",FRAG_LOADING:"FRAG_LOADING",FRAG_LOADING_WAITING_RETRY:"FRAG_LOADING_WAITING_RETRY",WAITING_TRACK:"WAITING_TRACK",PARSING:"PARSING",PARSED:"PARSED",ENDED:"ENDED",ERROR:"ERROR",WAITING_INIT_PTS:"WAITING_INIT_PTS",WAITING_LEVEL:"WAITING_LEVEL"};class dr extends _a{constructor(e,t,s,i,r){super(i,e.logger),this.hls=void 0,this.fragPrevious=null,this.fragCurrent=null,this.fragmentTracker=void 0,this.transmuxer=null,this._state=w.STOPPED,this.playlistType=void 0,this.media=null,this.mediaBuffer=null,this.config=void 0,this.bitrateTest=!1,this.lastCurrentTime=0,this.nextLoadPosition=0,this.startPosition=0,this.startTimeOffset=null,this.retryDate=0,this.levels=null,this.fragmentLoader=void 0,this.keyLoader=void 0,this.levelLastLoaded=null,this.startFragRequested=!1,this.decrypter=void 0,this.initPTS=[],this.buffering=!0,this.loadingParts=!1,this.loopSn=void 0,this.onMediaSeeking=()=>{const{config:n,fragCurrent:o,media:c,mediaBuffer:l,state:h}=this,u=c?c.currentTime:0,d=Q.bufferInfo(l||c,u,n.maxBufferHole),g=!d.len;if(this.log(`Media seeking to ${H(u)?u.toFixed(3):u}, state: ${h}, ${g?"out of":"in"} buffer`),this.state===w.ENDED)this.resetLoadingState();else if(o){const f=n.maxFragLookUpTolerance,p=o.start-f,y=o.start+o.duration+f;if(g||y<d.start||p>d.end){const E=u>y;(u<p||E)&&(E&&o.loader&&(this.log(`Cancelling fragment load for seek (sn: ${o.sn})`),o.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(c){this.fragmentTracker.removeFragmentsInRange(u,1/0,this.playlistType,!0);const f=this.lastCurrentTime;if(u>f&&(this.lastCurrentTime=u),!this.loadingParts){const p=Math.max(d.end,u),y=this.shouldLoadParts(this.getLevelDetails(),p);y&&(this.log(`LL-Part loading ON after seeking to ${u.toFixed(2)} with buffer @${p.toFixed(2)}`),this.loadingParts=y)}}this.hls.hasEnoughToStart||(this.log(`Setting ${g?"startPosition":"nextLoadPosition"} to ${u} for seek without enough to start`),this.nextLoadPosition=u,g&&(this.startPosition=u)),g&&this.state===w.IDLE&&this.tickImmediate()},this.onMediaEnded=()=>{this.log("setting startPosition to 0 because media ended"),this.startPosition=this.lastCurrentTime=0},this.playlistType=r,this.hls=e,this.fragmentLoader=new Oc(e.config),this.keyLoader=s,this.fragmentTracker=t,this.config=e.config,this.decrypter=new lr(e.config)}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.ERROR,this.onError,this)}doTick(){this.onTickEnd()}onTickEnd(){}startLoad(e){}stopLoad(){if(this.state===w.STOPPED)return;this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);const e=this.fragCurrent;e!=null&&e.loader&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=w.STOPPED}get startPositionValue(){const{nextLoadPosition:e,startPosition:t}=this;return t===-1&&e?e:t}get bufferingEnabled(){return this.buffering}pauseBuffering(){this.buffering=!1}resumeBuffering(){this.buffering=!0}get inFlightFrag(){return{frag:this.fragCurrent,state:this.state}}_streamEnded(e,t){if(t.live||!this.media)return!1;const s=e.end||0,i=this.config.timelineOffset||0;if(s<=i)return!1;const r=e.buffered;this.config.maxBufferHole&&r&&r.length>1&&(e=Q.bufferedInfo(r,e.start,0));const n=e.nextStart;if(n&&n>i&&n<t.edge||this.media.currentTime<e.start)return!1;const c=t.partList;if(c!=null&&c.length){const h=c[c.length-1];return Q.isBuffered(this.media,h.start+h.duration/2)}const l=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(l)}getLevelDetails(){if(this.levels&&this.levelLastLoaded!==null)return this.levelLastLoaded.details}get timelineOffset(){const e=this.config.timelineOffset;if(e){var t;return((t=this.getLevelDetails())==null?void 0:t.appliedTimelineOffset)||e}return 0}onMediaAttached(e,t){const s=this.media=this.mediaBuffer=t.media;Ue(s,"seeking",this.onMediaSeeking),Ue(s,"ended",this.onMediaEnded);const i=this.config;this.levels&&i.autoStartLoad&&this.state===w.STOPPED&&this.startLoad(i.startPosition)}onMediaDetaching(e,t){const s=!!t.transferMedia,i=this.media;if(i!==null){if(i.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),Ge(i,"seeking",this.onMediaSeeking),Ge(i,"ended",this.onMediaEnded),this.keyLoader&&!s&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,s){this.resetLoadingState(),this.resetTransmuxer();return}this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}}onManifestLoading(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1}onError(e,t){}onManifestLoaded(e,t){this.startTimeOffset=t.startTimeOffset}onHandlerDestroying(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),super.onHandlerDestroying(),this.hls=this.onMediaSeeking=this.onMediaEnded=null}onHandlerDestroyed(){this.state=w.STOPPED,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,super.onHandlerDestroyed()}loadFragment(e,t,s){this.startFragRequested=!0,this._loadFragForPlayback(e,t,s)}_loadFragForPlayback(e,t,s){const i=r=>{const n=r.frag;if(this.fragContextChanged(n)){this.warn(`${n.type} sn: ${n.sn}${r.part?" part: "+r.part.index:""} of ${this.fragInfo(n,!1,r.part)}) was dropped during download.`),this.fragmentTracker.removeFragment(n);return}n.stats.chunkCount++,this._handleFragmentLoadProgress(r)};this._doFragLoad(e,t,s,i).then(r=>{if(!r)return;const n=this.state,o=r.frag;if(this.fragContextChanged(o)){(n===w.FRAG_LOADING||!this.fragCurrent&&n===w.PARSING)&&(this.fragmentTracker.removeFragment(o),this.state=w.IDLE);return}"payload"in r&&(this.log(`Loaded ${o.type} sn: ${o.sn} of ${this.playlistLabel()} ${o.level}`),this.hls.trigger(m.FRAG_LOADED,r)),this._handleFragmentLoadComplete(r)}).catch(r=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(`Frag error: ${r?.message||r}`),this.resetFragmentLoading(e))})}clearTrackerIfNeeded(e){var t;const{fragmentTracker:s}=this;if(s.getState(e)===Ie.APPENDING){const r=e.type,n=this.getFwdBufferInfo(this.mediaBuffer,r),o=Math.max(e.duration,n?n.len:this.config.maxBufferLength),c=this.backtrackFragment;((c?e.sn-c.sn:0)===1||this.reduceMaxBufferLength(o,e.duration))&&s.removeFragment(e)}else((t=this.mediaBuffer)==null?void 0:t.buffered.length)===0?s.removeAllFragments():s.hasParts(e.type)&&(s.detectPartialFragments({frag:e,part:null,stats:e.stats,id:e.type}),s.getState(e)===Ie.PARTIAL&&s.removeFragment(e))}checkLiveUpdate(e){if(e.updated&&!e.live){const t=e.fragments[e.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:t,part:null,stats:t.stats,id:t.type})}e.fragments[0]||(e.deltaUpdateFailed=!0)}waitForLive(e){const t=e.details;return t?.live&&t.type!=="EVENT"&&(this.levelLastLoaded!==e||t.expired)}flushMainBuffer(e,t,s=null){if(!(e-t))return;const i={startOffset:e,endOffset:t,type:s};this.hls.trigger(m.BUFFER_FLUSHING,i)}_loadInitSegment(e,t){this._doFragLoad(e,t).then(s=>{const i=s?.frag;if(!i||this.fragContextChanged(i)||!this.levels)throw new Error("init load aborted");return s}).then(s=>{const{hls:i}=this,{frag:r,payload:n}=s,o=r.decryptdata;if(n&&n.byteLength>0&&o!=null&&o.key&&o.iv&&Ht(o.method)){const c=self.performance.now();return this.decrypter.decrypt(new Uint8Array(n),o.key.buffer,o.iv.buffer,hr(o.method)).catch(l=>{throw i.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_DECRYPT_ERROR,fatal:!1,error:l,reason:l.message,frag:r}),l}).then(l=>{const h=self.performance.now();return i.trigger(m.FRAG_DECRYPTED,{frag:r,payload:l,stats:{tstart:c,tdecrypt:h}}),s.payload=l,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(s),this.resetFragmentLoading(e))})}completeInitSegmentLoad(e){const{levels:t}=this;if(!t)throw new Error("init load aborted, missing levels");const s=e.frag.stats;this.state!==w.STOPPED&&(this.state=w.IDLE),e.frag.data=new Uint8Array(e.payload),s.parsing.start=s.buffering.start=self.performance.now(),s.parsing.end=s.buffering.end=self.performance.now(),this.tick()}unhandledEncryptionError(e,t){var s,i;const r=e.tracks;if(r&&!t.encrypted&&((s=r.audio)!=null&&s.encrypted||(i=r.video)!=null&&i.encrypted)&&(!this.config.emeEnabled||!this.keyLoader.emeController)){const n=this.media,o=new Error(`Encrypted track with no key in ${this.fragInfo(t)} (media ${n?"attached mediaKeys: "+n.mediaKeys:"detached"})`);return this.warn(o.message),!n||n.mediaKeys?!1:(this.hls.trigger(m.ERROR,{type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_KEYS,fatal:!1,error:o,frag:t}),this.resetTransmuxer(),!0)}return!1}fragContextChanged(e){const{fragCurrent:t}=this;return!e||!t||e.sn!==t.sn||e.level!==t.level}fragBufferedComplete(e,t){const s=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log(`Buffered ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)} > buffer:${s?ah.toString(Q.getBuffered(s)):"(detached)"})`),Se(e)){var i;if(e.type!==Y.SUBTITLE){const n=e.elementaryStreams;if(!Object.keys(n).some(o=>!!n[o])){this.state=w.IDLE;return}}const r=(i=this.levels)==null?void 0:i[e.level];r!=null&&r.fragmentError&&(this.log(`Resetting level fragment error count of ${r.fragmentError} on frag buffered`),r.fragmentError=0)}this.state=w.IDLE}_handleFragmentLoadComplete(e){const{transmuxer:t}=this;if(!t)return;const{frag:s,part:i,partsLoaded:r}=e,n=!r||r.length===0||r.some(c=>!c),o=new cr(s.level,s.sn,s.stats.chunkCount+1,0,i?i.index:-1,!n);t.flush(o)}_handleFragmentLoadProgress(e){}_doFragLoad(e,t,s=null,i){var r;this.fragCurrent=e;const n=t.details;if(!this.levels||!n)throw new Error(`frag load aborted, missing level${n?"":" detail"}s`);let o=null;if(e.encrypted&&!((r=e.decryptdata)!=null&&r.key)){if(this.log(`Loading key for ${e.sn} of [${n.startSN}-${n.endSN}], ${this.playlistLabel()} ${e.level}`),this.state=w.KEY_LOADING,this.fragCurrent=e,o=this.keyLoader.load(e).then(d=>{if(!this.fragContextChanged(d.frag))return this.hls.trigger(m.KEY_LOADED,d),this.state===w.KEY_LOADING&&(this.state=w.IDLE),d}),this.hls.trigger(m.KEY_LOADING,{frag:e}),this.fragCurrent===null)return this.log("context changed in KEY_LOADING"),Promise.resolve(null)}else e.encrypted||(o=this.keyLoader.loadClear(e,n.encryptedFragments,this.startFragRequested),o&&this.log("[eme] blocking frag load until media-keys acquired"));const c=this.fragPrevious;if(Se(e)&&(!c||e.sn!==c.sn)){const d=this.shouldLoadParts(t.details,e.end);d!==this.loadingParts&&(this.log(`LL-Part loading ${d?"ON":"OFF"} loading sn ${c?.sn}->${e.sn}`),this.loadingParts=d)}if(s=Math.max(e.start,s||0),this.loadingParts&&Se(e)){const d=n.partList;if(d&&i){s>n.fragmentEnd&&n.fragmentHint&&(e=n.fragmentHint);const g=this.getNextPart(d,e,s);if(g>-1){const f=d[g];e=this.fragCurrent=f.fragment,this.log(`Loading ${e.type} sn: ${e.sn} part: ${f.index} (${g}/${d.length-1}) of ${this.fragInfo(e,!1,f)}) cc: ${e.cc} [${n.startSN}-${n.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=f.start+f.duration,this.state=w.FRAG_LOADING;let p;return o?p=o.then(y=>!y||this.fragContextChanged(y.frag)?null:this.doFragPartsLoad(e,f,t,i)).catch(y=>this.handleFragLoadError(y)):p=this.doFragPartsLoad(e,f,t,i).catch(y=>this.handleFragLoadError(y)),this.hls.trigger(m.FRAG_LOADING,{frag:e,part:f,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):p}else if(!e.url||this.loadedEndOfParts(d,s))return Promise.resolve(null)}}if(Se(e)&&this.loadingParts){var l;this.log(`LL-Part loading OFF after next part miss @${s.toFixed(2)} Check buffer at sn: ${e.sn} loaded parts: ${(l=n.partList)==null?void 0:l.filter(d=>d.loaded).map(d=>`[${d.start}-${d.end}]`)}`),this.loadingParts=!1}else if(!e.url)return Promise.resolve(null);this.log(`Loading ${e.type} sn: ${e.sn} of ${this.fragInfo(e,!1)}) cc: ${e.cc} ${"["+n.startSN+"-"+n.endSN+"]"}, target: ${parseFloat(s.toFixed(3))}`),H(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=w.FRAG_LOADING;const h=this.config.progressive&&e.type!==Y.SUBTITLE;let u;return h&&o?u=o.then(d=>!d||this.fragContextChanged(d.frag)?null:this.fragmentLoader.load(e,i)).catch(d=>this.handleFragLoadError(d)):u=Promise.all([this.fragmentLoader.load(e,h?i:void 0),o]).then(([d])=>(!h&&i&&i(d),d)).catch(d=>this.handleFragLoadError(d)),this.hls.trigger(m.FRAG_LOADING,{frag:e,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):u}doFragPartsLoad(e,t,s,i){return new Promise((r,n)=>{var o;const c=[],l=(o=s.details)==null?void 0:o.partList,h=u=>{this.fragmentLoader.loadPart(e,u,i).then(d=>{c[u.index]=d;const g=d.part;this.hls.trigger(m.FRAG_LOADED,d);const f=En(s.details,e.sn,u.index+1)||$a(l,e.sn,u.index+1);if(f)h(f);else return r({frag:e,part:g,partsLoaded:c})}).catch(n)};h(t)})}handleFragLoadError(e){if("data"in e){const t=e.data;t.frag&&t.details===_.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):t.frag&&t.type===W.KEY_SYSTEM_ERROR?(t.frag.abortRequests(),this.resetStartWhenNotLoaded(),this.resetFragmentLoading(t.frag)):this.hls.trigger(m.ERROR,t)}else this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null}_handleTransmuxerFlush(e){const t=this.getCurrentContext(e);if(!t||this.state!==w.PARSING){!this.fragCurrent&&this.state!==w.STOPPED&&this.state!==w.ERROR&&(this.state=w.IDLE);return}const{frag:s,part:i,level:r}=t,n=self.performance.now();s.stats.parsing.end=n,i&&(i.stats.parsing.end=n);const o=this.getLevelDetails(),l=o&&s.sn>o.endSN||this.shouldLoadParts(o,s.end);l!==this.loadingParts&&(this.log(`LL-Part loading ${l?"ON":"OFF"} after parsing segment ending @${s.end.toFixed(2)}`),this.loadingParts=l),this.updateLevelTiming(s,i,r,e.partial)}shouldLoadParts(e,t){if(this.config.lowLatencyMode){if(!e)return this.loadingParts;if(e.partList){var s;const r=e.partList[0];if(r.fragment.type===Y.SUBTITLE)return!1;const n=r.end+(((s=e.fragmentHint)==null?void 0:s.duration)||0);if(t>=n){var i;if((this.hls.hasEnoughToStart?((i=this.media)==null?void 0:i.currentTime)||this.lastCurrentTime:this.getLoadPosition())>r.start-r.fragment.duration)return!0}}}return!1}getCurrentContext(e){const{levels:t,fragCurrent:s}=this,{level:i,sn:r,part:n}=e;if(!(t!=null&&t[i]))return this.warn(`Levels object was unset while buffering fragment ${r} of ${this.playlistLabel()} ${i}. The current chunk will not be buffered.`),null;const o=t[i],c=o.details,l=n>-1?En(c,r,n):null,h=l?l.fragment:Ua(c,r,s);return h?(s&&s!==h&&(h.stats=s.stats),{frag:h,part:l,level:o}):null}bufferFragmentData(e,t,s,i,r){if(this.state!==w.PARSING)return;const{data1:n,data2:o}=e;let c=n;if(o&&(c=je(n,o)),!c.length)return;const l=this.initPTS[t.cc],h=l?-l.baseTime/l.timescale:void 0,u={type:e.type,frag:t,part:s,chunkMeta:i,offset:h,parent:t.type,data:c};if(this.hls.trigger(m.BUFFER_APPENDING,u),e.dropped&&e.independent&&!s){if(r)return;this.flushBufferGap(t)}}flushBufferGap(e){const t=this.media;if(!t)return;if(!Q.isBuffered(t,t.currentTime)){this.flushMainBuffer(0,e.start);return}const s=t.currentTime,i=Q.bufferInfo(t,s,0),r=e.duration,n=Math.min(this.config.maxFragLookUpTolerance*2,r*.25),o=Math.max(Math.min(e.start-n,i.end-n),s+n);e.start-o>n&&this.flushMainBuffer(o,e.start)}getFwdBufferInfo(e,t){var s;const i=this.getLoadPosition();if(!H(i))return null;const n=this.lastCurrentTime>i||(s=this.media)!=null&&s.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(e,i,t,n)}getFwdBufferInfoAtPos(e,t,s,i){const r=Q.bufferInfo(e,t,i);if(r.len===0&&r.nextStart!==void 0){const n=this.fragmentTracker.getBufferedFrag(t,s);if(n&&(r.nextStart<=n.end||n.gap)){const o=Math.max(Math.min(r.nextStart,n.end)-t,i);return Q.bufferInfo(e,t,o)}}return r}getMaxBufferLength(e){const{config:t}=this;let s;return e?s=Math.max(8*t.maxBufferSize/e,t.maxBufferLength):s=t.maxBufferLength,Math.min(s,t.maxMaxBufferLength)}reduceMaxBufferLength(e,t){const s=this.config,i=Math.max(Math.min(e-t,s.maxBufferLength),t),r=Math.max(e-t*3,s.maxMaxBufferLength/2,i);return r>=i?(s.maxMaxBufferLength=r,this.warn(`Reduce max buffer length to ${r}s`),!0):!1}getAppendedFrag(e,t=Y.MAIN){const s=this.fragmentTracker?this.fragmentTracker.getAppendedFrag(e,t):null;return s&&"fragment"in s?s.fragment:s}getNextFragment(e,t){const s=t.fragments,i=s.length;if(!i)return null;const{config:r}=this,n=s[0].start,o=r.lowLatencyMode&&!!t.partList;let c=null;if(t.live){const u=r.initialLiveManifestSize;if(i<u)return this.warn(`Not enough fragments to start playback (have: ${i}, need: ${u})`),null;if(!t.PTSKnown&&!this.startFragRequested&&this.startPosition===-1||e<n){var l;o&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),c=this.getInitialLiveFragment(t);const d=this.hls.startPosition,g=this.hls.liveSyncPosition,f=c?(d!==-1&&d>=n?d:g)||c.start:e;this.log(`Setting startPosition to ${f} to match start frag at live edge. mainStart: ${d} liveSyncPosition: ${g} frag.start: ${(l=c)==null?void 0:l.start}`),this.startPosition=this.nextLoadPosition=f}}else e<=n&&(c=s[0]);if(!c){const u=this.loadingParts?t.partEnd:t.fragmentEnd;c=this.getFragmentAtPosition(e,u,t)}let h=this.filterReplacedPrimary(c,t);if(!h&&c){const u=c.sn-t.startSN;h=this.filterReplacedPrimary(s[u+1]||null,t)}return this.mapToInitFragWhenRequired(h)}isLoopLoading(e,t){const s=this.fragmentTracker.getState(e);return(s===Ie.OK||s===Ie.PARTIAL&&!!e.gap)&&this.nextLoadPosition>t}getNextFragmentLoopLoading(e,t,s,i,r){let n=null;if(e.gap&&(n=this.getNextFragment(this.nextLoadPosition,t),n&&!n.gap&&s.nextStart)){const o=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,i,0);if(o!==null&&s.len+o.len>=r){const c=n.sn;return this.loopSn!==c&&(this.log(`buffer full after gaps in "${i}" playlist starting at sn: ${c}`),this.loopSn=c),null}}return this.loopSn=void 0,n}get primaryPrefetch(){if(Sn(this.config)){var e;if((e=this.hls.interstitialsManager)==null||(e=e.playingItem)==null?void 0:e.event)return!0}return!1}filterReplacedPrimary(e,t){if(!e)return e;if(Sn(this.config)&&e.type!==Y.SUBTITLE){const s=this.hls.interstitialsManager,i=s?.bufferingItem;if(i){const n=i.event;if(n){if(n.appendInPlace||Math.abs(e.start-i.start)>1||i.start===0)return null}else if(e.end<=i.start&&t?.live===!1||e.start>i.end&&i.nextEvent&&(i.nextEvent.appendInPlace||e.start-i.end>1))return null}const r=s?.playerQueue;if(r)for(let n=r.length;n--;){const o=r[n].interstitial;if(o.appendInPlace&&e.start>=o.startTime&&e.end<=o.resumeTime)return null}}return e}mapToInitFragWhenRequired(e){return e!=null&&e.initSegment&&!e.initSegment.data&&!this.bitrateTest?e.initSegment:e}getNextPart(e,t,s){let i=-1,r=!1,n=!0;for(let o=0,c=e.length;o<c;o++){const l=e[o];if(n=n&&!l.independent,i>-1&&s<l.start)break;const h=l.loaded;h?i=-1:(r||(l.independent||n)&&l.fragment===t)&&(l.fragment!==t&&this.warn(`Need buffer at ${s} but next unloaded part starts at ${l.start}`),i=o),r=h}return i}loadedEndOfParts(e,t){let s;for(let i=e.length;i--;){if(s=e[i],!s.loaded)return!1;if(t>s.start)return!0}return!1}getInitialLiveFragment(e){const t=e.fragments,s=this.fragPrevious;let i=null;if(s){if(e.hasProgramDateTime&&(this.log(`Live playlist, switching playlist, load frag with same PDT: ${s.programDateTime}`),i=xc(t,s.endProgramDateTime,this.config.maxFragLookUpTolerance)),!i){const r=s.sn+1;if(r>=e.startSN&&r<=e.endSN){const n=t[r-e.startSN];s.cc===n.cc&&(i=n,this.log(`Live playlist, switching playlist, load frag with next SN: ${i.sn}`))}i||(i=La(e,s.cc,s.end),i&&this.log(`Live playlist, switching playlist, load frag with same CC: ${i.sn}`))}}else{const r=this.hls.liveSyncPosition;r!==null&&(i=this.getFragmentAtPosition(r,this.bitrateTest?e.fragmentEnd:e.edge,e))}return i}getFragmentAtPosition(e,t,s){const{config:i}=this;let{fragPrevious:r}=this,{fragments:n,endSN:o}=s;const{fragmentHint:c}=s,{maxFragLookUpTolerance:l}=i,h=s.partList,u=!!(this.loadingParts&&h!=null&&h.length&&c);u&&!this.bitrateTest&&h[h.length-1].fragment.sn===c.sn&&(n=n.concat(c),o=c.sn);let d;if(e<t){var g;const p=e<this.lastCurrentTime||e>t-l||(g=this.media)!=null&&g.paused||!this.startFragRequested?0:l;d=Ot(r,n,e,p)}else d=n[n.length-1];if(d){const f=d.sn-s.startSN,p=this.fragmentTracker.getState(d);if((p===Ie.OK||p===Ie.PARTIAL&&d.gap)&&(r=d),r&&d.sn===r.sn&&(!u||h[0].fragment.sn>d.sn||!s.live)&&d.level===r.level){const E=n[f+1];d.sn<o&&this.fragmentTracker.getState(E)!==Ie.OK?d=E:d=null}}return d}alignPlaylists(e,t,s){const i=e.fragments.length;if(!i)return this.warn("No fragments in live playlist"),0;const r=e.fragmentStart,n=!t,o=e.alignedSliding&&H(r);if(n||!o&&!r){nh(s,e);const c=e.fragmentStart;return this.log(`Live playlist sliding: ${c.toFixed(2)} start-sn: ${t?t.startSN:"na"}->${e.startSN} fragments: ${i}`),c}return r}waitForCdnTuneIn(e){return e.live&&e.canBlockReload&&e.partTarget&&e.tuneInGoal>Math.max(e.partHoldBack,e.partTarget*3)}setStartPosition(e,t){let s=this.startPosition;s<t&&(s=-1);const i=this.timelineOffset;if(s===-1){const r=this.startTimeOffset!==null,n=r?this.startTimeOffset:e.startTimeOffset;n!==null&&H(n)?(s=t+n,n<0&&(s+=e.edge),s=Math.min(Math.max(t,s),t+e.totalduration),this.log(`Setting startPosition to ${s} for start time offset ${n} found in ${r?"multivariant":"media"} playlist`),this.startPosition=s):e.live?(s=this.hls.liveSyncPosition||t,this.log(`Setting startPosition to -1 to start at live edge ${s}`),this.startPosition=-1):(this.log("setting startPosition to 0 by default"),this.startPosition=s=0),this.lastCurrentTime=s+i}this.nextLoadPosition=s+i}getLoadPosition(){var e;const{media:t}=this;let s=0;return(e=this.hls)!=null&&e.hasEnoughToStart&&t?s=t.currentTime:this.nextLoadPosition>=0&&(s=this.nextLoadPosition),s}handleFragLoadAborted(e,t){this.transmuxer&&e.type===this.playlistType&&Se(e)&&e.stats.aborted&&(this.log(`Fragment ${e.sn}${t?" part "+t.index:""} of ${this.playlistLabel()} ${e.level} was aborted`),this.resetFragmentLoading(e))}resetFragmentLoading(e){(!this.fragCurrent||!this.fragContextChanged(e)&&this.state!==w.FRAG_LOADING_WAITING_RETRY)&&(this.state=w.IDLE)}onFragmentOrKeyLoadError(e,t){var s;if(t.chunkMeta&&!t.frag){const E=this.getCurrentContext(t.chunkMeta);E&&(t.frag=E.frag)}const i=t.frag;if(!i||i.type!==e||!this.levels)return;if(this.fragContextChanged(i)){var r;this.warn(`Frag load error must match current frag to retry ${i.url} > ${(r=this.fragCurrent)==null?void 0:r.url}`);return}const n=t.details===_.FRAG_GAP;n&&this.fragmentTracker.fragBuffered(i,!0);const o=t.errorAction;if(!o){this.state=w.ERROR;return}const{action:c,flags:l,retryCount:h=0,retryConfig:u}=o,d=!!u,g=d&&c===Ce.RetryRequest,f=d&&!o.resolved&&l===He.MoveAllAlternatesMatchingHost,p=(s=this.hls.latestLevelDetails)==null?void 0:s.live;if(!g&&f&&Se(i)&&!i.endList&&p&&!ba(t))this.resetFragmentErrors(e),this.treatAsGap(i),o.resolved=!0;else if((g||f)&&h<u.maxNumRetry){var y;const E=Ui((y=t.response)==null?void 0:y.code),v=or(u,h);if(this.resetStartWhenNotLoaded(),this.retryDate=self.performance.now()+v,this.state=w.FRAG_LOADING_WAITING_RETRY,o.resolved=!0,E){this.log("Waiting for connection (offline)"),this.retryDate=1/0,t.reason="offline";return}this.warn(`Fragment ${i.sn} of ${e} ${i.level} errored with ${t.details}, retrying loading ${h+1}/${u.maxNumRetry} in ${v}ms`)}else if(u)if(this.resetFragmentErrors(e),h<u.maxNumRetry)!n&&c!==Ce.RemoveAlternatePermanently&&(o.resolved=!0);else{this.warn(`${t.details} reached or exceeded max retry (${h})`);return}else c===Ce.SendAlternateToPenaltyBox?this.state=w.WAITING_LEVEL:this.state=w.ERROR;this.tickImmediate()}checkRetryDate(){const e=self.performance.now(),t=this.retryDate,s=t===1/0;(!t||e>=t||s&&!Ui(0))&&(s&&this.log("Connection restored (online)"),this.resetStartWhenNotLoaded(),this.state=w.IDLE)}reduceLengthAndFlushBuffer(e){if(this.state===w.PARSING||this.state===w.PARSED){const t=e.frag,s=e.parent,i=this.getFwdBufferInfo(this.mediaBuffer,s),r=i&&i.len>.5;r&&this.reduceMaxBufferLength(i.len,t?.duration||10);const n=!r;return n&&this.warn(`Buffer full error while media.currentTime (${this.getLoadPosition()}) is not buffered, flush ${s} buffer`),t&&(this.fragmentTracker.removeFragment(t),this.nextLoadPosition=t.start),this.resetLoadingState(),n}return!1}resetFragmentErrors(e){e===Y.AUDIO&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==w.STOPPED&&(this.state=w.IDLE)}afterBufferFlushed(e,t,s){if(!e)return;const i=Q.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,s),this.state===w.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==w.STOPPED&&(this.state=w.IDLE)}resetStartWhenNotLoaded(){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const e=this.levelLastLoaded,t=e?e.details:null;t!=null&&t.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(t,t.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}}resetWhenMissingContext(e){this.log(`Loading context changed while buffering sn ${e.sn} of ${this.playlistLabel()} ${e.level===-1?"<removed>":e.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(),this.resetLoadingState()}removeUnbufferedFrags(e=0){this.fragmentTracker.removeFragmentsInRange(e,1/0,this.playlistType,!1,!0)}updateLevelTiming(e,t,s,i){const r=s.details;if(!r){this.warn("level.details undefined");return}if(!Object.keys(e.elementaryStreams).reduce((c,l)=>{const h=e.elementaryStreams[l];if(h){const u=h.endPTS-h.startPTS;if(u<=0)return this.warn(`Could not parse fragment ${e.sn} ${l} duration reliably (${u})`),c||!1;const d=i?0:Ma(r,e,h.startPTS,h.endPTS,h.startDTS,h.endDTS,this);return this.hls.trigger(m.LEVEL_PTS_UPDATED,{details:r,level:s,drift:d,type:l,frag:e,start:h.startPTS,end:h.endPTS}),!0}return c},!1)){var o;const c=((o=this.transmuxer)==null?void 0:o.error)===null;if((s.fragmentError===0||c&&(s.fragmentError<2||e.endList))&&this.treatAsGap(e,s),c){const l=new Error(`Found no media in fragment ${e.sn} of ${this.playlistLabel()} ${e.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(l.message),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,error:l,frag:e,reason:`Found no media in msn ${e.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=w.PARSED,this.log(`Parsed ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)})`),this.hls.trigger(m.FRAG_PARSED,{frag:e,part:t})}playlistLabel(){return this.playlistType===Y.MAIN?"level":"track"}fragInfo(e,t=!0,s){var i,r;return`${this.playlistLabel()} ${e.level} (${s?"part":"frag"}:[${((i=t&&!s?e.startPTS:(s||e).start)!=null?i:NaN).toFixed(3)}-${((r=t&&!s?e.endPTS:(s||e).end)!=null?r:NaN).toFixed(3)}]${s&&e.type==="main"?"INDEPENDENT="+(s.independent?"YES":"NO"):""}`}treatAsGap(e,t){t&&t.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)}resetTransmuxer(){var e;(e=this.transmuxer)==null||e.reset()}recoverWorkerError(e){e.event==="demuxerWorker"&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(),this.resetLoadingState())}set state(e){const t=this._state;t!==e&&(this._state=e,this.log(`${t}->${e}`))}get state(){return this._state}}function Sn(a){return!!a.interstitialsController&&a.enableInterstitialPlayback!==!1}class Ha{constructor(){this.chunks=[],this.dataLength=0}push(e){this.chunks.push(e),this.dataLength+=e.length}flush(){const{chunks:e,dataLength:t}=this;let s;if(e.length)e.length===1?s=e[0]:s=oh(e,t);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function oh(a,e){const t=new Uint8Array(e);let s=0;for(let i=0;i<a.length;i++){const r=a[i];t.set(r,s),s+=r.length}return t}var mi={exports:{}},xn;function lh(){return xn||(xn=1,(function(a){var e=Object.prototype.hasOwnProperty,t="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(t=!1));function i(c,l,h){this.fn=c,this.context=l,this.once=h||!1}function r(c,l,h,u,d){if(typeof h!="function")throw new TypeError("The listener must be a function");var g=new i(h,u||c,d),f=t?t+l:l;return c._events[f]?c._events[f].fn?c._events[f]=[c._events[f],g]:c._events[f].push(g):(c._events[f]=g,c._eventsCount++),c}function n(c,l){--c._eventsCount===0?c._events=new s:delete c._events[l]}function o(){this._events=new s,this._eventsCount=0}o.prototype.eventNames=function(){var l=[],h,u;if(this._eventsCount===0)return l;for(u in h=this._events)e.call(h,u)&&l.push(t?u.slice(1):u);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(h)):l},o.prototype.listeners=function(l){var h=t?t+l:l,u=this._events[h];if(!u)return[];if(u.fn)return[u.fn];for(var d=0,g=u.length,f=new Array(g);d<g;d++)f[d]=u[d].fn;return f},o.prototype.listenerCount=function(l){var h=t?t+l:l,u=this._events[h];return u?u.fn?1:u.length:0},o.prototype.emit=function(l,h,u,d,g,f){var p=t?t+l:l;if(!this._events[p])return!1;var y=this._events[p],E=arguments.length,v,T;if(y.fn){switch(y.once&&this.removeListener(l,y.fn,void 0,!0),E){case 1:return y.fn.call(y.context),!0;case 2:return y.fn.call(y.context,h),!0;case 3:return y.fn.call(y.context,h,u),!0;case 4:return y.fn.call(y.context,h,u,d),!0;case 5:return y.fn.call(y.context,h,u,d,g),!0;case 6:return y.fn.call(y.context,h,u,d,g,f),!0}for(T=1,v=new Array(E-1);T<E;T++)v[T-1]=arguments[T];y.fn.apply(y.context,v)}else{var S=y.length,x;for(T=0;T<S;T++)switch(y[T].once&&this.removeListener(l,y[T].fn,void 0,!0),E){case 1:y[T].fn.call(y[T].context);break;case 2:y[T].fn.call(y[T].context,h);break;case 3:y[T].fn.call(y[T].context,h,u);break;case 4:y[T].fn.call(y[T].context,h,u,d);break;default:if(!v)for(x=1,v=new Array(E-1);x<E;x++)v[x-1]=arguments[x];y[T].fn.apply(y[T].context,v)}}return!0},o.prototype.on=function(l,h,u){return r(this,l,h,u,!1)},o.prototype.once=function(l,h,u){return r(this,l,h,u,!0)},o.prototype.removeListener=function(l,h,u,d){var g=t?t+l:l;if(!this._events[g])return this;if(!h)return n(this,g),this;var f=this._events[g];if(f.fn)f.fn===h&&(!d||f.once)&&(!u||f.context===u)&&n(this,g);else{for(var p=0,y=[],E=f.length;p<E;p++)(f[p].fn!==h||d&&!f[p].once||u&&f[p].context!==u)&&y.push(f[p]);y.length?this._events[g]=y.length===1?y[0]:y:n(this,g)}return this},o.prototype.removeAllListeners=function(l){var h;return l?(h=t?t+l:l,this._events[h]&&n(this,h)):(this._events=new s,this._eventsCount=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=t,o.EventEmitter=o,a.exports=o})(mi)),mi.exports}var ch=lh(),fr=Ol(ch);const ls="1.6.15",jt={};function hh(){return typeof __HLS_WORKER_BUNDLE__=="function"}function uh(){const a=jt[ls];if(a)return a.clientCount++,a;const e=new self.Blob([`var exports={};var module={exports:exports};function define(f){f()};define.amd=true;(${__HLS_WORKER_BUNDLE__.toString()})(true);`],{type:"text/javascript"}),t=self.URL.createObjectURL(e),i={worker:new self.Worker(t),objectURL:t,clientCount:1};return jt[ls]=i,i}function dh(a){const e=jt[a];if(e)return e.clientCount++,e;const t=new self.URL(a,self.location.href).href,i={worker:new self.Worker(t),scriptURL:t,clientCount:1};return jt[a]=i,i}function fh(a){const e=jt[a||ls];if(e&&e.clientCount--===1){const{worker:s,objectURL:i}=e;delete jt[a||ls],i&&self.URL.revokeObjectURL(i),s.terminate()}}function Ya(a,e){return e+10<=a.length&&a[e]===51&&a[e+1]===68&&a[e+2]===73&&a[e+3]<255&&a[e+4]<255&&a[e+6]<128&&a[e+7]<128&&a[e+8]<128&&a[e+9]<128}function gr(a,e){return e+10<=a.length&&a[e]===73&&a[e+1]===68&&a[e+2]===51&&a[e+3]<255&&a[e+4]<255&&a[e+6]<128&&a[e+7]<128&&a[e+8]<128&&a[e+9]<128}function ei(a,e){let t=0;return t=(a[e]&127)<<21,t|=(a[e+1]&127)<<14,t|=(a[e+2]&127)<<7,t|=a[e+3]&127,t}function cs(a,e){const t=e;let s=0;for(;gr(a,e);){s+=10;const i=ei(a,e+6);s+=i,Ya(a,e+10)&&(s+=10),e+=s}if(s>0)return a.subarray(t,t+s)}function gh(a,e,t,s){const i=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],r=e[t+2],n=r>>2&15;if(n>12){const g=new Error(`invalid ADTS sampling index:${n}`);a.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!0,error:g,reason:g.message});return}const o=(r>>6&3)+1,c=e[t+3]>>6&3|(r&1)<<2,l="mp4a.40."+o,h=i[n];let u=n;(o===5||o===29)&&(u-=3);const d=[o<<3|(u&14)>>1,(u&1)<<7|c<<3];return oe.log(`manifest codec:${s}, parsed codec:${l}, channels:${c}, rate:${h} (ADTS object type:${o} sampling index:${n})`),{config:d,samplerate:h,channelCount:c,codec:l,parsedCodec:l,manifestCodec:s}}function Wa(a,e){return a[e]===255&&(a[e+1]&246)===240}function qa(a,e){return a[e+1]&1?7:9}function mr(a,e){return(a[e+3]&3)<<11|a[e+4]<<3|(a[e+5]&224)>>>5}function mh(a,e){return e+5<a.length}function zs(a,e){return e+1<a.length&&Wa(a,e)}function ph(a,e){return mh(a,e)&&Wa(a,e)&&mr(a,e)<=a.length-e}function yh(a,e){if(zs(a,e)){const t=qa(a,e);if(e+t>=a.length)return!1;const s=mr(a,e);if(s<=t)return!1;const i=e+s;return i===a.length||zs(a,i)}return!1}function ja(a,e,t,s,i){if(!a.samplerate){const r=gh(e,t,s,i);if(!r)return;le(a,r)}}function za(a){return 1024*9e4/a}function Eh(a,e){const t=qa(a,e);if(e+t<=a.length){const s=mr(a,e)-t;if(s>0)return{headerLength:t,frameLength:s}}}function Xa(a,e,t,s,i){const r=za(a.samplerate),n=s+i*r,o=Eh(e,t);let c;if(o){const{frameLength:u,headerLength:d}=o,g=d+u,f=Math.max(0,t+g-e.length);f?(c=new Uint8Array(g-d),c.set(e.subarray(t+d,e.length),0)):c=e.subarray(t+d,t+g);const p={unit:c,pts:n};return f||a.samples.push(p),{sample:p,length:g,missing:f}}const l=e.length-t;return c=new Uint8Array(l),c.set(e.subarray(t,e.length),0),{sample:{unit:c,pts:n},length:l,missing:-1}}function vh(a,e){return gr(a,e)&&ei(a,e+6)+10<=a.length-e}function Th(a){return a instanceof ArrayBuffer?a:a.byteOffset==0&&a.byteLength==a.buffer.byteLength?a.buffer:new Uint8Array(a).buffer}function pi(a,e=0,t=1/0){return Sh(a,e,t,Uint8Array)}function Sh(a,e,t,s){const i=xh(a);let r=1;"BYTES_PER_ELEMENT"in s&&(r=s.BYTES_PER_ELEMENT);const n=Ah(a)?a.byteOffset:0,o=(n+a.byteLength)/r,c=(n+e)/r,l=Math.floor(Math.max(0,Math.min(c,o))),h=Math.floor(Math.min(l+Math.max(t,0),o));return new s(i,l,h-l)}function xh(a){return a instanceof ArrayBuffer?a:a.buffer}function Ah(a){return a&&a.buffer instanceof ArrayBuffer&&a.byteLength!==void 0&&a.byteOffset!==void 0}function Ih(a){const e={key:a.type,description:"",data:"",mimeType:null,pictureType:null},t=3;if(a.size<2)return;if(a.data[0]!==t){console.log("Ignore frame with unrecognized character encoding");return}const s=a.data.subarray(1).indexOf(0);if(s===-1)return;const i=qe(pi(a.data,1,s)),r=a.data[2+s],n=a.data.subarray(3+s).indexOf(0);if(n===-1)return;const o=qe(pi(a.data,3+s,n));let c;return i==="-->"?c=qe(pi(a.data,4+s+n)):c=Th(a.data.subarray(4+s+n)),e.mimeType=i,e.pictureType=r,e.description=o,e.data=c,e}function Lh(a){if(a.size<2)return;const e=qe(a.data,!0),t=new Uint8Array(a.data.subarray(e.length+1));return{key:a.type,info:e,data:t.buffer}}function Rh(a){if(a.size<2)return;if(a.type==="TXXX"){let t=1;const s=qe(a.data.subarray(t),!0);t+=s.length+1;const i=qe(a.data.subarray(t));return{key:a.type,info:s,data:i}}const e=qe(a.data.subarray(1));return{key:a.type,info:"",data:e}}function bh(a){if(a.type==="WXXX"){if(a.size<2)return;let t=1;const s=qe(a.data.subarray(t),!0);t+=s.length+1;const i=qe(a.data.subarray(t));return{key:a.type,info:s,data:i}}const e=qe(a.data);return{key:a.type,info:"",data:e}}function _h(a){return a.type==="PRIV"?Lh(a):a.type[0]==="W"?bh(a):a.type==="APIC"?Ih(a):Rh(a)}function Dh(a){const e=String.fromCharCode(a[0],a[1],a[2],a[3]),t=ei(a,4),s=10;return{type:e,size:t,data:a.subarray(s,s+t)}}const vs=10,Ch=10;function Qa(a){let e=0;const t=[];for(;gr(a,e);){const s=ei(a,e+6);a[e+5]>>6&1&&(e+=vs),e+=vs;const i=e+s;for(;e+Ch<i;){const r=Dh(a.subarray(e)),n=_h(r);n&&t.push(n),e+=r.size+vs}Ya(a,e)&&(e+=vs)}return t}function Za(a){return a&&a.key==="PRIV"&&a.info==="com.apple.streaming.transportStreamTimestamp"}function Ph(a){if(a.data.byteLength===8){const e=new Uint8Array(a.data),t=e[3]&1;let s=(e[4]<<23)+(e[5]<<15)+(e[6]<<7)+e[7];return s/=45,t&&(s+=4772185884e-2),Math.round(s)}}function pr(a){const e=Qa(a);for(let t=0;t<e.length;t++){const s=e[t];if(Za(s))return Ph(s)}}let We=(function(a){return a.audioId3="org.id3",a.dateRange="com.apple.quicktime.HLS",a.emsg="https://aomedia.org/emsg/ID3",a.misbklv="urn:misb:KLV:bin:1910.1",a})({});function it(a="",e=9e4){return{type:a,id:-1,pid:-1,inputTimeScale:e,sequenceNumber:-1,samples:[],dropped:0}}class yr{constructor(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}resetInitSegment(e,t,s,i){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}}resetTimeStamp(e){this.initPTS=e,this.resetContiguity()}resetContiguity(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0}canParse(e,t){return!1}appendFrame(e,t,s){}demux(e,t){this.cachedData&&(e=je(this.cachedData,e),this.cachedData=null);let s=cs(e,0),i=s?s.length:0,r;const n=this._audioTrack,o=this._id3Track,c=s?pr(s):void 0,l=e.length;for((this.basePTS===null||this.frameIndex===0&&H(c))&&(this.basePTS=kh(c,t,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),s&&s.length>0&&o.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:We.audioId3,duration:Number.POSITIVE_INFINITY});i<l;){if(this.canParse(e,i)){const h=this.appendFrame(n,e,i);h?(this.frameIndex++,this.lastPTS=h.sample.pts,i+=h.length,r=i):i=l}else vh(e,i)?(s=cs(e,i),o.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:We.audioId3,duration:Number.POSITIVE_INFINITY}),i+=s.length,r=i):i++;if(i===l&&r!==l){const h=e.slice(r);this.cachedData?this.cachedData=je(this.cachedData,h):this.cachedData=h}}return{audioTrack:n,videoTrack:it(),id3Track:o,textTrack:it()}}demuxSampleAes(e,t,s){return Promise.reject(new Error(`[${this}] This demuxer does not support Sample-AES decryption`))}flush(e){const t=this.cachedData;return t&&(this.cachedData=null,this.demux(t,0)),{audioTrack:this._audioTrack,videoTrack:it(),id3Track:this._id3Track,textTrack:it()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const kh=(a,e,t)=>{if(H(a))return a*90;const s=t?t.baseTime*9e4/t.timescale:0;return e*9e4+s};let Ts=null;const wh=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],Oh=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Fh=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],Mh=[0,1,1,4];function Ja(a,e,t,s,i){if(t+24>e.length)return;const r=eo(e,t);if(r&&t+r.frameLength<=e.length){const n=r.samplesPerFrame*9e4/r.sampleRate,o=s+i*n,c={unit:e.subarray(t,t+r.frameLength),pts:o,dts:o};return a.config=[],a.channelCount=r.channelCount,a.samplerate=r.sampleRate,a.samples.push(c),{sample:c,length:r.frameLength,missing:0}}}function eo(a,e){const t=a[e+1]>>3&3,s=a[e+1]>>1&3,i=a[e+2]>>4&15,r=a[e+2]>>2&3;if(t!==1&&i!==0&&i!==15&&r!==3){const n=a[e+2]>>1&1,o=a[e+3]>>6,c=t===3?3-s:s===3?3:4,l=wh[c*14+i-1]*1e3,u=Oh[(t===3?0:t===2?1:2)*3+r],d=o===3?1:2,g=Fh[t][s],f=Mh[s],p=g*8*f,y=Math.floor(g*l/u+n)*f;if(Ts===null){const T=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Ts=T?parseInt(T[1]):0}return Ts&&Ts<=87&&s===2&&l>=224e3&&o===0&&(a[e+3]=a[e+3]|128),{sampleRate:u,channelCount:d,frameLength:y,samplesPerFrame:p}}}function Er(a,e){return a[e]===255&&(a[e+1]&224)===224&&(a[e+1]&6)!==0}function to(a,e){return e+1<a.length&&Er(a,e)}function Nh(a,e){return Er(a,e)&&4<=a.length-e}function so(a,e){if(e+1<a.length&&Er(a,e)){const s=eo(a,e);let i=4;s!=null&&s.frameLength&&(i=s.frameLength);const r=e+i;return r===a.length||to(a,r)}return!1}class Bh extends yr{constructor(e,t){super(),this.observer=void 0,this.config=void 0,this.observer=e,this.config=t}resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e,t){if(!e)return!1;const s=cs(e,0);let i=s?.length||0;if(so(e,i))return!1;for(let r=e.length;i<r;i++)if(yh(e,i))return t.log("ADTS sync word found !"),!0;return!1}canParse(e,t){return ph(e,t)}appendFrame(e,t,s){ja(e,this.observer,t,s,e.manifestCodec);const i=Xa(e,t,s,this.basePTS,this.frameIndex);if(i&&i.missing===0)return i}}const io=(a,e)=>{let t=0,s=5;e+=s;const i=new Uint32Array(1),r=new Uint32Array(1),n=new Uint8Array(1);for(;s>0;){n[0]=a[e];const o=Math.min(s,8),c=8-o;r[0]=4278190080>>>24+c<<c,i[0]=(n[0]&r[0])>>c,t=t?t<<o|i[0]:i[0],e+=1,s-=o}return t};class Uh extends yr{constructor(e){super(),this.observer=void 0,this.observer=e}resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/ac-3",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"ac3",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}canParse(e,t){return t+64<e.length}appendFrame(e,t,s){const i=ro(e,t,s,this.basePTS,this.frameIndex);if(i!==-1)return{sample:e.samples[e.samples.length-1],length:i,missing:0}}static probe(e){if(!e)return!1;const t=cs(e,0);if(!t)return!1;const s=t.length;return e[s]===11&&e[s+1]===119&&pr(t)!==void 0&&io(e,s)<16}}function ro(a,e,t,s,i){if(t+8>e.length||e[t]!==11||e[t+1]!==119)return-1;const r=e[t+4]>>6;if(r>=3)return-1;const o=[48e3,44100,32e3][r],c=e[t+4]&63,h=[64,69,96,64,70,96,80,87,120,80,88,120,96,104,144,96,105,144,112,121,168,112,122,168,128,139,192,128,140,192,160,174,240,160,175,240,192,208,288,192,209,288,224,243,336,224,244,336,256,278,384,256,279,384,320,348,480,320,349,480,384,417,576,384,418,576,448,487,672,448,488,672,512,557,768,512,558,768,640,696,960,640,697,960,768,835,1152,768,836,1152,896,975,1344,896,976,1344,1024,1114,1536,1024,1115,1536,1152,1253,1728,1152,1254,1728,1280,1393,1920,1280,1394,1920][c*3+r]*2;if(t+h>e.length)return-1;const u=e[t+6]>>5;let d=0;u===2?d+=2:(u&1&&u!==1&&(d+=2),u&4&&(d+=2));const g=(e[t+6]<<8|e[t+7])>>12-d&1,p=[2,1,2,3,3,4,4,5][u]+g,y=e[t+5]>>3,E=e[t+5]&7,v=new Uint8Array([r<<6|y<<1|E>>2,(E&3)<<6|u<<3|g<<2|c>>4,c<<4&224]),T=1536/o*9e4,S=s+i*T,x=e.subarray(t,t+h);return a.config=v,a.channelCount=p,a.samplerate=o,a.samples.push({unit:x,pts:S}),h}class $h extends yr{resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e){if(!e)return!1;const t=cs(e,0);let s=t?.length||0;if(t&&e[s]===11&&e[s+1]===119&&pr(t)!==void 0&&io(e,s)<=16)return!1;for(let i=e.length;s<i;s++)if(so(e,s))return oe.log("MPEG Audio sync word found !"),!0;return!1}canParse(e,t){return Nh(e,t)}appendFrame(e,t,s){if(this.basePTS!==null)return Ja(e,t,s,this.basePTS,this.frameIndex)}}const Gh=/\/emsg[-/]ID3/i;class Kh{constructor(e,t){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=t}resetTimeStamp(){}resetInitSegment(e,t,s,i){const r=this.videoTrack=it("video",1),n=this.audioTrack=it("audio",1),o=this.txtTrack=it("text",1);if(this.id3Track=it("id3",1),this.timeOffset=0,!(e!=null&&e.byteLength))return;const c=ga(e);if(c.video){const{id:l,timescale:h,codec:u,supplemental:d}=c.video;r.id=l,r.timescale=o.timescale=h,r.codec=u,r.supplemental=d}if(c.audio){const{id:l,timescale:h,codec:u}=c.audio;n.id=l,n.timescale=h,n.codec=u}o.id=ua.text,r.sampleDuration=0,r.duration=n.duration=i}resetContiguity(){this.remainderData=null}static probe(e){return Ul(e)}demux(e,t){this.timeOffset=t;let s=e;const i=this.videoTrack,r=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=je(this.remainderData,e));const o=Wl(s);this.remainderData=o.remainder,i.samples=o.valid||new Uint8Array}else i.samples=s;const n=this.extractID3Track(i,t);return r.samples=Ur(t,i),{videoTrack:i,audioTrack:this.audioTrack,id3Track:n,textTrack:this.txtTrack}}flush(){const e=this.timeOffset,t=this.videoTrack,s=this.txtTrack;t.samples=this.remainderData||new Uint8Array,this.remainderData=null;const i=this.extractID3Track(t,this.timeOffset);return s.samples=Ur(e,t),{videoTrack:t,audioTrack:it(),id3Track:i,textTrack:it()}}extractID3Track(e,t){const s=this.id3Track;if(e.samples.length){const i=ee(e.samples,["emsg"]);i&&i.forEach(r=>{const n=jl(r);if(Gh.test(n.schemeIdUri)){const o=An(n,t);let c=n.eventDuration===4294967295?Number.POSITIVE_INFINITY:n.eventDuration/n.timeScale;c<=.001&&(c=Number.POSITIVE_INFINITY);const l=n.payload;s.samples.push({data:l,len:l.byteLength,dts:o,pts:o,type:We.emsg,duration:c})}else if(this.config.enableEmsgKLVMetadata&&n.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const o=An(n,t);s.samples.push({data:n.payload,len:n.payload.byteLength,dts:o,pts:o,type:We.misbklv,duration:Number.POSITIVE_INFINITY})}})}return s}demuxSampleAes(e,t,s){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))}destroy(){this.config=null,this.remainderData=null,this.videoTrack=this.audioTrack=this.id3Track=this.txtTrack=void 0}}function An(a,e){return H(a.presentationTime)?a.presentationTime/a.timeScale:e+a.presentationTimeDelta/a.timeScale}class Vh{constructor(e,t,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new lr(t,{removePKCS7Padding:!1})}decryptBuffer(e){return this.decrypter.decrypt(e,this.keyData.key.buffer,this.keyData.iv.buffer,Rt.cbc)}decryptAacSample(e,t,s){const i=e[t].unit;if(i.length<=16)return;const r=i.subarray(16,i.length-i.length%16),n=r.buffer.slice(r.byteOffset,r.byteOffset+r.length);this.decryptBuffer(n).then(o=>{const c=new Uint8Array(o);i.set(c,16),this.decrypter.isSync()||this.decryptAacSamples(e,t+1,s)}).catch(s)}decryptAacSamples(e,t,s){for(;;t++){if(t>=e.length){s();return}if(!(e[t].unit.length<32)&&(this.decryptAacSample(e,t,s),!this.decrypter.isSync()))return}}getAvcEncryptedData(e){const t=Math.floor((e.length-48)/160)*16+16,s=new Int8Array(t);let i=0;for(let r=32;r<e.length-16;r+=160,i+=16)s.set(e.subarray(r,r+16),i);return s}getAvcDecryptedUnit(e,t){const s=new Uint8Array(t);let i=0;for(let r=32;r<e.length-16;r+=160,i+=16)e.set(s.subarray(i,i+16),r);return e}decryptAvcSample(e,t,s,i,r){const n=ya(r.data),o=this.getAvcEncryptedData(n);this.decryptBuffer(o.buffer).then(c=>{r.data=this.getAvcDecryptedUnit(n,c),this.decrypter.isSync()||this.decryptAvcSamples(e,t,s+1,i)}).catch(i)}decryptAvcSamples(e,t,s,i){if(e instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;t++,s=0){if(t>=e.length){i();return}const r=e[t].units;for(;!(s>=r.length);s++){const n=r[s];if(!(n.data.length<=48||n.type!==1&&n.type!==5)&&(this.decryptAvcSample(e,t,s,i,n),!this.decrypter.isSync()))return}}}}class no{constructor(){this.VideoSample=null}createVideoSample(e,t,s){return{key:e,frame:!1,pts:t,dts:s,units:[],length:0}}getLastNalUnit(e){var t;let s=this.VideoSample,i;if((!s||s.units.length===0)&&(s=e[e.length-1]),(t=s)!=null&&t.units){const r=s.units;i=r[r.length-1]}return i}pushAccessUnit(e,t){if(e.units.length&&e.frame){if(e.pts===void 0){const s=t.samples,i=s.length;if(i){const r=s[i-1];e.pts=r.pts,e.dts=r.dts}else{t.dropped++;return}}t.samples.push(e)}}parseNALu(e,t,s){const i=t.byteLength;let r=e.naluState||0;const n=r,o=[];let c=0,l,h,u,d=-1,g=0;for(r===-1&&(d=0,g=this.getNALuType(t,0),r=0,c=1);c<i;){if(l=t[c++],!r){r=l?0:1;continue}if(r===1){r=l?0:2;continue}if(!l)r=3;else if(l===1){if(h=c-r-1,d>=0){const f={data:t.subarray(d,h),type:g};o.push(f)}else{const f=this.getLastNalUnit(e.samples);f&&(n&&c<=4-n&&f.state&&(f.data=f.data.subarray(0,f.data.byteLength-n)),h>0&&(f.data=je(f.data,t.subarray(0,h)),f.state=0))}c<i?(u=this.getNALuType(t,c),d=c,g=u,r=0):r=-1}else r=0}if(d>=0&&r>=0){const f={data:t.subarray(d,i),type:g,state:r};o.push(f)}if(o.length===0){const f=this.getLastNalUnit(e.samples);f&&(f.data=je(f.data,t))}return e.naluState=r,o}}class is{constructor(e){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=e,this.bytesAvailable=e.byteLength,this.word=0,this.bitsAvailable=0}loadWord(){const e=this.data,t=this.bytesAvailable,s=e.byteLength-t,i=new Uint8Array(4),r=Math.min(4,t);if(r===0)throw new Error("no bytes available");i.set(e.subarray(s,s+r)),this.word=new DataView(i.buffer).getUint32(0),this.bitsAvailable=r*8,this.bytesAvailable-=r}skipBits(e){let t;e=Math.min(e,this.bytesAvailable*8+this.bitsAvailable),this.bitsAvailable>e?(this.word<<=e,this.bitsAvailable-=e):(e-=this.bitsAvailable,t=e>>3,e-=t<<3,this.bytesAvailable-=t,this.loadWord(),this.word<<=e,this.bitsAvailable-=e)}readBits(e){let t=Math.min(this.bitsAvailable,e);const s=this.word>>>32-t;if(e>32&&oe.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=t,this.bitsAvailable>0)this.word<<=t;else if(this.bytesAvailable>0)this.loadWord();else throw new Error("no bits available");return t=e-t,t>0&&this.bitsAvailable?s<<t|this.readBits(t):s}skipLZ(){let e;for(e=0;e<this.bitsAvailable;++e)if((this.word&2147483648>>>e)!==0)return this.word<<=e,this.bitsAvailable-=e,e;return this.loadWord(),e+this.skipLZ()}skipUEG(){this.skipBits(1+this.skipLZ())}skipEG(){this.skipBits(1+this.skipLZ())}readUEG(){const e=this.skipLZ();return this.readBits(e+1)-1}readEG(){const e=this.readUEG();return 1&e?1+e>>>1:-1*(e>>>1)}readBoolean(){return this.readBits(1)===1}readUByte(){return this.readBits(8)}readUShort(){return this.readBits(16)}readUInt(){return this.readBits(32)}}class Hh extends no{parsePES(e,t,s,i){const r=this.parseNALu(e,s.data,i);let n=this.VideoSample,o,c=!1;s.data=null,n&&r.length&&!e.audFound&&(this.pushAccessUnit(n,e),n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),r.forEach(l=>{var h,u;switch(l.type){case 1:{let p=!1;o=!0;const y=l.data;if(c&&y.length>4){const E=this.readSliceType(y);(E===2||E===4||E===7||E===9)&&(p=!0)}if(p){var d;(d=n)!=null&&d.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null)}n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.frame=!0,n.key=p;break}case 5:o=!0,(h=n)!=null&&h.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 6:{o=!0,rr(l.data,1,s.pts,t.samples);break}case 7:{var g,f;o=!0,c=!0;const p=l.data,y=this.readSPS(p);if(!e.sps||e.width!==y.width||e.height!==y.height||((g=e.pixelRatio)==null?void 0:g[0])!==y.pixelRatio[0]||((f=e.pixelRatio)==null?void 0:f[1])!==y.pixelRatio[1]){e.width=y.width,e.height=y.height,e.pixelRatio=y.pixelRatio,e.sps=[p];const E=p.subarray(1,4);let v="avc1.";for(let T=0;T<3;T++){let S=E[T].toString(16);S.length<2&&(S="0"+S),v+=S}e.codec=v}break}case 8:o=!0,e.pps=[l.data];break;case 9:o=!0,e.audFound=!0,(u=n)!=null&&u.frame&&(this.pushAccessUnit(n,e),n=null),n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:o=!0;break;default:o=!1;break}n&&o&&n.units.push(l)}),i&&n&&(this.pushAccessUnit(n,e),this.VideoSample=null)}getNALuType(e,t){return e[t]&31}readSliceType(e){const t=new is(e);return t.readUByte(),t.readUEG(),t.readUEG()}skipScalingList(e,t){let s=8,i=8,r;for(let n=0;n<e;n++)i!==0&&(r=t.readEG(),i=(s+r+256)%256),s=i===0?s:i}readSPS(e){const t=new is(e);let s=0,i=0,r=0,n=0,o,c,l;const h=t.readUByte.bind(t),u=t.readBits.bind(t),d=t.readUEG.bind(t),g=t.readBoolean.bind(t),f=t.skipBits.bind(t),p=t.skipEG.bind(t),y=t.skipUEG.bind(t),E=this.skipScalingList.bind(this);h();const v=h();if(u(5),f(3),h(),y(),v===100||v===110||v===122||v===244||v===44||v===83||v===86||v===118||v===128){const L=d();if(L===3&&f(1),y(),y(),f(1),g())for(c=L!==3?8:12,l=0;l<c;l++)g()&&(l<6?E(16,t):E(64,t))}y();const T=d();if(T===0)d();else if(T===1)for(f(1),p(),p(),o=d(),l=0;l<o;l++)p();y(),f(1);const S=d(),x=d(),D=u(1);D===0&&f(1),f(1),g()&&(s=d(),i=d(),r=d(),n=d());let A=[1,1];if(g()&&g())switch(h()){case 1:A=[1,1];break;case 2:A=[12,11];break;case 3:A=[10,11];break;case 4:A=[16,11];break;case 5:A=[40,33];break;case 6:A=[24,11];break;case 7:A=[20,11];break;case 8:A=[32,11];break;case 9:A=[80,33];break;case 10:A=[18,11];break;case 11:A=[15,11];break;case 12:A=[64,33];break;case 13:A=[160,99];break;case 14:A=[4,3];break;case 15:A=[3,2];break;case 16:A=[2,1];break;case 255:{A=[h()<<8|h(),h()<<8|h()];break}}return{width:Math.ceil((S+1)*16-s*2-i*2),height:(2-D)*(x+1)*16-(D?2:4)*(r+n),pixelRatio:A}}}class Yh extends no{constructor(...e){super(...e),this.initVPS=null}parsePES(e,t,s,i){const r=this.parseNALu(e,s.data,i);let n=this.VideoSample,o,c=!1;s.data=null,n&&r.length&&!e.audFound&&(this.pushAccessUnit(n,e),n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),r.forEach(l=>{var h,u;switch(l.type){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),n.frame=!0,o=!0;break;case 16:case 17:case 18:case 21:if(o=!0,c){var d;(d=n)!=null&&d.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null)}n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 19:case 20:o=!0,(h=n)!=null&&h.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 39:o=!0,rr(l.data,2,s.pts,t.samples);break;case 32:o=!0,e.vps||(typeof e.params!="object"&&(e.params={}),e.params=le(e.params,this.readVPS(l.data)),this.initVPS=l.data),e.vps=[l.data];break;case 33:if(o=!0,c=!0,e.vps!==void 0&&e.vps[0]!==this.initVPS&&e.sps!==void 0&&!this.matchSPS(e.sps[0],l.data)&&(this.initVPS=e.vps[0],e.sps=e.pps=void 0),!e.sps){const g=this.readSPS(l.data);e.width=g.width,e.height=g.height,e.pixelRatio=g.pixelRatio,e.codec=g.codecString,e.sps=[],typeof e.params!="object"&&(e.params={});for(const f in g.params)e.params[f]=g.params[f]}this.pushParameterSet(e.sps,l.data,e.vps),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0;break;case 34:if(o=!0,typeof e.params=="object"){if(!e.pps){e.pps=[];const g=this.readPPS(l.data);for(const f in g)e.params[f]=g[f]}this.pushParameterSet(e.pps,l.data,e.vps)}break;case 35:o=!0,e.audFound=!0,(u=n)!=null&&u.frame&&(this.pushAccessUnit(n,e),n=null),n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;default:o=!1;break}n&&o&&n.units.push(l)}),i&&n&&(this.pushAccessUnit(n,e),this.VideoSample=null)}pushParameterSet(e,t,s){(s&&s[0]===this.initVPS||!s&&!e.length)&&e.push(t)}getNALuType(e,t){return(e[t]&126)>>>1}ebsp2rbsp(e){const t=new Uint8Array(e.byteLength);let s=0;for(let i=0;i<e.byteLength;i++)i>=2&&e[i]===3&&e[i-1]===0&&e[i-2]===0||(t[s]=e[i],s++);return new Uint8Array(t.buffer,0,s)}pushAccessUnit(e,t){super.pushAccessUnit(e,t),this.initVPS&&(this.initVPS=null)}readVPS(e){const t=new is(e);t.readUByte(),t.readUByte(),t.readBits(4),t.skipBits(2),t.readBits(6);const s=t.readBits(3),i=t.readBoolean();return{numTemporalLayers:s+1,temporalIdNested:i}}readSPS(e){const t=new is(this.ebsp2rbsp(e));t.readUByte(),t.readUByte(),t.readBits(4);const s=t.readBits(3);t.readBoolean();const i=t.readBits(2),r=t.readBoolean(),n=t.readBits(5),o=t.readUByte(),c=t.readUByte(),l=t.readUByte(),h=t.readUByte(),u=t.readUByte(),d=t.readUByte(),g=t.readUByte(),f=t.readUByte(),p=t.readUByte(),y=t.readUByte(),E=t.readUByte(),v=[],T=[];for(let te=0;te<s;te++)v.push(t.readBoolean()),T.push(t.readBoolean());if(s>0)for(let te=s;te<8;te++)t.readBits(2);for(let te=0;te<s;te++)v[te]&&(t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte()),T[te]&&t.readUByte();t.readUEG();const S=t.readUEG();S==3&&t.skipBits(1);const x=t.readUEG(),D=t.readUEG(),A=t.readBoolean();let L=0,R=0,I=0,C=0;A&&(L+=t.readUEG(),R+=t.readUEG(),I+=t.readUEG(),C+=t.readUEG());const $=t.readUEG(),V=t.readUEG(),G=t.readUEG(),O=t.readBoolean();for(let te=O?0:s;te<=s;te++)t.skipUEG(),t.skipUEG(),t.skipUEG();if(t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.readBoolean()&&t.readBoolean())for(let ve=0;ve<4;ve++)for(let Re=0;Re<(ve===3?2:6);Re++)if(!t.readBoolean())t.readUEG();else{const Ke=Math.min(64,1<<4+(ve<<1));ve>1&&t.readEG();for(let ht=0;ht<Ke;ht++)t.readEG()}t.readBoolean(),t.readBoolean(),t.readBoolean()&&(t.readUByte(),t.skipUEG(),t.skipUEG(),t.readBoolean());const P=t.readUEG();let M=0;for(let te=0;te<P;te++){let ve=!1;if(te!==0&&(ve=t.readBoolean()),ve){te===P&&t.readUEG(),t.readBoolean(),t.readUEG();let Re=0;for(let Je=0;Je<=M;Je++){const Ke=t.readBoolean();let ht=!1;Ke||(ht=t.readBoolean()),(Ke||ht)&&Re++}M=Re}else{const Re=t.readUEG(),Je=t.readUEG();M=Re+Je;for(let Ke=0;Ke<Re;Ke++)t.readUEG(),t.readBoolean();for(let Ke=0;Ke<Je;Ke++)t.readUEG(),t.readBoolean()}}if(t.readBoolean()){const te=t.readUEG();for(let ve=0;ve<te;ve++){for(let Re=0;Re<G+4;Re++)t.readBits(1);t.readBits(1)}}let B=0,U=1,z=1,Z=!0,j=1,J=0;t.readBoolean(),t.readBoolean();let de=!1;if(t.readBoolean()){if(t.readBoolean()){const ut=t.readUByte(),ds=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],Ft=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];ut>0&&ut<16?(U=ds[ut-1],z=Ft[ut-1]):ut===255&&(U=t.readBits(16),z=t.readBits(16))}if(t.readBoolean()&&t.readBoolean(),t.readBoolean()&&(t.readBits(3),t.readBoolean(),t.readBoolean()&&(t.readUByte(),t.readUByte(),t.readUByte())),t.readBoolean()&&(t.readUEG(),t.readUEG()),t.readBoolean(),t.readBoolean(),t.readBoolean(),de=t.readBoolean(),de&&(t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG()),t.readBoolean()&&(j=t.readBits(32),J=t.readBits(32),t.readBoolean()&&t.readUEG(),t.readBoolean())){const Ft=t.readBoolean(),ye=t.readBoolean();let Te=!1;(Ft||ye)&&(Te=t.readBoolean(),Te&&(t.readUByte(),t.readBits(5),t.readBoolean(),t.readBits(5)),t.readBits(4),t.readBits(4),Te&&t.readBits(4),t.readBits(5),t.readBits(5),t.readBits(5));for(let _t=0;_t<=s;_t++){Z=t.readBoolean();const si=Z||t.readBoolean();let Rr=!1;si?t.readEG():Rr=t.readBoolean();const br=Rr?1:t.readUEG()+1;if(Ft)for(let zt=0;zt<br;zt++)t.readUEG(),t.readUEG(),Te&&(t.readUEG(),t.readUEG()),t.skipBits(1);if(ye)for(let zt=0;zt<br;zt++)t.readUEG(),t.readUEG(),Te&&(t.readUEG(),t.readUEG()),t.skipBits(1)}}t.readBoolean()&&(t.readBoolean(),t.readBoolean(),t.readBoolean(),B=t.readUEG())}let ge=x,Oe=D;if(A){let te=1,ve=1;S===1?te=ve=2:S==2&&(te=2),ge=x-te*R-te*L,Oe=D-ve*C-ve*I}const Le=i?["A","B","C"][i]:"",Be=o<<24|c<<16|l<<8|h;let Fe=0;for(let te=0;te<32;te++)Fe=(Fe|(Be>>te&1)<<31-te)>>>0;let xe=Fe.toString(16);return n===1&&xe==="2"&&(xe="6"),{codecString:`hvc1.${Le}${n}.${xe}.${r?"H":"L"}${E}.B0`,params:{general_tier_flag:r,general_profile_idc:n,general_profile_space:i,general_profile_compatibility_flags:[o,c,l,h],general_constraint_indicator_flags:[u,d,g,f,p,y],general_level_idc:E,bit_depth:$+8,bit_depth_luma_minus8:$,bit_depth_chroma_minus8:V,min_spatial_segmentation_idc:B,chroma_format_idc:S,frame_rate:{fixed:Z,fps:J/j}},width:ge,height:Oe,pixelRatio:[U,z]}}readPPS(e){const t=new is(this.ebsp2rbsp(e));t.readUByte(),t.readUByte(),t.skipUEG(),t.skipUEG(),t.skipBits(2),t.skipBits(3),t.skipBits(2),t.skipUEG(),t.skipUEG(),t.skipEG(),t.skipBits(2),t.readBoolean()&&t.skipUEG(),t.skipEG(),t.skipEG(),t.skipBits(4);const i=t.readBoolean(),r=t.readBoolean();let n=1;return r&&i?n=0:r?n=3:i&&(n=2),{parallelismType:n}}matchSPS(e,t){return String.fromCharCode.apply(null,e).substr(3)===String.fromCharCode.apply(null,t).substr(3)}}const be=188;class xt{constructor(e,t,s,i){this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._pmtId=-1,this._videoTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.remainderData=null,this.videoParser=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.logger=i,this.videoParser=null}static probe(e,t){const s=xt.syncOffset(e);return s>0&&t.warn(`MPEG2-TS detected but first sync word found @ offset ${s}`),s!==-1}static syncOffset(e){const t=e.length;let s=Math.min(be*5,t-be)+1,i=0;for(;i<s;){let r=!1,n=-1,o=0;for(let c=i;c<t;c+=be)if(e[c]===71&&(t-c===be||e[c+be]===71)){if(o++,n===-1&&(n=c,n!==0&&(s=Math.min(n+be*99,e.length-be)+1)),r||(r=Hi(e,c)===0),r&&o>1&&(n===0&&o>2||c+be>s))return n}else{if(o)return-1;break}i++}return-1}static createTrack(e,t){return{container:e==="video"||e==="audio"?"video/mp2t":void 0,type:e,id:ua[e],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:e==="audio"?t:void 0}}resetInitSegment(e,t,s,i){this.pmtParsed=!1,this._pmtId=-1,this._videoTrack=xt.createTrack("video"),this._videoTrack.duration=i,this._audioTrack=xt.createTrack("audio",i),this._id3Track=xt.createTrack("id3"),this._txtTrack=xt.createTrack("text"),this._audioTrack.segmentCodec="aac",this.videoParser=null,this.aacOverFlow=null,this.remainderData=null,this.audioCodec=t,this.videoCodec=s}resetTimeStamp(){}resetContiguity(){const{_audioTrack:e,_videoTrack:t,_id3Track:s}=this;e&&(e.pesData=null),t&&(t.pesData=null),s&&(s.pesData=null),this.aacOverFlow=null,this.remainderData=null}demux(e,t,s=!1,i=!1){s||(this.sampleAes=null);let r;const n=this._videoTrack,o=this._audioTrack,c=this._id3Track,l=this._txtTrack;let h=n.pid,u=n.pesData,d=o.pid,g=c.pid,f=o.pesData,p=c.pesData,y=null,E=this.pmtParsed,v=this._pmtId,T=e.length;if(this.remainderData&&(e=je(this.remainderData,e),T=e.length,this.remainderData=null),T<be&&!i)return this.remainderData=e,{audioTrack:o,videoTrack:n,id3Track:c,textTrack:l};const S=Math.max(0,xt.syncOffset(e));T-=(T-S)%be,T<e.byteLength&&!i&&(this.remainderData=new Uint8Array(e.buffer,T,e.buffer.byteLength-T));let x=0;for(let A=S;A<T;A+=be)if(e[A]===71){const L=!!(e[A+1]&64),R=Hi(e,A),I=(e[A+3]&48)>>4;let C;if(I>1){if(C=A+5+e[A+4],C===A+be)continue}else C=A+4;switch(R){case h:L&&(u&&(r=Ut(u,this.logger))&&(this.readyVideoParser(n.segmentCodec),this.videoParser!==null&&this.videoParser.parsePES(n,l,r,!1)),u={data:[],size:0}),u&&(u.data.push(e.subarray(C,A+be)),u.size+=A+be-C);break;case d:if(L){if(f&&(r=Ut(f,this.logger)))switch(o.segmentCodec){case"aac":this.parseAACPES(o,r);break;case"mp3":this.parseMPEGPES(o,r);break;case"ac3":this.parseAC3PES(o,r);break}f={data:[],size:0}}f&&(f.data.push(e.subarray(C,A+be)),f.size+=A+be-C);break;case g:L&&(p&&(r=Ut(p,this.logger))&&this.parseID3PES(c,r),p={data:[],size:0}),p&&(p.data.push(e.subarray(C,A+be)),p.size+=A+be-C);break;case 0:L&&(C+=e[C]+1),v=this._pmtId=Wh(e,C);break;case v:{L&&(C+=e[C]+1);const $=qh(e,C,this.typeSupported,s,this.observer,this.logger);h=$.videoPid,h>0&&(n.pid=h,n.segmentCodec=$.segmentVideoCodec),d=$.audioPid,d>0&&(o.pid=d,o.segmentCodec=$.segmentAudioCodec),g=$.id3Pid,g>0&&(c.pid=g),y!==null&&!E&&(this.logger.warn(`MPEG-TS PMT found at ${A} after unknown PID '${y}'. Backtracking to sync byte @${S} to parse all TS packets.`),y=null,A=S-188),E=this.pmtParsed=!0;break}case 17:case 8191:break;default:y=R;break}}else x++;x>0&&Yi(this.observer,new Error(`Found ${x} TS packet/s that do not start with 0x47`),void 0,this.logger),n.pesData=u,o.pesData=f,c.pesData=p;const D={audioTrack:o,videoTrack:n,id3Track:c,textTrack:l};return i&&this.extractRemainingSamples(D),D}flush(){const{remainderData:e}=this;this.remainderData=null;let t;return e?t=this.demux(e,-1,!1,!0):t={videoTrack:this._videoTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t}extractRemainingSamples(e){const{audioTrack:t,videoTrack:s,id3Track:i,textTrack:r}=e,n=s.pesData,o=t.pesData,c=i.pesData;let l;if(n&&(l=Ut(n,this.logger))?(this.readyVideoParser(s.segmentCodec),this.videoParser!==null&&(this.videoParser.parsePES(s,r,l,!0),s.pesData=null)):s.pesData=n,o&&(l=Ut(o,this.logger))){switch(t.segmentCodec){case"aac":this.parseAACPES(t,l);break;case"mp3":this.parseMPEGPES(t,l);break;case"ac3":this.parseAC3PES(t,l);break}t.pesData=null}else o!=null&&o.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),t.pesData=o;c&&(l=Ut(c,this.logger))?(this.parseID3PES(i,l),i.pesData=null):i.pesData=c}demuxSampleAes(e,t,s){const i=this.demux(e,s,!0,!this.config.progressive),r=this.sampleAes=new Vh(this.observer,this.config,t);return this.decrypt(i,r)}readyVideoParser(e){this.videoParser===null&&(e==="avc"?this.videoParser=new Hh:e==="hevc"&&(this.videoParser=new Yh))}decrypt(e,t){return new Promise(s=>{const{audioTrack:i,videoTrack:r}=e;i.samples&&i.segmentCodec==="aac"?t.decryptAacSamples(i.samples,0,()=>{r.samples?t.decryptAvcSamples(r.samples,0,0,()=>{s(e)}):s(e)}):r.samples&&t.decryptAvcSamples(r.samples,0,0,()=>{s(e)})})}destroy(){this.observer&&this.observer.removeAllListeners(),this.config=this.logger=this.observer=null,this.aacOverFlow=this.videoParser=this.remainderData=this.sampleAes=null,this._videoTrack=this._audioTrack=this._id3Track=this._txtTrack=void 0}parseAACPES(e,t){let s=0;const i=this.aacOverFlow;let r=t.data;if(i){this.aacOverFlow=null;const u=i.missing,d=i.sample.unit.byteLength;if(u===-1)r=je(i.sample.unit,r);else{const g=d-u;i.sample.unit.set(r.subarray(0,u),g),e.samples.push(i.sample),s=i.missing}}let n,o;for(n=s,o=r.length;n<o-1&&!zs(r,n);n++);if(n!==s){let u;const d=n<o-1;if(d?u=`AAC PES did not start with ADTS header,offset:${n}`:u="No ADTS header found in AAC PES",Yi(this.observer,new Error(u),d,this.logger),!d)return}ja(e,this.observer,r,n,this.audioCodec);let c;if(t.pts!==void 0)c=t.pts;else if(i){const u=za(e.samplerate);c=i.sample.pts+u}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let l=0,h;for(;n<o;)if(h=Xa(e,r,n,c,l),n+=h.length,h.missing){this.aacOverFlow=h;break}else for(l++;n<o-1&&!zs(r,n);n++);}parseMPEGPES(e,t){const s=t.data,i=s.length;let r=0,n=0;const o=t.pts;if(o===void 0){this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS");return}for(;n<i;)if(to(s,n)){const c=Ja(e,s,n,o,r);if(c)n+=c.length,r++;else break}else n++}parseAC3PES(e,t){{const s=t.data,i=t.pts;if(i===void 0){this.logger.warn("[tsdemuxer]: AC3 PES unknown PTS");return}const r=s.length;let n=0,o=0,c;for(;o<r&&(c=ro(e,s,o,i,n++))>0;)o+=c}}parseID3PES(e,t){if(t.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=le({},t,{type:this._videoTrack?We.emsg:We.audioId3,duration:Number.POSITIVE_INFINITY});e.samples.push(s)}}function Hi(a,e){return((a[e+1]&31)<<8)+a[e+2]}function Wh(a,e){return(a[e+10]&31)<<8|a[e+11]}function qh(a,e,t,s,i,r){const n={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},o=(a[e+1]&15)<<8|a[e+2],c=e+3+o-4,l=(a[e+10]&15)<<8|a[e+11];for(e+=12+l;e<c;){const h=Hi(a,e),u=(a[e+3]&15)<<8|a[e+4];switch(a[e]){case 207:if(!s){yi("ADTS AAC",r);break}case 15:n.audioPid===-1&&(n.audioPid=h);break;case 21:n.id3Pid===-1&&(n.id3Pid=h);break;case 219:if(!s){yi("H.264",r);break}case 27:n.videoPid===-1&&(n.videoPid=h);break;case 3:case 4:!t.mpeg&&!t.mp3?r.log("MPEG audio found, not supported in this browser"):n.audioPid===-1&&(n.audioPid=h,n.segmentAudioCodec="mp3");break;case 193:if(!s){yi("AC-3",r);break}case 129:t.ac3?n.audioPid===-1&&(n.audioPid=h,n.segmentAudioCodec="ac3"):r.log("AC-3 audio found, not supported in this browser");break;case 6:if(n.audioPid===-1&&u>0){let d=e+5,g=u;for(;g>2;){a[d]===106&&(t.ac3!==!0?r.log("AC-3 audio found, not supported in this browser for now"):(n.audioPid=h,n.segmentAudioCodec="ac3"));const p=a[d+1]+2;d+=p,g-=p}}break;case 194:case 135:return Yi(i,new Error("Unsupported EC-3 in M2TS found"),void 0,r),n;case 36:n.videoPid===-1&&(n.videoPid=h,n.segmentVideoCodec="hevc",r.log("HEVC in M2TS found"));break}e+=u+5}return n}function Yi(a,e,t,s){s.warn(`parsing error: ${e.message}`),a.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,levelRetry:t,error:e,reason:e.message})}function yi(a,e){e.log(`${a} with AES-128-CBC encryption found in unencrypted stream`)}function Ut(a,e){let t=0,s,i,r,n,o;const c=a.data;if(!a||a.size===0)return null;for(;c[0].length<19&&c.length>1;)c[0]=je(c[0],c[1]),c.splice(1,1);if(s=c[0],(s[0]<<16)+(s[1]<<8)+s[2]===1){if(i=(s[4]<<8)+s[5],i&&i>a.size-6)return null;const h=s[7];h&192&&(n=(s[9]&14)*536870912+(s[10]&255)*4194304+(s[11]&254)*16384+(s[12]&255)*128+(s[13]&254)/2,h&64?(o=(s[14]&14)*536870912+(s[15]&255)*4194304+(s[16]&254)*16384+(s[17]&255)*128+(s[18]&254)/2,n-o>60*9e4&&(e.warn(`${Math.round((n-o)/9e4)}s delta between PTS and DTS, align them`),n=o)):o=n),r=s[8];let u=r+9;if(a.size<=u)return null;a.size-=u;const d=new Uint8Array(a.size);for(let g=0,f=c.length;g<f;g++){s=c[g];let p=s.byteLength;if(u)if(u>p){u-=p;continue}else s=s.subarray(u),p-=u,u=0;d.set(s,t),t+=p}return i&&(i-=r+3),{data:d,pts:n,dts:o,len:i}}return null}class jh{static getSilentFrame(e,t){switch(e){case"mp4a.40.2":if(t===1)return new Uint8Array([0,200,0,128,35,128]);if(t===2)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(t===3)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(t===4)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(t===5)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(t===6)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224]);break;default:if(t===1)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===2)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===3)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);break}}}const Et=Math.pow(2,32)-1;class b{static init(){b.types={avc1:[],avcC:[],hvc1:[],hvcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],dac3:[],"ac-3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]};let e;for(e in b.types)b.types.hasOwnProperty(e)&&(b.types[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);const t=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),s=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);b.HDLR_TYPES={video:t,audio:s};const i=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),r=new Uint8Array([0,0,0,0,0,0,0,0]);b.STTS=b.STSC=b.STCO=r,b.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),b.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),b.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),b.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const n=new Uint8Array([105,115,111,109]),o=new Uint8Array([97,118,99,49]),c=new Uint8Array([0,0,0,1]);b.FTYP=b.box(b.types.ftyp,n,c,n,o),b.DINF=b.box(b.types.dinf,b.box(b.types.dref,i))}static box(e,...t){let s=8,i=t.length;const r=i;for(;i--;)s+=t[i].byteLength;const n=new Uint8Array(s);for(n[0]=s>>24&255,n[1]=s>>16&255,n[2]=s>>8&255,n[3]=s&255,n.set(e,4),i=0,s=8;i<r;i++)n.set(t[i],s),s+=t[i].byteLength;return n}static hdlr(e){return b.box(b.types.hdlr,b.HDLR_TYPES[e])}static mdat(e){return b.box(b.types.mdat,e)}static mdhd(e,t){t*=e;const s=Math.floor(t/(Et+1)),i=Math.floor(t%(Et+1));return b.box(b.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,e&255,s>>24,s>>16&255,s>>8&255,s&255,i>>24,i>>16&255,i>>8&255,i&255,85,196,0,0]))}static mdia(e){return b.box(b.types.mdia,b.mdhd(e.timescale||0,e.duration||0),b.hdlr(e.type),b.minf(e))}static mfhd(e){return b.box(b.types.mfhd,new Uint8Array([0,0,0,0,e>>24,e>>16&255,e>>8&255,e&255]))}static minf(e){return e.type==="audio"?b.box(b.types.minf,b.box(b.types.smhd,b.SMHD),b.DINF,b.stbl(e)):b.box(b.types.minf,b.box(b.types.vmhd,b.VMHD),b.DINF,b.stbl(e))}static moof(e,t,s){return b.box(b.types.moof,b.mfhd(e),b.traf(s,t))}static moov(e){let t=e.length;const s=[];for(;t--;)s[t]=b.trak(e[t]);return b.box.apply(null,[b.types.moov,b.mvhd(e[0].timescale||0,e[0].duration||0)].concat(s).concat(b.mvex(e)))}static mvex(e){let t=e.length;const s=[];for(;t--;)s[t]=b.trex(e[t]);return b.box.apply(null,[b.types.mvex,...s])}static mvhd(e,t){t*=e;const s=Math.floor(t/(Et+1)),i=Math.floor(t%(Et+1)),r=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,e&255,s>>24,s>>16&255,s>>8&255,s&255,i>>24,i>>16&255,i>>8&255,i&255,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return b.box(b.types.mvhd,r)}static sdtp(e){const t=e.samples||[],s=new Uint8Array(4+t.length);let i,r;for(i=0;i<t.length;i++)r=t[i].flags,s[i+4]=r.dependsOn<<4|r.isDependedOn<<2|r.hasRedundancy;return b.box(b.types.sdtp,s)}static stbl(e){return b.box(b.types.stbl,b.stsd(e),b.box(b.types.stts,b.STTS),b.box(b.types.stsc,b.STSC),b.box(b.types.stsz,b.STSZ),b.box(b.types.stco,b.STCO))}static avc1(e){let t=[],s=[],i,r,n;for(i=0;i<e.sps.length;i++)r=e.sps[i],n=r.byteLength,t.push(n>>>8&255),t.push(n&255),t=t.concat(Array.prototype.slice.call(r));for(i=0;i<e.pps.length;i++)r=e.pps[i],n=r.byteLength,s.push(n>>>8&255),s.push(n&255),s=s.concat(Array.prototype.slice.call(r));const o=b.box(b.types.avcC,new Uint8Array([1,t[3],t[4],t[5],255,224|e.sps.length].concat(t).concat([e.pps.length]).concat(s))),c=e.width,l=e.height,h=e.pixelRatio[0],u=e.pixelRatio[1];return b.box(b.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,c>>8&255,c&255,l>>8&255,l&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),o,b.box(b.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),b.box(b.types.pasp,new Uint8Array([h>>24,h>>16&255,h>>8&255,h&255,u>>24,u>>16&255,u>>8&255,u&255])))}static esds(e){const t=e.config;return new Uint8Array([0,0,0,0,3,25,0,1,0,4,17,64,21,0,0,0,0,0,0,0,0,0,0,0,5,2,...t,6,1,2])}static audioStsd(e){const t=e.samplerate||0;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount||0,0,16,0,0,0,0,t>>8&255,t&255,0,0])}static mp4a(e){return b.box(b.types.mp4a,b.audioStsd(e),b.box(b.types.esds,b.esds(e)))}static mp3(e){return b.box(b.types[".mp3"],b.audioStsd(e))}static ac3(e){return b.box(b.types["ac-3"],b.audioStsd(e),b.box(b.types.dac3,e.config))}static stsd(e){const{segmentCodec:t}=e;if(e.type==="audio"){if(t==="aac")return b.box(b.types.stsd,b.STSD,b.mp4a(e));if(t==="ac3"&&e.config)return b.box(b.types.stsd,b.STSD,b.ac3(e));if(t==="mp3"&&e.codec==="mp3")return b.box(b.types.stsd,b.STSD,b.mp3(e))}else if(e.pps&&e.sps){if(t==="avc")return b.box(b.types.stsd,b.STSD,b.avc1(e));if(t==="hevc"&&e.vps)return b.box(b.types.stsd,b.STSD,b.hvc1(e))}else throw new Error("video track missing pps or sps");throw new Error(`unsupported ${e.type} segment codec (${t}/${e.codec})`)}static tkhd(e){const t=e.id,s=(e.duration||0)*(e.timescale||0),i=e.width||0,r=e.height||0,n=Math.floor(s/(Et+1)),o=Math.floor(s%(Et+1));return b.box(b.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,t&255,0,0,0,0,n>>24,n>>16&255,n>>8&255,n&255,o>>24,o>>16&255,o>>8&255,o&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,i>>8&255,i&255,0,0,r>>8&255,r&255,0,0]))}static traf(e,t){const s=b.sdtp(e),i=e.id,r=Math.floor(t/(Et+1)),n=Math.floor(t%(Et+1));return b.box(b.types.traf,b.box(b.types.tfhd,new Uint8Array([0,0,0,0,i>>24,i>>16&255,i>>8&255,i&255])),b.box(b.types.tfdt,new Uint8Array([1,0,0,0,r>>24,r>>16&255,r>>8&255,r&255,n>>24,n>>16&255,n>>8&255,n&255])),b.trun(e,s.length+16+20+8+16+8+8),s)}static trak(e){return e.duration=e.duration||4294967295,b.box(b.types.trak,b.tkhd(e),b.mdia(e))}static trex(e){const t=e.id;return b.box(b.types.trex,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,t&255,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))}static trun(e,t){const s=e.samples||[],i=s.length,r=12+16*i,n=new Uint8Array(r);let o,c,l,h,u,d;for(t+=8+r,n.set([e.type==="video"?1:0,0,15,1,i>>>24&255,i>>>16&255,i>>>8&255,i&255,t>>>24&255,t>>>16&255,t>>>8&255,t&255],0),o=0;o<i;o++)c=s[o],l=c.duration,h=c.size,u=c.flags,d=c.cts,n.set([l>>>24&255,l>>>16&255,l>>>8&255,l&255,h>>>24&255,h>>>16&255,h>>>8&255,h&255,u.isLeading<<2|u.dependsOn,u.isDependedOn<<6|u.hasRedundancy<<4|u.paddingValue<<1|u.isNonSync,u.degradPrio&61440,u.degradPrio&15,d>>>24&255,d>>>16&255,d>>>8&255,d&255],12+16*o);return b.box(b.types.trun,n)}static initSegment(e){b.types||b.init();const t=b.moov(e);return je(b.FTYP,t)}static hvc1(e){const t=e.params,s=[e.vps,e.sps,e.pps],i=4,r=new Uint8Array([1,t.general_profile_space<<6|(t.general_tier_flag?32:0)|t.general_profile_idc,t.general_profile_compatibility_flags[0],t.general_profile_compatibility_flags[1],t.general_profile_compatibility_flags[2],t.general_profile_compatibility_flags[3],t.general_constraint_indicator_flags[0],t.general_constraint_indicator_flags[1],t.general_constraint_indicator_flags[2],t.general_constraint_indicator_flags[3],t.general_constraint_indicator_flags[4],t.general_constraint_indicator_flags[5],t.general_level_idc,240|t.min_spatial_segmentation_idc>>8,255&t.min_spatial_segmentation_idc,252|t.parallelismType,252|t.chroma_format_idc,248|t.bit_depth_luma_minus8,248|t.bit_depth_chroma_minus8,0,parseInt(t.frame_rate.fps),i-1|t.temporal_id_nested<<2|t.num_temporal_layers<<3|(t.frame_rate.fixed?64:0),s.length]);let n=r.length;for(let f=0;f<s.length;f+=1){n+=3;for(let p=0;p<s[f].length;p+=1)n+=2+s[f][p].length}const o=new Uint8Array(n);o.set(r,0),n=r.length;const c=s.length-1;for(let f=0;f<s.length;f+=1){o.set(new Uint8Array([32+f|(f===c?128:0),0,s[f].length]),n),n+=3;for(let p=0;p<s[f].length;p+=1)o.set(new Uint8Array([s[f][p].length>>8,s[f][p].length&255]),n),n+=2,o.set(s[f][p],n),n+=s[f][p].length}const l=b.box(b.types.hvcC,o),h=e.width,u=e.height,d=e.pixelRatio[0],g=e.pixelRatio[1];return b.box(b.types.hvc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,h>>8&255,h&255,u>>8&255,u&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),l,b.box(b.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),b.box(b.types.pasp,new Uint8Array([d>>24,d>>16&255,d>>8&255,d&255,g>>24,g>>16&255,g>>8&255,g&255])))}}b.types=void 0;b.HDLR_TYPES=void 0;b.STTS=void 0;b.STSC=void 0;b.STCO=void 0;b.STSZ=void 0;b.VMHD=void 0;b.SMHD=void 0;b.STSD=void 0;b.FTYP=void 0;b.DINF=void 0;const ao=9e4;function vr(a,e,t=1,s=!1){const i=a*e*t;return s?Math.round(i):i}function zh(a,e,t=1,s=!1){return vr(a,e,1/t,s)}function Zt(a,e=!1){return vr(a,1e3,1/ao,e)}function Xh(a,e=1){return vr(a,ao,1/e)}function In(a){const{baseTime:e,timescale:t,trackId:s}=a;return`${e/t} (${e}/${t}) trackId: ${s}`}const Qh=10*1e3,Zh=1024,Jh=1152,eu=1536;let $t=null,Ei=null;function Ln(a,e,t,s){return{duration:e,size:t,cts:s,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:a?2:1,isNonSync:a?0:1}}}class ws extends ze{constructor(e,t,s,i){if(super("mp4-remuxer",i),this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextVideoTs=null,this.nextAudioTs=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.ISGenerated=!1,$t===null){const n=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);$t=n?parseInt(n[1]):0}if(Ei===null){const r=navigator.userAgent.match(/Safari\/(\d+)/i);Ei=r?parseInt(r[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(e){const t=this._initPTS;(!t||!e||e.trackId!==t.trackId||e.baseTime!==t.baseTime||e.timescale!==t.timescale)&&this.log(`Reset initPTS: ${t&&In(t)} > ${e&&In(e)}`),this._initPTS=this._initDTS=e}resetNextTimestamp(){this.log("reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1}resetInitSegment(){this.log("ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0}getVideoStartPts(e){let t=!1;const s=e[0].pts,i=e.reduce((r,n)=>{let o=n.pts,c=o-r;return c<-4294967296&&(t=!0,o=Ye(o,s),c=o-r),c>0?r:o},s);return t&&this.debug("PTS rollover detected"),i}remux(e,t,s,i,r,n,o,c){let l,h,u,d,g,f,p=r,y=r;const E=e.pid>-1,v=t.pid>-1,T=t.samples.length,S=e.samples.length>0,x=o&&T>0||T>1;if((!E||S)&&(!v||x)||this.ISGenerated||o){if(this.ISGenerated){var A,L,R,I;const G=this.videoTrackConfig;(G&&(t.width!==G.width||t.height!==G.height||((A=t.pixelRatio)==null?void 0:A[0])!==((L=G.pixelRatio)==null?void 0:L[0])||((R=t.pixelRatio)==null?void 0:R[1])!==((I=G.pixelRatio)==null?void 0:I[1]))||!G&&x||this.nextAudioTs===null&&S)&&this.resetInitSegment()}this.ISGenerated||(u=this.generateIS(e,t,r,n));const C=this.isVideoContiguous;let $=-1,V;if(x&&($=tu(t.samples),!C&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,$>0){this.warn(`Dropped ${$} out of ${T} video samples due to a missing keyframe`);const G=this.getVideoStartPts(t.samples);t.samples=t.samples.slice($),t.dropped+=$,y+=(t.samples[0].pts-G)/t.inputTimeScale,V=y}else $===-1&&(this.warn(`No keyframe found out of ${T} video samples`),f=!1);if(this.ISGenerated){if(S&&x){const G=this.getVideoStartPts(t.samples),k=(Ye(e.samples[0].pts,G)-G)/t.inputTimeScale;p+=Math.max(0,k),y+=Math.max(0,-k)}if(S){if(e.samplerate||(this.warn("regenerate InitSegment as audio detected"),u=this.generateIS(e,t,r,n)),h=this.remuxAudio(e,p,this.isAudioContiguous,n,v||x||c===Y.AUDIO?y:void 0),x){const G=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),u=this.generateIS(e,t,r,n)),l=this.remuxVideo(t,y,C,G)}}else x&&(l=this.remuxVideo(t,y,C,0));l&&(l.firstKeyFrame=$,l.independent=$!==-1,l.firstKeyFramePTS=V)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(g=oo(s,r,this._initPTS,this._initDTS)),i.samples.length&&(d=lo(i,r,this._initPTS))),{audio:h,video:l,initSegment:u,independent:f,text:d,id3:g}}computeInitPts(e,t,s,i){const r=Math.round(s*t);let n=Ye(e,r);if(n<r+t)for(this.log(`Adjusting PTS for rollover in timeline near ${(r-n)/t} ${i}`);n<r+t;)n+=8589934592;return n-r}generateIS(e,t,s,i){const r=e.samples,n=t.samples,o=this.typeSupported,c={},l=this._initPTS;let h=!l||i,u="audio/mp4",d,g,f,p=-1;if(h&&(d=g=1/0),e.config&&r.length){switch(e.timescale=e.samplerate,e.segmentCodec){case"mp3":o.mpeg?(u="audio/mpeg",e.codec=""):o.mp3&&(e.codec="mp3");break;case"ac3":e.codec="ac-3";break}c.audio={id:"audio",container:u,codec:e.codec,initSegment:e.segmentCodec==="mp3"&&o.mpeg?new Uint8Array(0):b.initSegment([e]),metadata:{channelCount:e.channelCount}},h&&(p=e.id,f=e.inputTimeScale,!l||f!==l.timescale?d=g=this.computeInitPts(r[0].pts,f,s,"audio"):h=!1)}if(t.sps&&t.pps&&n.length){if(t.timescale=t.inputTimeScale,c.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:b.initSegment([t]),metadata:{width:t.width,height:t.height}},h)if(p=t.id,f=t.inputTimeScale,!l||f!==l.timescale){const y=this.getVideoStartPts(n),E=Ye(n[0].dts,y),v=this.computeInitPts(E,f,s,"video"),T=this.computeInitPts(y,f,s,"video");g=Math.min(g,v),d=Math.min(d,T)}else h=!1;this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(c).length)return this.ISGenerated=!0,h?(l&&this.warn(`Timestamps at playlist time: ${i?"":"~"}${s} ${d/f} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${d/f} (${d}/${f}) trackId: ${p}`),this._initPTS={baseTime:d,timescale:f,trackId:p},this._initDTS={baseTime:g,timescale:f,trackId:p}):d=f=void 0,{tracks:c,initPTS:d,timescale:f,trackId:p}}remuxVideo(e,t,s,i){const r=e.inputTimeScale,n=e.samples,o=[],c=n.length,l=this._initPTS,h=l.baseTime*r/l.timescale;let u=this.nextVideoTs,d=8,g=this.videoSampleDuration,f,p,y=Number.POSITIVE_INFINITY,E=Number.NEGATIVE_INFINITY,v=!1;if(!s||u===null){const B=h+t*r,U=n[0].pts-Ye(n[0].dts,n[0].pts);$t&&u!==null&&Math.abs(B-U-(u+h))<15e3?s=!0:u=B-U-h}const T=u+h;for(let B=0;B<c;B++){const U=n[B];U.pts=Ye(U.pts,T),U.dts=Ye(U.dts,T),U.dts<n[B>0?B-1:B].dts&&(v=!0)}v&&n.sort(function(B,U){const z=B.dts-U.dts,Z=B.pts-U.pts;return z||Z}),f=n[0].dts,p=n[n.length-1].dts;const S=p-f,x=S?Math.round(S/(c-1)):g||e.inputTimeScale/30;if(s){const B=f-T,U=B>x,z=B<-1;if((U||z)&&(U?this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${Zt(B,!0)} ms (${B}dts) hole between fragments detected at ${t.toFixed(3)}`):this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${Zt(-B,!0)} ms (${B}dts) overlapping between fragments detected at ${t.toFixed(3)}`),!z||T>=n[0].pts||$t)){f=T;const Z=n[0].pts-B;if(U)n[0].dts=f,n[0].pts=Z;else{let j=!0;for(let J=0;J<n.length&&!(n[J].dts>Z&&j);J++){const de=n[J].pts;if(n[J].dts-=B,n[J].pts-=B,J<n.length-1){const ce=n[J+1].pts,ge=n[J].pts,Oe=ce<=ge,Le=ce<=de;j=Oe==Le}}}this.log(`Video: Initial PTS/DTS adjusted: ${Zt(Z,!0)}/${Zt(f,!0)}, delta: ${Zt(B,!0)} ms`)}}f=Math.max(0,f);let D=0,A=0,L=f;for(let B=0;B<c;B++){const U=n[B],z=U.units,Z=z.length;let j=0;for(let J=0;J<Z;J++)j+=z[J].data.length;A+=j,D+=Z,U.length=j,U.dts<L?(U.dts=L,L+=x/4|0||1):L=U.dts,y=Math.min(U.pts,y),E=Math.max(U.pts,E)}p=n[c-1].dts;const R=A+4*D+8;let I;try{I=new Uint8Array(R)}catch(B){this.observer.emit(m.ERROR,m.ERROR,{type:W.MUX_ERROR,details:_.REMUX_ALLOC_ERROR,fatal:!1,error:B,bytes:R,reason:`fail allocating video mdat ${R}`});return}const C=new DataView(I.buffer);C.setUint32(0,R),I.set(b.types.mdat,4);let $=!1,V=Number.POSITIVE_INFINITY,G=Number.POSITIVE_INFINITY,O=Number.NEGATIVE_INFINITY,k=Number.NEGATIVE_INFINITY;for(let B=0;B<c;B++){const U=n[B],z=U.units;let Z=0;for(let de=0,ce=z.length;de<ce;de++){const ge=z[de],Oe=ge.data,Le=ge.data.byteLength;C.setUint32(d,Le),d+=4,I.set(Oe,d),d+=Le,Z+=4+Le}let j;if(B<c-1)g=n[B+1].dts-U.dts,j=n[B+1].pts-U.pts;else{const de=this.config,ce=B>0?U.dts-n[B-1].dts:x;if(j=B>0?U.pts-n[B-1].pts:x,de.stretchShortVideoTrack&&this.nextAudioTs!==null){const ge=Math.floor(de.maxBufferHole*r),Oe=(i?y+i*r:this.nextAudioTs+h)-U.pts;Oe>ge?(g=Oe-ce,g<0?g=ce:$=!0,this.log(`It is approximately ${Oe/90} ms to the next segment; using duration ${g/90} ms for the last video frame.`)):g=ce}else g=ce}const J=Math.round(U.pts-U.dts);V=Math.min(V,g),O=Math.max(O,g),G=Math.min(G,j),k=Math.max(k,j),o.push(Ln(U.key,g,Z,J))}if(o.length){if($t){if($t<70){const B=o[0].flags;B.dependsOn=2,B.isNonSync=0}}else if(Ei&&k-G<O-V&&x/O<.025&&o[0].cts===0){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let B=f;for(let U=0,z=o.length;U<z;U++){const Z=B+o[U].duration,j=B+o[U].cts;if(U<z-1){const J=Z+o[U+1].cts;o[U].duration=J-j}else o[U].duration=U?o[U-1].duration:x;o[U].cts=0,B=Z}}}g=$||!g?x:g;const N=p+g;this.nextVideoTs=u=N-h,this.videoSampleDuration=g,this.isVideoContiguous=!0;const K={data1:b.moof(e.sequenceNumber++,f,le(e,{samples:o})),data2:I,startPTS:(y-h)/r,endPTS:(E+g-h)/r,startDTS:(f-h)/r,endDTS:u/r,type:"video",hasAudio:!1,hasVideo:!0,nb:o.length,dropped:e.dropped};return e.samples=[],e.dropped=0,K}getSamplesPerFrame(e){switch(e.segmentCodec){case"mp3":return Jh;case"ac3":return eu;default:return Zh}}remuxAudio(e,t,s,i,r){const n=e.inputTimeScale,o=e.samplerate?e.samplerate:n,c=n/o,l=this.getSamplesPerFrame(e),h=l*c,u=this._initPTS,d=e.segmentCodec==="mp3"&&this.typeSupported.mpeg,g=[],f=r!==void 0;let p=e.samples,y=d?0:8,E=this.nextAudioTs||-1;const v=u.baseTime*n/u.timescale,T=v+t*n;if(this.isAudioContiguous=s=s||p.length&&E>0&&(i&&Math.abs(T-(E+v))<9e3||Math.abs(Ye(p[0].pts,T)-(E+v))<20*h),p.forEach(function(k){k.pts=Ye(k.pts,T)}),!s||E<0){const k=p.length;if(p=p.filter(N=>N.pts>=0),k!==p.length&&this.warn(`Removed ${p.length-k} of ${k} samples (initPTS ${v} / ${n})`),!p.length)return;r===0?E=0:i&&!f?E=Math.max(0,T-v):E=p[0].pts-v}if(e.segmentCodec==="aac"){const k=this.config.maxAudioFramesDrift;for(let N=0,P=E+v;N<p.length;N++){const M=p[N],K=M.pts,B=K-P,U=Math.abs(1e3*B/n);if(B<=-k*h&&f)N===0&&(this.warn(`Audio frame @ ${(K/n).toFixed(3)}s overlaps marker by ${Math.round(1e3*B/n)} ms.`),this.nextAudioTs=E=K-v,P=K);else if(B>=k*h&&U<Qh&&f){let z=Math.round(B/h);for(P=K-z*h;P<0&&z&&h;)z--,P+=h;N===0&&(this.nextAudioTs=E=P-v),this.warn(`Injecting ${z} audio frames @ ${((P-v)/n).toFixed(3)}s due to ${Math.round(1e3*B/n)} ms gap.`);for(let Z=0;Z<z;Z++){let j=jh.getSilentFrame(e.parsedCodec||e.manifestCodec||e.codec,e.channelCount);j||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),j=M.unit.subarray()),p.splice(N,0,{unit:j,pts:P}),P+=h,N++}}M.pts=P,P+=h}}let S=null,x=null,D,A=0,L=p.length;for(;L--;)A+=p[L].unit.byteLength;for(let k=0,N=p.length;k<N;k++){const P=p[k],M=P.unit;let K=P.pts;if(x!==null){const U=g[k-1];U.duration=Math.round((K-x)/c)}else if(s&&e.segmentCodec==="aac"&&(K=E+v),S=K,A>0){A+=y;try{D=new Uint8Array(A)}catch(U){this.observer.emit(m.ERROR,m.ERROR,{type:W.MUX_ERROR,details:_.REMUX_ALLOC_ERROR,fatal:!1,error:U,bytes:A,reason:`fail allocating audio mdat ${A}`});return}d||(new DataView(D.buffer).setUint32(0,A),D.set(b.types.mdat,4))}else return;D.set(M,y);const B=M.byteLength;y+=B,g.push(Ln(!0,l,B,0)),x=K}const R=g.length;if(!R)return;const I=g[g.length-1];E=x-v,this.nextAudioTs=E+c*I.duration;const C=d?new Uint8Array(0):b.moof(e.sequenceNumber++,S/c,le({},e,{samples:g}));e.samples=[];const $=(S-v)/n,V=this.nextAudioTs/n,O={data1:C,data2:D,startPTS:$,endPTS:V,startDTS:$,endDTS:V,type:"audio",hasAudio:!0,hasVideo:!1,nb:R};return this.isAudioContiguous=!0,O}}function Ye(a,e){let t;if(e===null)return a;for(e<a?t=-8589934592:t=8589934592;Math.abs(a-e)>4294967296;)a+=t;return a}function tu(a){for(let e=0;e<a.length;e++)if(a[e].key)return e;return-1}function oo(a,e,t,s){const i=a.samples.length;if(!i)return;const r=a.inputTimeScale;for(let o=0;o<i;o++){const c=a.samples[o];c.pts=Ye(c.pts-t.baseTime*r/t.timescale,e*r)/r,c.dts=Ye(c.dts-s.baseTime*r/s.timescale,e*r)/r}const n=a.samples;return a.samples=[],{samples:n}}function lo(a,e,t){const s=a.samples.length;if(!s)return;const i=a.inputTimeScale;for(let n=0;n<s;n++){const o=a.samples[n];o.pts=Ye(o.pts-t.baseTime*i/t.timescale,e*i)/i}a.samples.sort((n,o)=>n.pts-o.pts);const r=a.samples;return a.samples=[],{samples:r}}class su extends ze{constructor(e,t,s,i){super("passthrough-remuxer",i),this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=null,this.initTracks=void 0,this.lastEndTime=null,this.isVideoContiguous=!1}destroy(){}resetTimeStamp(e){this.lastEndTime=null;const t=this.initPTS;t&&e&&t.baseTime===e.baseTime&&t.timescale===e.timescale||(this.initPTS=e)}resetNextTimestamp(){this.isVideoContiguous=!1,this.lastEndTime=null}resetInitSegment(e,t,s,i){this.audioCodec=t,this.videoCodec=s,this.generateInitSegment(e,i),this.emitInitSegment=!0}generateInitSegment(e,t){let{audioCodec:s,videoCodec:i}=this;if(!(e!=null&&e.byteLength)){this.initTracks=void 0,this.initData=void 0;return}const{audio:r,video:n}=this.initData=ga(e);if(t)Vl(e,t);else{const c=r||n;c!=null&&c.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${c.codec}")!`)}r&&(s=Rn(r,he.AUDIO,this)),n&&(i=Rn(n,he.VIDEO,this));const o={};r&&n?o.audiovideo={container:"video/mp4",codec:s+","+i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:r?o.audio={container:"audio/mp4",codec:s,encrypted:r.encrypted,initSegment:e,id:"audio"}:n?o.video={container:"video/mp4",codec:i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=o}remux(e,t,s,i,r,n){var o,c;let{initPTS:l,lastEndTime:h}=this;const u={audio:void 0,video:void 0,text:i,id3:s,initSegment:void 0};H(h)||(h=this.lastEndTime=r||0);const d=t.samples;if(!d.length)return u;const g={initPTS:void 0,timescale:void 0,trackId:void 0};let f=this.initData;if((o=f)!=null&&o.length||(this.generateInitSegment(d),f=this.initData),!((c=f)!=null&&c.length))return this.warn("Failed to generate initSegment."),u;this.emitInitSegment&&(g.tracks=this.initTracks,this.emitInitSegment=!1);const p=Yl(d,f,this),y=f.audio?p[f.audio.id]:null,E=f.video?p[f.video.id]:null,v=Ss(E,1/0),T=Ss(y,1/0),S=Ss(E,0,!0),x=Ss(y,0,!0);let D=r,A=0;const L=y&&(!E||!l&&T<v||l&&l.trackId===f.audio.id),R=L?y:E;if(R){const P=R.timescale,M=R.start-r*P,K=L?f.audio.id:f.video.id;D=R.start/P,A=L?x-T:S-v,(n||!l)&&(iu(l,D,r,A)||P!==l.timescale)&&(l&&this.warn(`Timestamps at playlist time: ${n?"":"~"}${r} ${M/P} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${r} offset: ${D-r} (${M}/${P}) trackId: ${K}`),l=null,g.initPTS=M,g.timescale=P,g.trackId=K)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${r}`);l?(g.initPTS=l.baseTime,g.timescale=l.timescale,g.trackId=l.trackId):((!g.timescale||g.trackId===void 0||g.initPTS===void 0)&&(this.warn("Could not set initPTS"),g.initPTS=D,g.timescale=1,g.trackId=-1),this.initPTS=l={baseTime:g.initPTS,timescale:g.timescale,trackId:g.trackId});const I=D-l.baseTime/l.timescale,C=I+A;A>0?this.lastEndTime=C:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const $=!!f.audio,V=!!f.video;let G="";$&&(G+="audio"),V&&(G+="video");const O=(f.audio?f.audio.encrypted:!1)||(f.video?f.video.encrypted:!1),k={data1:d,startPTS:I,startDTS:I,endPTS:C,endDTS:C,type:G,hasAudio:$,hasVideo:V,nb:1,dropped:0,encrypted:O};u.audio=$&&!V?k:void 0,u.video=V?k:void 0;const N=E?.sampleCount;if(N){const P=E.keyFrameIndex,M=P!==-1;k.nb=N,k.dropped=P===0||this.isVideoContiguous?0:M?P:N,k.independent=M,k.firstKeyFrame=P,M&&E.keyFrameStart&&(k.firstKeyFramePTS=(E.keyFrameStart-l.baseTime)/l.timescale),this.isVideoContiguous||(u.independent=M),this.isVideoContiguous||(this.isVideoContiguous=M),k.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${P}/${N} dropped: ${k.dropped} start: ${k.firstKeyFramePTS||"NA"}`)}return u.initSegment=g,u.id3=oo(s,r,l,l),i.samples.length&&(u.text=lo(i,r,l)),u}}function Ss(a,e,t=!1){return a?.start!==void 0?(a.start+(t?a.duration:0))/a.timescale:e}function iu(a,e,t,s){if(a===null)return!0;const i=Math.max(s,1),r=e-a.baseTime/a.timescale;return Math.abs(r-t)>i}function Rn(a,e,t){const s=a.codec;return s&&s.length>4?s:e===he.AUDIO?s==="ec-3"||s==="ac-3"||s==="alac"?s:s==="fLaC"||s==="Opus"?Gs(s,!1):(t.warn(`Unhandled audio codec "${s}" in mp4 MAP`),s||"mp4a"):(t.warn(`Unhandled video codec "${s}" in mp4 MAP`),s||"avc1")}let mt;try{mt=self.performance.now.bind(self.performance)}catch{mt=Date.now}const Os=[{demux:Kh,remux:su},{demux:xt,remux:ws},{demux:Bh,remux:ws},{demux:$h,remux:ws}];Os.splice(2,0,{demux:Uh,remux:ws});class bn{constructor(e,t,s,i,r,n){this.asyncResult=!1,this.logger=void 0,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=e,this.typeSupported=t,this.config=s,this.id=r,this.logger=n}configure(e){this.transmuxConfig=e,this.decrypter&&this.decrypter.reset()}push(e,t,s,i){const r=s.transmuxing;r.executeStart=mt();let n=new Uint8Array(e);const{currentTransmuxState:o,transmuxConfig:c}=this;i&&(this.currentTransmuxState=i);const{contiguous:l,discontinuity:h,trackSwitch:u,accurateTimeOffset:d,timeOffset:g,initSegmentChange:f}=i||o,{audioCodec:p,videoCodec:y,defaultInitPts:E,duration:v,initSegmentData:T}=c,S=ru(n,t);if(S&&Ht(S.method)){const L=this.getDecrypter(),R=hr(S.method);if(L.isSync()){let I=L.softwareDecrypt(n,S.key.buffer,S.iv.buffer,R);if(s.part>-1){const $=L.flush();I=$&&$.buffer}if(!I)return r.executeEnd=mt(),vi(s);n=new Uint8Array(I)}else return this.asyncResult=!0,this.decryptionPromise=L.webCryptoDecrypt(n,S.key.buffer,S.iv.buffer,R).then(I=>{const C=this.push(I,null,s);return this.decryptionPromise=null,C}),this.decryptionPromise}const x=this.needsProbing(h,u);if(x){const L=this.configureTransmuxer(n);if(L)return this.logger.warn(`[transmuxer] ${L.message}`),this.observer.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,error:L,reason:L.message}),r.executeEnd=mt(),vi(s)}(h||u||f||x)&&this.resetInitSegment(T,p,y,v,t),(h||f||x)&&this.resetInitialTimestamp(E),l||this.resetContiguity();const D=this.transmux(n,S,g,d,s);this.asyncResult=hs(D);const A=this.currentTransmuxState;return A.contiguous=!0,A.discontinuity=!1,A.trackSwitch=!1,r.executeEnd=mt(),D}flush(e){const t=e.transmuxing;t.executeStart=mt();const{decrypter:s,currentTransmuxState:i,decryptionPromise:r}=this;if(r)return this.asyncResult=!0,r.then(()=>this.flush(e));const n=[],{timeOffset:o}=i;if(s){const u=s.flush();u&&n.push(this.push(u.buffer,null,e))}const{demuxer:c,remuxer:l}=this;if(!c||!l){t.executeEnd=mt();const u=[vi(e)];return this.asyncResult?Promise.resolve(u):u}const h=c.flush(o);return hs(h)?(this.asyncResult=!0,h.then(u=>(this.flushRemux(n,u,e),n))):(this.flushRemux(n,h,e),this.asyncResult?Promise.resolve(n):n)}flushRemux(e,t,s){const{audioTrack:i,videoTrack:r,id3Track:n,textTrack:o}=t,{accurateTimeOffset:c,timeOffset:l}=this.currentTransmuxState;this.logger.log(`[transmuxer.ts]: Flushed ${this.id} sn: ${s.sn}${s.part>-1?" part: "+s.part:""} of ${this.id===Y.MAIN?"level":"track"} ${s.level}`);const h=this.remuxer.remux(i,r,n,o,l,c,!0,this.id);e.push({remuxResult:h,chunkMeta:s}),s.transmuxing.executeEnd=mt()}resetInitialTimestamp(e){const{demuxer:t,remuxer:s}=this;!t||!s||(t.resetTimeStamp(e),s.resetTimeStamp(e))}resetContiguity(){const{demuxer:e,remuxer:t}=this;!e||!t||(e.resetContiguity(),t.resetNextTimestamp())}resetInitSegment(e,t,s,i,r){const{demuxer:n,remuxer:o}=this;!n||!o||(n.resetInitSegment(e,t,s,i),o.resetInitSegment(e,t,s,r))}destroy(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)}transmux(e,t,s,i,r){let n;return t&&t.method==="SAMPLE-AES"?n=this.transmuxSampleAes(e,t,s,i,r):n=this.transmuxUnencrypted(e,s,i,r),n}transmuxUnencrypted(e,t,s,i){const{audioTrack:r,videoTrack:n,id3Track:o,textTrack:c}=this.demuxer.demux(e,t,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(r,n,o,c,t,s,!1,this.id),chunkMeta:i}}transmuxSampleAes(e,t,s,i,r){return this.demuxer.demuxSampleAes(e,t,s).then(n=>({remuxResult:this.remuxer.remux(n.audioTrack,n.videoTrack,n.id3Track,n.textTrack,s,i,!1,this.id),chunkMeta:r}))}configureTransmuxer(e){const{config:t,observer:s,typeSupported:i}=this;let r;for(let u=0,d=Os.length;u<d;u++){var n;if((n=Os[u].demux)!=null&&n.probe(e,this.logger)){r=Os[u];break}}if(!r)return new Error("Failed to find demuxer by probing fragment data");const o=this.demuxer,c=this.remuxer,l=r.remux,h=r.demux;(!c||!(c instanceof l))&&(this.remuxer=new l(s,t,i,this.logger)),(!o||!(o instanceof h))&&(this.demuxer=new h(s,t,i,this.logger),this.probe=h.probe)}needsProbing(e,t){return!this.demuxer||!this.remuxer||e||t}getDecrypter(){let e=this.decrypter;return e||(e=this.decrypter=new lr(this.config)),e}}function ru(a,e){let t=null;return a.byteLength>0&&e?.key!=null&&e.iv!==null&&e.method!=null&&(t=e),t}const vi=a=>({remuxResult:{},chunkMeta:a});function hs(a){return"then"in a&&a.then instanceof Function}class nu{constructor(e,t,s,i,r){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=e,this.videoCodec=t,this.initSegmentData=s,this.duration=i,this.defaultInitPts=r||null}}class au{constructor(e,t,s,i,r,n){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=e,this.contiguous=t,this.accurateTimeOffset=s,this.trackSwitch=i,this.timeOffset=r,this.initSegmentChange=n}}let _n=0;class co{constructor(e,t,s,i){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=_n++,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.onWorkerMessage=c=>{const l=c.data,h=this.hls;if(!(!h||!(l!=null&&l.event)||l.instanceNo!==this.instanceNo))switch(l.event){case"init":{var u;const d=(u=this.workerContext)==null?void 0:u.objectURL;d&&self.URL.revokeObjectURL(d);break}case"transmuxComplete":{this.handleTransmuxComplete(l.data);break}case"flush":{this.onFlush(l.data);break}case"workerLog":{h.logger[l.data.logType]&&h.logger[l.data.logType](l.data.message);break}default:{l.data=l.data||{},l.data.frag=this.frag,l.data.part=this.part,l.data.id=this.id,h.trigger(l.event,l.data);break}}},this.onWorkerError=c=>{if(!this.hls)return;const l=new Error(`${c.message} (${c.filename}:${c.lineno})`);this.hls.config.enableWorker=!1,this.hls.logger.warn(`Error in "${this.id}" Web Worker, fallback to inline`),this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:l})};const r=e.config;this.hls=e,this.id=t,this.useWorker=!!r.enableWorker,this.onTransmuxComplete=s,this.onFlush=i;const n=(c,l)=>{l=l||{},l.frag=this.frag||void 0,c===m.ERROR&&(l=l,l.parent=this.id,l.part=this.part,this.error=l.error),this.hls.trigger(c,l)};this.observer=new fr,this.observer.on(m.FRAG_DECRYPTED,n),this.observer.on(m.ERROR,n);const o=Kr(r.preferManagedMediaSource);if(this.useWorker&&typeof Worker<"u"){const c=this.hls.logger;if(r.workerPath||hh()){try{r.workerPath?(c.log(`loading Web Worker ${r.workerPath} for "${t}"`),this.workerContext=dh(r.workerPath)):(c.log(`injecting Web Worker for "${t}"`),this.workerContext=uh());const{worker:h}=this.workerContext;h.addEventListener("message",this.onWorkerMessage),h.addEventListener("error",this.onWorkerError),h.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:o,id:t,config:ue(r)})}catch(h){c.warn(`Error setting up "${t}" Web Worker, fallback to inline`,h),this.terminateWorker(),this.error=null,this.transmuxer=new bn(this.observer,o,r,"",t,e.logger)}return}}this.transmuxer=new bn(this.observer,o,r,"",t,e.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const e=this.instanceNo;this.instanceNo=_n++;const t=this.hls.config,s=Kr(t.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:e,typeSupported:s,id:this.id,config:ue(t)})}}terminateWorker(){if(this.workerContext){const{worker:e}=this.workerContext;this.workerContext=null,e.removeEventListener("message",this.onWorkerMessage),e.removeEventListener("error",this.onWorkerError),fh(this.hls.config.workerPath)}}destroy(){if(this.workerContext)this.terminateWorker(),this.onWorkerMessage=this.onWorkerError=null;else{const t=this.transmuxer;t&&(t.destroy(),this.transmuxer=null)}const e=this.observer;e&&e.removeAllListeners(),this.frag=null,this.part=null,this.observer=null,this.hls=null}push(e,t,s,i,r,n,o,c,l,h){var u,d;l.transmuxing.start=self.performance.now();const{instanceNo:g,transmuxer:f}=this,p=n?n.start:r.start,y=r.decryptdata,E=this.frag,v=!(E&&r.cc===E.cc),T=!(E&&l.level===E.level),S=E?l.sn-E.sn:-1,x=this.part?l.part-this.part.index:-1,D=S===0&&l.id>1&&l.id===E?.stats.chunkCount,A=!T&&(S===1||S===0&&(x===1||D&&x<=0)),L=self.performance.now();(T||S||r.stats.parsing.start===0)&&(r.stats.parsing.start=L),n&&(x||!A)&&(n.stats.parsing.start=L);const R=!(E&&((u=r.initSegment)==null?void 0:u.url)===((d=E.initSegment)==null?void 0:d.url)),I=new au(v,A,c,T,p,R);if(!A||v||R){this.hls.logger.log(`[transmuxer-interface]: Starting new transmux session for ${r.type} sn: ${l.sn}${l.part>-1?" part: "+l.part:""} ${this.id===Y.MAIN?"level":"track"}: ${l.level} id: ${l.id} 17 - discontinuity: ${v} 18 - trackSwitch: ${T} 19 - contiguous: ${A} 20 - accurateTimeOffset: ${c} 21 - timeOffset: ${p} 22 - initSegmentChange: ${R}`);const C=new nu(s,i,t,o,h);this.configureTransmuxer(C)}if(this.frag=r,this.part=n,this.workerContext)this.workerContext.worker.postMessage({instanceNo:g,cmd:"demux",data:e,decryptdata:y,chunkMeta:l,state:I},e instanceof ArrayBuffer?[e]:[]);else if(f){const C=f.push(e,y,l,I);hs(C)?C.then($=>{this.handleTransmuxComplete($)}).catch($=>{this.transmuxerError($,l,"transmuxer-interface push error")}):this.handleTransmuxComplete(C)}}flush(e){e.transmuxing.start=self.performance.now();const{instanceNo:t,transmuxer:s}=this;if(this.workerContext)this.workerContext.worker.postMessage({instanceNo:t,cmd:"flush",chunkMeta:e});else if(s){const i=s.flush(e);hs(i)?i.then(r=>{this.handleFlushResult(r,e)}).catch(r=>{this.transmuxerError(r,e,"transmuxer-interface flush error")}):this.handleFlushResult(i,e)}}transmuxerError(e,t,s){this.hls&&(this.error=e,this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||void 0,part:this.part||void 0,fatal:!1,error:e,err:e,reason:s}))}handleFlushResult(e,t){e.forEach(s=>{this.handleTransmuxComplete(s)}),this.onFlush(t)}configureTransmuxer(e){const{instanceNo:t,transmuxer:s}=this;this.workerContext?this.workerContext.worker.postMessage({instanceNo:t,cmd:"configure",config:e}):s&&s.configure(e)}handleTransmuxComplete(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)}}const Dn=100;class ou extends dr{constructor(e,t,s){super(e,t,s,"audio-stream-controller",Y.AUDIO),this.mainAnchor=null,this.mainFragLoading=null,this.audioOnly=!1,this.bufferedTrack=null,this.switchingTrack=null,this.trackId=-1,this.waitingData=null,this.mainDetails=null,this.flushing=!1,this.bufferFlushed=!1,this.cachedTrackLoadedData=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.resetItem()}resetItem(){this.mainDetails=this.mainAnchor=this.mainFragLoading=this.bufferedTrack=this.switchingTrack=this.waitingData=this.cachedTrackLoadedData=null}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.on(m.BUFFER_RESET,this.onBufferReset,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){const{hls:e}=this;e&&(super.unregisterListeners(),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.off(m.BUFFER_RESET,this.onBufferReset,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this))}onInitPtsFound(e,{frag:t,id:s,initPTS:i,timescale:r,trackId:n}){if(s===Y.MAIN){const o=t.cc,c=this.fragCurrent;if(this.initPTS[o]={baseTime:i,timescale:r,trackId:n},this.log(`InitPTS for cc: ${o} found from main: ${i/r} (${i}/${r}) trackId: ${n}`),this.mainAnchor=t,this.state===w.WAITING_INIT_PTS){const l=this.waitingData;(!l&&!this.loadingParts||l&&l.frag.cc!==o)&&this.syncWithAnchor(t,l?.frag)}else!this.hls.hasEnoughToStart&&c&&c.cc!==o?(c.abortRequests(),this.syncWithAnchor(t,c)):this.state===w.IDLE&&this.tick()}}getLoadPosition(){return!this.startFragRequested&&this.nextLoadPosition>=0?this.nextLoadPosition:super.getLoadPosition()}syncWithAnchor(e,t){var s;const i=((s=this.mainFragLoading)==null?void 0:s.frag)||null;if(t&&i?.cc===t.cc)return;const r=(i||e).cc,n=this.getLevelDetails(),o=this.getLoadPosition(),c=La(n,r,o);c&&(this.log(`Syncing with main frag at ${c.start} cc ${c.cc}`),this.startFragRequested=!1,this.nextLoadPosition=c.start,this.resetLoadingState(),this.state===w.IDLE&&this.doTickIdle())}startLoad(e,t){if(!this.levels){this.startPosition=e,this.state=w.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(Dn),s>0&&e===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),e=s,this.state=w.IDLE):this.state=w.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}doTick(){switch(this.state){case w.IDLE:this.doTickIdle();break;case w.WAITING_TRACK:{const{levels:e,trackId:t}=this,s=e?.[t],i=s?.details;if(i&&!this.waitForLive(s)){if(this.waitForCdnTuneIn(i))break;this.state=w.WAITING_INIT_PTS}break}case w.FRAG_LOADING_WAITING_RETRY:{this.checkRetryDate();break}case w.WAITING_INIT_PTS:{const e=this.waitingData;if(e){const{frag:t,part:s,cache:i,complete:r}=e,n=this.mainAnchor;if(this.initPTS[t.cc]!==void 0){this.waitingData=null,this.state=w.FRAG_LOADING;const o=i.flush().buffer,c={frag:t,part:s,payload:o,networkDetails:null};this._handleFragmentLoadProgress(c),r&&super._handleFragmentLoadComplete(c)}else n&&n.cc!==e.frag.cc&&this.syncWithAnchor(n,e.frag)}else this.state=w.IDLE}}this.onTickEnd()}resetLoadingState(){const e=this.waitingData;e&&(this.fragmentTracker.removeFragment(e.frag),this.waitingData=null),super.resetLoadingState()}onTickEnd(){const{media:e}=this;e!=null&&e.readyState&&(this.lastCurrentTime=e.currentTime)}doTickIdle(){var e;const{hls:t,levels:s,media:i,trackId:r}=this,n=t.config;if(!this.buffering||!i&&!this.primaryPrefetch&&(this.startFragRequested||!n.startFragPrefetch)||!(s!=null&&s[r]))return;const o=s[r],c=o.details;if(!c||this.waitForLive(o)||this.waitForCdnTuneIn(c)){this.state=w.WAITING_TRACK,this.startFragRequested=!1;return}const l=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&l&&(this.bufferFlushed=!1,this.afterBufferFlushed(l,he.AUDIO,Y.AUDIO));const h=this.getFwdBufferInfo(l,Y.AUDIO);if(h===null)return;if(!this.switchingTrack&&this._streamEnded(h,c)){t.trigger(m.BUFFER_EOS,{type:"audio"}),this.state=w.ENDED;return}const u=h.len,d=t.maxBufferLength,g=c.fragments,f=g[0].start,p=this.getLoadPosition(),y=this.flushing?p:h.end;if(this.switchingTrack&&i){const T=p;c.PTSKnown&&T<f&&(h.end>f||h.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),i.currentTime=f+.05)}if(u>=d&&!this.switchingTrack&&y<g[g.length-1].start)return;let E=this.getNextFragment(y,c);if(E&&this.isLoopLoading(E,y)&&(E=this.getNextFragmentLoopLoading(E,c,h,Y.MAIN,d)),!E){this.bufferFlushed=!0;return}let v=((e=this.mainFragLoading)==null?void 0:e.frag)||null;if(!this.audioOnly&&this.startFragRequested&&v&&Se(E)&&!E.endList&&(!c.live||!this.loadingParts&&y<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(v)===Ie.OK&&(this.mainFragLoading=v=null),v&&Se(v))){if(E.start>v.end){const S=this.fragmentTracker.getFragAtPos(y,Y.MAIN);S&&S.end>v.end&&(v=S,this.mainFragLoading={frag:S,targetBufferTime:null})}if(E.start>v.end)return}this.loadFragment(E,o,y)}onMediaDetaching(e,t){this.bufferFlushed=this.flushing=!1,super.onMediaDetaching(e,t)}onAudioTracksUpdated(e,{audioTracks:t}){this.resetTransmuxer(),this.levels=t.map(s=>new os(s))}onAudioTrackSwitching(e,t){const s=!!t.url;this.trackId=t.id;const{fragCurrent:i}=this;i&&(i.abortRequests(),this.removeUnbufferedFrags(i.start)),this.resetLoadingState(),s?(this.switchingTrack=t,this.flushAudioIfNeeded(t),this.state!==w.STOPPED&&(this.setInterval(Dn),this.state=w.IDLE,this.tick())):(this.resetTransmuxer(),this.switchingTrack=null,this.bufferedTrack=t,this.clearInterval())}onManifestLoading(){super.onManifestLoading(),this.bufferFlushed=this.flushing=this.audioOnly=!1,this.resetItem(),this.trackId=-1}onLevelLoaded(e,t){this.mainDetails=t.details;const s=this.cachedTrackLoadedData;s&&(this.cachedTrackLoadedData=null,this.onAudioTrackLoaded(m.AUDIO_TRACK_LOADED,s))}onAudioTrackLoaded(e,t){var s;const{levels:i}=this,{details:r,id:n,groupId:o,track:c}=t;if(!i){this.warn(`Audio tracks reset while loading track ${n} "${c.name}" of "${o}"`);return}const l=this.mainDetails;if(!l||r.endCC>l.endCC||l.expired){this.cachedTrackLoadedData=t,this.state!==w.STOPPED&&(this.state=w.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${n} "${c.name}" of "${o}" loaded [${r.startSN},${r.endSN}]${r.lastPartSn?`[part-${r.lastPartSn}-${r.lastPartIndex}]`:""},duration:${r.totalduration}`);const h=i[n];let u=0;if(r.live||(s=h.details)!=null&&s.live){if(this.checkLiveUpdate(r),r.deltaUpdateFailed)return;if(h.details){var d;u=this.alignPlaylists(r,h.details,(d=this.levelLastLoaded)==null?void 0:d.details)}r.alignedSliding||(Va(r,l),r.alignedSliding||js(r,l),u=r.fragmentStart)}h.details=r,this.levelLastLoaded=h,this.startFragRequested||this.setStartPosition(l,u),this.hls.trigger(m.AUDIO_TRACK_UPDATED,{details:r,id:n,groupId:t.groupId}),this.state===w.WAITING_TRACK&&!this.waitForCdnTuneIn(r)&&(this.state=w.IDLE),this.tick()}_handleFragmentLoadProgress(e){var t;const s=e.frag,{part:i,payload:r}=e,{config:n,trackId:o,levels:c}=this;if(!c){this.warn(`Audio tracks were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const l=c[o];if(!l){this.warn("Audio track is undefined on fragment load progress");return}const h=l.details;if(!h){this.warn("Audio track details undefined on fragment load progress"),this.removeUnbufferedFrags(s.start);return}const u=n.defaultAudioCodec||l.audioCodec||"mp4a.40.2";let d=this.transmuxer;d||(d=this.transmuxer=new co(this.hls,Y.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const g=this.initPTS[s.cc],f=(t=s.initSegment)==null?void 0:t.data;if(g!==void 0){const y=i?i.index:-1,E=y!==-1,v=new cr(s.level,s.sn,s.stats.chunkCount,r.byteLength,y,E);d.push(r,f,u,"",s,i,h.totalduration,!1,v,g)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${h.startSN} ,${h.endSN}],track ${o}`);const{cache:p}=this.waitingData=this.waitingData||{frag:s,part:i,cache:new Ha,complete:!1};p.push(new Uint8Array(r)),this.state!==w.STOPPED&&(this.state=w.WAITING_INIT_PTS)}}_handleFragmentLoadComplete(e){if(this.waitingData){this.waitingData.complete=!0;return}super._handleFragmentLoadComplete(e)}onBufferReset(){this.mediaBuffer=null}onBufferCreated(e,t){this.bufferFlushed=this.flushing=!1;const s=t.tracks.audio;s&&(this.mediaBuffer=s.buffer||null)}onFragLoading(e,t){!this.audioOnly&&t.frag.type===Y.MAIN&&Se(t.frag)&&(this.mainFragLoading=t,this.state===w.IDLE&&this.tick())}onFragBuffered(e,t){const{frag:s,part:i}=t;if(s.type!==Y.AUDIO){!this.audioOnly&&s.type===Y.MAIN&&!s.elementaryStreams.video&&!s.elementaryStreams.audiovideo&&(this.audioOnly=!0,this.mainFragLoading=null);return}if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${i?" p: "+i.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}, audioSwitch: ${this.switchingTrack?this.switchingTrack.name:"false"}`);return}if(Se(s)){this.fragPrevious=s;const r=this.switchingTrack;r&&(this.bufferedTrack=r,this.switchingTrack=null,this.hls.trigger(m.AUDIO_TRACK_SWITCHED,ae({},r)))}this.fragBufferedComplete(s,i),this.media&&this.tick()}onError(e,t){var s;if(t.fatal){this.state=w.ERROR;return}switch(t.details){case _.FRAG_GAP:case _.FRAG_PARSING_ERROR:case _.FRAG_DECRYPT_ERROR:case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(Y.AUDIO,t);break;case _.AUDIO_TRACK_LOAD_ERROR:case _.AUDIO_TRACK_LOAD_TIMEOUT:case _.LEVEL_PARSING_ERROR:!t.levelRetry&&this.state===w.WAITING_TRACK&&((s=t.context)==null?void 0:s.type)===se.AUDIO_TRACK&&(this.state=w.IDLE);break;case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:if(t.parent!=="audio")return;this.reduceLengthAndFlushBuffer(t)||this.resetLoadingState();break;case _.BUFFER_FULL_ERROR:if(t.parent!=="audio")return;this.reduceLengthAndFlushBuffer(t)&&(this.bufferedTrack=null,super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"));break;case _.INTERNAL_EXCEPTION:this.recoverWorkerError(t);break}}onBufferFlushing(e,{type:t}){t!==he.VIDEO&&(this.flushing=!0)}onBufferFlushed(e,{type:t}){if(t!==he.VIDEO){this.flushing=!1,this.bufferFlushed=!0,this.state===w.ENDED&&(this.state=w.IDLE);const s=this.mediaBuffer||this.media;s&&(this.afterBufferFlushed(s,t,Y.AUDIO),this.tick())}}_handleTransmuxComplete(e){var t;const s="audio",{hls:i}=this,{remuxResult:r,chunkMeta:n}=e,o=this.getCurrentContext(n);if(!o){this.resetWhenMissingContext(n);return}const{frag:c,part:l,level:h}=o,{details:u}=h,{audio:d,text:g,id3:f,initSegment:p}=r;if(this.fragContextChanged(c)||!u){this.fragmentTracker.removeFragment(c);return}if(this.state=w.PARSING,this.switchingTrack&&d&&this.completeAudioSwitch(this.switchingTrack),p!=null&&p.tracks){const y=c.initSegment||c;if(this.unhandledEncryptionError(p,c))return;this._bufferInitSegment(h,p.tracks,y,n),i.trigger(m.FRAG_PARSING_INIT_SEGMENT,{frag:y,id:s,tracks:p.tracks})}if(d){const{startPTS:y,endPTS:E,startDTS:v,endDTS:T}=d;l&&(l.elementaryStreams[he.AUDIO]={startPTS:y,endPTS:E,startDTS:v,endDTS:T}),c.setElementaryStreamInfo(he.AUDIO,y,E,v,T),this.bufferFragmentData(d,c,l,n)}if(f!=null&&(t=f.samples)!=null&&t.length){const y=le({id:s,frag:c,details:u},f);i.trigger(m.FRAG_PARSING_METADATA,y)}if(g){const y=le({id:s,frag:c,details:u},g);i.trigger(m.FRAG_PARSING_USERDATA,y)}}_bufferInitSegment(e,t,s,i){if(this.state!==w.PARSING||(t.video&&delete t.video,t.audiovideo&&delete t.audiovideo,!t.audio))return;const r=t.audio;r.id=Y.AUDIO;const n=e.audioCodec;this.log(`Init audio buffer, container:${r.container}, codecs[level/parsed]=[${n}/${r.codec}]`),n&&n.split(",").length===1&&(r.levelCodec=n),this.hls.trigger(m.BUFFER_CODECS,t);const o=r.initSegment;if(o!=null&&o.byteLength){const c={type:"audio",frag:s,part:null,chunkMeta:i,parent:s.type,data:o};this.hls.trigger(m.BUFFER_APPENDING,c)}this.tickImmediate()}loadFragment(e,t,s){const i=this.fragmentTracker.getState(e);if(this.switchingTrack||i===Ie.NOT_LOADED||i===Ie.PARTIAL){var r;if(!Se(e))this._loadInitSegment(e,t);else if((r=t.details)!=null&&r.live&&!this.initPTS[e.cc]){this.log(`Waiting for video PTS in continuity counter ${e.cc} of live stream before loading audio fragment ${e.sn} of level ${this.trackId}`),this.state=w.WAITING_INIT_PTS;const n=this.mainDetails;n&&n.fragmentStart!==t.details.fragmentStart&&js(t.details,n)}else super.loadFragment(e,t,s)}else this.clearTrackerIfNeeded(e)}flushAudioIfNeeded(e){if(this.media&&this.bufferedTrack){const{name:t,lang:s,assocLang:i,characteristics:r,audioCodec:n,channels:o}=this.bufferedTrack;wt({name:t,lang:s,assocLang:i,characteristics:r,audioCodec:n,channels:o},e,Pt)||(Vs(e.url,this.hls)?(this.log("Switching audio track : flushing all audio"),super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"),this.bufferedTrack=null):this.bufferedTrack=e)}}completeAudioSwitch(e){const{hls:t}=this;this.flushAudioIfNeeded(e),this.bufferedTrack=e,this.switchingTrack=null,t.trigger(m.AUDIO_TRACK_SWITCHED,ae({},e))}}class Tr extends ze{constructor(e,t){super(t,e.logger),this.hls=void 0,this.canLoad=!1,this.timer=-1,this.hls=e}destroy(){this.clearTimer(),this.hls=this.log=this.warn=null}clearTimer(){this.timer!==-1&&(self.clearTimeout(this.timer),this.timer=-1)}startLoad(){this.canLoad=!0,this.loadPlaylist()}stopLoad(){this.canLoad=!1,this.clearTimer()}switchParams(e,t,s){const i=t?.renditionReports;if(i){let r=-1;for(let n=0;n<i.length;n++){const o=i[n];let c;try{c=new self.URL(o.URI,t.url).href}catch(l){this.warn(`Could not construct new URL for Rendition Report: ${l}`),c=o.URI||""}if(c===e){r=n;break}else c===e.substring(0,c.length)&&(r=n)}if(r!==-1){const n=i[r],o=parseInt(n["LAST-MSN"])||t.lastPartSn;let c=parseInt(n["LAST-PART"])||t.lastPartIndex;if(this.hls.config.lowLatencyMode){const h=Math.min(t.age-t.partTarget,t.targetduration);c>=0&&h>t.partTarget&&(c+=1)}const l=s&&Vr(s);return new Hr(o,c>=0?c:void 0,l)}}}loadPlaylist(e){this.clearTimer()}loadingPlaylist(e,t){this.clearTimer()}shouldLoadPlaylist(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)}getUrlWithDirectives(e,t){if(t)try{return t.addDirectives(e)}catch(s){this.warn(`Could not construct new URL with HLS Delivery Directives: ${s}`)}return e}playlistLoaded(e,t,s){const{details:i,stats:r}=t,n=self.performance.now(),o=r.loading.first?Math.max(0,n-r.loading.first):0;i.advancedDateTime=Date.now()-o;const c=this.hls.config.timelineOffset;if(c!==i.appliedTimelineOffset){const h=Math.max(c||0,0);i.appliedTimelineOffset=h,i.fragments.forEach(u=>{u.setStart(u.playlistOffset+h)})}if(i.live||s!=null&&s.live){const h="levelInfo"in t?t.levelInfo:t.track;if(i.reloaded(s),s&&i.fragments.length>0){Jc(s,i,this);const v=i.playlistParsingError;if(v){this.warn(v);const T=this.hls;if(!T.config.ignorePlaylistParsingErrors){var l;const{networkDetails:S}=t;T.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_PARSING_ERROR,fatal:!1,url:i.url,error:v,reason:v.message,level:t.level||void 0,parent:(l=i.fragments[0])==null?void 0:l.type,networkDetails:S,stats:r});return}i.playlistParsingError=null}}i.requestScheduled===-1&&(i.requestScheduled=r.loading.start);const u=this.hls.mainForwardBufferInfo,d=u?u.end-u.len:0,g=(i.edge-d)*1e3,f=Ba(i,g);if(i.requestScheduled+f<n?i.requestScheduled=n:i.requestScheduled+=f,this.log(`live playlist ${e} ${i.advanced?"REFRESHED "+i.lastPartSn+"-"+i.lastPartIndex:i.updated?"UPDATED":"MISSED"}`),!this.canLoad||!i.live)return;let p,y,E;if(i.canBlockReload&&i.endSN&&i.advanced){const v=this.hls.config.lowLatencyMode,T=i.lastPartSn,S=i.endSN,x=i.lastPartIndex,D=x!==-1,A=T===S;D?A?(y=S+1,E=v?0:x):(y=T,E=v?x+1:i.maxPartIndex):y=S+1;const L=i.age,R=L+i.ageHeader;let I=Math.min(R-i.partTarget,i.targetduration*1.5);if(I>0){if(R>i.targetduration*3)this.log(`Playlist last advanced ${L.toFixed(2)}s ago. Omitting segment and part directives.`),y=void 0,E=void 0;else if(s!=null&&s.tuneInGoal&&R-i.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${I} with playlist age: ${i.age}`),I=0;else{const C=Math.floor(I/i.targetduration);if(y+=C,E!==void 0){const $=Math.round(I%i.targetduration/i.partTarget);E+=$}this.log(`CDN Tune-in age: ${i.ageHeader}s last advanced ${L.toFixed(2)}s goal: ${I} skip sn ${C} to part ${E}`)}i.tuneInGoal=I}if(p=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E),v||!A){i.requestScheduled=n,this.loadingPlaylist(h,p);return}}else(i.canBlockReload||i.canSkipUntil)&&(p=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E));p&&y!==void 0&&i.canBlockReload&&(i.requestScheduled=r.loading.first+Math.max(f-o*2,f/2)),this.scheduleLoading(h,p,i)}else this.clearTimer()}scheduleLoading(e,t,s){const i=s||e.details;if(!i){this.loadingPlaylist(e,t);return}const r=self.performance.now(),n=i.requestScheduled;if(r>=n){this.loadingPlaylist(e,t);return}const o=n-r;this.log(`reload live playlist ${e.name||e.bitrate+"bps"} in ${Math.round(o)} ms`),this.clearTimer(),this.timer=self.setTimeout(()=>this.loadingPlaylist(e,t),o)}getDeliveryDirectives(e,t,s,i){let r=Vr(e);return t!=null&&t.skip&&e.deltaUpdateFailed&&(s=t.msn,i=t.part,r=Ps.No),new Hr(s,i,r)}checkRetry(e){const t=e.details,s=Hs(e),i=e.errorAction,{action:r,retryCount:n=0,retryConfig:o}=i||{},c=!!i&&!!o&&(r===Ce.RetryRequest||!i.resolved&&r===Ce.SendAlternateToPenaltyBox);if(c){var l;if(n>=o.maxNumRetry)return!1;if(s&&(l=e.context)!=null&&l.deliveryDirectives)this.warn(`Retrying playlist loading ${n+1}/${o.maxNumRetry} after "${t}" without delivery-directives`),this.loadPlaylist();else{const h=or(o,n);this.clearTimer(),this.timer=self.setTimeout(()=>this.loadPlaylist(),h),this.warn(`Retrying playlist loading ${n+1}/${o.maxNumRetry} after "${t}" in ${h}ms`)}e.levelRetry=!0,i.resolved=!0}return c}}function ho(a,e){if(a.length!==e.length)return!1;for(let t=0;t<a.length;t++)if(!us(a[t].attrs,e[t].attrs))return!1;return!0}function us(a,e,t){const s=a["STABLE-RENDITION-ID"];return s&&!t?s===e["STABLE-RENDITION-ID"]:!(t||["LANGUAGE","NAME","CHARACTERISTICS","AUTOSELECT","DEFAULT","FORCED","ASSOC-LANGUAGE"]).some(i=>a[i]!==e[i])}function Wi(a,e){return e.label.toLowerCase()===a.name.toLowerCase()&&(!e.language||e.language.toLowerCase()===(a.lang||"").toLowerCase())}class lu extends Tr{constructor(e){super(e,"audio-track-controller"),this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.registerListeners()}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.off(m.ERROR,this.onError,this)}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,super.destroy()}onManifestLoading(){this.tracks=[],this.tracksInGroup=[],this.groupIds=null,this.currentTrack=null,this.trackId=-1,this.selectDefaultTrack=!0}onManifestParsed(e,t){this.tracks=t.audioTracks||[]}onAudioTrackLoaded(e,t){const{id:s,groupId:i,details:r}=t,n=this.tracksInGroup[s];if(!n||n.groupId!==i){this.warn(`Audio track with id:${s} and group:${i} not found in active group ${n?.groupId}`);return}const o=n.details;n.details=t.details,this.log(`Audio track ${s} "${n.name}" lang:${n.lang} group:${i} loaded [${r.startSN}-${r.endSN}]`),s===this.trackId&&this.playlistLoaded(s,t,o)}onLevelLoading(e,t){this.switchLevel(t.level)}onLevelSwitching(e,t){this.switchLevel(t.level)}switchLevel(e){const t=this.hls.levels[e];if(!t)return;const s=t.audioGroups||null,i=this.groupIds;let r=this.currentTrack;if(!s||i?.length!==s?.length||s!=null&&s.some(o=>i?.indexOf(o)===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const o=this.tracks.filter(d=>!s||s.indexOf(d.groupId)!==-1);if(o.length)this.selectDefaultTrack&&!o.some(d=>d.default)&&(this.selectDefaultTrack=!1),o.forEach((d,g)=>{d.id=g});else if(!r&&!this.tracksInGroup.length)return;this.tracksInGroup=o;const c=this.hls.config.audioPreference;if(!r&&c){const d=at(c,o,Pt);if(d>-1)r=o[d];else{const g=at(c,this.tracks);r=this.tracks[g]}}let l=this.findTrackId(r);l===-1&&r&&(l=this.findTrackId(null));const h={audioTracks:o};this.log(`Updating audio tracks, ${o.length} track(s) found in group(s): ${s?.join(",")}`),this.hls.trigger(m.AUDIO_TRACKS_UPDATED,h);const u=this.trackId;if(l!==-1&&u===-1)this.setAudioTrack(l);else if(o.length&&u===-1){var n;const d=new Error(`No audio track selected for current audio group-ID(s): ${(n=this.groupIds)==null?void 0:n.join(",")} track count: ${o.length}`);this.warn(d.message),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.AUDIO_TRACK_LOAD_ERROR,fatal:!0,error:d})}}}onError(e,t){t.fatal||!t.context||t.context.type===se.AUDIO_TRACK&&t.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(t.context.groupId)!==-1)&&this.checkRetry(t)}get allAudioTracks(){return this.tracks}get audioTracks(){return this.tracksInGroup}get audioTrack(){return this.trackId}set audioTrack(e){this.selectDefaultTrack=!1,this.setAudioTrack(e)}setAudioOption(e){const t=this.hls;if(t.config.audioPreference=e,e){const s=this.allAudioTracks;if(this.selectDefaultTrack=!1,s.length){const i=this.currentTrack;if(i&&wt(e,i,Pt))return i;const r=at(e,this.tracksInGroup,Pt);if(r>-1){const n=this.tracksInGroup[r];return this.setAudioTrack(r),n}else if(i){let n=t.loadLevel;n===-1&&(n=t.firstAutoLevel);const o=Tc(e,t.levels,s,n,Pt);if(o===-1)return null;t.nextLoadLevel=o}if(e.channels||e.audioCodec){const n=at(e,s);if(n>-1)return s[n]}}}return null}setAudioTrack(e){const t=this.tracksInGroup;if(e<0||e>=t.length){this.warn(`Invalid audio track id: ${e}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,i=t[e],r=i.details&&!i.details.live;if(e===this.trackId&&i===s&&r||(this.log(`Switching to audio-track ${e} "${i.name}" lang:${i.lang} group:${i.groupId} channels:${i.channels}`),this.trackId=e,this.currentTrack=i,this.hls.trigger(m.AUDIO_TRACK_SWITCHING,ae({},i)),r))return;const n=this.switchParams(i.url,s?.details,i.details);this.loadPlaylist(n)}findTrackId(e){const t=this.tracksInGroup;for(let s=0;s<t.length;s++){const i=t[s];if(!(this.selectDefaultTrack&&!i.default)&&(!e||wt(e,i,Pt)))return s}if(e){const{name:s,lang:i,assocLang:r,characteristics:n,audioCodec:o,channels:c}=e;for(let l=0;l<t.length;l++){const h=t[l];if(wt({name:s,lang:i,assocLang:r,characteristics:n,audioCodec:o,channels:c},h,Pt))return l}for(let l=0;l<t.length;l++){const h=t[l];if(us(e.attrs,h.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return l}for(let l=0;l<t.length;l++){const h=t[l];if(us(e.attrs,h.attrs,["LANGUAGE"]))return l}}return-1}loadPlaylist(e){super.loadPlaylist();const t=this.currentTrack;this.shouldLoadPlaylist(t)&&Vs(t.url,this.hls)&&this.scheduleLoading(t,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=e.id,i=e.groupId,r=this.getUrlWithDirectives(e.url,t),n=e.details,o=n?.age;this.log(`Loading audio-track ${s} "${e.name}" lang:${e.lang} group:${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${r}`),this.hls.trigger(m.AUDIO_TRACK_LOADING,{url:r,id:s,groupId:i,deliveryDirectives:t||null,track:e})}}class cu{constructor(e){this.tracks=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.tracks=e}destroy(){this.tracks=this.queues=null}append(e,t,s){if(this.queues===null||this.tracks===null)return;const i=this.queues[t];i.push(e),i.length===1&&!s&&this.executeNext(t)}appendBlocker(e){return new Promise(t=>{const s={label:"async-blocker",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.append(s,e)})}prependBlocker(e){return new Promise(t=>{if(this.queues){const s={label:"async-blocker-prepend",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.queues[e].unshift(s)}})}removeBlockers(){this.queues!==null&&[this.queues.video,this.queues.audio,this.queues.audiovideo].forEach(e=>{var t;const s=(t=e[0])==null?void 0:t.label;(s==="async-blocker"||s==="async-blocker-prepend")&&(e[0].execute(),e.splice(0,1))})}unblockAudio(e){if(this.queues===null)return;this.queues.audio[0]===e&&this.shiftAndExecuteNext("audio")}executeNext(e){if(this.queues===null||this.tracks===null)return;const t=this.queues[e];if(t.length){const i=t[0];try{i.execute()}catch(r){var s;if(i.onError(r),this.queues===null||this.tracks===null)return;const n=(s=this.tracks[e])==null?void 0:s.buffer;n!=null&&n.updating||this.shiftAndExecuteNext(e)}}}shiftAndExecuteNext(e){this.queues!==null&&(this.queues[e].shift(),this.executeNext(e))}current(e){var t;return((t=this.queues)==null?void 0:t[e][0])||null}toString(){const{queues:e,tracks:t}=this;return e===null||t===null?"<destroyed>":` 23 - ${this.list("video")} 24 - ${this.list("audio")} 25 - ${this.list("audiovideo")}}`}list(e){var t,s;return(t=this.queues)!=null&&t[e]||(s=this.tracks)!=null&&s[e]?`${e}: (${this.listSbInfo(e)}) ${this.listOps(e)}`:""}listSbInfo(e){var t;const s=(t=this.tracks)==null?void 0:t[e],i=s?.buffer;return i?`SourceBuffer${i.updating?" updating":""}${s.ended?" ended":""}${s.ending?" ending":""}`:"none"}listOps(e){var t;return((t=this.queues)==null?void 0:t[e].map(s=>s.label).join(", "))||""}}const Cn=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,uo="HlsJsTrackRemovedError";class hu extends Error{constructor(e){super(e),this.name=uo}}class uu extends ze{constructor(e,t){super("buffer-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.details=null,this._objectUrl=null,this.operationQueue=null,this.bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.blockedAudioAppend=null,this.lastVideoAppendEnd=0,this.appendSource=void 0,this.transferData=void 0,this.overrides=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.sourceBuffers=[[null,null],[null,null]],this._onEndStreaming=s=>{var i;this.hls&&((i=this.mediaSource)==null?void 0:i.readyState)==="open"&&this.hls.pauseBuffering()},this._onStartStreaming=s=>{this.hls&&this.hls.resumeBuffering()},this._onMediaSourceOpen=s=>{const{media:i,mediaSource:r}=this;s&&this.log("Media source opened"),!(!i||!r)&&(r.removeEventListener("sourceopen",this._onMediaSourceOpen),i.removeEventListener("emptied",this._onMediaEmptied),this.updateDuration(),this.hls.trigger(m.MEDIA_ATTACHED,{media:i,mediaSource:r}),this.mediaSource!==null&&this.checkPendingTracks())},this._onMediaSourceClose=()=>{this.log("Media source closed")},this._onMediaSourceEnded=()=>{this.log("Media source ended")},this._onMediaEmptied=()=>{const{mediaSrc:s,_objectUrl:i}=this;s!==i&&this.error(`Media element src was set while attaching MediaSource (${i} > ${s})`)},this.hls=e,this.fragmentTracker=t,this.appendSource=wl(Lt(e.config.preferManagedMediaSource)),this.initTracks(),this.registerListeners()}hasSourceTypes(){return Object.keys(this.tracks).length>0}destroy(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.transferData=this.overrides=void 0,this.operationQueue&&(this.operationQueue.destroy(),this.operationQueue=null),this.hls=this.fragmentTracker=null,this._onMediaSourceOpen=this._onMediaSourceClose=null,this._onMediaSourceEnded=null,this._onStartStreaming=this._onEndStreaming=null}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.BUFFER_RESET,this.onBufferReset,this),e.on(m.BUFFER_APPENDING,this.onBufferAppending,this),e.on(m.BUFFER_CODECS,this.onBufferCodecs,this),e.on(m.BUFFER_EOS,this.onBufferEos,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.FRAG_PARSED,this.onFragParsed,this),e.on(m.FRAG_CHANGED,this.onFragChanged,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.BUFFER_RESET,this.onBufferReset,this),e.off(m.BUFFER_APPENDING,this.onBufferAppending,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.BUFFER_EOS,this.onBufferEos,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.FRAG_PARSED,this.onFragParsed,this),e.off(m.FRAG_CHANGED,this.onFragChanged,this),e.off(m.ERROR,this.onError,this)}transferMedia(){const{media:e,mediaSource:t}=this;if(!e)return null;const s={};if(this.operationQueue){const r=this.isUpdating();r||this.operationQueue.removeBlockers();const n=this.isQueued();(r||n)&&this.warn(`Transfering MediaSource with${n?" operations in queue":""}${r?" updating SourceBuffer(s)":""} ${this.operationQueue}`),this.operationQueue.destroy()}const i=this.transferData;return!this.sourceBufferCount&&i&&i.mediaSource===t?le(s,i.tracks):this.sourceBuffers.forEach(r=>{const[n]=r;n&&(s[n]=le({},this.tracks[n]),this.removeBuffer(n)),r[0]=r[1]=null}),{media:e,mediaSource:t,tracks:s}}initTracks(){const e={};this.sourceBuffers=[[null,null],[null,null]],this.tracks=e,this.resetQueue(),this.resetAppendErrors(),this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.lastVideoAppendEnd=0}onManifestLoading(){this.bufferCodecEventsTotal=0,this.details=null}onManifestParsed(e,t){var s;let i=2;(t.audio&&!t.video||!t.altAudio)&&(i=1),this.bufferCodecEventsTotal=i,this.log(`${i} bufferCodec event(s) expected.`),(s=this.transferData)!=null&&s.mediaSource&&this.sourceBufferCount&&i&&this.bufferCreated()}onMediaAttaching(e,t){const s=this.media=t.media;this.transferData=this.overrides=void 0;const i=Lt(this.appendSource);if(i){const r=!!t.mediaSource;(r||t.overrides)&&(this.transferData=t,this.overrides=t.overrides);const n=this.mediaSource=t.mediaSource||new i;if(this.assignMediaSource(n),r)this._objectUrl=s.src,this.attachTransferred();else{const o=this._objectUrl=self.URL.createObjectURL(n);if(this.appendSource)try{s.removeAttribute("src");const c=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||c&&n instanceof c,Pn(s),du(s,o),s.load()}catch{s.src=o}else s.src=o}s.addEventListener("emptied",this._onMediaEmptied)}}assignMediaSource(e){var t,s;this.log(`${((t=this.transferData)==null?void 0:t.mediaSource)===e?"transferred":"created"} media source: ${(s=e.constructor)==null?void 0:s.name}`),e.addEventListener("sourceopen",this._onMediaSourceOpen),e.addEventListener("sourceended",this._onMediaSourceEnded),e.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(e.addEventListener("startstreaming",this._onStartStreaming),e.addEventListener("endstreaming",this._onEndStreaming))}attachTransferred(){const e=this.media,t=this.transferData;if(!t||!e)return;const s=this.tracks,i=t.tracks,r=i?Object.keys(i):null,n=r?r.length:0,o=()=>{Promise.resolve().then(()=>{this.media&&this.mediaSourceOpenOrEnded&&this._onMediaSourceOpen()})};if(i&&r&&n){if(!this.tracksReady){this.hls.config.startFragPrefetch=!0,this.log("attachTransferred: waiting for SourceBuffer track info");return}if(this.log(`attachTransferred: (bufferCodecEventsTotal ${this.bufferCodecEventsTotal}) 26 - required tracks: ${ue(s,(c,l)=>c==="initSegment"?void 0:l)}; 27 - transfer tracks: ${ue(i,(c,l)=>c==="initSegment"?void 0:l)}}`),!oa(i,s)){t.mediaSource=null,t.tracks=void 0;const c=e.currentTime,l=this.details,h=Math.max(c,l?.fragments[0].start||0);if(h-c>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${c} -> ${h}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(i)}"->"${Object.keys(s)}") start time: ${h} currentTime: ${c}`),this.onMediaDetaching(m.MEDIA_DETACHING,{}),this.onMediaAttaching(m.MEDIA_ATTACHING,t),e.currentTime=h;return}this.transferData=void 0,r.forEach(c=>{const l=c,h=i[l];if(h){const u=h.buffer;if(u){const d=this.fragmentTracker,g=h.id;if(d.hasFragments(g)||d.hasParts(g)){const y=Q.getBuffered(u);d.detectEvictedFragments(l,y,g,null,!0)}const f=Ti(l),p=[l,u];this.sourceBuffers[f]=p,u.updating&&this.operationQueue&&this.operationQueue.prependBlocker(l),this.trackSourceBuffer(l,h)}}}),o(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),o()}get mediaSourceOpenOrEnded(){var e;const t=(e=this.mediaSource)==null?void 0:e.readyState;return t==="open"||t==="ended"}onMediaDetaching(e,t){const s=!!t.transferMedia;this.transferData=this.overrides=void 0;const{media:i,mediaSource:r,_objectUrl:n}=this;if(r){if(this.log(`media source ${s?"transferring":"detaching"}`),s)this.sourceBuffers.forEach(([o])=>{o&&this.removeBuffer(o)}),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const o=r.readyState==="open";try{const c=r.sourceBuffers;for(let l=c.length;l--;)o&&c[l].abort(),r.removeSourceBuffer(c[l]);o&&r.endOfStream()}catch(c){this.warn(`onMediaDetaching: ${c.message} while calling endOfStream`)}}this.sourceBufferCount&&this.onBufferReset()}r.removeEventListener("sourceopen",this._onMediaSourceOpen),r.removeEventListener("sourceended",this._onMediaSourceEnded),r.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(r.removeEventListener("startstreaming",this._onStartStreaming),r.removeEventListener("endstreaming",this._onEndStreaming)),this.mediaSource=null,this._objectUrl=null}i&&(i.removeEventListener("emptied",this._onMediaEmptied),s||(n&&self.URL.revokeObjectURL(n),this.mediaSrc===n?(i.removeAttribute("src"),this.appendSource&&Pn(i),i.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.media=null),this.hls.trigger(m.MEDIA_DETACHED,t)}onBufferReset(){this.sourceBuffers.forEach(([e])=>{e&&this.resetBuffer(e)}),this.initTracks()}resetBuffer(e){var t;const s=(t=this.tracks[e])==null?void 0:t.buffer;if(this.removeBuffer(e),s)try{var i;(i=this.mediaSource)!=null&&i.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(s)}catch(r){this.warn(`onBufferReset ${e}`,r)}delete this.tracks[e]}removeBuffer(e){this.removeBufferListeners(e),this.sourceBuffers[Ti(e)]=[null,null];const t=this.tracks[e];t&&(t.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new cu(this.tracks)}onBufferCodecs(e,t){var s;const i=this.tracks,r=Object.keys(t);this.log(`BUFFER_CODECS: "${r}" (current SB count ${this.sourceBufferCount})`);const n="audiovideo"in t&&(i.audio||i.video)||i.audiovideo&&("audio"in t||"video"in t),o=!n&&this.sourceBufferCount&&this.media&&r.some(c=>!i[c]);if(n||o){this.warn(`Unsupported transition between "${Object.keys(i)}" and "${r}" SourceBuffers`);return}r.forEach(c=>{var l,h;const u=t[c],{id:d,codec:g,levelCodec:f,container:p,metadata:y,supplemental:E}=u;let v=i[c];const T=(l=this.transferData)==null||(l=l.tracks)==null?void 0:l[c],S=T!=null&&T.buffer?T:v,x=S?.pendingCodec||S?.codec,D=S?.levelCodec;v||(v=i[c]={buffer:void 0,listeners:[],codec:g,supplemental:E,container:p,levelCodec:f,metadata:y,id:d});const A=Cs(x,D),L=A?.replace(Cn,"$1");let R=Cs(g,f);const I=(h=R)==null?void 0:h.replace(Cn,"$1");R&&A&&L!==I&&(c.slice(0,5)==="audio"&&(R=Gs(R,this.appendSource)),this.log(`switching codec ${x} to ${R}`),R!==(v.pendingCodec||v.codec)&&(v.pendingCodec=R),v.container=p,this.appendChangeType(c,p,R))}),(this.tracksReady||this.sourceBufferCount)&&(t.tracks=this.sourceBufferTracks),!this.sourceBufferCount&&(this.bufferCodecEventsTotal>1&&!this.tracks.video&&!t.video&&((s=t.audio)==null?void 0:s.id)==="main"&&(this.log("Main audio-only"),this.bufferCodecEventsTotal=1),this.mediaSourceOpenOrEnded&&this.checkPendingTracks())}get sourceBufferTracks(){return Object.keys(this.tracks).reduce((e,t)=>{const s=this.tracks[t];return e[t]={id:s.id,container:s.container,codec:s.codec,levelCodec:s.levelCodec},e},{})}appendChangeType(e,t,s){const i=`${t};codecs=${s}`,r={label:`change-type=${i}`,execute:()=>{const n=this.tracks[e];if(n){const o=n.buffer;o!=null&&o.changeType&&(this.log(`changing ${e} sourceBuffer type to ${i}`),o.changeType(i),n.codec=s,n.container=t)}this.shiftAndExecuteNext(e)},onStart:()=>{},onComplete:()=>{},onError:n=>{this.warn(`Failed to change ${e} SourceBuffer type`,n)}};this.append(r,e,this.isPending(this.tracks[e]))}blockAudio(e){var t;const s=e.start,i=s+e.duration*.05;if(((t=this.fragmentTracker.getAppendedFrag(s,Y.MAIN))==null?void 0:t.gap)===!0)return;const n={label:"block-audio",execute:()=>{var o;const c=this.tracks.video;(this.lastVideoAppendEnd>i||c!=null&&c.buffer&&Q.isBuffered(c.buffer,i)||((o=this.fragmentTracker.getAppendedFrag(i,Y.MAIN))==null?void 0:o.gap)===!0)&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:o=>{this.warn("Error executing block-audio operation",o)}};this.blockedAudioAppend={op:n,frag:e},this.append(n,"audio",!0)}unblockAudio(){const{blockedAudioAppend:e,operationQueue:t}=this;e&&t&&(this.blockedAudioAppend=null,t.unblockAudio(e.op))}onBufferAppending(e,t){const{tracks:s}=this,{data:i,type:r,parent:n,frag:o,part:c,chunkMeta:l,offset:h}=t,u=l.buffering[r],{sn:d,cc:g}=o,f=self.performance.now();u.start=f;const p=o.stats.buffering,y=c?c.stats.buffering:null;p.start===0&&(p.start=f),y&&y.start===0&&(y.start=f);const E=s.audio;let v=!1;r==="audio"&&E?.container==="audio/mpeg"&&(v=!this.lastMpegAudioChunk||l.id===1||this.lastMpegAudioChunk.sn!==l.sn,this.lastMpegAudioChunk=l);const T=s.video,S=T?.buffer;if(S&&d!=="initSegment"){const A=c||o,L=this.blockedAudioAppend;if(r==="audio"&&n!=="main"&&!this.blockedAudioAppend&&!(T.ending||T.ended)){const I=A.start+A.duration*.05,C=S.buffered,$=this.currentOp("video");!C.length&&!$?this.blockAudio(A):!$&&!Q.isBuffered(S,I)&&this.lastVideoAppendEnd<I&&this.blockAudio(A)}else if(r==="video"){const R=A.end;if(L){const I=L.frag.start;(R>I||R<this.lastVideoAppendEnd||Q.isBuffered(S,I))&&this.unblockAudio()}this.lastVideoAppendEnd=R}}const x=(c||o).start,D={label:`append-${r}`,execute:()=>{var A;u.executeStart=self.performance.now();const L=(A=this.tracks[r])==null?void 0:A.buffer;L&&(v?this.updateTimestampOffset(L,x,.1,r,d,g):h!==void 0&&H(h)&&this.updateTimestampOffset(L,h,1e-6,r,d,g)),this.appendExecutor(i,r)},onStart:()=>{},onComplete:()=>{const A=self.performance.now();u.executeEnd=u.end=A,p.first===0&&(p.first=A),y&&y.first===0&&(y.first=A);const L={};this.sourceBuffers.forEach(([R,I])=>{R&&(L[R]=Q.getBuffered(I))}),this.appendErrors[r]=0,r==="audio"||r==="video"?this.appendErrors.audiovideo=0:(this.appendErrors.audio=0,this.appendErrors.video=0),this.hls.trigger(m.BUFFER_APPENDED,{type:r,frag:o,part:c,chunkMeta:l,parent:o.type,timeRanges:L})},onError:A=>{var L;const R={type:W.MEDIA_ERROR,parent:o.type,details:_.BUFFER_APPEND_ERROR,sourceBufferName:r,frag:o,part:c,chunkMeta:l,error:A,err:A,fatal:!1},I=(L=this.media)==null?void 0:L.error;if(A.code===DOMException.QUOTA_EXCEEDED_ERR||A.name=="QuotaExceededError"||"quota"in A)R.details=_.BUFFER_FULL_ERROR;else if(A.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!I)R.errorAction=Vt(!0);else if(A.name===uo&&this.sourceBufferCount===0)R.errorAction=Vt(!0);else{const C=++this.appendErrors[r];this.warn(`Failed ${C}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${r}" sourceBuffer (${I||"no media error"})`),(C>=this.hls.config.appendErrorMaxRetry||I)&&(R.fatal=!0)}this.hls.trigger(m.ERROR,R)}};this.log(`queuing "${r}" append sn: ${d}${c?" p: "+c.index:""} of ${o.type===Y.MAIN?"level":"track"} ${o.level} cc: ${g}`),this.append(D,r,this.isPending(this.tracks[r]))}getFlushOp(e,t,s){return this.log(`queuing "${e}" remove ${t}-${s}`),{label:"remove",execute:()=>{this.removeExecutor(e,t,s)},onStart:()=>{},onComplete:()=>{this.hls.trigger(m.BUFFER_FLUSHED,{type:e})},onError:i=>{this.warn(`Failed to remove ${t}-${s} from "${e}" SourceBuffer`,i)}}}onBufferFlushing(e,t){const{type:s,startOffset:i,endOffset:r}=t;s?this.append(this.getFlushOp(s,i,r),s):this.sourceBuffers.forEach(([n])=>{n&&this.append(this.getFlushOp(n,i,r),n)})}onFragParsed(e,t){const{frag:s,part:i}=t,r=[],n=i?i.elementaryStreams:s.elementaryStreams;n[he.AUDIOVIDEO]?r.push("audiovideo"):(n[he.AUDIO]&&r.push("audio"),n[he.VIDEO]&&r.push("video"));const o=()=>{const c=self.performance.now();s.stats.buffering.end=c,i&&(i.stats.buffering.end=c);const l=i?i.stats:s.stats;this.hls.trigger(m.FRAG_BUFFERED,{frag:s,part:i,stats:l,id:s.type})};r.length===0&&this.warn(`Fragments must have at least one ElementaryStreamType set. type: ${s.type} level: ${s.level} sn: ${s.sn}`),this.blockBuffers(o,r).catch(c=>{this.warn(`Fragment buffered callback ${c}`),this.stepOperationQueue(this.sourceBufferTypes)})}onFragChanged(e,t){this.trimBuffers()}get bufferedToEnd(){return this.sourceBufferCount>0&&!this.sourceBuffers.some(([e])=>{if(e){const t=this.tracks[e];if(t)return!t.ended||t.ending}return!1})}onBufferEos(e,t){var s;this.sourceBuffers.forEach(([n])=>{if(n){const o=this.tracks[n];(!t.type||t.type===n)&&(o.ending=!0,o.ended||(o.ended=!0,this.log(`${n} buffer reached EOS`)))}});const i=((s=this.overrides)==null?void 0:s.endOfStream)!==!1;this.sourceBufferCount>0&&!this.sourceBuffers.some(([n])=>{var o;return n&&!((o=this.tracks[n])!=null&&o.ended)})?i?(this.log("Queueing EOS"),this.blockUntilOpen(()=>{this.tracksEnded();const{mediaSource:n}=this;if(!n||n.readyState!=="open"){n&&this.log(`Could not call mediaSource.endOfStream(). mediaSource.readyState: ${n.readyState}`);return}this.log("Calling mediaSource.endOfStream()"),n.endOfStream(),this.hls.trigger(m.BUFFERED_TO_END,void 0)})):(this.tracksEnded(),this.hls.trigger(m.BUFFERED_TO_END,void 0)):t.type==="video"&&this.unblockAudio()}tracksEnded(){this.sourceBuffers.forEach(([e])=>{if(e!==null){const t=this.tracks[e];t&&(t.ending=!1)}})}onLevelUpdated(e,{details:t}){t.fragments.length&&(this.details=t,this.updateDuration())}updateDuration(){this.blockUntilOpen(()=>{const e=this.getDurationAndRange();e&&this.updateMediaSource(e)})}onError(e,t){if(t.details===_.BUFFER_APPEND_ERROR&&t.frag){var s;const i=(s=t.errorAction)==null?void 0:s.nextAutoLevel;H(i)&&i!==t.frag.level&&this.resetAppendErrors()}}resetAppendErrors(){this.appendErrors={audio:0,video:0,audiovideo:0}}trimBuffers(){const{hls:e,details:t,media:s}=this;if(!s||t===null||!this.sourceBufferCount)return;const i=e.config,r=s.currentTime,n=t.levelTargetDuration,o=t.live&&i.liveBackBufferLength!==null?i.liveBackBufferLength:i.backBufferLength;if(H(o)&&o>=0){const l=Math.max(o,n),h=Math.floor(r/n)*n-l;this.flushBackBuffer(r,n,h)}const c=i.frontBufferFlushThreshold;if(H(c)&&c>0){const l=Math.max(i.maxBufferLength,c),h=Math.max(l,n),u=Math.floor(r/n)*n+h;this.flushFrontBuffer(r,n,u)}}flushBackBuffer(e,t,s){this.sourceBuffers.forEach(([i,r])=>{if(r){const o=Q.getBuffered(r);if(o.length>0&&s>o.start(0)){var n;this.hls.trigger(m.BACK_BUFFER_REACHED,{bufferEnd:s});const c=this.tracks[i];if((n=this.details)!=null&&n.live)this.hls.trigger(m.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(c!=null&&c.ended){this.log(`Cannot flush ${i} back buffer while SourceBuffer is in ended state`);return}this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:0,endOffset:s,type:i})}}})}flushFrontBuffer(e,t,s){this.sourceBuffers.forEach(([i,r])=>{if(r){const n=Q.getBuffered(r),o=n.length;if(o<2)return;const c=n.start(o-1),l=n.end(o-1);if(s>c||e>=c&&e<=l)return;this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:c,endOffset:1/0,type:i})}})}getDurationAndRange(){var e;const{details:t,mediaSource:s}=this;if(!t||!this.media||s?.readyState!=="open")return null;const i=t.edge;if(t.live&&this.hls.config.liveDurationInfinity){if(t.fragments.length&&s.setLiveSeekableRange){const l=Math.max(0,t.fragmentStart),h=Math.max(l,i);return{duration:1/0,start:l,end:h}}return{duration:1/0}}const r=(e=this.overrides)==null?void 0:e.duration;if(r)return H(r)?{duration:r}:null;const n=this.media.duration,o=H(s.duration)?s.duration:0;return i>o&&i>n||!H(n)?{duration:i}:null}updateMediaSource({duration:e,start:t,end:s}){const i=this.mediaSource;!this.media||!i||i.readyState!=="open"||(i.duration!==e&&(H(e)&&this.log(`Updating MediaSource duration to ${e.toFixed(3)}`),i.duration=e),t!==void 0&&s!==void 0&&(this.log(`MediaSource duration is set to ${i.duration}. Setting seekable range to ${t}-${s}.`),i.setLiveSeekableRange(t,s)))}get tracksReady(){const e=this.pendingTrackCount;return e>0&&(e>=this.bufferCodecEventsTotal||this.isPending(this.tracks.audiovideo))}checkPendingTracks(){const{bufferCodecEventsTotal:e,pendingTrackCount:t,tracks:s}=this;if(this.log(`checkPendingTracks (pending: ${t} codec events expected: ${e}) ${ue(s)}`),this.tracksReady){var i;const r=(i=this.transferData)==null?void 0:i.tracks;r&&Object.keys(r).length?this.attachTransferred():this.createSourceBuffers()}}bufferCreated(){if(this.sourceBufferCount){const e={};this.sourceBuffers.forEach(([t,s])=>{if(t){const i=this.tracks[t];e[t]={buffer:s,container:i.container,codec:i.codec,supplemental:i.supplemental,levelCodec:i.levelCodec,id:i.id,metadata:i.metadata}}}),this.hls.trigger(m.BUFFER_CREATED,{tracks:e}),this.log(`SourceBuffers created. Running queue: ${this.operationQueue}`),this.sourceBuffers.forEach(([t])=>{this.executeNext(t)})}else{const e=new Error("could not create source buffer for media codec(s)");this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:e,reason:e.message})}}createSourceBuffers(){const{tracks:e,sourceBuffers:t,mediaSource:s}=this;if(!s)throw new Error("createSourceBuffers called when mediaSource was null");for(const r in e){const n=r,o=e[n];if(this.isPending(o)){const c=this.getTrackCodec(o,n),l=`${o.container};codecs=${c}`;o.codec=c,this.log(`creating sourceBuffer(${l})${this.currentOp(n)?" Queued":""} ${ue(o)}`);try{const h=s.addSourceBuffer(l),u=Ti(n),d=[n,h];t[u]=d,o.buffer=h}catch(h){var i;this.error(`error while trying to add sourceBuffer: ${h.message}`),this.shiftAndExecuteNext(n),(i=this.operationQueue)==null||i.removeBlockers(),delete this.tracks[n],this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:h,sourceBufferName:n,mimeType:l,parent:o.id});return}this.trackSourceBuffer(n,o)}}this.bufferCreated()}getTrackCodec(e,t){const s=e.supplemental;let i=e.codec;s&&(t==="video"||t==="audiovideo")&&ns(s,"video")&&(i=tc(i,s));const r=Cs(i,e.levelCodec);return r?t.slice(0,5)==="audio"?Gs(r,this.appendSource):r:""}trackSourceBuffer(e,t){const s=t.buffer;if(!s)return;const i=this.getTrackCodec(t,e);this.tracks[e]={buffer:s,codec:i,container:t.container,levelCodec:t.levelCodec,supplemental:t.supplemental,metadata:t.metadata,id:t.id,listeners:[]},this.removeBufferListeners(e),this.addBufferListener(e,"updatestart",this.onSBUpdateStart),this.addBufferListener(e,"updateend",this.onSBUpdateEnd),this.addBufferListener(e,"error",this.onSBUpdateError),this.appendSource&&this.addBufferListener(e,"bufferedchange",(r,n)=>{const o=n.removedRanges;o!=null&&o.length&&this.hls.trigger(m.BUFFER_FLUSHED,{type:r})})}get mediaSrc(){var e,t;const s=((e=this.media)==null||(t=e.querySelector)==null?void 0:t.call(e,"source"))||this.media;return s?.src}onSBUpdateStart(e){const t=this.currentOp(e);t&&t.onStart()}onSBUpdateEnd(e){var t;if(((t=this.mediaSource)==null?void 0:t.readyState)==="closed"){this.resetBuffer(e);return}const s=this.currentOp(e);s&&(s.onComplete(),this.shiftAndExecuteNext(e))}onSBUpdateError(e,t){var s;const i=new Error(`${e} SourceBuffer error. MediaSource readyState: ${(s=this.mediaSource)==null?void 0:s.readyState}`);this.error(`${i}`,t),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});const r=this.currentOp(e);r&&r.onError(i)}updateTimestampOffset(e,t,s,i,r,n){const o=t-e.timestampOffset;Math.abs(o)>=s&&(this.log(`Updating ${i} SourceBuffer timestampOffset to ${t} (sn: ${r} cc: ${n})`),e.timestampOffset=t)}removeExecutor(e,t,s){const{media:i,mediaSource:r}=this,n=this.tracks[e],o=n?.buffer;if(!i||!r||!o){this.warn(`Attempting to remove from the ${e} SourceBuffer, but it does not exist`),this.shiftAndExecuteNext(e);return}const c=H(i.duration)?i.duration:1/0,l=H(r.duration)?r.duration:1/0,h=Math.max(0,t),u=Math.min(s,c,l);u>h&&(!n.ending||n.ended)?(n.ended=!1,this.log(`Removing [${h},${u}] from the ${e} SourceBuffer`),o.remove(h,u)):this.shiftAndExecuteNext(e)}appendExecutor(e,t){const s=this.tracks[t],i=s?.buffer;if(!i)throw new hu(`Attempting to append to the ${t} SourceBuffer, but it does not exist`);s.ending=!1,s.ended=!1,i.appendBuffer(e)}blockUntilOpen(e){if(this.isUpdating()||this.isQueued())this.blockBuffers(e).catch(t=>{this.warn(`SourceBuffer blocked callback ${t}`),this.stepOperationQueue(this.sourceBufferTypes)});else try{e()}catch(t){this.warn(`Callback run without blocking ${this.operationQueue} ${t}`)}}isUpdating(){return this.sourceBuffers.some(([e,t])=>e&&t.updating)}isQueued(){return this.sourceBuffers.some(([e])=>e&&!!this.currentOp(e))}isPending(e){return!!e&&!e.buffer}blockBuffers(e,t=this.sourceBufferTypes){if(!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),Promise.resolve().then(e);const{operationQueue:s}=this,i=t.map(n=>this.appendBlocker(n));return t.length>1&&this.blockedAudioAppend&&this.unblockAudio(),Promise.all(i).then(n=>{s===this.operationQueue&&(e(),this.stepOperationQueue(this.sourceBufferTypes))})}stepOperationQueue(e){e.forEach(t=>{var s;const i=(s=this.tracks[t])==null?void 0:s.buffer;!i||i.updating||this.shiftAndExecuteNext(t)})}append(e,t,s){this.operationQueue&&this.operationQueue.append(e,t,s)}appendBlocker(e){if(this.operationQueue)return this.operationQueue.appendBlocker(e)}currentOp(e){return this.operationQueue?this.operationQueue.current(e):null}executeNext(e){e&&this.operationQueue&&this.operationQueue.executeNext(e)}shiftAndExecuteNext(e){this.operationQueue&&this.operationQueue.shiftAndExecuteNext(e)}get pendingTrackCount(){return Object.keys(this.tracks).reduce((e,t)=>e+(this.isPending(this.tracks[t])?1:0),0)}get sourceBufferCount(){return this.sourceBuffers.reduce((e,[t])=>e+(t?1:0),0)}get sourceBufferTypes(){return this.sourceBuffers.map(([e])=>e).filter(e=>!!e)}addBufferListener(e,t,s){const i=this.tracks[e];if(!i)return;const r=i.buffer;if(!r)return;const n=s.bind(this,e);i.listeners.push({event:t,listener:n}),r.addEventListener(t,n)}removeBufferListeners(e){const t=this.tracks[e];if(!t)return;const s=t.buffer;s&&(t.listeners.forEach(i=>{s.removeEventListener(i.event,i.listener)}),t.listeners.length=0)}}function Pn(a){const e=a.querySelectorAll("source");[].slice.call(e).forEach(t=>{a.removeChild(t)})}function du(a,e){const t=self.document.createElement("source");t.type="video/mp4",t.src=e,a.appendChild(t)}function Ti(a){return a==="audio"?1:0}class Sr{constructor(e){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=e,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}setStreamController(e){this.streamController=e}destroy(){this.hls&&this.unregisterListener(),this.timer&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null}registerListeners(){const{hls:e}=this;e.on(m.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.BUFFER_CODECS,this.onBufferCodecs,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListener(){const{hls:e}=this;e.off(m.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this)}onFpsDropLevelCapping(e,t){const s=this.hls.levels[t.droppedLevel];this.isLevelAllowed(s)&&this.restrictedLevels.push({bitrate:s.bitrate,height:s.height,width:s.width})}onMediaAttaching(e,t){this.media=t.media instanceof HTMLVideoElement?t.media:null,this.clientRect=null,this.timer&&this.hls.levels.length&&this.detectPlayerSize()}onManifestParsed(e,t){const s=this.hls;this.restrictedLevels=[],this.firstLevel=t.firstLevel,s.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onLevelsUpdated(e,t){this.timer&&H(this.autoLevelCapping)&&this.detectPlayerSize()}onBufferCodecs(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onMediaDetaching(){this.stopCapping(),this.media=null}detectPlayerSize(){if(this.media){if(this.mediaHeight<=0||this.mediaWidth<=0){this.clientRect=null;return}const e=this.hls.levels;if(e.length){const t=this.hls,s=this.getMaxLevel(e.length-1);s!==this.autoLevelCapping&&t.logger.log(`Setting autoLevelCapping to ${s}: ${e[s].height}p@${e[s].bitrate} for media ${this.mediaWidth}x${this.mediaHeight}`),t.autoLevelCapping=s,t.autoLevelEnabled&&t.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=t.autoLevelCapping}}}getMaxLevel(e){const t=this.hls.levels;if(!t.length)return-1;const s=t.filter((i,r)=>this.isLevelAllowed(i)&&r<=e);return this.clientRect=null,Sr.getMaxLevelByMediaSize(s,this.mediaWidth,this.mediaHeight)}startCapping(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())}stopCapping(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)}getDimensions(){if(this.clientRect)return this.clientRect;const e=this.media,t={width:0,height:0};if(e){const s=e.getBoundingClientRect();t.width=s.width,t.height=s.height,!t.width&&!t.height&&(t.width=s.right-s.left||e.width||0,t.height=s.bottom-s.top||e.height||0)}return this.clientRect=t,t}get mediaWidth(){return this.getDimensions().width*this.contentScaleFactor}get mediaHeight(){return this.getDimensions().height*this.contentScaleFactor}get contentScaleFactor(){let e=1;if(!this.hls.config.ignoreDevicePixelRatio)try{e=self.devicePixelRatio}catch{}return Math.min(e,this.hls.config.maxDevicePixelRatio)}isLevelAllowed(e){return!this.restrictedLevels.some(s=>e.bitrate===s.bitrate&&e.width===s.width&&e.height===s.height)}static getMaxLevelByMediaSize(e,t,s){if(!(e!=null&&e.length))return-1;const i=(o,c)=>c?o.width!==c.width||o.height!==c.height:!0;let r=e.length-1;const n=Math.max(t,s);for(let o=0;o<e.length;o+=1){const c=e[o];if((c.width>=n||c.height>=n)&&i(c,e[o+1])){r=o;break}}return r}}const fu={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},$e=fu,gu={HLS:"h"},mu=gu;class lt{constructor(e,t){Array.isArray(e)&&(e=e.map(s=>s instanceof lt?s:new lt(s))),this.value=e,this.params=t}}const pu="Dict";function yu(a){return Array.isArray(a)?JSON.stringify(a):a instanceof Map?"Map{}":a instanceof Set?"Set{}":typeof a=="object"?JSON.stringify(a):String(a)}function Eu(a,e,t,s){return new Error(`failed to ${a} "${yu(e)}" as ${t}`,{cause:s})}function ct(a,e,t){return Eu("serialize",a,e,t)}class fo{constructor(e){this.description=e}}const kn="Bare Item",vu="Boolean";function Tu(a){if(typeof a!="boolean")throw ct(a,vu);return a?"?1":"?0"}function Su(a){return btoa(String.fromCharCode(...a))}const xu="Byte Sequence";function Au(a){if(ArrayBuffer.isView(a)===!1)throw ct(a,xu);return`:${Su(a)}:`}const Iu="Integer";function Lu(a){return a<-999999999999999||999999999999999<a}function go(a){if(Lu(a))throw ct(a,Iu);return a.toString()}function Ru(a){return`@${go(a.getTime()/1e3)}`}function mo(a,e){if(a<0)return-mo(-a,e);const t=Math.pow(10,e);if(Math.abs(a*t%1-.5)<Number.EPSILON){const i=Math.floor(a*t);return(i%2===0?i:i+1)/t}else return Math.round(a*t)/t}const bu="Decimal";function _u(a){const e=mo(a,3);if(Math.floor(Math.abs(e)).toString().length>12)throw ct(a,bu);const t=e.toString();return t.includes(".")?t:`${t}.0`}const Du="String",Cu=/[\x00-\x1f\x7f]+/;function Pu(a){if(Cu.test(a))throw ct(a,Du);return`"${a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function ku(a){return a.description||a.toString().slice(7,-1)}const wu="Token";function wn(a){const e=ku(a);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(e)===!1)throw ct(e,wu);return e}function qi(a){switch(typeof a){case"number":if(!H(a))throw ct(a,kn);return Number.isInteger(a)?go(a):_u(a);case"string":return Pu(a);case"symbol":return wn(a);case"boolean":return Tu(a);case"object":if(a instanceof Date)return Ru(a);if(a instanceof Uint8Array)return Au(a);if(a instanceof fo)return wn(a);default:throw ct(a,kn)}}const Ou="Key";function ji(a){if(/^[a-z*][a-z0-9\-_.*]*$/.test(a)===!1)throw ct(a,Ou);return a}function xr(a){return a==null?"":Object.entries(a).map(([e,t])=>t===!0?`;${ji(e)}`:`;${ji(e)}=${qi(t)}`).join("")}function po(a){return a instanceof lt?`${qi(a.value)}${xr(a.params)}`:qi(a)}function Fu(a){return`(${a.value.map(po).join(" ")})${xr(a.params)}`}function Mu(a,e={whitespace:!0}){if(typeof a!="object"||a==null)throw ct(a,pu);const t=a instanceof Map?a.entries():Object.entries(a),s=e?.whitespace?" ":"";return Array.from(t).map(([i,r])=>{r instanceof lt||(r=new lt(r));let n=ji(i);return r.value===!0?n+=xr(r.params):(n+="=",Array.isArray(r.value)?n+=Fu(r):n+=po(r)),n}).join(`,${s}`)}function yo(a,e){return Mu(a,e)}const tt="CMCD-Object",Ee="CMCD-Request",Dt="CMCD-Session",vt="CMCD-Status",Nu={br:tt,ab:tt,d:tt,ot:tt,tb:tt,tpb:tt,lb:tt,tab:tt,lab:tt,url:tt,pb:Ee,bl:Ee,tbl:Ee,dl:Ee,ltc:Ee,mtp:Ee,nor:Ee,nrr:Ee,rc:Ee,sn:Ee,sta:Ee,su:Ee,ttfb:Ee,ttfbb:Ee,ttlb:Ee,cmsdd:Ee,cmsds:Ee,smrt:Ee,df:Ee,cs:Ee,ts:Ee,cid:Dt,pr:Dt,sf:Dt,sid:Dt,st:Dt,v:Dt,msd:Dt,bs:vt,bsd:vt,cdn:vt,rtp:vt,bg:vt,pt:vt,ec:vt,e:vt},Bu={REQUEST:Ee};function Uu(a){return Object.keys(a).reduce((e,t)=>{var s;return(s=a[t])===null||s===void 0||s.forEach(i=>e[i]=t),e},{})}function $u(a,e){const t={};if(!a)return t;const s=Object.keys(a),i=e?Uu(e):{};return s.reduce((r,n)=>{var o;const c=Nu[n]||i[n]||Bu.REQUEST,l=(o=r[c])!==null&&o!==void 0?o:r[c]={};return l[n]=a[n],r},t)}function Gu(a){return["ot","sf","st","e","sta"].includes(a)}function Ku(a){return typeof a=="number"?H(a):a!=null&&a!==""&&a!==!1}const Eo="event";function Vu(a,e){const t=new URL(a),s=new URL(e);if(t.origin!==s.origin)return a;const i=t.pathname.split("/").slice(1),r=s.pathname.split("/").slice(1,-1);for(;i[0]===r[0];)i.shift(),r.shift();for(;r.length;)r.shift(),i.unshift("..");return i.join("/")+t.search+t.hash}const Fs=a=>Math.round(a),zi=(a,e)=>Array.isArray(a)?a.map(t=>zi(t,e)):a instanceof lt&&typeof a.value=="string"?new lt(zi(a.value,e),a.params):(e.baseUrl&&(a=Vu(a,e.baseUrl)),e.version===1?encodeURIComponent(a):a),xs=a=>Fs(a/100)*100,Hu=(a,e)=>{let t=a;return e.version>=2&&(a instanceof lt&&typeof a.value=="string"?t=new lt([a]):typeof a=="string"&&(t=[a])),zi(t,e)},Yu={br:Fs,d:Fs,bl:xs,dl:xs,mtp:xs,nor:Hu,rtp:xs,tb:Fs},vo="request",To="response",Ar=["ab","bg","bl","br","bs","bsd","cdn","cid","cs","df","ec","lab","lb","ltc","msd","mtp","pb","pr","pt","sf","sid","sn","st","sta","tab","tb","tbl","tpb","ts","v"],Wu=["e"],qu=/^[a-zA-Z0-9-.]+-[a-zA-Z0-9-.]+$/;function ti(a){return qu.test(a)}function ju(a){return Ar.includes(a)||Wu.includes(a)||ti(a)}const So=["d","dl","nor","ot","rtp","su"];function zu(a){return Ar.includes(a)||So.includes(a)||ti(a)}const Xu=["cmsdd","cmsds","rc","smrt","ttfb","ttfbb","ttlb","url"];function Qu(a){return Ar.includes(a)||So.includes(a)||Xu.includes(a)||ti(a)}const Zu=["bl","br","bs","cid","d","dl","mtp","nor","nrr","ot","pr","rtp","sf","sid","st","su","tb","v"];function Ju(a){return Zu.includes(a)||ti(a)}const ed={[To]:Qu,[Eo]:ju,[vo]:zu};function xo(a,e={}){const t={};if(a==null||typeof a!="object")return t;const s=e.version||a.v||1,i=e.reportingMode||vo,r=s===1?Ju:ed[i];let n=Object.keys(a).filter(r);const o=e.filter;typeof o=="function"&&(n=n.filter(o));const c=i===To||i===Eo;c&&!n.includes("ts")&&n.push("ts"),s>1&&!n.includes("v")&&n.push("v");const l=le({},Yu,e.formatters),h={version:s,reportingMode:i,baseUrl:e.baseUrl};return n.sort().forEach(u=>{let d=a[u];const g=l[u];if(typeof g=="function"&&(d=g(d,h)),u==="v"){if(s===1)return;d=s}u=="pr"&&d===1||(c&&u==="ts"&&!H(d)&&(d=Date.now()),Ku(d)&&(Gu(u)&&typeof d=="string"&&(d=new fo(d)),t[u]=d))}),t}function td(a,e={}){const t={};if(!a)return t;const s=xo(a,e),i=$u(s,e?.customHeaderMap);return Object.entries(i).reduce((r,[n,o])=>{const c=yo(o,{whitespace:!1});return c&&(r[n]=c),r},t)}function sd(a,e,t){return le(a,td(e,t))}const id="CMCD";function rd(a,e={}){return a?yo(xo(a,e),{whitespace:!1}):""}function nd(a,e={}){if(!a)return"";const t=rd(a,e);return encodeURIComponent(t)}function ad(a,e={}){if(!a)return"";const t=nd(a,e);return`${id}=${t}`}const On=/CMCD=[^&#]+/;function od(a,e,t){const s=ad(e,t);if(!s)return a;if(On.test(a))return a.replace(On,s);const i=a.includes("?")?"&":"?";return`${a}${i}${s}`}class ld{constructor(e){this.hls=void 0,this.config=void 0,this.media=void 0,this.sid=void 0,this.cid=void 0,this.useHeaders=!1,this.includeKeys=void 0,this.initialized=!1,this.starved=!1,this.buffering=!0,this.audioBuffer=void 0,this.videoBuffer=void 0,this.onWaiting=()=>{this.initialized&&(this.starved=!0),this.buffering=!0},this.onPlaying=()=>{this.initialized||(this.initialized=!0),this.buffering=!1},this.applyPlaylistData=i=>{try{this.apply(i,{ot:$e.MANIFEST,su:!this.initialized})}catch(r){this.hls.logger.warn("Could not generate manifest CMCD data.",r)}},this.applyFragmentData=i=>{try{const{frag:r,part:n}=i,o=this.hls.levels[r.level],c=this.getObjectType(r),l={d:(n||r).duration*1e3,ot:c};(c===$e.VIDEO||c===$e.AUDIO||c==$e.MUXED)&&(l.br=o.bitrate/1e3,l.tb=this.getTopBandwidth(c)/1e3,l.bl=this.getBufferLength(c));const h=n?this.getNextPart(n):this.getNextFrag(r);h!=null&&h.url&&h.url!==r.url&&(l.nor=h.url),this.apply(i,l)}catch(r){this.hls.logger.warn("Could not generate segment CMCD data.",r)}},this.hls=e;const t=this.config=e.config,{cmcd:s}=t;s!=null&&(t.pLoader=this.createPlaylistLoader(),t.fLoader=this.createFragmentLoader(),this.sid=s.sessionId||e.sessionId,this.cid=s.contentId,this.useHeaders=s.useHeaders===!0,this.includeKeys=s.includeKeys,this.registerListeners())}registerListeners(){const e=this.hls;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHED,this.onMediaDetached,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this)}unregisterListeners(){const e=this.hls;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHED,this.onMediaDetached,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this)}destroy(){this.unregisterListeners(),this.onMediaDetached(),this.hls=this.config=this.audioBuffer=this.videoBuffer=null,this.onWaiting=this.onPlaying=this.media=null}onMediaAttached(e,t){this.media=t.media,this.media.addEventListener("waiting",this.onWaiting),this.media.addEventListener("playing",this.onPlaying)}onMediaDetached(){this.media&&(this.media.removeEventListener("waiting",this.onWaiting),this.media.removeEventListener("playing",this.onPlaying),this.media=null)}onBufferCreated(e,t){var s,i;this.audioBuffer=(s=t.tracks.audio)==null?void 0:s.buffer,this.videoBuffer=(i=t.tracks.video)==null?void 0:i.buffer}createData(){var e;return{v:1,sf:mu.HLS,sid:this.sid,cid:this.cid,pr:(e=this.media)==null?void 0:e.playbackRate,mtp:this.hls.bandwidthEstimate/1e3}}apply(e,t={}){le(t,this.createData());const s=t.ot===$e.INIT||t.ot===$e.VIDEO||t.ot===$e.MUXED;this.starved&&s&&(t.bs=!0,t.su=!0,this.starved=!1),t.su==null&&(t.su=this.buffering);const{includeKeys:i}=this;i&&(t=Object.keys(t).reduce((n,o)=>(i.includes(o)&&(n[o]=t[o]),n),{}));const r={baseUrl:e.url};this.useHeaders?(e.headers||(e.headers={}),sd(e.headers,t,r)):e.url=od(e.url,t,r)}getNextFrag(e){var t;const s=(t=this.hls.levels[e.level])==null?void 0:t.details;if(s){const i=e.sn-s.startSN;return s.fragments[i+1]}}getNextPart(e){var t;const{index:s,fragment:i}=e,r=(t=this.hls.levels[i.level])==null||(t=t.details)==null?void 0:t.partList;if(r){const{sn:n}=i;for(let o=r.length-1;o>=0;o--){const c=r[o];if(c.index===s&&c.fragment.sn===n)return r[o+1]}}}getObjectType(e){const{type:t}=e;if(t==="subtitle")return $e.TIMED_TEXT;if(e.sn==="initSegment")return $e.INIT;if(t==="audio")return $e.AUDIO;if(t==="main")return this.hls.audioTracks.length?$e.VIDEO:$e.MUXED}getTopBandwidth(e){let t=0,s;const i=this.hls;if(e===$e.AUDIO)s=i.audioTracks;else{const r=i.maxAutoLevel,n=r>-1?r+1:i.levels.length;s=i.levels.slice(0,n)}return s.forEach(r=>{r.bitrate>t&&(t=r.bitrate)}),t>0?t:NaN}getBufferLength(e){const t=this.media,s=e===$e.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!t?NaN:Q.bufferInfo(s,t.currentTime,this.config.maxBufferHole).len*1e3}createPlaylistLoader(){const{pLoader:e}=this.config,t=this.applyPlaylistData,s=e||this.config.loader;return class{constructor(r){this.loader=void 0,this.loader=new s(r)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(r,n,o){t(r),this.loader.load(r,n,o)}}}createFragmentLoader(){const{fLoader:e}=this.config,t=this.applyFragmentData,s=e||this.config.loader;return class{constructor(r){this.loader=void 0,this.loader=new s(r)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(r,n,o){t(r),this.loader.load(r,n,o)}}}}const cd=3e5;class hd extends ze{constructor(e){super("content-steering",e.logger),this.hls=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this._pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const e=this.hls;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.ERROR,this.onError,this))}pathways(){return(this.levels||[]).reduce((e,t)=>(e.indexOf(t.pathwayId)===-1&&e.push(t.pathwayId),e),[])}get pathwayPriority(){return this._pathwayPriority}set pathwayPriority(e){this.updatePathwayPriority(e)}startLoad(){if(this.started=!0,this.clearTimeout(),this.enabled&&this.uri){if(this.updated){const e=this.timeToLoad*1e3-(performance.now()-this.updated);if(e>0){this.scheduleRefresh(this.uri,e);return}}this.loadSteeringManifest(this.uri)}}stopLoad(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()}clearTimeout(){this.reloadTimer!==-1&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)}destroy(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null}removeLevel(e){const t=this.levels;t&&(this.levels=t.filter(s=>s!==e))}onManifestLoading(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null}onManifestLoaded(e,t){const{contentSteering:s}=t;s!==null&&(this.pathwayId=s.pathwayId,this.uri=s.uri,this.started&&this.startLoad())}onManifestParsed(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks}onError(e,t){const{errorAction:s}=t;if(s?.action===Ce.SendAlternateToPenaltyBox&&s.flags===He.MoveAllAlternatesMatchingHost){const i=this.levels;let r=this._pathwayPriority,n=this.pathwayId;if(t.context){const{groupId:o,pathwayId:c,type:l}=t.context;o&&i?n=this.getPathwayForGroupId(o,l,n):c&&(n=c)}n in this.penalizedPathways||(this.penalizedPathways[n]=performance.now()),!r&&i&&(r=this.pathways()),r&&r.length>1&&(this.updatePathwayPriority(r),s.resolved=this.pathwayId!==n),t.details===_.BUFFER_APPEND_ERROR&&!t.fatal?s.resolved=!0:s.resolved||this.warn(`Could not resolve ${t.details} ("${t.error.message}") with content-steering for Pathway: ${n} levels: ${i&&i.length} priorities: ${ue(r)} penalized: ${ue(this.penalizedPathways)}`)}}filterParsedLevels(e){this.levels=e;let t=this.getLevelsForPathway(this.pathwayId);if(t.length===0){const s=e[0].pathwayId;this.log(`No levels found in Pathway ${this.pathwayId}. Setting initial Pathway to "${s}"`),t=this.getLevelsForPathway(s),this.pathwayId=s}return t.length!==e.length&&this.log(`Found ${t.length}/${e.length} levels in Pathway "${this.pathwayId}"`),t}getLevelsForPathway(e){return this.levels===null?[]:this.levels.filter(t=>e===t.pathwayId)}updatePathwayPriority(e){this._pathwayPriority=e;let t;const s=this.penalizedPathways,i=performance.now();Object.keys(s).forEach(r=>{i-s[r]>cd&&delete s[r]});for(let r=0;r<e.length;r++){const n=e[r];if(n in s)continue;if(n===this.pathwayId)return;const o=this.hls.nextLoadLevel,c=this.hls.levels[o];if(t=this.getLevelsForPathway(n),t.length>0){this.log(`Setting Pathway to "${n}"`),this.pathwayId=n,Ga(t),this.hls.trigger(m.LEVELS_UPDATED,{levels:t});const l=this.hls.levels[o];c&&l&&this.levels&&(l.attrs["STABLE-VARIANT-ID"]!==c.attrs["STABLE-VARIANT-ID"]&&l.bitrate!==c.bitrate&&this.log(`Unstable Pathways change from bitrate ${c.bitrate} to ${l.bitrate}`),this.hls.nextLoadLevel=o);break}}}getPathwayForGroupId(e,t,s){const i=this.getLevelsForPathway(s).concat(this.levels||[]);for(let r=0;r<i.length;r++)if(t===se.AUDIO_TRACK&&i[r].hasAudioGroup(e)||t===se.SUBTITLE_TRACK&&i[r].hasSubtitleGroup(e))return i[r].pathwayId;return s}clonePathways(e){const t=this.levels;if(!t)return;const s={},i={};e.forEach(r=>{const{ID:n,"BASE-ID":o,"URI-REPLACEMENT":c}=r;if(t.some(h=>h.pathwayId===n))return;const l=this.getLevelsForPathway(o).map(h=>{const u=new me(h.attrs);u["PATHWAY-ID"]=n;const d=u.AUDIO&&`${u.AUDIO}_clone_${n}`,g=u.SUBTITLES&&`${u.SUBTITLES}_clone_${n}`;d&&(s[u.AUDIO]=d,u.AUDIO=d),g&&(i[u.SUBTITLES]=g,u.SUBTITLES=g);const f=Ao(h.uri,u["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",c),p=new os({attrs:u,audioCodec:h.audioCodec,bitrate:h.bitrate,height:h.height,name:h.name,url:f,videoCodec:h.videoCodec,width:h.width});if(h.audioGroups)for(let y=1;y<h.audioGroups.length;y++)p.addGroupId("audio",`${h.audioGroups[y]}_clone_${n}`);if(h.subtitleGroups)for(let y=1;y<h.subtitleGroups.length;y++)p.addGroupId("text",`${h.subtitleGroups[y]}_clone_${n}`);return p});t.push(...l),Fn(this.audioTracks,s,c,n),Fn(this.subtitleTracks,i,c,n)})}loadSteeringManifest(e){const t=this.hls.config,s=t.loader;this.loader&&this.loader.destroy(),this.loader=new s(t);let i;try{i=new self.URL(e)}catch{this.enabled=!1,this.log(`Failed to parse Steering Manifest URI: ${e}`);return}if(i.protocol!=="data:"){const h=(this.hls.bandwidthEstimate||t.abrEwmaDefaultEstimate)|0;i.searchParams.set("_HLS_pathway",this.pathwayId),i.searchParams.set("_HLS_throughput",""+h)}const r={responseType:"json",url:i.href},n=t.steeringManifestLoadPolicy.default,o=n.errorRetry||n.timeoutRetry||{},c={loadPolicy:n,timeout:n.maxLoadTimeMs,maxRetry:o.maxNumRetry||0,retryDelay:o.retryDelayMs||0,maxRetryDelay:o.maxRetryDelayMs||0},l={onSuccess:(h,u,d,g)=>{this.log(`Loaded steering manifest: "${i}"`);const f=h.data;if(f?.VERSION!==1){this.log(`Steering VERSION ${f.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=f.TTL;const{"RELOAD-URI":p,"PATHWAY-CLONES":y,"PATHWAY-PRIORITY":E}=f;if(p)try{this.uri=new self.URL(p,i).href}catch{this.enabled=!1,this.log(`Failed to parse Steering Manifest RELOAD-URI: ${p}`);return}this.scheduleRefresh(this.uri||d.url),y&&this.clonePathways(y);const v={steeringManifest:f,url:i.toString()};this.hls.trigger(m.STEERING_MANIFEST_LOADED,v),E&&this.updatePathwayPriority(E)},onError:(h,u,d,g)=>{if(this.log(`Error loading steering manifest: ${h.code} ${h.text} (${u.url})`),this.stopLoad(),h.code===410){this.enabled=!1,this.log(`Steering manifest ${u.url} no longer available`);return}let f=this.timeToLoad*1e3;if(h.code===429){const p=this.loader;if(typeof p?.getResponseHeader=="function"){const y=p.getResponseHeader("Retry-After");y&&(f=parseFloat(y)*1e3)}this.log(`Steering manifest ${u.url} rate limited`);return}this.scheduleRefresh(this.uri||u.url,f)},onTimeout:(h,u,d)=>{this.log(`Timeout loading steering manifest (${u.url})`),this.scheduleRefresh(this.uri||u.url)}};this.log(`Requesting steering manifest: ${i}`),this.loader.load(r,c,l)}scheduleRefresh(e,t=this.timeToLoad*1e3){this.clearTimeout(),this.reloadTimer=self.setTimeout(()=>{var s;const i=(s=this.hls)==null?void 0:s.media;if(i&&!i.ended){this.loadSteeringManifest(e);return}this.scheduleRefresh(e,this.timeToLoad*1e3)},t)}}function Fn(a,e,t,s){a&&Object.keys(e).forEach(i=>{const r=a.filter(n=>n.groupId===i).map(n=>{const o=le({},n);return o.details=void 0,o.attrs=new me(o.attrs),o.url=o.attrs.URI=Ao(n.url,n.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",t),o.groupId=o.attrs["GROUP-ID"]=e[i],o.attrs["PATHWAY-ID"]=s,o});a.push(...r)})}function Ao(a,e,t,s){const{HOST:i,PARAMS:r,[t]:n}=s;let o;e&&(o=n?.[e],o&&(a=o));const c=new self.URL(a);return i&&!o&&(c.host=i),r&&Object.keys(r).sort().forEach(l=>{l&&c.searchParams.set(l,r[l])}),c.href}class Yt extends ze{constructor(e){super("eme",e.logger),this.hls=void 0,this.config=void 0,this.media=null,this.mediaResolved=void 0,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.mediaKeys=null,this.setMediaKeysQueue=Yt.CDMCleanupPromise?[Yt.CDMCleanupPromise]:[],this.bannedKeyIds={},this.onMediaEncrypted=t=>{const{initDataType:s,initData:i}=t,r=`"${t.type}" event: init data type: "${s}"`;if(this.debug(r),i!==null){if(!this.keyFormatPromise){let n=Object.keys(this.keySystemAccessPromises);n.length||(n=es(this.config));const o=n.map(di).filter(c=>!!c);this.keyFormatPromise=this.getKeyFormatPromise(o)}this.keyFormatPromise.then(n=>{const o=ks(n);if(s!=="sinf"||o!==pe.FAIRPLAY){this.log(`Ignoring "${t.type}" event with init data type: "${s}" for selected key-system ${o}`);return}let c;try{const g=Ae(new Uint8Array(i)),f=ur(JSON.parse(g).sinf),p=pa(f);if(!p)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");c=new Uint8Array(p.subarray(8,24))}catch(g){this.warn(`${r} Failed to parse sinf: ${g}`);return}const l=Pe(c),{keyIdToKeySessionPromise:h,mediaKeySessions:u}=this;let d=h[l];for(let g=0;g<u.length;g++){const f=u[g],p=f.decryptdata;if(!p.keyId)continue;const y=Pe(p.keyId);if(Ws(c,p.keyId)||p.uri.replace(/-/g,"").indexOf(l)!==-1){if(d=h[y],!d)continue;if(p.pssh)break;delete h[y],p.pssh=new Uint8Array(i),p.keyId=c,d=h[l]=d.then(()=>this.generateRequestWithPreferredKeySession(f,s,i,"encrypted-event-key-match")),d.catch(E=>this.handleError(E));break}}d||this.handleError(new Error(`Key ID ${l} not encountered in playlist. Key-system sessions ${u.length}.`))}).catch(n=>this.handleError(n))}},this.onWaitingForKey=t=>{this.log(`"${t.type}" event`)},this.hls=e,this.config=e.config,this.registerListeners()}destroy(){this.onDestroying(),this.onMediaDetached();const e=this.config;e.requestMediaKeySystemAccessFunc=null,e.licenseXhrSetup=e.licenseResponseCallback=void 0,e.drmSystems=e.drmSystemOptions={},this.hls=this.config=this.keyIdToKeySessionPromise=null,this.onMediaEncrypted=this.onWaitingForKey=null}registerListeners(){this.hls.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(m.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.on(m.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.on(m.DESTROYING,this.onDestroying,this)}unregisterListeners(){this.hls.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(m.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.off(m.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.off(m.DESTROYING,this.onDestroying,this)}getLicenseServerUrl(e){const{drmSystems:t,widevineLicenseUrl:s}=this.config,i=t?.[e];if(i)return i.licenseUrl;if(e===pe.WIDEVINE&&s)return s}getLicenseServerUrlOrThrow(e){const t=this.getLicenseServerUrl(e);if(t===void 0)throw new Error(`no license server URL configured for key-system "${e}"`);return t}getServerCertificateUrl(e){const{drmSystems:t}=this.config,s=t?.[e];if(s)return s.serverCertificateUrl;this.log(`No Server Certificate in config.drmSystems["${e}"]`)}attemptKeySystemAccess(e){const t=this.hls.levels,s=(n,o,c)=>!!n&&c.indexOf(n)===o,i=t.map(n=>n.audioCodec).filter(s),r=t.map(n=>n.videoCodec).filter(s);return i.length+r.length===0&&r.push("avc1.42e01e"),new Promise((n,o)=>{const c=l=>{const h=l.shift();this.getMediaKeysPromise(h,i,r).then(u=>n({keySystem:h,mediaKeys:u})).catch(u=>{l.length?c(l):u instanceof Ve?o(u):o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_ACCESS,error:u,fatal:!0},u.message))})};c(e)})}requestMediaKeySystemAccess(e,t){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let i=`Configured requestMediaKeySystemAccess is not a function ${s}`;return wa===null&&self.location.protocol==="http:"&&(i=`navigator.requestMediaKeySystemAccess is not available over insecure protocol ${location.protocol}`),Promise.reject(new Error(i))}return s(e,t)}getMediaKeysPromise(e,t,s){var i;const r=Hc(e,t,s,this.config.drmSystemOptions||{});let n=this.keySystemAccessPromises[e],o=(i=n)==null?void 0:i.keySystemAccess;if(!o){this.log(`Requesting encrypted media "${e}" key-system access with config: ${ue(r)}`),o=this.requestMediaKeySystemAccess(e,r);const c=n=this.keySystemAccessPromises[e]={keySystemAccess:o};return o.catch(l=>{this.log(`Failed to obtain access to key-system "${e}": ${l}`)}),o.then(l=>{this.log(`Access for key-system "${l.keySystem}" obtained`);const h=this.fetchServerCertificate(e);this.log(`Create media-keys for "${e}"`);const u=c.mediaKeys=l.createMediaKeys().then(d=>(this.log(`Media-keys created for "${e}"`),c.hasMediaKeys=!0,h.then(g=>g?this.setMediaKeysServerCertificate(d,e,g):d)));return u.catch(d=>{this.error(`Failed to create media-keys for "${e}"}: ${d}`)}),u})}return o.then(()=>n.mediaKeys)}createMediaKeySessionContext({decryptdata:e,keySystem:t,mediaKeys:s}){this.log(`Creating key-system session "${t}" keyId: ${Pe(e.keyId||[])} keyUri: ${e.uri}`);const i=s.createSession(),r={decryptdata:e,keySystem:t,mediaKeys:s,mediaKeysSession:i,keyStatus:"status-pending"};return this.mediaKeySessions.push(r),r}renewKeySession(e){const t=e.decryptdata;if(t.pssh){const s=this.createMediaKeySessionContext(e),i=As(t),r="cenc";this.keyIdToKeySessionPromise[i]=this.generateRequestWithPreferredKeySession(s,r,t.pssh.buffer,"expired")}else this.warn("Could not renew expired session. Missing pssh initData.");this.removeSession(e)}updateKeySession(e,t){const s=e.mediaKeysSession;return this.log(`Updating key-session "${s.sessionId}" for keyId ${Pe(e.decryptdata.keyId||[])} 28 - } (data length: ${t.byteLength})`),s.update(t)}getSelectedKeySystemFormats(){return Object.keys(this.keySystemAccessPromises).map(e=>({keySystem:e,hasMediaKeys:this.keySystemAccessPromises[e].hasMediaKeys})).filter(({hasMediaKeys:e})=>!!e).map(({keySystem:e})=>di(e)).filter(e=>!!e)}getKeySystemAccess(e){return this.getKeySystemSelectionPromise(e).then(({keySystem:t,mediaKeys:s})=>this.attemptSetMediaKeys(t,s))}selectKeySystem(e){return new Promise((t,s)=>{this.getKeySystemSelectionPromise(e).then(({keySystem:i})=>{const r=di(i);r?t(r):s(new Error(`Unable to find format for key-system "${i}"`))}).catch(s)})}selectKeySystemFormat(e){const t=Object.keys(e.levelkeys||{});return this.keyFormatPromise||(this.log(`Selecting key-system from fragment (sn: ${e.sn} ${e.type}: ${e.level}) key formats ${t.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(t)),this.keyFormatPromise}getKeyFormatPromise(e){const t=es(this.config),s=e.map(ks).filter(i=>!!i&&t.indexOf(i)!==-1);return this.selectKeySystem(s)}getKeyStatus(e){const{mediaKeySessions:t}=this;for(let s=0;s<t.length;s++){const i=ud(e,t[s]);if(i)return i}}loadKey(e){const t=e.keyInfo.decryptdata,s=As(t),i=this.bannedKeyIds[s];if(i||this.getKeyStatus(t)==="internal-error"){const o=Mn(i||"internal-error",t);return this.handleError(o,e.frag),Promise.reject(o)}const r=`(keyId: ${s} format: "${t.keyFormat}" method: ${t.method} uri: ${t.uri})`;this.log(`Starting session for key ${r}`);const n=this.keyIdToKeySessionPromise[s];if(!n){const o=this.getKeySystemForKeyPromise(t).then(({keySystem:c,mediaKeys:l})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${e.frag.sn} ${e.frag.type}: ${e.frag.level} using key ${r}`),this.attemptSetMediaKeys(c,l).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:c,mediaKeys:l,decryptdata:t}))))).then(c=>{const l="cenc",h=t.pssh?t.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(c,l,h,"playlist-key")});return o.catch(c=>this.handleError(c,e.frag)),this.keyIdToKeySessionPromise[s]=o,o}return n.catch(o=>{if(o instanceof Ve){const c=ae({},o.data);this.getKeyStatus(t)==="internal-error"&&(c.decryptdata=t);const l=new Ve(c,o.message);this.handleError(l,e.frag)}}),n}throwIfDestroyed(e="Invalid state"){if(!this.hls)throw new Error("invalid state")}handleError(e,t){if(this.hls)if(e instanceof Ve){t&&(e.data.frag=t);const s=e.data.decryptdata;this.error(`${e.message}${s?` (${Pe(s.keyId||[])})`:""}`),this.hls.trigger(m.ERROR,e.data)}else this.error(e.message),this.hls.trigger(m.ERROR,{type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_KEYS,error:e,fatal:!0})}getKeySystemForKeyPromise(e){const t=As(e),s=this.keyIdToKeySessionPromise[t];if(!s){const i=ks(e.keyFormat),r=i?[i]:es(this.config);return this.attemptKeySystemAccess(r)}return s}getKeySystemSelectionPromise(e){if(e.length||(e=es(this.config)),e.length===0)throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${ue({drmSystems:this.config.drmSystems})}`);return this.attemptKeySystemAccess(e)}attemptSetMediaKeys(e,t){if(this.mediaResolved=void 0,this.mediaKeys===t)return Promise.resolve();const s=this.setMediaKeysQueue.slice();this.log(`Setting media-keys for "${e}"`);const i=Promise.all(s).then(()=>this.media?this.media.setMediaKeys(t):new Promise((r,n)=>{this.mediaResolved=()=>{if(this.mediaResolved=void 0,!this.media)return n(new Error("Attempted to set mediaKeys without media element attached"));this.mediaKeys=t,this.media.setMediaKeys(t).then(r).catch(n)}}));return this.mediaKeys=t,this.setMediaKeysQueue.push(i),i.then(()=>{this.log(`Media-keys set for "${e}"`),s.push(i),this.setMediaKeysQueue=this.setMediaKeysQueue.filter(r=>s.indexOf(r)===-1)})}generateRequestWithPreferredKeySession(e,t,s,i){var r;const n=(r=this.config.drmSystems)==null||(r=r[e.keySystem])==null?void 0:r.generateRequest;if(n)try{const f=n.call(this.hls,t,s,e);if(!f)throw new Error("Invalid response from configured generateRequest filter");t=f.initDataType,s=f.initData?f.initData:null,e.decryptdata.pssh=s?new Uint8Array(s):null}catch(f){if(this.warn(f.message),this.hls&&this.hls.config.debug)throw f}if(s===null)return this.log(`Skipping key-session request for "${i}" (no initData)`),Promise.resolve(e);const o=As(e.decryptdata),c=e.decryptdata.uri;this.log(`Generating key-session request for "${i}" keyId: ${o} URI: ${c} (init data type: ${t} length: ${s.byteLength})`);const l=new fr,h=e._onmessage=f=>{const p=e.mediaKeysSession;if(!p){l.emit("error",new Error("invalid state"));return}const{messageType:y,message:E}=f;this.log(`"${y}" message event for session "${p.sessionId}" message size: ${E.byteLength}`),y==="license-request"||y==="license-renewal"?this.renewLicense(e,E).catch(v=>{l.eventNames().length?l.emit("error",v):this.handleError(v)}):y==="license-release"?e.keySystem===pe.FAIRPLAY&&this.updateKeySession(e,Gi("acknowledged")).then(()=>this.removeSession(e)).catch(v=>this.handleError(v)):this.warn(`unhandled media key message type "${y}"`)},u=(f,p)=>{p.keyStatus=f;let y;f.startsWith("usable")?l.emit("resolved"):f==="internal-error"||f==="output-restricted"||f==="output-downscaled"?y=Mn(f,p.decryptdata):f==="expired"?y=new Error(`key expired (keyId: ${o})`):f==="released"?y=new Error("key released"):f==="status-pending"||this.warn(`unhandled key status change "${f}" (keyId: ${o})`),y&&(l.eventNames().length?l.emit("error",y):this.handleError(y))},d=e._onkeystatuseschange=f=>{if(!e.mediaKeysSession){l.emit("error",new Error("invalid state"));return}const y=this.getKeyStatuses(e);if(!Object.keys(y).some(S=>y[S]!=="status-pending"))return;if(y[o]==="expired"){this.log(`Expired key ${ue(y)} in key-session "${e.mediaKeysSession.sessionId}"`),this.renewKeySession(e);return}let v=y[o];if(v)u(v,e);else{var T;e.keyStatusTimeouts||(e.keyStatusTimeouts={}),(T=e.keyStatusTimeouts)[o]||(T[o]=self.setTimeout(()=>{if(!e.mediaKeysSession||!this.mediaKeys)return;const x=this.getKeyStatus(e.decryptdata);if(x&&x!=="status-pending")return this.log(`No status for keyId ${o} in key-session "${e.mediaKeysSession.sessionId}". Using session key-status ${x} from other session.`),u(x,e);this.log(`key status for ${o} in key-session "${e.mediaKeysSession.sessionId}" timed out after 1000ms`),v="internal-error",u(v,e)},1e3)),this.log(`No status for keyId ${o} (${ue(y)}).`)}};Ue(e.mediaKeysSession,"message",h),Ue(e.mediaKeysSession,"keystatuseschange",d);const g=new Promise((f,p)=>{l.on("error",p),l.on("resolved",f)});return e.mediaKeysSession.generateRequest(t,s).then(()=>{this.log(`Request generated for key-session "${e.mediaKeysSession.sessionId}" keyId: ${o} URI: ${c}`)}).catch(f=>{throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_SESSION,error:f,decryptdata:e.decryptdata,fatal:!1},`Error generating key-session request: ${f}`)}).then(()=>g).catch(f=>(l.removeAllListeners(),this.removeSession(e).then(()=>{throw f}))).then(()=>(l.removeAllListeners(),e))}getKeyStatuses(e){const t={};return e.mediaKeysSession.keyStatuses.forEach((s,i)=>{if(typeof i=="string"&&typeof s=="object"){const o=i;i=s,s=o}const r="buffer"in i?new Uint8Array(i.buffer,i.byteOffset,i.byteLength):new Uint8Array(i);if(e.keySystem===pe.PLAYREADY&&r.length===16){const o=Pe(r);t[o]=s,Pa(r)}const n=Pe(r);s==="internal-error"&&(this.bannedKeyIds[n]=s),this.log(`key status change "${s}" for keyStatuses keyId: ${n} key-session "${e.mediaKeysSession.sessionId}"`),t[n]=s}),t}fetchServerCertificate(e){const t=this.config,s=t.loader,i=new s(t),r=this.getServerCertificateUrl(e);return r?(this.log(`Fetching server certificate for "${e}"`),new Promise((n,o)=>{const c={responseType:"arraybuffer",url:r},l=t.certLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{n(d.data)},onError:(d,g,f,p)=>{o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:f,response:ae({url:c.url,data:void 0},d)},`"${e}" certificate request failed (${r}). Status: ${d.code} (${d.text})`))},onTimeout:(d,g,f)=>{o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:f,response:{url:c.url,data:void 0}},`"${e}" certificate request timed out (${r})`))},onAbort:(d,g,f)=>{o(new Error("aborted"))}};i.load(c,h,u)})):Promise.resolve()}setMediaKeysServerCertificate(e,t,s){return new Promise((i,r)=>{e.setServerCertificate(s).then(n=>{this.log(`setServerCertificate ${n?"success":"not supported by CDM"} (${s.byteLength}) on "${t}"`),i(e)}).catch(n=>{r(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:n,fatal:!0},n.message))})})}renewLicense(e,t){return this.requestLicense(e,new Uint8Array(t)).then(s=>this.updateKeySession(e,new Uint8Array(s)).catch(i=>{throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SESSION_UPDATE_FAILED,decryptdata:e.decryptdata,error:i,fatal:!1},i.message)}))}unpackPlayReadyKeyMessage(e,t){const s=String.fromCharCode.apply(null,new Uint16Array(t.buffer));if(!s.includes("PlayReadyKeyMessage"))return e.setRequestHeader("Content-Type","text/xml; charset=utf-8"),t;const i=new DOMParser().parseFromString(s,"application/xml"),r=i.querySelectorAll("HttpHeader");if(r.length>0){let h;for(let u=0,d=r.length;u<d;u++){var n,o;h=r[u];const g=(n=h.querySelector("name"))==null?void 0:n.textContent,f=(o=h.querySelector("value"))==null?void 0:o.textContent;g&&f&&e.setRequestHeader(g,f)}}const c=i.querySelector("Challenge"),l=c?.textContent;if(!l)throw new Error("Cannot find <Challenge> in key message");return Gi(atob(l))}setupLicenseXHR(e,t,s,i){const r=this.config.licenseXhrSetup;return r?Promise.resolve().then(()=>{if(!s.decryptdata)throw new Error("Key removed");return r.call(this.hls,e,t,s,i)}).catch(n=>{if(!s.decryptdata)throw n;return e.open("POST",t,!0),r.call(this.hls,e,t,s,i)}).then(n=>(e.readyState||e.open("POST",t,!0),{xhr:e,licenseChallenge:n||i})):(e.open("POST",t,!0),Promise.resolve({xhr:e,licenseChallenge:i}))}requestLicense(e,t){const s=this.config.keyLoadPolicy.default;return new Promise((i,r)=>{const n=this.getLicenseServerUrlOrThrow(e.keySystem);this.log(`Sending license request to URL: ${n}`);const o=new XMLHttpRequest;o.responseType="arraybuffer",o.onreadystatechange=()=>{if(!this.hls||!e.mediaKeysSession)return r(new Error("invalid state"));if(o.readyState===4)if(o.status===200){this._requestLicenseFailureCount=0;let c=o.response;this.log(`License received ${c instanceof ArrayBuffer?c.byteLength:c}`);const l=this.config.licenseResponseCallback;if(l)try{c=l.call(this.hls,o,n,e)}catch(h){this.error(h)}i(c)}else{const c=s.errorRetry,l=c?c.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>l||o.status>=400&&o.status<500)r(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_LICENSE_REQUEST_FAILED,decryptdata:e.decryptdata,fatal:!0,networkDetails:o,response:{url:n,data:void 0,code:o.status,text:o.statusText}},`License Request XHR failed (${n}). Status: ${o.status} (${o.statusText})`));else{const h=l-this._requestLicenseFailureCount+1;this.warn(`Retrying license request, ${h} attempts left`),this.requestLicense(e,t).then(i,r)}}},e.licenseXhr&&e.licenseXhr.readyState!==XMLHttpRequest.DONE&&e.licenseXhr.abort(),e.licenseXhr=o,this.setupLicenseXHR(o,n,e,t).then(({xhr:c,licenseChallenge:l})=>{e.keySystem==pe.PLAYREADY&&(l=this.unpackPlayReadyKeyMessage(c,l)),c.send(l)}).catch(r)})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(e,t){if(!this.config.emeEnabled)return;const s=t.media;this.media=s,Ue(s,"encrypted",this.onMediaEncrypted),Ue(s,"waitingforkey",this.onWaitingForKey);const i=this.mediaResolved;i?i():this.mediaKeys=s.mediaKeys}onMediaDetached(){const e=this.media;e&&(Ge(e,"encrypted",this.onMediaEncrypted),Ge(e,"waitingforkey",this.onWaitingForKey),this.media=null,this.mediaKeys=null)}_clear(){var e;this._requestLicenseFailureCount=0,this.keyIdToKeySessionPromise={},this.bannedKeyIds={};const t=this.mediaResolved;if(t&&t(),!this.mediaKeys&&!this.mediaKeySessions.length)return;const s=this.media,i=this.mediaKeySessions.slice();this.mediaKeySessions=[],this.mediaKeys=null,It.clearKeyUriToKeyIdMap();const r=i.length;Yt.CDMCleanupPromise=Promise.all(i.map(n=>this.removeSession(n)).concat((s==null||(e=s.setMediaKeys(null))==null?void 0:e.catch(n=>{this.log(`Could not clear media keys: ${n}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR,fatal:!1,error:new Error(`Could not clear media keys: ${n}`)})}))||Promise.resolve())).catch(n=>{this.log(`Could not close sessions and clear media keys: ${n}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close sessions and clear media keys: ${n}`)})}).then(()=>{r&&this.log("finished closing key sessions and clearing media keys")})}onManifestLoading(){this._clear()}onManifestLoaded(e,{sessionKeys:t}){if(!(!t||!this.config.emeEnabled)&&!this.keyFormatPromise){const s=t.reduce((i,r)=>(i.indexOf(r.keyFormat)===-1&&i.push(r.keyFormat),i),[]);this.log(`Selecting key-system from session-keys ${s.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(s)}}removeSession(e){const{mediaKeysSession:t,licenseXhr:s,decryptdata:i}=e;if(t){this.log(`Remove licenses and keys and close session "${t.sessionId}" keyId: ${Pe(i?.keyId||[])}`),e._onmessage&&(t.removeEventListener("message",e._onmessage),e._onmessage=void 0),e._onkeystatuseschange&&(t.removeEventListener("keystatuseschange",e._onkeystatuseschange),e._onkeystatuseschange=void 0),s&&s.readyState!==XMLHttpRequest.DONE&&s.abort(),e.mediaKeysSession=e.decryptdata=e.licenseXhr=void 0;const r=this.mediaKeySessions.indexOf(e);r>-1&&this.mediaKeySessions.splice(r,1);const{keyStatusTimeouts:n}=e;n&&Object.keys(n).forEach(l=>self.clearTimeout(n[l]));const{drmSystemOptions:o}=this.config;return(Wc(o)?new Promise((l,h)=>{self.setTimeout(()=>h(new Error("MediaKeySession.remove() timeout")),8e3),t.remove().then(l).catch(h)}):Promise.resolve()).catch(l=>{this.log(`Could not remove session: ${l}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR,fatal:!1,error:new Error(`Could not remove session: ${l}`)})}).then(()=>t.close()).catch(l=>{this.log(`Could not close session: ${l}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close session: ${l}`)})})}return Promise.resolve()}}Yt.CDMCleanupPromise=void 0;function As(a){if(!a)throw new Error("Could not read keyId of undefined decryptdata");if(a.keyId===null)throw new Error("keyId is null");return Pe(a.keyId)}function ud(a,e){if(a.keyId&&e.mediaKeysSession.keyStatuses.has(a.keyId))return e.mediaKeysSession.keyStatuses.get(a.keyId);if(a.matches(e.decryptdata))return e.keyStatus}class Ve extends Error{constructor(e,t){super(t),this.data=void 0,e.error||(e.error=new Error(t)),this.data=e,e.err=e.error}}function Mn(a,e){const t=a==="output-restricted",s=t?_.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:_.KEY_SYSTEM_STATUS_INTERNAL_ERROR;return new Ve({type:W.KEY_SYSTEM_ERROR,details:s,fatal:!1,decryptdata:e},t?"HDCP level output restricted":`key status changed to "${a}"`)}class dd{constructor(e){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=e,this.registerListeners()}setStreamController(e){this.streamController=e}registerListeners(){this.hls.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.on(m.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListeners(){this.hls.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.off(m.MEDIA_DETACHING,this.onMediaDetaching,this)}destroy(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null}onMediaAttaching(e,t){const s=this.hls.config;if(s.capLevelOnFPSDrop){const i=t.media instanceof self.HTMLVideoElement?t.media:null;this.media=i,i&&typeof i.getVideoPlaybackQuality=="function"&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),s.fpsDroppedMonitoringPeriod)}}onMediaDetaching(){this.media=null}checkFPS(e,t,s){const i=performance.now();if(t){if(this.lastTime){const r=i-this.lastTime,n=s-this.lastDroppedFrames,o=t-this.lastDecodedFrames,c=1e3*n/r,l=this.hls;if(l.trigger(m.FPS_DROP,{currentDropped:n,currentDecoded:o,totalDroppedFrames:s}),c>0&&n>l.config.fpsDroppedMonitoringThreshold*o){let h=l.currentLevel;l.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(l.autoLevelCapping===-1||l.autoLevelCapping>=h)&&(h=h-1,l.trigger(m.FPS_DROP_LEVEL_CAPPING,{level:h,droppedLevel:l.currentLevel}),l.autoLevelCapping=h,this.streamController.nextLevelSwitch())}}this.lastTime=i,this.lastDroppedFrames=s,this.lastDecodedFrames=t}}checkFPSInterval(){const e=this.media;if(e)if(this.isVideoPlaybackQualityAvailable){const t=e.getVideoPlaybackQuality();this.checkFPS(e,t.totalVideoFrames,t.droppedVideoFrames)}else this.checkFPS(e,e.webkitDecodedFrameCount,e.webkitDroppedFrameCount)}}function Io(a,e){let t;try{t=new Event("addtrack")}catch{t=document.createEvent("Event"),t.initEvent("addtrack",!1,!1)}t.track=a,e.dispatchEvent(t)}function Lo(a,e){const t=a.mode;if(t==="disabled"&&(a.mode="hidden"),a.cues&&!a.cues.getCueById(e.id))try{if(a.addCue(e),!a.cues.getCueById(e.id))throw new Error(`addCue is failed for: ${e}`)}catch(s){oe.debug(`[texttrack-utils]: ${s}`);try{const i=new self.TextTrackCue(e.startTime,e.endTime,e.text);i.id=e.id,a.addCue(i)}catch(i){oe.debug(`[texttrack-utils]: Legacy TextTrackCue fallback failed: ${i}`)}}t==="disabled"&&(a.mode=t)}function Kt(a,e){const t=a.mode;if(t==="disabled"&&(a.mode="hidden"),a.cues)for(let s=a.cues.length;s--;)e&&a.cues[s].removeEventListener("enter",e),a.removeCue(a.cues[s]);t==="disabled"&&(a.mode=t)}function Xi(a,e,t,s){const i=a.mode;if(i==="disabled"&&(a.mode="hidden"),a.cues&&a.cues.length>0){const r=gd(a.cues,e,t);for(let n=0;n<r.length;n++)(!s||s(r[n]))&&a.removeCue(r[n])}i==="disabled"&&(a.mode=i)}function fd(a,e){if(e<=a[0].startTime)return 0;const t=a.length-1;if(e>a[t].endTime)return-1;let s=0,i=t,r;for(;s<=i;)if(r=Math.floor((i+s)/2),e<a[r].startTime)i=r-1;else if(e>a[r].startTime&&s<t)s=r+1;else return r;return a[s].startTime-e<e-a[i].startTime?s:i}function gd(a,e,t){const s=[],i=fd(a,e);if(i>-1)for(let r=i,n=a.length;r<n;r++){const o=a[r];if(o.startTime>=e&&o.endTime<=t)s.push(o);else if(o.startTime>t)return s}return s}function Ms(a){const e=[];for(let t=0;t<a.length;t++){const s=a[t];(s.kind==="subtitles"||s.kind==="captions")&&s.label&&e.push(a[t])}return e}class md extends Tr{constructor(e){super(e,"subtitle-track-controller"),this.media=null,this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.queuedDefaultTrack=-1,this.useTextTrackPolling=!1,this.subtitlePollingInterval=-1,this._subtitleDisplay=!0,this.asyncPollTrackChange=()=>this.pollTrackChange(0),this.onTextTracksChanged=()=>{if(this.useTextTrackPolling||self.clearInterval(this.subtitlePollingInterval),!this.media||!this.hls.config.renderTextTracksNatively)return;let t=null;const s=Ms(this.media.textTracks);for(let r=0;r<s.length;r++)if(s[r].mode==="hidden")t=s[r];else if(s[r].mode==="showing"){t=s[r];break}const i=this.findTrackForTextTrack(t);this.subtitleTrack!==i&&this.setSubtitleTrack(i)},this.registerListeners()}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,this.onTextTracksChanged=this.asyncPollTrackChange=null,super.destroy()}get subtitleDisplay(){return this._subtitleDisplay}set subtitleDisplay(e){this._subtitleDisplay=e,this.trackId>-1&&this.toggleTrackModes()}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.off(m.ERROR,this.onError,this)}onMediaAttached(e,t){this.media=t.media,this.media&&(this.queuedDefaultTrack>-1&&(this.subtitleTrack=this.queuedDefaultTrack,this.queuedDefaultTrack=-1),this.useTextTrackPolling=!(this.media.textTracks&&"onchange"in this.media.textTracks),this.useTextTrackPolling?this.pollTrackChange(500):this.media.textTracks.addEventListener("change",this.asyncPollTrackChange))}pollTrackChange(e){self.clearInterval(this.subtitlePollingInterval),this.subtitlePollingInterval=self.setInterval(this.onTextTracksChanged,e)}onMediaDetaching(e,t){const s=this.media;if(!s)return;const i=!!t.transferMedia;if(self.clearInterval(this.subtitlePollingInterval),this.useTextTrackPolling||s.textTracks.removeEventListener("change",this.asyncPollTrackChange),this.trackId>-1&&(this.queuedDefaultTrack=this.trackId),this.subtitleTrack=-1,this.media=null,i)return;Ms(s.textTracks).forEach(n=>{Kt(n)})}onManifestLoading(){this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0}onManifestParsed(e,t){this.tracks=t.subtitleTracks}onSubtitleTrackLoaded(e,t){const{id:s,groupId:i,details:r}=t,n=this.tracksInGroup[s];if(!n||n.groupId!==i){this.warn(`Subtitle track with id:${s} and group:${i} not found in active group ${n?.groupId}`);return}const o=n.details;n.details=t.details,this.log(`Subtitle track ${s} "${n.name}" lang:${n.lang} group:${i} loaded [${r.startSN}-${r.endSN}]`),s===this.trackId&&this.playlistLoaded(s,t,o)}onLevelLoading(e,t){this.switchLevel(t.level)}onLevelSwitching(e,t){this.switchLevel(t.level)}switchLevel(e){const t=this.hls.levels[e];if(!t)return;const s=t.subtitleGroups||null,i=this.groupIds;let r=this.currentTrack;if(!s||i?.length!==s?.length||s!=null&&s.some(n=>i?.indexOf(n)===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const n=this.tracks.filter(h=>!s||s.indexOf(h.groupId)!==-1);if(n.length)this.selectDefaultTrack&&!n.some(h=>h.default)&&(this.selectDefaultTrack=!1),n.forEach((h,u)=>{h.id=u});else if(!r&&!this.tracksInGroup.length)return;this.tracksInGroup=n;const o=this.hls.config.subtitlePreference;if(!r&&o){this.selectDefaultTrack=!1;const h=at(o,n);if(h>-1)r=n[h];else{const u=at(o,this.tracks);r=this.tracks[u]}}let c=this.findTrackId(r);c===-1&&r&&(c=this.findTrackId(null));const l={subtitleTracks:n};this.log(`Updating subtitle tracks, ${n.length} track(s) found in "${s?.join(",")}" group-id`),this.hls.trigger(m.SUBTITLE_TRACKS_UPDATED,l),c!==-1&&this.trackId===-1&&this.setSubtitleTrack(c)}}findTrackId(e){const t=this.tracksInGroup,s=this.selectDefaultTrack;for(let i=0;i<t.length;i++){const r=t[i];if(!(s&&!r.default||!s&&!e)&&(!e||wt(r,e)))return i}if(e){for(let i=0;i<t.length;i++){const r=t[i];if(us(e.attrs,r.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return i}for(let i=0;i<t.length;i++){const r=t[i];if(us(e.attrs,r.attrs,["LANGUAGE"]))return i}}return-1}findTrackForTextTrack(e){if(e){const t=this.tracksInGroup;for(let s=0;s<t.length;s++){const i=t[s];if(Wi(i,e))return s}}return-1}onError(e,t){t.fatal||!t.context||t.context.type===se.SUBTITLE_TRACK&&t.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(t.context.groupId)!==-1)&&this.checkRetry(t)}get allSubtitleTracks(){return this.tracks}get subtitleTracks(){return this.tracksInGroup}get subtitleTrack(){return this.trackId}set subtitleTrack(e){this.selectDefaultTrack=!1,this.setSubtitleTrack(e)}setSubtitleOption(e){if(this.hls.config.subtitlePreference=e,e){if(e.id===-1)return this.setSubtitleTrack(-1),null;const t=this.allSubtitleTracks;if(this.selectDefaultTrack=!1,t.length){const s=this.currentTrack;if(s&&wt(e,s))return s;const i=at(e,this.tracksInGroup);if(i>-1){const r=this.tracksInGroup[i];return this.setSubtitleTrack(i),r}else{if(s)return null;{const r=at(e,t);if(r>-1)return t[r]}}}}return null}loadPlaylist(e){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentTrack)&&this.scheduleLoading(this.currentTrack,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=e.id,i=e.groupId,r=this.getUrlWithDirectives(e.url,t),n=e.details,o=n?.age;this.log(`Loading subtitle ${s} "${e.name}" lang:${e.lang} group:${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${r}`),this.hls.trigger(m.SUBTITLE_TRACK_LOADING,{url:r,id:s,groupId:i,deliveryDirectives:t||null,track:e})}toggleTrackModes(){const{media:e}=this;if(!e)return;const t=Ms(e.textTracks),s=this.currentTrack;let i;if(s&&(i=t.filter(r=>Wi(s,r))[0],i||this.warn(`Unable to find subtitle TextTrack with name "${s.name}" and language "${s.lang}"`)),[].slice.call(t).forEach(r=>{r.mode!=="disabled"&&r!==i&&(r.mode="disabled")}),i){const r=this.subtitleDisplay?"showing":"hidden";i.mode!==r&&(i.mode=r)}}setSubtitleTrack(e){const t=this.tracksInGroup;if(!this.media){this.queuedDefaultTrack=e;return}if(e<-1||e>=t.length||!H(e)){this.warn(`Invalid subtitle track id: ${e}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,i=t[e]||null;if(this.trackId=e,this.currentTrack=i,this.toggleTrackModes(),!i){this.hls.trigger(m.SUBTITLE_TRACK_SWITCH,{id:e});return}const r=!!i.details&&!i.details.live;if(e===this.trackId&&i===s&&r)return;this.log(`Switching to subtitle-track ${e}`+(i?` "${i.name}" lang:${i.lang} group:${i.groupId}`:""));const{id:n,groupId:o="",name:c,type:l,url:h}=i;this.hls.trigger(m.SUBTITLE_TRACK_SWITCH,{id:n,groupId:o,name:c,type:l,url:h});const u=this.switchParams(i.url,s?.details,i.details);this.loadPlaylist(u)}}function pd(){try{return crypto.randomUUID()}catch{try{const e=URL.createObjectURL(new Blob),t=e.toString();return URL.revokeObjectURL(e),t.slice(t.lastIndexOf("/")+1)}catch{let t=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,i=>{const r=(t+Math.random()*16)%16|0;return t=Math.floor(t/16),(i=="x"?r:r&3|8).toString(16)})}}}function rs(a){let e=5381,t=a.length;for(;t;)e=e*33^a.charCodeAt(--t);return(e>>>0).toString()}const Wt=.025;let Xs=(function(a){return a[a.Point=0]="Point",a[a.Range=1]="Range",a})({});function yd(a,e,t){return`${a.identifier}-${t+1}-${rs(e)}`}class Ed{constructor(e,t){this.base=void 0,this._duration=null,this._timelineStart=null,this.appendInPlaceDisabled=void 0,this.appendInPlaceStarted=void 0,this.dateRange=void 0,this.hasPlayed=!1,this.cumulativeDuration=0,this.resumeOffset=NaN,this.playoutLimit=NaN,this.restrictions={skip:!1,jump:!1},this.snapOptions={out:!1,in:!1},this.assetList=[],this.assetListLoader=void 0,this.assetListResponse=null,this.resumeAnchor=void 0,this.error=void 0,this.resetOnResume=void 0,this.base=t,this.dateRange=e,this.setDateRange(e)}setDateRange(e){this.dateRange=e,this.resumeOffset=e.attr.optionalFloat("X-RESUME-OFFSET",this.resumeOffset),this.playoutLimit=e.attr.optionalFloat("X-PLAYOUT-LIMIT",this.playoutLimit),this.restrictions=e.attr.enumeratedStringList("X-RESTRICT",this.restrictions),this.snapOptions=e.attr.enumeratedStringList("X-SNAP",this.snapOptions)}reset(){var e;this.appendInPlaceStarted=!1,(e=this.assetListLoader)==null||e.destroy(),this.assetListLoader=void 0,this.supplementsPrimary||(this.assetListResponse=null,this.assetList=[],this._duration=null)}isAssetPastPlayoutLimit(e){var t;if(e>0&&e>=this.assetList.length)return!0;const s=this.playoutLimit;return e<=0||isNaN(s)?!1:s===0?!0:(((t=this.assetList[e])==null?void 0:t.startOffset)||0)>s}findAssetIndex(e){return this.assetList.indexOf(e)}get identifier(){return this.dateRange.id}get startDate(){return this.dateRange.startDate}get startTime(){const e=this.dateRange.startTime;if(this.snapOptions.out){const t=this.dateRange.tagAnchor;if(t)return Si(e,t)}return e}get startOffset(){return this.cue.pre?0:this.startTime}get startIsAligned(){if(this.startTime===0||this.snapOptions.out)return!0;const e=this.dateRange.tagAnchor;if(e){const t=this.dateRange.startTime,s=Si(t,e);return t-s<.1}return!1}get resumptionOffset(){const e=this.resumeOffset,t=H(e)?e:this.duration;return this.cumulativeDuration+t}get resumeTime(){const e=this.startOffset+this.resumptionOffset;if(this.snapOptions.in){const t=this.resumeAnchor;if(t)return Si(e,t)}return e}get appendInPlace(){return this.appendInPlaceStarted?!0:this.appendInPlaceDisabled?!1:!!(!this.cue.once&&!this.cue.pre&&this.startIsAligned&&(isNaN(this.playoutLimit)&&isNaN(this.resumeOffset)||this.resumeOffset&&this.duration&&Math.abs(this.resumeOffset-this.duration)<Wt))}set appendInPlace(e){if(this.appendInPlaceStarted){this.resetOnResume=!e;return}this.appendInPlaceDisabled=!e}get timelineStart(){return this._timelineStart!==null?this._timelineStart:this.startTime}set timelineStart(e){this._timelineStart=e}get duration(){const e=this.playoutLimit;let t;return this._duration!==null?t=this._duration:this.dateRange.duration?t=this.dateRange.duration:t=this.dateRange.plannedDuration||0,!isNaN(e)&&e<t&&(t=e),t}set duration(e){this._duration=e}get cue(){return this.dateRange.cue}get timelineOccupancy(){return this.dateRange.attr["X-TIMELINE-OCCUPIES"]==="RANGE"?Xs.Range:Xs.Point}get supplementsPrimary(){return this.dateRange.attr["X-TIMELINE-STYLE"]==="PRIMARY"}get contentMayVary(){return this.dateRange.attr["X-CONTENT-MAY-VARY"]!=="NO"}get assetUrl(){return this.dateRange.attr["X-ASSET-URI"]}get assetListUrl(){return this.dateRange.attr["X-ASSET-LIST"]}get baseUrl(){return this.base.url}get assetListLoaded(){return this.assetList.length>0||this.assetListResponse!==null}toString(){return vd(this)}}function Si(a,e){return a-e.start<e.duration/2&&!(Math.abs(a-(e.start+e.duration))<Wt)?e.start:e.start+e.duration}function Ro(a,e,t){const s=new self.URL(a,t);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",e),s}function xi(a,e){for(;(t=a.assetList[++e])!=null&&t.error;)var t;return e}function vd(a){return`["${a.identifier}" ${a.cue.pre?"<pre>":a.cue.post?"<post>":""}${a.timelineStart.toFixed(2)}-${a.resumeTime.toFixed(2)}]`}function Gt(a){const e=a.timelineStart,t=a.duration||0;return`["${a.identifier}" ${e.toFixed(2)}-${(e+t).toFixed(2)}]`}class Td{constructor(e,t,s,i){this.hls=void 0,this.interstitial=void 0,this.assetItem=void 0,this.tracks=null,this.hasDetails=!1,this.mediaAttached=null,this._currentTime=void 0,this._bufferedEosTime=void 0,this.checkPlayout=()=>{this.reachedPlayout(this.currentTime)&&this.hls&&this.hls.trigger(m.PLAYOUT_LIMIT_REACHED,{})};const r=this.hls=new e(t);this.interstitial=s,this.assetItem=i;const n=()=>{this.hasDetails=!0};r.once(m.LEVEL_LOADED,n),r.once(m.AUDIO_TRACK_LOADED,n),r.once(m.SUBTITLE_TRACK_LOADED,n),r.on(m.MEDIA_ATTACHING,(o,{media:c})=>{this.removeMediaListeners(),this.mediaAttached=c,this.interstitial.playoutLimit&&(c.addEventListener("timeupdate",this.checkPlayout),this.appendInPlace&&r.on(m.BUFFER_APPENDED,()=>{const h=this.bufferedEnd;this.reachedPlayout(h)&&(this._bufferedEosTime=h,r.trigger(m.BUFFERED_TO_END,void 0))}))})}get appendInPlace(){return this.interstitial.appendInPlace}loadSource(){const e=this.hls;if(e)if(e.url)e.levels.length&&!e.started&&e.startLoad(-1,!0);else{let t=this.assetItem.uri;try{t=Ro(t,e.config.primarySessionId||"").href}catch{}e.loadSource(t)}}bufferedInPlaceToEnd(e){var t;if(!this.appendInPlace)return!1;if((t=this.hls)!=null&&t.bufferedToEnd)return!0;if(!e)return!1;const s=Math.min(this._bufferedEosTime||1/0,this.duration),i=this.timelineOffset,r=Q.bufferInfo(e,i,0);return this.getAssetTime(r.end)>=s-.02}reachedPlayout(e){const s=this.interstitial.playoutLimit;return this.startOffset+e>=s}get destroyed(){var e;return!((e=this.hls)!=null&&e.userConfig)}get assetId(){return this.assetItem.identifier}get interstitialId(){return this.assetItem.parentIdentifier}get media(){var e;return((e=this.hls)==null?void 0:e.media)||null}get bufferedEnd(){const e=this.media||this.mediaAttached;if(!e)return this._bufferedEosTime?this._bufferedEosTime:this.currentTime;const t=Q.bufferInfo(e,e.currentTime,.001);return this.getAssetTime(t.end)}get currentTime(){const e=this.media||this.mediaAttached;return e?this.getAssetTime(e.currentTime):this._currentTime||0}get duration(){const e=this.assetItem.duration;if(!e)return 0;const t=this.interstitial.playoutLimit;if(t){const s=t-this.startOffset;if(s>0&&s<e)return s}return e}get remaining(){const e=this.duration;return e?Math.max(0,e-this.currentTime):0}get startOffset(){return this.assetItem.startOffset}get timelineOffset(){var e;return((e=this.hls)==null?void 0:e.config.timelineOffset)||0}set timelineOffset(e){const t=this.timelineOffset;if(e!==t){const s=e-t;if(Math.abs(s)>1/9e4&&this.hls){if(this.hasDetails)throw new Error("Cannot set timelineOffset after playlists are loaded");this.hls.config.timelineOffset=e}}}getAssetTime(e){const t=this.timelineOffset,s=this.duration;return Math.min(Math.max(0,e-t),s)}removeMediaListeners(){const e=this.mediaAttached;e&&(this._currentTime=e.currentTime,this.bufferSnapShot(),e.removeEventListener("timeupdate",this.checkPlayout))}bufferSnapShot(){if(this.mediaAttached){var e;(e=this.hls)!=null&&e.bufferedToEnd&&(this._bufferedEosTime=this.bufferedEnd)}}destroy(){this.removeMediaListeners(),this.hls&&this.hls.destroy(),this.hls=null,this.tracks=this.mediaAttached=this.checkPlayout=null}attachMedia(e){var t;this.loadSource(),(t=this.hls)==null||t.attachMedia(e)}detachMedia(){var e;this.removeMediaListeners(),this.mediaAttached=null,(e=this.hls)==null||e.detachMedia()}resumeBuffering(){var e;(e=this.hls)==null||e.resumeBuffering()}pauseBuffering(){var e;(e=this.hls)==null||e.pauseBuffering()}transferMedia(){var e;return this.bufferSnapShot(),((e=this.hls)==null?void 0:e.transferMedia())||null}resetDetails(){const e=this.hls;if(e&&this.hasDetails){e.stopLoad();const t=s=>delete s.details;e.levels.forEach(t),e.allAudioTracks.forEach(t),e.allSubtitleTracks.forEach(t),this.hasDetails=!1}}on(e,t,s){var i;(i=this.hls)==null||i.on(e,t)}once(e,t,s){var i;(i=this.hls)==null||i.once(e,t)}off(e,t,s){var i;(i=this.hls)==null||i.off(e,t)}toString(){var e;return`HlsAssetPlayer: ${Gt(this.assetItem)} ${(e=this.hls)==null?void 0:e.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const Nn=.033;class Sd extends ze{constructor(e,t){super("interstitials-sched",t),this.onScheduleUpdate=void 0,this.eventMap={},this.events=null,this.items=null,this.durations={primary:0,playout:0,integrated:0},this.onScheduleUpdate=e}destroy(){this.reset(),this.onScheduleUpdate=null}reset(){this.eventMap={},this.setDurations(0,0,0),this.events&&this.events.forEach(e=>e.reset()),this.events=this.items=null}resetErrorsInRange(e,t){return this.events?this.events.reduce((s,i)=>e<=i.startOffset&&t>i.startOffset?(delete i.error,s+1):s,0):0}get duration(){const e=this.items;return e?e[e.length-1].end:0}get length(){return this.items?this.items.length:0}getEvent(e){return e&&this.eventMap[e]||null}hasEvent(e){return e in this.eventMap}findItemIndex(e,t){if(e.event)return this.findEventIndex(e.event.identifier);let s=-1;e.nextEvent?s=this.findEventIndex(e.nextEvent.identifier)-1:e.previousEvent&&(s=this.findEventIndex(e.previousEvent.identifier)+1);const i=this.items;if(i)for(i[s]||(t===void 0&&(t=e.start),s=this.findItemIndexAtTime(t));s>=0&&(r=i[s])!=null&&r.event;){var r;s--}return s}findItemIndexAtTime(e,t){const s=this.items;if(s)for(let i=0;i<s.length;i++){let r=s[i];if(t&&t!=="primary"&&(r=r[t]),e===r.start||e>r.start&&e<r.end)return i}return-1}findJumpRestrictedIndex(e,t){const s=this.items;if(s)for(let i=e;i<=t&&s[i];i++){const r=s[i].event;if(r!=null&&r.restrictions.jump&&!r.appendInPlace)return i}return-1}findEventIndex(e){const t=this.items;if(t)for(let i=t.length;i--;){var s;if(((s=t[i].event)==null?void 0:s.identifier)===e)return i}return-1}findAssetIndex(e,t){const s=e.assetList,i=s.length;if(i>1)for(let r=0;r<i;r++){const n=s[r];if(!n.error){const o=n.timelineStart;if(t===o||t>o&&(t<o+(n.duration||0)||r===i-1))return r}}return 0}get assetIdAtEnd(){var e;const t=(e=this.items)==null||(e=e[this.length-1])==null?void 0:e.event;if(t){const s=t.assetList,i=s[s.length-1];if(i)return i.identifier}return null}parseInterstitialDateRanges(e,t){const s=e.main.details,{dateRanges:i}=s,r=this.events,n=this.parseDateRanges(i,{url:s.url},t),o=Object.keys(i),c=r?r.filter(l=>!o.includes(l.identifier)):[];n.length&&n.sort((l,h)=>{const u=l.cue.pre,d=l.cue.post,g=h.cue.pre,f=h.cue.post;if(u&&!g)return-1;if(g&&!u||d&&!f)return 1;if(f&&!d)return-1;if(!u&&!g&&!d&&!f){const p=l.startTime,y=h.startTime;if(p!==y)return p-y}return l.dateRange.tagOrder-h.dateRange.tagOrder}),this.events=n,c.forEach(l=>{this.removeEvent(l)}),this.updateSchedule(e,c)}updateSchedule(e,t=[],s=!1){const i=this.events||[];if(i.length||t.length||this.length<2){const r=this.items,n=this.parseSchedule(i,e);(s||t.length||r?.length!==n.length||n.some((c,l)=>Math.abs(c.playout.start-r[l].playout.start)>.005||Math.abs(c.playout.end-r[l].playout.end)>.005))&&(this.items=n,this.onScheduleUpdate(t,r))}}parseDateRanges(e,t,s){const i=[],r=Object.keys(e);for(let n=0;n<r.length;n++){const o=r[n],c=e[o];if(c.isInterstitial){let l=this.eventMap[o];l?l.setDateRange(c):(l=new Ed(c,t),this.eventMap[o]=l,s===!1&&(l.appendInPlace=s)),i.push(l)}}return i}parseSchedule(e,t){const s=[],i=t.main.details,r=i.live?1/0:i.edge;let n=0;if(e=e.filter(c=>!c.error&&!(c.cue.once&&c.hasPlayed)),e.length){this.resolveOffsets(e,t);let c=0,l=0;if(e.forEach((h,u)=>{const d=h.cue.pre,g=h.cue.post,f=e[u-1]||null,p=h.appendInPlace,y=g?r:h.startOffset,E=h.duration,v=h.timelineOccupancy===Xs.Range?E:0,T=h.resumptionOffset,S=f?.startTime===y,x=y+h.cumulativeDuration;let D=p?x+E:y+T;if(d||!g&&y<=0){const L=l;l+=v,h.timelineStart=x;const R=n;n+=E,s.push({event:h,start:x,end:D,playout:{start:R,end:n},integrated:{start:L,end:l}})}else if(y<=r){if(!S){const I=y-c;if(I>Nn){const C=c,$=l;l+=I;const V=n;n+=I;const G={previousEvent:e[u-1]||null,nextEvent:h,start:C,end:C+I,playout:{start:V,end:n},integrated:{start:$,end:l}};s.push(G)}else I>0&&f&&(f.cumulativeDuration+=I,s[s.length-1].end=y)}g&&(D=x),h.timelineStart=x;const L=l;l+=v;const R=n;n+=E,s.push({event:h,start:x,end:D,playout:{start:R,end:n},integrated:{start:L,end:l}})}else return;const A=h.resumeTime;g||A>r?c=r:c=A}),c<r){var o;const h=c,u=l,d=r-c;l+=d;const g=n;n+=d,s.push({previousEvent:((o=s[s.length-1])==null?void 0:o.event)||null,nextEvent:null,start:c,end:h+d,playout:{start:g,end:n},integrated:{start:u,end:l}})}this.setDurations(r,n,l)}else s.push({previousEvent:null,nextEvent:null,start:0,end:r,playout:{start:0,end:r},integrated:{start:0,end:r}}),this.setDurations(r,r,r);return s}setDurations(e,t,s){this.durations={primary:e,playout:t,integrated:s}}resolveOffsets(e,t){const s=t.main.details,i=s.live?1/0:s.edge;let r=0,n=-1;e.forEach((o,c)=>{const l=o.cue.pre,h=o.cue.post,u=l?0:h?i:o.startTime;this.updateAssetDurations(o),n===u?o.cumulativeDuration=r:(r=0,n=u),!h&&o.snapOptions.in&&(o.resumeAnchor=Ot(null,s.fragments,o.startOffset+o.resumptionOffset,0,0)||void 0),o.appendInPlace&&!o.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(o,t)||(o.appendInPlace=!1)),!o.appendInPlace&&c+1<e.length&&e[c+1].startTime-e[c].resumeTime<Nn&&(e[c+1].appendInPlace=!1,e[c+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${o}`));const g=H(o.resumeOffset)?o.resumeOffset:o.duration;r+=g})}primaryCanResumeInPlaceAt(e,t){const s=e.resumeTime,i=e.startTime+e.resumptionOffset;return Math.abs(s-i)>Wt?(this.log(`"${e.identifier}" resumption ${s} not aligned with estimated timeline end ${i}`),!1):!Object.keys(t).some(n=>{const o=t[n].details,c=o.edge;if(s>=c)return this.log(`"${e.identifier}" resumption ${s} past ${n} playlist end ${c}`),!1;const l=Ot(null,o.fragments,s);if(!l)return this.log(`"${e.identifier}" resumption ${s} does not align with any fragments in ${n} playlist (${o.fragStart}-${o.fragmentEnd})`),!0;const h=n==="audio"?.175:0;return Math.abs(l.start-s)<Wt+h||Math.abs(l.end-s)<Wt+h?!1:(this.log(`"${e.identifier}" resumption ${s} not aligned with ${n} fragment bounds (${l.start}-${l.end} sn: ${l.sn} cc: ${l.cc})`),!0)})}updateAssetDurations(e){if(!e.assetListLoaded)return;const t=e.timelineStart;let s=0,i=!1,r=!1;for(let n=0;n<e.assetList.length;n++){const o=e.assetList[n],c=t+s;o.startOffset=s,o.timelineStart=c,i||(i=o.duration===null),r||(r=!!o.error);const l=o.error?0:o.duration||0;s+=l}i&&!r?e.duration=Math.max(s,e.duration):e.duration=s}removeEvent(e){e.reset(),delete this.eventMap[e.identifier]}}function Xe(a){return`[${a.event?'"'+a.event.identifier+'"':"primary"}: ${a.start.toFixed(2)}-${a.end.toFixed(2)}]`}class xd{constructor(e){this.hls=void 0,this.hls=e}destroy(){this.hls=null}loadAssetList(e,t){const s=e.assetListUrl;let i;try{i=Ro(s,this.hls.sessionId,e.baseUrl)}catch(d){const g=this.assignAssetListError(e,_.ASSET_LIST_LOAD_ERROR,d,s);this.hls.trigger(m.ERROR,g);return}t&&i.protocol!=="data:"&&i.searchParams.set("_HLS_start_offset",""+t);const r=this.hls.config,n=r.loader,o=new n(r),c={responseType:"json",url:i.href},l=r.interstitialAssetListLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{const y=d.data,E=y?.ASSETS;if(!Array.isArray(E)){const v=this.assignAssetListError(e,_.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),f.url,g,p);this.hls.trigger(m.ERROR,v);return}e.assetListResponse=y,this.hls.trigger(m.ASSET_LIST_LOADED,{event:e,assetListResponse:y,networkDetails:p})},onError:(d,g,f,p)=>{const y=this.assignAssetListError(e,_.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${d.code} ${d.text} (${g.url})`),g.url,p,f);this.hls.trigger(m.ERROR,y)},onTimeout:(d,g,f)=>{const p=this.assignAssetListError(e,_.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${g.url})`),g.url,d,f);this.hls.trigger(m.ERROR,p)}};return o.load(c,h,u),this.hls.trigger(m.ASSET_LIST_LOADING,{event:e}),o}assignAssetListError(e,t,s,i,r,n){return e.error=s,{type:W.NETWORK_ERROR,details:t,fatal:!1,interstitial:e,url:i,error:s,networkDetails:n,stats:r}}}function Bn(a){var e;a==null||(e=a.play())==null||e.catch(()=>{})}function Is(a,e){return`[${a}] Advancing timeline position to ${e}`}class Ad extends ze{constructor(e,t){super("interstitials",e.logger),this.HlsPlayerClass=void 0,this.hls=void 0,this.assetListLoader=void 0,this.mediaSelection=null,this.altSelection=null,this.media=null,this.detachedData=null,this.requiredTracks=null,this.manager=null,this.playerQueue=[],this.bufferedPos=-1,this.timelinePos=-1,this.schedule=void 0,this.playingItem=null,this.bufferingItem=null,this.waitingItem=null,this.endedItem=null,this.playingAsset=null,this.endedAsset=null,this.bufferingAsset=null,this.shouldPlay=!1,this.onPlay=()=>{this.shouldPlay=!0},this.onPause=()=>{this.shouldPlay=!1},this.onSeeking=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled||!this.schedule)return;const i=s-this.timelinePos;if(Math.abs(i)<1/7056e5)return;const n=i<=-.01;this.timelinePos=s,this.bufferedPos=s;const o=this.playingItem;if(!o){this.checkBuffer();return}if(n&&this.schedule.resetErrorsInRange(s,s-i)&&this.updateSchedule(!0),this.checkBuffer(),n&&s<o.start||s>=o.end){var c;const g=this.findItemIndex(o);let f=this.schedule.findItemIndexAtTime(s);if(f===-1&&(f=g+(n?-1:1),this.log(`seeked ${n?"back ":""}to position not covered by schedule ${s} (resolving from ${g} to ${f})`)),!this.isInterstitial(o)&&(c=this.media)!=null&&c.paused&&(this.shouldPlay=!1),!n&&f>g){const p=this.schedule.findJumpRestrictedIndex(g+1,f);if(p>g){this.setSchedulePosition(p);return}}this.setSchedulePosition(f);return}const l=this.playingAsset;if(!l){if(this.playingLastItem&&this.isInterstitial(o)){const g=o.event.assetList[0];g&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,g))}return}const h=l.timelineStart,u=l.duration||0;if(n&&s<h||s>=h+u){var d;(d=o.event)!=null&&d.appendInPlace&&(this.clearAssetPlayers(o.event,o),this.flushFrontBuffer(s)),this.setScheduleToAssetAtTime(s,l)}},this.onTimeupdate=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled)return;if(s>this.timelinePos)this.timelinePos=s,s>this.bufferedPos&&this.checkBuffer();else return;const i=this.playingItem;if(!i||this.playingLastItem)return;if(s>=i.end){this.timelinePos=i.end;const o=this.findItemIndex(i);this.setSchedulePosition(o+1)}const r=this.playingAsset;if(!r)return;const n=r.timelineStart+(r.duration||0);s>=n&&this.setScheduleToAssetAtTime(s,r)},this.onScheduleUpdate=(s,i)=>{const r=this.schedule;if(!r)return;const n=this.playingItem,o=r.events||[],c=r.items||[],l=r.durations,h=s.map(p=>p.identifier),u=!!(o.length||h.length);(u||i)&&this.log(`INTERSTITIALS_UPDATED (${o.length}): ${o} 29 - Schedule: ${c.map(p=>Xe(p))} pos: ${this.timelinePos}`),h.length&&this.log(`Removed events ${h}`);let d=null,g=null;n&&(d=this.updateItem(n,this.timelinePos),this.itemsMatch(n,d)?this.playingItem=d:this.waitingItem=this.endedItem=null),this.waitingItem=this.updateItem(this.waitingItem),this.endedItem=this.updateItem(this.endedItem);const f=this.bufferingItem;if(f&&(g=this.updateItem(f,this.bufferedPos),this.itemsMatch(f,g)?this.bufferingItem=g:f.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(f.event,null))),s.forEach(p=>{p.assetList.forEach(y=>{this.clearAssetPlayer(y.identifier,null)})}),this.playerQueue.forEach(p=>{if(p.interstitial.appendInPlace){const y=p.assetItem.timelineStart,E=p.timelineOffset-y;if(E)try{p.timelineOffset=y}catch(v){Math.abs(E)>Wt&&this.warn(`${v} ("${p.assetId}" ${p.timelineOffset}->${y})`)}}}),u||i){if(this.hls.trigger(m.INTERSTITIALS_UPDATED,{events:o.slice(0),schedule:c.slice(0),durations:l,removedIds:h}),this.isInterstitial(n)&&h.includes(n.event.identifier)){this.warn(`Interstitial "${n.event.identifier}" removed while playing`),this.primaryFallback(n.event);return}n&&this.trimInPlace(d,n),f&&g!==d&&this.trimInPlace(g,f),this.checkBuffer()}},this.hls=e,this.HlsPlayerClass=t,this.assetListLoader=new xd(e),this.schedule=new Sd(this.onScheduleUpdate,e.logger),this.registerListeners()}registerListeners(){const e=this.hls;e&&(e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),e.on(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.on(m.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),e.on(m.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),e.on(m.ASSET_LIST_LOADED,this.onAssetListLoaded,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.BUFFERED_TO_END,this.onBufferedToEnd,this),e.on(m.MEDIA_ENDED,this.onMediaEnded,this),e.on(m.ERROR,this.onError,this),e.on(m.DESTROYING,this.onDestroying,this))}unregisterListeners(){const e=this.hls;e&&(e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),e.off(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.off(m.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),e.off(m.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),e.off(m.ASSET_LIST_LOADED,this.onAssetListLoaded,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.BUFFERED_TO_END,this.onBufferedToEnd,this),e.off(m.MEDIA_ENDED,this.onMediaEnded,this),e.off(m.ERROR,this.onError,this),e.off(m.DESTROYING,this.onDestroying,this))}startLoad(){this.resumeBuffering()}stopLoad(){this.pauseBuffering()}resumeBuffering(){var e;(e=this.getBufferingPlayer())==null||e.resumeBuffering()}pauseBuffering(){var e;(e=this.getBufferingPlayer())==null||e.pauseBuffering()}destroy(){this.unregisterListeners(),this.stopLoad(),this.assetListLoader&&this.assetListLoader.destroy(),this.emptyPlayerQueue(),this.clearScheduleState(),this.schedule&&this.schedule.destroy(),this.media=this.detachedData=this.mediaSelection=this.requiredTracks=this.altSelection=this.schedule=this.manager=null,this.hls=this.HlsPlayerClass=this.log=null,this.assetListLoader=null,this.onPlay=this.onPause=this.onSeeking=this.onTimeupdate=null,this.onScheduleUpdate=null}onDestroying(){const e=this.primaryMedia||this.media;e&&this.removeMediaListeners(e)}removeMediaListeners(e){Ge(e,"play",this.onPlay),Ge(e,"pause",this.onPause),Ge(e,"seeking",this.onSeeking),Ge(e,"timeupdate",this.onTimeupdate)}onMediaAttaching(e,t){const s=this.media=t.media;Ue(s,"seeking",this.onSeeking),Ue(s,"timeupdate",this.onTimeupdate),Ue(s,"play",this.onPlay),Ue(s,"pause",this.onPause)}onMediaAttached(e,t){const s=this.effectivePlayingItem,i=this.detachedData;if(this.detachedData=null,s===null)this.checkStart();else if(!i){this.clearScheduleState();const r=this.findItemIndex(s);this.setSchedulePosition(r)}}clearScheduleState(){this.log("clear schedule state"),this.playingItem=this.bufferingItem=this.waitingItem=this.endedItem=this.playingAsset=this.endedAsset=this.bufferingAsset=null}onMediaDetaching(e,t){const s=!!t.transferMedia,i=this.media;if(this.media=null,!s&&(i&&this.removeMediaListeners(i),this.detachedData)){const r=this.getBufferingPlayer();r&&(this.log(`Removing schedule state for detachedData and ${r}`),this.playingAsset=this.endedAsset=this.bufferingAsset=this.bufferingItem=this.waitingItem=this.detachedData=null,r.detachMedia()),this.shouldPlay=!1}}get interstitialsManager(){if(!this.hls)return null;if(this.manager)return this.manager;const e=this,t=()=>e.bufferingItem||e.waitingItem,s=u=>u&&e.getAssetPlayer(u.identifier),i=(u,d,g,f,p)=>{if(u){let y=u[d].start;const E=u.event;if(E){if(d==="playout"||E.timelineOccupancy!==Xs.Point){const v=s(g);v?.interstitial===E&&(y+=v.assetItem.startOffset+v[p])}}else{const v=f==="bufferedPos"?n():e[f];y+=v-u.start}return y}return 0},r=(u,d)=>{var g;if(u!==0&&d!=="primary"&&(g=e.schedule)!=null&&g.length){var f;const p=e.schedule.findItemIndexAtTime(u),y=(f=e.schedule.items)==null?void 0:f[p];if(y){const E=y[d].start-y.start;return u+E}}return u},n=()=>{const u=e.bufferedPos;return u===Number.MAX_VALUE?o("primary"):Math.max(u,0)},o=u=>{var d,g;return(d=e.primaryDetails)!=null&&d.live?e.primaryDetails.edge:((g=e.schedule)==null?void 0:g.durations[u])||0},c=(u,d)=>{var g,f;const p=e.effectivePlayingItem;if(p!=null&&(g=p.event)!=null&&g.restrictions.skip||!e.schedule)return;e.log(`seek to ${u} "${d}"`);const y=e.effectivePlayingItem,E=e.schedule.findItemIndexAtTime(u,d),v=(f=e.schedule.items)==null?void 0:f[E],T=e.getBufferingPlayer(),S=T?.interstitial,x=S?.appendInPlace,D=y&&e.itemsMatch(y,v);if(y&&(x||D)){const A=s(e.playingAsset),L=A?.media||e.primaryMedia;if(L){const R=d==="primary"?L.currentTime:i(y,d,e.playingAsset,"timelinePos","currentTime"),I=u-R,C=(x?R:L.currentTime)+I;if(C>=0&&(!A||x||C<=A.duration)){L.currentTime=C;return}}}if(v){let A=u;if(d!=="primary"){const R=v[d].start,I=u-R;A=v.start+I}const L=!e.isInterstitial(v);if((!e.isInterstitial(y)||y.event.appendInPlace)&&(L||v.event.appendInPlace)){const R=e.media||(x?T?.media:null);R&&(R.currentTime=A)}else if(y){const R=e.findItemIndex(y);if(E>R){const C=e.schedule.findJumpRestrictedIndex(R+1,E);if(C>R){e.setSchedulePosition(C);return}}let I=0;if(L)e.timelinePos=A,e.checkBuffer();else{const C=v.event.assetList,$=u-(v[d]||v).start;for(let V=C.length;V--;){const G=C[V];if(G.duration&&$>=G.startOffset&&$<G.startOffset+G.duration){I=V;break}}}e.setSchedulePosition(E,I)}}},l=()=>{const u=e.effectivePlayingItem;if(e.isInterstitial(u))return u;const d=t();return e.isInterstitial(d)?d:null},h={get bufferedEnd(){const u=t(),d=e.bufferingItem;if(d&&d===u){var g;return i(d,"playout",e.bufferingAsset,"bufferedPos","bufferedEnd")-d.playout.start||((g=e.bufferingAsset)==null?void 0:g.startOffset)||0}return 0},get currentTime(){const u=l(),d=e.effectivePlayingItem;return d&&d===u?i(d,"playout",e.effectivePlayingAsset,"timelinePos","currentTime")-d.playout.start:0},set currentTime(u){const d=l(),g=e.effectivePlayingItem;g&&g===d&&c(u+g.playout.start,"playout")},get duration(){const u=l();return u?u.playout.end-u.playout.start:0},get assetPlayers(){var u;const d=(u=l())==null?void 0:u.event.assetList;return d?d.map(g=>e.getAssetPlayer(g.identifier)):[]},get playingIndex(){var u;const d=(u=l())==null?void 0:u.event;return d&&e.effectivePlayingAsset?d.findAssetIndex(e.effectivePlayingAsset):-1},get scheduleItem(){return l()}};return this.manager={get events(){var u;return((u=e.schedule)==null||(u=u.events)==null?void 0:u.slice(0))||[]},get schedule(){var u;return((u=e.schedule)==null||(u=u.items)==null?void 0:u.slice(0))||[]},get interstitialPlayer(){return l()?h:null},get playerQueue(){return e.playerQueue.slice(0)},get bufferingAsset(){return e.bufferingAsset},get bufferingItem(){return t()},get bufferingIndex(){const u=t();return e.findItemIndex(u)},get playingAsset(){return e.effectivePlayingAsset},get playingItem(){return e.effectivePlayingItem},get playingIndex(){const u=e.effectivePlayingItem;return e.findItemIndex(u)},primary:{get bufferedEnd(){return n()},get currentTime(){const u=e.timelinePos;return u>0?u:0},set currentTime(u){c(u,"primary")},get duration(){return o("primary")},get seekableStart(){var u;return((u=e.primaryDetails)==null?void 0:u.fragmentStart)||0}},integrated:{get bufferedEnd(){return i(t(),"integrated",e.bufferingAsset,"bufferedPos","bufferedEnd")},get currentTime(){return i(e.effectivePlayingItem,"integrated",e.effectivePlayingAsset,"timelinePos","currentTime")},set currentTime(u){c(u,"integrated")},get duration(){return o("integrated")},get seekableStart(){var u;return r(((u=e.primaryDetails)==null?void 0:u.fragmentStart)||0,"integrated")}},skip:()=>{const u=e.effectivePlayingItem,d=u?.event;if(d&&!d.restrictions.skip){const g=e.findItemIndex(u);if(d.appendInPlace){const f=u.playout.start+u.event.duration;c(f+.001,"playout")}else e.advanceAfterAssetEnded(d,g,1/0)}}}}get effectivePlayingItem(){return this.waitingItem||this.playingItem||this.endedItem}get effectivePlayingAsset(){return this.playingAsset||this.endedAsset}get playingLastItem(){var e;const t=this.playingItem,s=(e=this.schedule)==null?void 0:e.items;return!this.playbackStarted||!t||!s?!1:this.findItemIndex(t)===s.length-1}get playbackStarted(){return this.effectivePlayingItem!==null}get currentTime(){var e,t;if(this.mediaSelection===null)return;const s=this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&!s.event.appendInPlace)return;let i=this.media;!i&&(e=this.bufferingItem)!=null&&(e=e.event)!=null&&e.appendInPlace&&(i=this.primaryMedia);const r=(t=i)==null?void 0:t.currentTime;if(!(r===void 0||!H(r)))return r}get primaryMedia(){var e;return this.media||((e=this.detachedData)==null?void 0:e.media)||null}isInterstitial(e){return!!(e!=null&&e.event)}retreiveMediaSource(e,t){const s=this.getAssetPlayer(e);s&&this.transferMediaFromPlayer(s,t)}transferMediaFromPlayer(e,t){const s=e.interstitial.appendInPlace,i=e.media;if(s&&i===this.primaryMedia){if(this.bufferingAsset=null,(!t||this.isInterstitial(t)&&!t.event.appendInPlace)&&t&&i){this.detachedData={media:i};return}const r=e.transferMedia();this.log(`transfer MediaSource from ${e} ${ue(r)}`),this.detachedData=r}else t&&i&&(this.shouldPlay||(this.shouldPlay=!i.paused))}transferMediaTo(e,t){var s,i;if(e.media===t)return;let r=null;const n=this.hls,o=e!==n,c=o&&e.interstitial.appendInPlace,l=(s=this.detachedData)==null?void 0:s.mediaSource;let h;if(n.media)c&&(r=n.transferMedia(),this.detachedData=r),h="Primary";else if(l){const f=this.getBufferingPlayer();f?(r=f.transferMedia(),h=`${f}`):h="detached MediaSource"}else h="detached media";if(!r){if(l)r=this.detachedData,this.log(`using detachedData: MediaSource ${ue(r)}`);else if(!this.detachedData||n.media===t){const f=this.playerQueue;f.length>1&&f.forEach(p=>{if(o&&p.interstitial.appendInPlace!==c){const y=p.interstitial;this.clearInterstitial(p.interstitial,null),y.appendInPlace=!1,y.appendInPlace&&this.warn(`Could not change append strategy for queued assets ${y}`)}}),this.hls.detachMedia(),this.detachedData={media:t}}}const u=r&&"mediaSource"in r&&((i=r.mediaSource)==null?void 0:i.readyState)!=="closed",d=u&&r?r:t;this.log(`${u?"transfering MediaSource":"attaching media"} to ${o?e:"Primary"} from ${h} (media.currentTime: ${t.currentTime})`);const g=this.schedule;if(d===r&&g){const f=o&&e.assetId===g.assetIdAtEnd;d.overrides={duration:g.duration,endOfStream:!o||f,cueRemoval:!o}}e.attachMedia(d)}onInterstitialCueEnter(){this.onTimeupdate()}checkStart(){const e=this.schedule,t=e?.events;if(!t||this.playbackDisabled||!this.media)return;this.bufferedPos===-1&&(this.bufferedPos=0);const s=this.timelinePos,i=this.effectivePlayingItem;if(s===-1){const r=this.hls.startPosition;if(this.log(Is("checkStart",r)),this.timelinePos=r,t.length&&t[0].cue.pre){const n=e.findEventIndex(t[0].identifier);this.setSchedulePosition(n)}else if(r>=0||!this.primaryLive){const n=this.timelinePos=r>0?r:0,o=e.findItemIndexAtTime(n);this.setSchedulePosition(o)}}else if(i&&!this.playingItem){const r=e.findItemIndex(i);this.setSchedulePosition(r)}}advanceAssetBuffering(e,t){const s=e.event,i=s.findAssetIndex(t),r=xi(s,i);if(!s.isAssetPastPlayoutLimit(r))this.bufferedToEvent(e,r);else if(this.schedule){var n;const o=(n=this.schedule.items)==null?void 0:n[this.findItemIndex(e)+1];o&&this.bufferedToItem(o)}}advanceAfterAssetEnded(e,t,s){const i=xi(e,s);if(e.isAssetPastPlayoutLimit(i)){if(this.schedule){const r=this.schedule.items;if(r){const n=t+1,o=r.length;if(n>=o){this.setSchedulePosition(-1);return}const c=e.resumeTime;this.timelinePos<c&&(this.log(Is("advanceAfterAssetEnded",c)),this.timelinePos=c,e.appendInPlace&&this.advanceInPlace(c),this.checkBuffer(this.bufferedPos<c)),this.setSchedulePosition(n)}}}else{if(e.appendInPlace){const r=e.assetList[i];r&&this.advanceInPlace(r.timelineStart)}this.setSchedulePosition(t,i)}}setScheduleToAssetAtTime(e,t){const s=this.schedule;if(!s)return;const i=t.parentIdentifier,r=s.getEvent(i);if(r){const n=s.findEventIndex(i),o=s.findAssetIndex(r,e);this.advanceAfterAssetEnded(r,n,o-1)}}setSchedulePosition(e,t){var s;const i=(s=this.schedule)==null?void 0:s.items;if(!i||this.playbackDisabled)return;const r=e>=0?i[e]:null;this.log(`setSchedulePosition ${e}, ${t} (${r&&Xe(r)}) pos: ${this.timelinePos}`);const n=this.waitingItem||this.playingItem,o=this.playingLastItem;if(this.isInterstitial(n)){const h=n.event,u=this.playingAsset,d=u?.identifier,g=d?this.getAssetPlayer(d):null;if(g&&d&&(!this.eventItemsMatch(n,r)||t!==void 0&&d!==h.assetList[t].identifier)){var c;const f=h.findAssetIndex(u);if(this.log(`INTERSTITIAL_ASSET_ENDED ${f+1}/${h.assetList.length} ${Gt(u)}`),this.endedAsset=u,this.playingAsset=null,this.hls.trigger(m.INTERSTITIAL_ASSET_ENDED,{asset:u,assetListIndex:f,event:h,schedule:i.slice(0),scheduleIndex:e,player:g}),n!==this.playingItem){this.itemsMatch(n,this.playingItem)&&!this.playingAsset&&this.advanceAfterAssetEnded(h,this.findItemIndex(this.playingItem),f);return}this.retreiveMediaSource(d,r),g.media&&!((c=this.detachedData)!=null&&c.mediaSource)&&g.detachMedia()}if(!this.eventItemsMatch(n,r)&&(this.endedItem=n,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${h} ${Xe(n)}`),h.hasPlayed=!0,this.hls.trigger(m.INTERSTITIAL_ENDED,{event:h,schedule:i.slice(0),scheduleIndex:e}),h.cue.once)){var l;this.updateSchedule();const f=(l=this.schedule)==null?void 0:l.items;if(r&&f){const p=this.findItemIndex(r);this.advanceSchedule(p,f,t,n,o)}return}}this.advanceSchedule(e,i,t,n,o)}advanceSchedule(e,t,s,i,r){const n=this.schedule;if(!n)return;const o=t[e]||null,c=this.primaryMedia,l=this.playerQueue;if(l.length&&l.forEach(h=>{const u=h.interstitial,d=n.findEventIndex(u.identifier);(d<e||d>e+1)&&this.clearInterstitial(u,o)}),this.isInterstitial(o)){this.timelinePos=Math.min(Math.max(this.timelinePos,o.start),o.end);const h=o.event;if(s===void 0){s=n.findAssetIndex(h,this.timelinePos);const f=xi(h,s-1);if(h.isAssetPastPlayoutLimit(f)||h.appendInPlace&&this.timelinePos===o.end){this.advanceAfterAssetEnded(h,e,s);return}s=f}const u=this.waitingItem;this.assetsBuffered(o,c)||this.setBufferingItem(o);let d=this.preloadAssets(h,s);if(this.eventItemsMatch(o,u||i)||(this.waitingItem=o,this.log(`INTERSTITIAL_STARTED ${Xe(o)} ${h.appendInPlace?"append in place":""}`),this.hls.trigger(m.INTERSTITIAL_STARTED,{event:h,schedule:t.slice(0),scheduleIndex:e})),!h.assetListLoaded){this.log(`Waiting for ASSET-LIST to complete loading ${h}`);return}if(h.assetListLoader&&(h.assetListLoader.destroy(),h.assetListLoader=void 0),!c){this.log(`Waiting for attachMedia to start Interstitial ${h}`);return}this.waitingItem=this.endedItem=null,this.playingItem=o;const g=h.assetList[s];if(!g){this.advanceAfterAssetEnded(h,e,s||0);return}if(d||(d=this.getAssetPlayer(g.identifier)),d===null||d.destroyed){const f=h.assetList.length;this.warn(`asset ${s+1}/${f} player destroyed ${h}`),d=this.createAssetPlayer(h,g,s),d.loadSource()}if(!this.eventItemsMatch(o,this.bufferingItem)&&h.appendInPlace&&this.isAssetBuffered(g))return;this.startAssetPlayer(d,s,t,e,c),this.shouldPlay&&Bn(d.media)}else o?(this.resumePrimary(o,e,i),this.shouldPlay&&Bn(this.hls.media)):r&&this.isInterstitial(i)&&(this.endedItem=null,this.playingItem=i,i.event.appendInPlace||this.attachPrimary(n.durations.primary,null))}get playbackDisabled(){return this.hls.config.enableInterstitialPlayback===!1}get primaryDetails(){var e;return(e=this.mediaSelection)==null?void 0:e.main.details}get primaryLive(){var e;return!!((e=this.primaryDetails)!=null&&e.live)}resumePrimary(e,t,s){var i,r;if(this.playingItem=e,this.playingAsset=this.endedAsset=null,this.waitingItem=this.endedItem=null,this.bufferedToItem(e),this.log(`resuming ${Xe(e)}`),!((i=this.detachedData)!=null&&i.mediaSource)){let o=this.timelinePos;(o<e.start||o>=e.end)&&(o=this.getPrimaryResumption(e,t),this.log(Is("resumePrimary",o)),this.timelinePos=o),this.attachPrimary(o,e)}if(!s)return;const n=(r=this.schedule)==null?void 0:r.items;n&&(this.log(`INTERSTITIALS_PRIMARY_RESUMED ${Xe(e)}`),this.hls.trigger(m.INTERSTITIALS_PRIMARY_RESUMED,{schedule:n.slice(0),scheduleIndex:t}),this.checkBuffer())}getPrimaryResumption(e,t){const s=e.start;if(this.primaryLive){const i=this.primaryDetails;if(t===0)return this.hls.startPosition;if(i&&(s<i.fragmentStart||s>i.edge))return this.hls.liveSyncPosition||-1}return s}isAssetBuffered(e){const t=this.getAssetPlayer(e.identifier);return t!=null&&t.hls?t.hls.bufferedToEnd:Q.bufferInfo(this.primaryMedia,this.timelinePos,0).end+1>=e.timelineStart+(e.duration||0)}attachPrimary(e,t,s){t?this.setBufferingItem(t):this.bufferingItem=this.playingItem,this.bufferingAsset=null;const i=this.primaryMedia;if(!i)return;const r=this.hls;r.media?this.checkBuffer():(this.transferMediaTo(r,i),s&&this.startLoadingPrimaryAt(e,s)),s||(this.log(Is("attachPrimary",e)),this.timelinePos=e,this.startLoadingPrimaryAt(e,s))}startLoadingPrimaryAt(e,t){var s;const i=this.hls;!i.loadingEnabled||!i.media||Math.abs((((s=i.mainForwardBufferInfo)==null?void 0:s.start)||i.media.currentTime)-e)>.5?i.startLoad(e,t):i.bufferingEnabled||i.resumeBuffering()}onManifestLoading(){var e;this.stopLoad(),(e=this.schedule)==null||e.reset(),this.emptyPlayerQueue(),this.clearScheduleState(),this.shouldPlay=!1,this.bufferedPos=this.timelinePos=-1,this.mediaSelection=this.altSelection=this.manager=this.requiredTracks=null,this.hls.off(m.BUFFER_CODECS,this.onBufferCodecs,this),this.hls.on(m.BUFFER_CODECS,this.onBufferCodecs,this)}onLevelUpdated(e,t){if(t.level===-1||!this.schedule)return;const s=this.hls.levels[t.level];if(!s.details)return;const i=ae(ae({},this.mediaSelection||this.altSelection),{},{main:s});this.mediaSelection=i,this.schedule.parseInterstitialDateRanges(i,this.hls.config.interstitialAppendInPlace),!this.effectivePlayingItem&&this.schedule.items&&this.checkStart()}onAudioTrackUpdated(e,t){const s=this.hls.audioTracks[t.id],i=this.mediaSelection;if(!i){this.altSelection=ae(ae({},this.altSelection),{},{audio:s});return}const r=ae(ae({},i),{},{audio:s});this.mediaSelection=r}onSubtitleTrackUpdated(e,t){const s=this.hls.subtitleTracks[t.id],i=this.mediaSelection;if(!i){this.altSelection=ae(ae({},this.altSelection),{},{subtitles:s});return}const r=ae(ae({},i),{},{subtitles:s});this.mediaSelection=r}onAudioTrackSwitching(e,t){const s=Wr(t);this.playerQueue.forEach(({hls:i})=>i&&(i.setAudioOption(t)||i.setAudioOption(s)))}onSubtitleTrackSwitch(e,t){const s=Wr(t);this.playerQueue.forEach(({hls:i})=>i&&(i.setSubtitleOption(t)||t.id!==-1&&i.setSubtitleOption(s)))}onBufferCodecs(e,t){const s=t.tracks;s&&(this.requiredTracks=s)}onBufferAppended(e,t){this.checkBuffer()}onBufferFlushed(e,t){const s=this.playingItem;if(s&&!this.itemsMatch(s,this.bufferingItem)&&!this.isInterstitial(s)){const i=this.timelinePos;this.bufferedPos=i,this.checkBuffer()}}onBufferedToEnd(e){if(!this.schedule)return;const t=this.schedule.events;if(this.bufferedPos<Number.MAX_VALUE&&t){for(let i=0;i<t.length;i++){const r=t[i];if(r.cue.post){var s;const n=this.schedule.findEventIndex(r.identifier),o=(s=this.schedule.items)==null?void 0:s[n];this.isInterstitial(o)&&this.eventItemsMatch(o,this.bufferingItem)&&this.bufferedToItem(o,0);break}}this.bufferedPos=Number.MAX_VALUE}}onMediaEnded(e){const t=this.playingItem;if(!this.playingLastItem&&t){const s=this.findItemIndex(t);this.setSchedulePosition(s+1)}else this.shouldPlay=!1}updateItem(e,t){var s;const i=(s=this.schedule)==null?void 0:s.items;if(e&&i){const r=this.findItemIndex(e,t);return i[r]||null}return null}trimInPlace(e,t){if(this.isInterstitial(e)&&e.event.appendInPlace&&t.end-e.end>.25){e.event.assetList.forEach((r,n)=>{e.event.isAssetPastPlayoutLimit(n)&&this.clearAssetPlayer(r.identifier,null)});const s=e.end+.25,i=Q.bufferInfo(this.primaryMedia,s,0);(i.end>s||(i.nextStart||0)>s)&&(this.log(`trim buffered interstitial ${Xe(e)} (was ${Xe(t)})`),this.attachPrimary(s,null,!0),this.flushFrontBuffer(s))}}itemsMatch(e,t){return!!t&&(e===t||e.event&&t.event&&this.eventItemsMatch(e,t)||!e.event&&!t.event&&this.findItemIndex(e)===this.findItemIndex(t))}eventItemsMatch(e,t){var s;return!!t&&(e===t||e.event.identifier===((s=t.event)==null?void 0:s.identifier))}findItemIndex(e,t){return e&&this.schedule?this.schedule.findItemIndex(e,t):-1}updateSchedule(e=!1){var t;const s=this.mediaSelection;s&&((t=this.schedule)==null||t.updateSchedule(s,[],e))}checkBuffer(e){var t;const s=(t=this.schedule)==null?void 0:t.items;if(!s)return;const i=Q.bufferInfo(this.primaryMedia,this.timelinePos,0);e&&(this.bufferedPos=this.timelinePos),e||(e=i.len<1),this.updateBufferedPos(i.end,s,e)}updateBufferedPos(e,t,s){const i=this.schedule,r=this.bufferingItem;if(this.bufferedPos>e||!i)return;if(t.length===1&&this.itemsMatch(t[0],r)){this.bufferedPos=e;return}const n=this.playingItem,o=this.findItemIndex(n);let c=i.findItemIndexAtTime(e);if(this.bufferedPos<e){var l;const h=this.findItemIndex(r),u=Math.min(h+1,t.length-1),d=t[u];if((c===-1&&r&&e>=r.end||(l=d.event)!=null&&l.appendInPlace&&e+.01>=d.start)&&(c=u),this.isInterstitial(r)){const g=r.event;if(u-o>1&&g.appendInPlace===!1||g.assetList.length===0&&g.assetListLoader)return}if(this.bufferedPos=e,c>h&&c>o)this.bufferedToItem(d);else{const g=this.primaryDetails;this.primaryLive&&g&&e>g.edge-g.targetduration&&d.start<g.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(d)&&this.preloadAssets(d.event,0)}}else s&&n&&!this.itemsMatch(n,r)&&(c===o?this.bufferedToItem(n):c===o+1&&this.bufferedToItem(t[c]))}assetsBuffered(e,t){return e.event.assetList.length===0?!1:!e.event.assetList.some(i=>{const r=this.getAssetPlayer(i.identifier);return!(r!=null&&r.bufferedInPlaceToEnd(t))})}setBufferingItem(e){const t=this.bufferingItem,s=this.schedule;if(!this.itemsMatch(e,t)&&s){const{items:i,events:r}=s;if(!i||!r)return t;const n=this.isInterstitial(e),o=this.getBufferingPlayer();this.bufferingItem=e,this.bufferedPos=Math.max(e.start,Math.min(e.end,this.timelinePos));const c=o?o.remaining:t?t.end-this.timelinePos:0;if(this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${Xe(e)}`+(t?` (${c.toFixed(2)} remaining)`:"")),!this.playbackDisabled)if(n){const l=s.findAssetIndex(e.event,this.bufferedPos);e.event.assetList.forEach((h,u)=>{const d=this.getAssetPlayer(h.identifier);d&&(u===l&&d.loadSource(),d.resumeBuffering())})}else this.hls.resumeBuffering(),this.playerQueue.forEach(l=>l.pauseBuffering());this.hls.trigger(m.INTERSTITIALS_BUFFERED_TO_BOUNDARY,{events:r.slice(0),schedule:i.slice(0),bufferingIndex:this.findItemIndex(e),playingIndex:this.findItemIndex(this.playingItem)})}else this.bufferingItem!==e&&(this.bufferingItem=e);return t}bufferedToItem(e,t=0){const s=this.setBufferingItem(e);if(!this.playbackDisabled){if(this.isInterstitial(e))this.bufferedToEvent(e,t);else if(s!==null){this.bufferingAsset=null;const i=this.detachedData;i?i.mediaSource?this.attachPrimary(e.start,e,!0):this.preloadPrimary(e):this.preloadPrimary(e)}}}preloadPrimary(e){const t=this.findItemIndex(e),s=this.getPrimaryResumption(e,t);this.startLoadingPrimaryAt(s)}bufferedToEvent(e,t){const s=e.event,i=s.assetList.length===0&&!s.assetListLoader,r=s.cue.once;if(i||!r){const n=this.preloadAssets(s,t);if(n!=null&&n.interstitial.appendInPlace){const o=this.primaryMedia;o&&this.bufferAssetPlayer(n,o)}}}preloadAssets(e,t){const s=e.assetUrl,i=e.assetList.length,r=i===0&&!e.assetListLoader,n=e.cue.once;if(r){const c=e.timelineStart;if(e.appendInPlace){var o;const d=this.playingItem;!this.isInterstitial(d)&&(d==null||(o=d.nextEvent)==null?void 0:o.identifier)===e.identifier&&this.flushFrontBuffer(c+.25)}let l,h=0;if(!this.playingItem&&this.primaryLive&&(h=this.hls.startPosition,h===-1&&(h=this.hls.liveSyncPosition||0)),h&&!(e.cue.pre||e.cue.post)){const d=h-c;d>0&&(l=Math.round(d*1e3)/1e3)}if(this.log(`Load interstitial asset ${t+1}/${s?1:i} ${e}${l?` live-start: ${h} start-offset: ${l}`:""}`),s)return this.createAsset(e,0,0,c,e.duration,s);const u=this.assetListLoader.loadAssetList(e,l);u&&(e.assetListLoader=u)}else if(!n&&i){for(let l=t;l<i;l++){const h=e.assetList[l],u=this.getAssetPlayerQueueIndex(h.identifier);(u===-1||this.playerQueue[u].destroyed)&&!h.error&&this.createAssetPlayer(e,h,l)}const c=e.assetList[t];if(c){const l=this.getAssetPlayer(c.identifier);return l&&l.loadSource(),l}}return null}flushFrontBuffer(e){const t=this.requiredTracks;if(!t)return;this.log(`Removing front buffer starting at ${e}`),Object.keys(t).forEach(i=>{this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:e,endOffset:1/0,type:i})})}getAssetPlayerQueueIndex(e){const t=this.playerQueue;for(let s=0;s<t.length;s++)if(e===t[s].assetId)return s;return-1}getAssetPlayer(e){const t=this.getAssetPlayerQueueIndex(e);return this.playerQueue[t]||null}getBufferingPlayer(){const{playerQueue:e,primaryMedia:t}=this;if(t){for(let s=0;s<e.length;s++)if(e[s].media===t)return e[s]}return null}createAsset(e,t,s,i,r,n){const o={parentIdentifier:e.identifier,identifier:yd(e,n,t),duration:r,startOffset:s,timelineStart:i,uri:n};return this.createAssetPlayer(e,o,t)}createAssetPlayer(e,t,s){const i=this.hls,r=i.userConfig;let n=r.videoPreference;const o=i.loadLevelObj||i.levels[i.currentLevel];(n||o)&&(n=le({},n),o.videoCodec&&(n.videoCodec=o.videoCodec),o.videoRange&&(n.allowedVideoRanges=[o.videoRange]));const c=i.audioTracks[i.audioTrack],l=i.subtitleTracks[i.subtitleTrack];let h=0;if(this.primaryLive||e.appendInPlace){const S=this.timelinePos-t.timelineStart;if(S>1){const x=t.duration;x&&S<x&&(h=S)}}const u=t.identifier,d=ae(ae({},r),{},{maxMaxBufferLength:Math.min(180,i.config.maxMaxBufferLength),autoStartLoad:!0,startFragPrefetch:!0,primarySessionId:i.sessionId,assetPlayerId:u,abrEwmaDefaultEstimate:i.bandwidthEstimate,interstitialsController:void 0,startPosition:h,liveDurationInfinity:!1,testBandwidth:!1,videoPreference:n,audioPreference:c||r.audioPreference,subtitlePreference:l||r.subtitlePreference});e.appendInPlace&&(e.appendInPlaceStarted=!0,t.timelineStart&&(d.timelineOffset=t.timelineStart));const g=d.cmcd;g!=null&&g.sessionId&&g.contentId&&(d.cmcd=le({},g,{contentId:rs(t.uri)})),this.getAssetPlayer(u)&&this.warn(`Duplicate date range identifier ${e} and asset ${u}`);const f=new Td(this.HlsPlayerClass,d,e,t);this.playerQueue.push(f),e.assetList[s]=t;let p=!0;const y=S=>{if(S.live){var x;const L=new Error(`Interstitials MUST be VOD assets ${e}`),R={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:L},I=((x=this.schedule)==null?void 0:x.findEventIndex(e.identifier))||-1;this.handleAssetItemError(R,e,I,s,L.message);return}const D=S.edge-S.fragmentStart,A=t.duration;(p||A===null||D>A)&&(p=!1,this.log(`Interstitial asset "${u}" duration change ${A} > ${D}`),t.duration=D,this.updateSchedule())};f.on(m.LEVEL_UPDATED,(S,{details:x})=>y(x)),f.on(m.LEVEL_PTS_UPDATED,(S,{details:x})=>y(x)),f.on(m.EVENT_CUE_ENTER,()=>this.onInterstitialCueEnter());const E=(S,x)=>{const D=this.getAssetPlayer(u);if(D&&x.tracks){D.off(m.BUFFER_CODECS,E),D.tracks=x.tracks;const A=this.primaryMedia;this.bufferingAsset===D.assetItem&&A&&!D.media&&this.bufferAssetPlayer(D,A)}};f.on(m.BUFFER_CODECS,E);const v=()=>{var S;const x=this.getAssetPlayer(u);if(this.log(`buffered to end of asset ${x}`),!x||!this.schedule)return;const D=this.schedule.findEventIndex(e.identifier),A=(S=this.schedule.items)==null?void 0:S[D];this.isInterstitial(A)&&this.advanceAssetBuffering(A,t)};f.on(m.BUFFERED_TO_END,v);const T=S=>()=>{if(!this.getAssetPlayer(u)||!this.schedule)return;this.shouldPlay=!0;const D=this.schedule.findEventIndex(e.identifier);this.advanceAfterAssetEnded(e,D,S)};return f.once(m.MEDIA_ENDED,T(s)),f.once(m.PLAYOUT_LIMIT_REACHED,T(1/0)),f.on(m.ERROR,(S,x)=>{if(!this.schedule)return;const D=this.getAssetPlayer(u);if(x.details===_.BUFFER_STALLED_ERROR){if(D!=null&&D.appendInPlace){this.handleInPlaceStall(e);return}this.onTimeupdate(),this.checkBuffer(!0);return}this.handleAssetItemError(x,e,this.schedule.findEventIndex(e.identifier),s,`Asset player error ${x.error} ${e}`)}),f.on(m.DESTROYING,()=>{if(!this.getAssetPlayer(u)||!this.schedule)return;const x=new Error(`Asset player destroyed unexpectedly ${u}`),D={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:x};this.handleAssetItemError(D,e,this.schedule.findEventIndex(e.identifier),s,x.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${Gt(t)}`),this.hls.trigger(m.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:t,assetListIndex:s,event:e,player:f}),f}clearInterstitial(e,t){this.clearAssetPlayers(e,t),e.reset()}clearAssetPlayers(e,t){e.assetList.forEach(s=>{this.clearAssetPlayer(s.identifier,t)})}resetAssetPlayer(e){const t=this.getAssetPlayerQueueIndex(e);if(t!==-1){this.log(`reset asset player "${e}" after error`);const s=this.playerQueue[t];this.transferMediaFromPlayer(s,null),s.resetDetails()}}clearAssetPlayer(e,t){const s=this.getAssetPlayerQueueIndex(e);if(s!==-1){const i=this.playerQueue[s];this.log(`clear ${i} toSegment: ${t&&Xe(t)}`),this.transferMediaFromPlayer(i,t),this.playerQueue.splice(s,1),i.destroy()}}emptyPlayerQueue(){let e;for(;e=this.playerQueue.pop();)e.destroy();this.playerQueue=[]}startAssetPlayer(e,t,s,i,r){const{interstitial:n,assetItem:o,assetId:c}=e,l=n.assetList.length,h=this.playingAsset;this.endedAsset=null,this.playingAsset=o,(!h||h.identifier!==c)&&(h&&(this.clearAssetPlayer(h.identifier,s[i]),delete h.error),this.log(`INTERSTITIAL_ASSET_STARTED ${t+1}/${l} ${Gt(o)}`),this.hls.trigger(m.INTERSTITIAL_ASSET_STARTED,{asset:o,assetListIndex:t,event:n,schedule:s.slice(0),scheduleIndex:i,player:e})),this.bufferAssetPlayer(e,r)}bufferAssetPlayer(e,t){var s,i;if(!this.schedule)return;const{interstitial:r,assetItem:n}=e,o=this.schedule.findEventIndex(r.identifier),c=(s=this.schedule.items)==null?void 0:s[o];if(!c)return;e.loadSource(),this.setBufferingItem(c),this.bufferingAsset=n;const l=this.getBufferingPlayer();if(l===e)return;const h=r.appendInPlace;if(h&&l?.interstitial.appendInPlace===!1)return;const u=l?.tracks||((i=this.detachedData)==null?void 0:i.tracks)||this.requiredTracks;if(h&&n!==this.playingAsset){if(!e.tracks){this.log(`Waiting for track info before buffering ${e}`);return}if(u&&!oa(u,e.tracks)){const d=new Error(`Asset ${Gt(n)} SourceBuffer tracks ('${Object.keys(e.tracks)}') are not compatible with primary content tracks ('${Object.keys(u)}')`),g={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:d},f=r.findAssetIndex(n);this.handleAssetItemError(g,r,o,f,d.message);return}}this.transferMediaTo(e,t)}handleInPlaceStall(e){const t=this.schedule,s=this.primaryMedia;if(!t||!s)return;const i=s.currentTime,r=t.findAssetIndex(e,i),n=e.assetList[r];if(n){const o=this.getAssetPlayer(n.identifier);if(o){const c=o.currentTime||i-n.timelineStart,l=o.duration-c;if(this.warn(`Stalled at ${c} of ${c+l} in ${o} ${e} (media.currentTime: ${i})`),c&&(l/s.playbackRate<.5||o.bufferedInPlaceToEnd(s))&&o.hls){const h=t.findEventIndex(e.identifier);this.advanceAfterAssetEnded(e,h,r)}}}}advanceInPlace(e){const t=this.primaryMedia;t&&t.currentTime<e&&(t.currentTime=e)}handleAssetItemError(e,t,s,i,r){if(e.details===_.BUFFER_STALLED_ERROR)return;const n=t.assetList[i]||null;if(this.warn(`INTERSTITIAL_ASSET_ERROR ${n&&Gt(n)} ${e.error}`),!this.schedule)return;const o=n?.identifier||"",c=this.getAssetPlayerQueueIndex(o),l=this.playerQueue[c]||null,h=this.schedule.items,u=le({},e,{fatal:!1,errorAction:Vt(!0),asset:n,assetListIndex:i,event:t,schedule:h,scheduleIndex:s,player:l});if(this.hls.trigger(m.INTERSTITIAL_ASSET_ERROR,u),!e.fatal)return;const d=this.playingAsset,g=this.bufferingAsset,f=new Error(r);if(n&&(this.clearAssetPlayer(o,null),n.error=f),!t.assetList.some(p=>!p.error))t.error=f;else for(let p=i;p<t.assetList.length;p++)this.resetAssetPlayer(t.assetList[p].identifier);this.updateSchedule(!0),t.error?this.primaryFallback(t):d&&d.identifier===o?this.advanceAfterAssetEnded(t,s,i):g&&g.identifier===o&&this.isInterstitial(this.bufferingItem)&&this.advanceAssetBuffering(this.bufferingItem,g)}primaryFallback(e){const t=e.timelineStart,s=this.effectivePlayingItem;let i=this.timelinePos;if(s){this.log(`Fallback to primary from event "${e.identifier}" start: ${t} pos: ${i} playing: ${Xe(s)} error: ${e.error}`),i===-1&&(i=this.hls.startPosition);const n=this.updateItem(s,i);this.itemsMatch(s,n)&&this.clearInterstitial(e,null),e.appendInPlace&&(this.attachPrimary(t,null),this.flushFrontBuffer(t))}else if(i===-1){this.checkStart();return}if(!this.schedule)return;const r=this.schedule.findItemIndexAtTime(i);this.setSchedulePosition(r)}onAssetListLoaded(e,t){var s,i;const r=t.event,n=r.identifier,o=t.assetListResponse.ASSETS;if(!((s=this.schedule)!=null&&s.hasEvent(n)))return;const c=r.timelineStart,l=r.duration;let h=0;o.forEach((p,y)=>{const E=parseFloat(p.DURATION);this.createAsset(r,y,h,c+h,E,p.URI),h+=E}),r.duration=h,this.log(`Loaded asset-list with duration: ${h} (was: ${l}) ${r}`);const u=this.waitingItem,d=u?.event.identifier===n;this.updateSchedule();const g=(i=this.bufferingItem)==null?void 0:i.event;if(d){var f;const p=this.schedule.findEventIndex(n),y=(f=this.schedule.items)==null?void 0:f[p];if(y){if(!this.playingItem&&this.timelinePos>y.end&&this.schedule.findItemIndexAtTime(this.timelinePos)!==p){r.error=new Error(`Interstitial ${o.length?"no longer within playback range":"asset-list is empty"} ${this.timelinePos} ${r}`),this.log(r.error.message),this.updateSchedule(!0),this.primaryFallback(r);return}this.setBufferingItem(y)}this.setSchedulePosition(p)}else if(g?.identifier===n){const p=r.assetList[0];if(p){const y=this.getAssetPlayer(p.identifier);if(g.appendInPlace){const E=this.primaryMedia;y&&E&&this.bufferAssetPlayer(y,E)}else y&&y.loadSource()}}}onError(e,t){if(this.schedule)switch(t.details){case _.ASSET_LIST_PARSING_ERROR:case _.ASSET_LIST_LOAD_ERROR:case _.ASSET_LIST_LOAD_TIMEOUT:{const s=t.interstitial;s&&(this.updateSchedule(!0),this.primaryFallback(s));break}case _.BUFFER_STALLED_ERROR:{const s=this.endedItem||this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&s.event.appendInPlace){this.handleInPlaceStall(s.event);return}this.log(`Primary player stall @${this.timelinePos} bufferedPos: ${this.bufferedPos}`),this.onTimeupdate(),this.checkBuffer(!0);break}}}}const Un=500;class Id extends dr{constructor(e,t,s){super(e,t,s,"subtitle-stream-controller",Y.SUBTITLE),this.currentTrackId=-1,this.tracksBuffered=[],this.mainDetails=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.mainDetails=null}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.on(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.on(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.on(m.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}unregisterListeners(){super.unregisterListeners();const{hls:e}=this;e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.off(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.off(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.off(m.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}startLoad(e,t){this.stopLoad(),this.state=w.IDLE,this.setInterval(Un),this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}onManifestLoading(){super.onManifestLoading(),this.mainDetails=null}onMediaDetaching(e,t){this.tracksBuffered=[],super.onMediaDetaching(e,t)}onLevelLoaded(e,t){this.mainDetails=t.details}onSubtitleFragProcessed(e,t){const{frag:s,success:i}=t;if(this.fragContextChanged(s)||(Se(s)&&(this.fragPrevious=s),this.state=w.IDLE),!i)return;const r=this.tracksBuffered[this.currentTrackId];if(!r)return;let n;const o=s.start;for(let l=0;l<r.length;l++)if(o>=r[l].start&&o<=r[l].end){n=r[l];break}const c=s.start+s.duration;n?n.end=c:(n={start:o,end:c},r.push(n)),this.fragmentTracker.fragBuffered(s),this.fragBufferedComplete(s,null),this.media&&this.tick()}onBufferFlushing(e,t){const{startOffset:s,endOffset:i}=t;if(s===0&&i!==Number.POSITIVE_INFINITY){const r=i-1;if(r<=0)return;t.endOffsetSubtitles=Math.max(0,r),this.tracksBuffered.forEach(n=>{for(let o=0;o<n.length;){if(n[o].end<=r){n.shift();continue}else if(n[o].start<r)n[o].start=r;else break;o++}}),this.fragmentTracker.removeFragmentsInRange(s,r,Y.SUBTITLE)}}onError(e,t){const s=t.frag;s?.type===Y.SUBTITLE&&(t.details===_.FRAG_GAP&&this.fragmentTracker.fragBuffered(s,!0),this.fragCurrent&&this.fragCurrent.abortRequests(),this.state!==w.STOPPED&&(this.state=w.IDLE))}onSubtitleTracksUpdated(e,{subtitleTracks:t}){if(this.levels&&ho(this.levels,t)){this.levels=t.map(s=>new os(s));return}this.tracksBuffered=[],this.levels=t.map(s=>{const i=new os(s);return this.tracksBuffered[i.id]=[],i}),this.fragmentTracker.removeFragmentsInRange(0,Number.POSITIVE_INFINITY,Y.SUBTITLE),this.fragPrevious=null,this.mediaBuffer=null}onSubtitleTrackSwitch(e,t){var s;if(this.currentTrackId=t.id,!((s=this.levels)!=null&&s.length)||this.currentTrackId===-1){this.clearInterval();return}const i=this.levels[this.currentTrackId];i!=null&&i.details?this.mediaBuffer=this.mediaBufferTimeRanges:this.mediaBuffer=null,i&&this.state!==w.STOPPED&&this.setInterval(Un)}onSubtitleTrackLoaded(e,t){var s;const{currentTrackId:i,levels:r}=this,{details:n,id:o}=t;if(!r){this.warn(`Subtitle tracks were reset while loading level ${o}`);return}const c=r[o];if(o>=r.length||!c)return;this.log(`Subtitle track ${o} loaded [${n.startSN},${n.endSN}]${n.lastPartSn?`[part-${n.lastPartSn}-${n.lastPartIndex}]`:""},duration:${n.totalduration}`),this.mediaBuffer=this.mediaBufferTimeRanges;let l=0;if(n.live||(s=c.details)!=null&&s.live){if(n.deltaUpdateFailed)return;const u=this.mainDetails;if(!u){this.startFragRequested=!1;return}const d=u.fragments[0];if(!c.details)n.hasProgramDateTime&&u.hasProgramDateTime?(js(n,u),l=n.fragmentStart):d&&(l=d.start,Vi(n,l));else{var h;l=this.alignPlaylists(n,c.details,(h=this.levelLastLoaded)==null?void 0:h.details),l===0&&d&&(l=d.start,Vi(n,l))}u&&!this.startFragRequested&&this.setStartPosition(u,l)}c.details=n,this.levelLastLoaded=c,o===i&&(this.hls.trigger(m.SUBTITLE_TRACK_UPDATED,{details:n,id:o,groupId:t.groupId}),this.tick(),n.live&&!this.fragCurrent&&this.media&&this.state===w.IDLE&&(Ot(null,n.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),c.details=void 0)))}_handleFragmentLoadComplete(e){const{frag:t,payload:s}=e,i=t.decryptdata,r=this.hls;if(!this.fragContextChanged(t)&&s&&s.byteLength>0&&i!=null&&i.key&&i.iv&&Ht(i.method)){const n=performance.now();this.decrypter.decrypt(new Uint8Array(s),i.key.buffer,i.iv.buffer,hr(i.method)).catch(o=>{throw r.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_DECRYPT_ERROR,fatal:!1,error:o,reason:o.message,frag:t}),o}).then(o=>{const c=performance.now();r.trigger(m.FRAG_DECRYPTED,{frag:t,payload:o,stats:{tstart:n,tdecrypt:c}})}).catch(o=>{this.warn(`${o.name}: ${o.message}`),this.state=w.IDLE})}}doTick(){if(!this.media){this.state=w.IDLE;return}if(this.state===w.IDLE){const{currentTrackId:e,levels:t}=this,s=t?.[e];if(!s||!t.length||!s.details||this.waitForLive(s))return;const{config:i}=this,r=this.getLoadPosition(),n=Q.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],r,i.maxBufferHole),{end:o,len:c}=n,l=s.details,h=this.hls.maxBufferLength+l.levelTargetDuration;if(c>h)return;const u=l.fragments,d=u.length,g=l.edge;let f=null;const p=this.fragPrevious;if(o<g){const v=i.maxFragLookUpTolerance,T=o>g-v?0:v;f=Ot(p,u,Math.max(u[0].start,o),T),!f&&p&&p.start<u[0].start&&(f=u[0])}else f=u[d-1];if(f=this.filterReplacedPrimary(f,s.details),!f)return;const y=f.sn-l.startSN,E=u[y-1];if(E&&E.cc===f.cc&&this.fragmentTracker.getState(E)===Ie.NOT_LOADED&&(f=E),this.fragmentTracker.getState(f)===Ie.NOT_LOADED){const v=this.mapToInitFragWhenRequired(f);v&&this.loadFragment(v,s,o)}}}loadFragment(e,t,s){Se(e)?super.loadFragment(e,t,s):this._loadInitSegment(e,t)}get mediaBufferTimeRanges(){return new Ld(this.tracksBuffered[this.currentTrackId]||[])}}class Ld{constructor(e){this.buffered=void 0;const t=(s,i,r)=>{if(i=i>>>0,i>r-1)throw new DOMException(`Failed to execute '${s}' on 'TimeRanges': The index provided (${i}) is greater than the maximum bound (${r})`);return e[i][s]};this.buffered={get length(){return e.length},end(s){return t("end",s,e.length)},start(s){return t("start",s,e.length)}}}}const Rd={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,128:174,129:176,130:189,131:191,132:8482,133:162,134:163,135:9834,136:224,137:32,138:232,139:226,140:234,141:238,142:244,143:251,144:193,145:201,146:211,147:218,148:220,149:252,150:8216,151:161,152:42,153:8217,154:9473,155:169,156:8480,157:8226,158:8220,159:8221,160:192,161:194,162:199,163:200,164:202,165:203,166:235,167:206,168:207,169:239,170:212,171:217,172:249,173:219,174:171,175:187,176:195,177:227,178:205,179:204,180:236,181:210,182:242,183:213,184:245,185:123,186:125,187:92,188:94,189:95,190:124,191:8764,192:196,193:228,194:214,195:246,196:223,197:165,198:164,199:9475,200:197,201:229,202:216,203:248,204:9487,205:9491,206:9495,207:9499},bo=a=>String.fromCharCode(Rd[a]||a),Qe=15,ft=100,bd={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},_d={17:2,18:4,21:6,22:8,23:10,19:13,20:15},Dd={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Cd={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Pd=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class kd{constructor(){this.time=null,this.verboseLevel=0}log(e,t){if(this.verboseLevel>=e){const s=typeof t=="function"?t():t;oe.log(`${this.time} [${e}] ${s}`)}}}const Ct=function(e){const t=[];for(let s=0;s<e.length;s++)t.push(e[s].toString(16));return t};class _o{constructor(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}reset(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}setStyles(e){const t=["foreground","underline","italics","background","flash"];for(let s=0;s<t.length;s++){const i=t[s];e.hasOwnProperty(i)&&(this[i]=e[i])}}isDefault(){return this.foreground==="white"&&!this.underline&&!this.italics&&this.background==="black"&&!this.flash}equals(e){return this.foreground===e.foreground&&this.underline===e.underline&&this.italics===e.italics&&this.background===e.background&&this.flash===e.flash}copy(e){this.foreground=e.foreground,this.underline=e.underline,this.italics=e.italics,this.background=e.background,this.flash=e.flash}toString(){return"color="+this.foreground+", underline="+this.underline+", italics="+this.italics+", background="+this.background+", flash="+this.flash}}class wd{constructor(){this.uchar=" ",this.penState=new _o}reset(){this.uchar=" ",this.penState.reset()}setChar(e,t){this.uchar=e,this.penState.copy(t)}setPenState(e){this.penState.copy(e)}equals(e){return this.uchar===e.uchar&&this.penState.equals(e.penState)}copy(e){this.uchar=e.uchar,this.penState.copy(e.penState)}isEmpty(){return this.uchar===" "&&this.penState.isDefault()}}class Od{constructor(e){this.chars=[],this.pos=0,this.currPenState=new _o,this.cueStartTime=null,this.logger=void 0;for(let t=0;t<ft;t++)this.chars.push(new wd);this.logger=e}equals(e){for(let t=0;t<ft;t++)if(!this.chars[t].equals(e.chars[t]))return!1;return!0}copy(e){for(let t=0;t<ft;t++)this.chars[t].copy(e.chars[t])}isEmpty(){let e=!0;for(let t=0;t<ft;t++)if(!this.chars[t].isEmpty()){e=!1;break}return e}setCursor(e){this.pos!==e&&(this.pos=e),this.pos<0?(this.logger.log(3,"Negative cursor position "+this.pos),this.pos=0):this.pos>ft&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=ft)}moveCursor(e){const t=this.pos+e;if(e>1)for(let s=this.pos+1;s<t+1;s++)this.chars[s].setPenState(this.currPenState);this.setCursor(t)}backSpace(){this.moveCursor(-1),this.chars[this.pos].setChar(" ",this.currPenState)}insertChar(e){e>=144&&this.backSpace();const t=bo(e);if(this.pos>=ft){this.logger.log(0,()=>"Cannot insert "+e.toString(16)+" ("+t+") at position "+this.pos+". Skipping it!");return}this.chars[this.pos].setChar(t,this.currPenState),this.moveCursor(1)}clearFromPos(e){let t;for(t=e;t<ft;t++)this.chars[t].reset()}clear(){this.clearFromPos(0),this.pos=0,this.currPenState.reset()}clearToEndOfRow(){this.clearFromPos(this.pos)}getTextString(){const e=[];let t=!0;for(let s=0;s<ft;s++){const i=this.chars[s].uchar;i!==" "&&(t=!1),e.push(i)}return t?"":e.join("")}setPenStyles(e){this.currPenState.setStyles(e),this.chars[this.pos].setPenState(this.currPenState)}}class Ai{constructor(e){this.rows=[],this.currRow=Qe-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let t=0;t<Qe;t++)this.rows.push(new Od(e));this.logger=e}reset(){for(let e=0;e<Qe;e++)this.rows[e].clear();this.currRow=Qe-1}equals(e){let t=!0;for(let s=0;s<Qe;s++)if(!this.rows[s].equals(e.rows[s])){t=!1;break}return t}copy(e){for(let t=0;t<Qe;t++)this.rows[t].copy(e.rows[t])}isEmpty(){let e=!0;for(let t=0;t<Qe;t++)if(!this.rows[t].isEmpty()){e=!1;break}return e}backSpace(){this.rows[this.currRow].backSpace()}clearToEndOfRow(){this.rows[this.currRow].clearToEndOfRow()}insertChar(e){this.rows[this.currRow].insertChar(e)}setPen(e){this.rows[this.currRow].setPenStyles(e)}moveCursor(e){this.rows[this.currRow].moveCursor(e)}setCursor(e){this.logger.log(2,"setCursor: "+e),this.rows[this.currRow].setCursor(e)}setPAC(e){this.logger.log(2,()=>"pacData = "+ue(e));let t=e.row-1;if(this.nrRollUpRows&&t<this.nrRollUpRows-1&&(t=this.nrRollUpRows-1),this.nrRollUpRows&&this.currRow!==t){for(let o=0;o<Qe;o++)this.rows[o].clear();const r=this.currRow+1-this.nrRollUpRows,n=this.lastOutputScreen;if(n){const o=n.rows[r].cueStartTime,c=this.logger.time;if(o!==null&&c!==null&&o<c)for(let l=0;l<this.nrRollUpRows;l++)this.rows[t-this.nrRollUpRows+l+1].copy(n.rows[r+l])}}this.currRow=t;const s=this.rows[this.currRow];if(e.indent!==null){const r=e.indent,n=Math.max(r-1,0);s.setCursor(e.indent),e.color=s.chars[n].penState.foreground}const i={foreground:e.color,underline:e.underline,italics:e.italics,background:"black",flash:!1};this.setPen(i)}setBkgData(e){this.logger.log(2,()=>"bkgData = "+ue(e)),this.backSpace(),this.setPen(e),this.insertChar(32)}setRollUpRows(e){this.nrRollUpRows=e}rollUp(){if(this.nrRollUpRows===null){this.logger.log(3,"roll_up but nrRollUpRows not set yet");return}this.logger.log(1,()=>this.getDisplayText());const e=this.currRow+1-this.nrRollUpRows,t=this.rows.splice(e,1)[0];t.clear(),this.rows.splice(this.currRow,0,t),this.logger.log(2,"Rolling up")}getDisplayText(e){e=e||!1;const t=[];let s="",i=-1;for(let r=0;r<Qe;r++){const n=this.rows[r].getTextString();n&&(i=r+1,e?t.push("Row "+i+": '"+n+"'"):t.push(n.trim()))}return t.length>0&&(e?s="["+t.join(" | ")+"]":s=t.join(` 30 - `)),s}getTextAndFormat(){return this.rows}}class $n{constructor(e,t,s){this.chNr=void 0,this.outputFilter=void 0,this.mode=void 0,this.verbose=void 0,this.displayedMemory=void 0,this.nonDisplayedMemory=void 0,this.lastOutputScreen=void 0,this.currRollUpRow=void 0,this.writeScreen=void 0,this.cueStartTime=void 0,this.logger=void 0,this.chNr=e,this.outputFilter=t,this.mode=null,this.verbose=0,this.displayedMemory=new Ai(s),this.nonDisplayedMemory=new Ai(s),this.lastOutputScreen=new Ai(s),this.currRollUpRow=this.displayedMemory.rows[Qe-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.logger=s}reset(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.outputFilter.reset(),this.currRollUpRow=this.displayedMemory.rows[Qe-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null}getHandler(){return this.outputFilter}setHandler(e){this.outputFilter=e}setPAC(e){this.writeScreen.setPAC(e)}setBkgData(e){this.writeScreen.setBkgData(e)}setMode(e){e!==this.mode&&(this.mode=e,this.logger.log(2,()=>"MODE="+e),this.mode==="MODE_POP-ON"?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),this.mode!=="MODE_ROLL-UP"&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=e)}insertChars(e){for(let s=0;s<e.length;s++)this.writeScreen.insertChar(e[s]);const t=this.writeScreen===this.displayedMemory?"DISP":"NON_DISP";this.logger.log(2,()=>t+": "+this.writeScreen.getDisplayText(!0)),(this.mode==="MODE_PAINT-ON"||this.mode==="MODE_ROLL-UP")&&(this.logger.log(1,()=>"DISPLAYED: "+this.displayedMemory.getDisplayText(!0)),this.outputDataUpdate())}ccRCL(){this.logger.log(2,"RCL - Resume Caption Loading"),this.setMode("MODE_POP-ON")}ccBS(){this.logger.log(2,"BS - BackSpace"),this.mode!=="MODE_TEXT"&&(this.writeScreen.backSpace(),this.writeScreen===this.displayedMemory&&this.outputDataUpdate())}ccAOF(){}ccAON(){}ccDER(){this.logger.log(2,"DER- Delete to End of Row"),this.writeScreen.clearToEndOfRow(),this.outputDataUpdate()}ccRU(e){this.logger.log(2,"RU("+e+") - Roll Up"),this.writeScreen=this.displayedMemory,this.setMode("MODE_ROLL-UP"),this.writeScreen.setRollUpRows(e)}ccFON(){this.logger.log(2,"FON - Flash On"),this.writeScreen.setPen({flash:!0})}ccRDC(){this.logger.log(2,"RDC - Resume Direct Captioning"),this.setMode("MODE_PAINT-ON")}ccTR(){this.logger.log(2,"TR"),this.setMode("MODE_TEXT")}ccRTD(){this.logger.log(2,"RTD"),this.setMode("MODE_TEXT")}ccEDM(){this.logger.log(2,"EDM - Erase Displayed Memory"),this.displayedMemory.reset(),this.outputDataUpdate(!0)}ccCR(){this.logger.log(2,"CR - Carriage Return"),this.writeScreen.rollUp(),this.outputDataUpdate(!0)}ccENM(){this.logger.log(2,"ENM - Erase Non-displayed Memory"),this.nonDisplayedMemory.reset()}ccEOC(){if(this.logger.log(2,"EOC - End Of Caption"),this.mode==="MODE_POP-ON"){const e=this.displayedMemory;this.displayedMemory=this.nonDisplayedMemory,this.nonDisplayedMemory=e,this.writeScreen=this.nonDisplayedMemory,this.logger.log(1,()=>"DISP: "+this.displayedMemory.getDisplayText())}this.outputDataUpdate(!0)}ccTO(e){this.logger.log(2,"TO("+e+") - Tab Offset"),this.writeScreen.moveCursor(e)}ccMIDROW(e){const t={flash:!1};if(t.underline=e%2===1,t.italics=e>=46,t.italics)t.foreground="white";else{const s=Math.floor(e/2)-16,i=["white","green","blue","cyan","red","yellow","magenta"];t.foreground=i[s]}this.logger.log(2,"MIDROW: "+ue(t)),this.writeScreen.setPen(t)}outputDataUpdate(e=!1){const t=this.logger.time;t!==null&&this.outputFilter&&(this.cueStartTime===null&&!this.displayedMemory.isEmpty()?this.cueStartTime=t:this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue(this.cueStartTime,t,this.lastOutputScreen),e&&this.outputFilter.dispatchCue&&this.outputFilter.dispatchCue(),this.cueStartTime=this.displayedMemory.isEmpty()?null:t),this.lastOutputScreen.copy(this.displayedMemory))}cueSplitAtTime(e){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,e,this.displayedMemory),this.cueStartTime=e))}}class Gn{constructor(e,t,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=Md(),this.logger=void 0;const i=this.logger=new kd;this.channels=[null,new $n(e,t,i),new $n(e+1,s,i)]}getHandler(e){return this.channels[e].getHandler()}setHandler(e,t){this.channels[e].setHandler(t)}addData(e,t){this.logger.time=e;for(let s=0;s<t.length;s+=2){const i=t[s]&127,r=t[s+1]&127;let n=!1,o=null;if(i===0&&r===0)continue;this.logger.log(3,()=>"["+Ct([t[s],t[s+1]])+"] -> ("+Ct([i,r])+")");const c=this.cmdHistory;if(i>=16&&i<=31){if(Fd(i,r,c)){Ls(null,null,c),this.logger.log(3,()=>"Repeated command ("+Ct([i,r])+") is dropped");continue}Ls(i,r,this.cmdHistory),n=this.parseCmd(i,r),n||(n=this.parseMidrow(i,r)),n||(n=this.parsePAC(i,r)),n||(n=this.parseBackgroundAttributes(i,r))}else Ls(null,null,c);if(!n&&(o=this.parseChars(i,r),o)){const h=this.currentChannel;h&&h>0?this.channels[h].insertChars(o):this.logger.log(2,"No channel found yet. TEXT-MODE?")}!n&&!o&&this.logger.log(2,()=>"Couldn't parse cleaned data "+Ct([i,r])+" orig: "+Ct([t[s],t[s+1]]))}}parseCmd(e,t){const s=(e===20||e===28||e===21||e===29)&&t>=32&&t<=47,i=(e===23||e===31)&&t>=33&&t<=35;if(!(s||i))return!1;const r=e===20||e===21||e===23?1:2,n=this.channels[r];return e===20||e===21||e===28||e===29?t===32?n.ccRCL():t===33?n.ccBS():t===34?n.ccAOF():t===35?n.ccAON():t===36?n.ccDER():t===37?n.ccRU(2):t===38?n.ccRU(3):t===39?n.ccRU(4):t===40?n.ccFON():t===41?n.ccRDC():t===42?n.ccTR():t===43?n.ccRTD():t===44?n.ccEDM():t===45?n.ccCR():t===46?n.ccENM():t===47&&n.ccEOC():n.ccTO(t-32),this.currentChannel=r,!0}parseMidrow(e,t){let s=0;if((e===17||e===25)&&t>=32&&t<=47){if(e===17?s=1:s=2,s!==this.currentChannel)return this.logger.log(0,"Mismatch channel in midrow parsing"),!1;const i=this.channels[s];return i?(i.ccMIDROW(t),this.logger.log(3,()=>"MIDROW ("+Ct([e,t])+")"),!0):!1}return!1}parsePAC(e,t){let s;const i=(e>=17&&e<=23||e>=25&&e<=31)&&t>=64&&t<=127,r=(e===16||e===24)&&t>=64&&t<=95;if(!(i||r))return!1;const n=e<=23?1:2;t>=64&&t<=95?s=n===1?bd[e]:Dd[e]:s=n===1?_d[e]:Cd[e];const o=this.channels[n];return o?(o.setPAC(this.interpretPAC(s,t)),this.currentChannel=n,!0):!1}interpretPAC(e,t){let s;const i={color:null,italics:!1,indent:null,underline:!1,row:e};return t>95?s=t-96:s=t-64,i.underline=(s&1)===1,s<=13?i.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(s/2)]:s<=15?(i.italics=!0,i.color="white"):i.indent=Math.floor((s-16)/2)*4,i}parseChars(e,t){let s,i=null,r=null;if(e>=25?(s=2,r=e-8):(s=1,r=e),r>=17&&r<=19){let n;r===17?n=t+80:r===18?n=t+112:n=t+144,this.logger.log(2,()=>"Special char '"+bo(n)+"' in channel "+s),i=[n]}else e>=32&&e<=127&&(i=t===0?[e]:[e,t]);return i&&this.logger.log(3,()=>"Char codes = "+Ct(i).join(",")),i}parseBackgroundAttributes(e,t){const s=(e===16||e===24)&&t>=32&&t<=47,i=(e===23||e===31)&&t>=45&&t<=47;if(!(s||i))return!1;let r;const n={};e===16||e===24?(r=Math.floor((t-32)/2),n.background=Pd[r],t%2===1&&(n.background=n.background+"_semi")):t===45?n.background="transparent":(n.foreground="black",t===47&&(n.underline=!0));const o=e<=23?1:2;return this.channels[o].setBkgData(n),!0}reset(){for(let e=0;e<Object.keys(this.channels).length;e++){const t=this.channels[e];t&&t.reset()}Ls(null,null,this.cmdHistory)}cueSplitAtTime(e){for(let t=0;t<this.channels.length;t++){const s=this.channels[t];s&&s.cueSplitAtTime(e)}}}function Ls(a,e,t){t.a=a,t.b=e}function Fd(a,e,t){return t.a===a&&t.b===e}function Md(){return{a:null,b:null}}var Ir=(function(){if(qs!=null&&qs.VTTCue)return self.VTTCue;const a=["","lr","rl"],e=["start","middle","end","left","right"];function t(o,c){if(typeof c!="string"||!Array.isArray(o))return!1;const l=c.toLowerCase();return~o.indexOf(l)?l:!1}function s(o){return t(a,o)}function i(o){return t(e,o)}function r(o,...c){let l=1;for(;l<arguments.length;l++){const h=arguments[l];for(const u in h)o[u]=h[u]}return o}function n(o,c,l){const h=this,u={enumerable:!0};h.hasBeenReset=!1;let d="",g=!1,f=o,p=c,y=l,E=null,v="",T=!0,S="auto",x="start",D=50,A="middle",L=50,R="middle";Object.defineProperty(h,"id",r({},u,{get:function(){return d},set:function(I){d=""+I}})),Object.defineProperty(h,"pauseOnExit",r({},u,{get:function(){return g},set:function(I){g=!!I}})),Object.defineProperty(h,"startTime",r({},u,{get:function(){return f},set:function(I){if(typeof I!="number")throw new TypeError("Start time must be set to a number.");f=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"endTime",r({},u,{get:function(){return p},set:function(I){if(typeof I!="number")throw new TypeError("End time must be set to a number.");p=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"text",r({},u,{get:function(){return y},set:function(I){y=""+I,this.hasBeenReset=!0}})),Object.defineProperty(h,"region",r({},u,{get:function(){return E},set:function(I){E=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"vertical",r({},u,{get:function(){return v},set:function(I){const C=s(I);if(C===!1)throw new SyntaxError("An invalid or illegal string was specified.");v=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"snapToLines",r({},u,{get:function(){return T},set:function(I){T=!!I,this.hasBeenReset=!0}})),Object.defineProperty(h,"line",r({},u,{get:function(){return S},set:function(I){if(typeof I!="number"&&I!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");S=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"lineAlign",r({},u,{get:function(){return x},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");x=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"position",r({},u,{get:function(){return D},set:function(I){if(I<0||I>100)throw new Error("Position must be between 0 and 100.");D=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"positionAlign",r({},u,{get:function(){return A},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");A=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"size",r({},u,{get:function(){return L},set:function(I){if(I<0||I>100)throw new Error("Size must be between 0 and 100.");L=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"align",r({},u,{get:function(){return R},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");R=C,this.hasBeenReset=!0}})),h.displayState=void 0}return n.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},n})();class Nd{decode(e,t){if(!e)return"";if(typeof e!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}function Do(a){function e(s,i,r,n){return(s|0)*3600+(i|0)*60+(r|0)+parseFloat(n||0)}const t=a.match(/^(?:(\d+):)?(\d{2}):(\d{2})(\.\d+)?/);return t?parseFloat(t[2])>59?e(t[2],t[3],0,t[4]):e(t[1],t[2],t[3],t[4]):null}class Bd{constructor(){this.values=Object.create(null)}set(e,t){!this.get(e)&&t!==""&&(this.values[e]=t)}get(e,t,s){return s?this.has(e)?this.values[e]:t[s]:this.has(e)?this.values[e]:t}has(e){return e in this.values}alt(e,t,s){for(let i=0;i<s.length;++i)if(t===s[i]){this.set(e,t);break}}integer(e,t){/^-?\d+$/.test(t)&&this.set(e,parseInt(t,10))}percent(e,t){if(/^([\d]{1,3})(\.[\d]*)?%$/.test(t)){const s=parseFloat(t);if(s>=0&&s<=100)return this.set(e,s),!0}return!1}}function Co(a,e,t,s){const i=s?a.split(s):[a];for(const r in i){if(typeof i[r]!="string")continue;const n=i[r].split(t);if(n.length!==2)continue;const o=n[0],c=n[1];e(o,c)}}const Qi=new Ir(0,0,""),Rs=Qi.align==="middle"?"middle":"center";function Ud(a,e,t){const s=a;function i(){const o=Do(a);if(o===null)throw new Error("Malformed timestamp: "+s);return a=a.replace(/^[^\sa-zA-Z-]+/,""),o}function r(o,c){const l=new Bd;Co(o,function(d,g){let f;switch(d){case"region":for(let p=t.length-1;p>=0;p--)if(t[p].id===g){l.set(d,t[p].region);break}break;case"vertical":l.alt(d,g,["rl","lr"]);break;case"line":f=g.split(","),l.integer(d,f[0]),l.percent(d,f[0])&&l.set("snapToLines",!1),l.alt(d,f[0],["auto"]),f.length===2&&l.alt("lineAlign",f[1],["start",Rs,"end"]);break;case"position":f=g.split(","),l.percent(d,f[0]),f.length===2&&l.alt("positionAlign",f[1],["start",Rs,"end","line-left","line-right","auto"]);break;case"size":l.percent(d,g);break;case"align":l.alt(d,g,["start",Rs,"end","left","right"]);break}},/:/,/\s/),c.region=l.get("region",null),c.vertical=l.get("vertical","");let h=l.get("line","auto");h==="auto"&&Qi.line===-1&&(h=-1),c.line=h,c.lineAlign=l.get("lineAlign","start"),c.snapToLines=l.get("snapToLines",!0),c.size=l.get("size",100),c.align=l.get("align",Rs);let u=l.get("position","auto");u==="auto"&&Qi.position===50&&(u=c.align==="start"||c.align==="left"?0:c.align==="end"||c.align==="right"?100:50),c.position=u}function n(){a=a.replace(/^\s+/,"")}if(n(),e.startTime=i(),n(),a.slice(0,3)!=="-->")throw new Error("Malformed time stamp (time stamps must be separated by '-->'): "+s);a=a.slice(3),n(),e.endTime=i(),n(),r(a,e)}function Po(a){return a.replace(/<br(?: \/)?>/gi,` 31 - `)}class $d{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new Nd,this.regionList=[],this.cue=null,this.oncue=void 0,this.onparsingerror=void 0,this.onflush=void 0}parse(e){const t=this;e&&(t.buffer+=t.decoder.decode(e,{stream:!0}));function s(){let r=t.buffer,n=0;for(r=Po(r);n<r.length&&r[n]!=="\r"&&r[n]!==` 32 - `;)++n;const o=r.slice(0,n);return r[n]==="\r"&&++n,r[n]===` 33 - `&&++n,t.buffer=r.slice(n),o}function i(r){Co(r,function(n,o){},/:/)}try{let r="";if(t.state==="INITIAL"){if(!/\r\n|\n/.test(t.buffer))return this;r=s();const o=r.match(/^()?WEBVTT([ \t].*)?$/);if(!(o!=null&&o[0]))throw new Error("Malformed WebVTT signature.");t.state="HEADER"}let n=!1;for(;t.buffer;){if(!/\r\n|\n/.test(t.buffer))return this;switch(n?n=!1:r=s(),t.state){case"HEADER":/:/.test(r)?i(r):r||(t.state="ID");continue;case"NOTE":r||(t.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(r)){t.state="NOTE";break}if(!r)continue;if(t.cue=new Ir(0,0,""),t.state="CUE",r.indexOf("-->")===-1){t.cue.id=r;continue}case"CUE":if(!t.cue){t.state="BADCUE";continue}try{Ud(r,t.cue,t.regionList)}catch{t.cue=null,t.state="BADCUE";continue}t.state="CUETEXT";continue;case"CUETEXT":{const o=r.indexOf("-->")!==-1;if(!r||o&&(n=!0)){t.oncue&&t.cue&&t.oncue(t.cue),t.cue=null,t.state="ID";continue}if(t.cue===null)continue;t.cue.text&&(t.cue.text+=` 34 - `),t.cue.text+=r}continue;case"BADCUE":r||(t.state="ID")}}}catch{t.state==="CUETEXT"&&t.cue&&t.oncue&&t.oncue(t.cue),t.cue=null,t.state=t.state==="INITIAL"?"BADWEBVTT":"BADCUE"}return this}flush(){const e=this;try{if((e.cue||e.state==="HEADER")&&(e.buffer+=` 35 - 36 - `,e.parse()),e.state==="INITIAL"||e.state==="BADWEBVTT")throw new Error("Malformed WebVTT signature.")}catch(t){e.onparsingerror&&e.onparsingerror(t)}return e.onflush&&e.onflush(),this}}const Gd=/\r\n|\n\r|\n|\r/g,Ii=function(e,t,s=0){return e.slice(s,s+t.length)===t},Kd=function(e){let t=parseInt(e.slice(-3));const s=parseInt(e.slice(-6,-4)),i=parseInt(e.slice(-9,-7)),r=e.length>9?parseInt(e.substring(0,e.indexOf(":"))):0;if(!H(t)||!H(s)||!H(i)||!H(r))throw Error(`Malformed X-TIMESTAMP-MAP: Local:${e}`);return t+=1e3*s,t+=60*1e3*i,t+=3600*1e3*r,t};function Lr(a,e,t){return rs(a.toString())+rs(e.toString())+rs(t)}const Vd=function(e,t,s){let i=e[t],r=e[i.prevCC];if(!r||!r.new&&i.new){e.ccOffset=e.presentationOffset=i.start,i.new=!1;return}for(;(n=r)!=null&&n.new;){var n;e.ccOffset+=i.start-r.start,i.new=!1,i=r,r=e[i.prevCC]}e.presentationOffset=s};function Hd(a,e,t,s,i,r,n){const o=new $d,c=qe(new Uint8Array(a)).trim().replace(Gd,` 37 - `).split(` 38 - `),l=[],h=e?Xh(e.baseTime,e.timescale):0;let u="00:00.000",d=0,g=0,f,p=!0;o.oncue=function(y){const E=t[s];let v=t.ccOffset;const T=(d-h)/9e4;if(E!=null&&E.new&&(g!==void 0?v=t.ccOffset=E.start:Vd(t,s,T)),T){if(!e){f=new Error("Missing initPTS for VTT MPEGTS");return}v=T-t.presentationOffset}const S=y.endTime-y.startTime,x=Ye((y.startTime+v-g)*9e4,i*9e4)/9e4;y.startTime=Math.max(x,0),y.endTime=Math.max(x+S,0);const D=y.text.trim();y.text=decodeURIComponent(encodeURIComponent(D)),y.id||(y.id=Lr(y.startTime,y.endTime,D)),y.endTime>0&&l.push(y)},o.onparsingerror=function(y){f=y},o.onflush=function(){if(f){n(f);return}r(l)},c.forEach(y=>{if(p)if(Ii(y,"X-TIMESTAMP-MAP=")){p=!1,y.slice(16).split(",").forEach(E=>{Ii(E,"LOCAL:")?u=E.slice(6):Ii(E,"MPEGTS:")&&(d=parseInt(E.slice(7)))});try{g=Kd(u)/1e3}catch(E){f=E}return}else y===""&&(p=!1);o.parse(y+` 39 - `)}),o.flush()}const Li="stpp.ttml.im1t",ko=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,wo=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,Yd={left:"start",center:"center",right:"end",start:"start",end:"end"};function Kn(a,e,t,s){const i=ee(new Uint8Array(a),["mdat"]);if(i.length===0){s(new Error("Could not parse IMSC1 mdat"));return}const r=i.map(o=>qe(o)),n=zh(e.baseTime,1,e.timescale);try{r.forEach(o=>t(Wd(o,n)))}catch(o){s(o)}}function Wd(a,e){const i=new DOMParser().parseFromString(a,"text/xml").getElementsByTagName("tt")[0];if(!i)throw new Error("Invalid ttml");const r={frameRate:30,subFrameRate:1,frameRateMultiplier:0,tickRate:0},n=Object.keys(r).reduce((u,d)=>(u[d]=i.getAttribute(`ttp:${d}`)||r[d],u),{}),o=i.getAttribute("xml:space")!=="preserve",c=Vn(Ri(i,"styling","style")),l=Vn(Ri(i,"layout","region")),h=Ri(i,"body","[begin]");return[].map.call(h,u=>{const d=Oo(u,o);if(!d||!u.hasAttribute("begin"))return null;const g=_i(u.getAttribute("begin"),n),f=_i(u.getAttribute("dur"),n);let p=_i(u.getAttribute("end"),n);if(g===null)throw Hn(u);if(p===null){if(f===null)throw Hn(u);p=g+f}const y=new Ir(g-e,p-e,d);y.id=Lr(y.startTime,y.endTime,y.text);const E=l[u.getAttribute("region")],v=c[u.getAttribute("style")],T=qd(E,v,c),{textAlign:S}=T;if(S){const x=Yd[S];x&&(y.lineAlign=x),y.align=S}return le(y,T),y}).filter(u=>u!==null)}function Ri(a,e,t){const s=a.getElementsByTagName(e)[0];return s?[].slice.call(s.querySelectorAll(t)):[]}function Vn(a){return a.reduce((e,t)=>{const s=t.getAttribute("xml:id");return s&&(e[s]=t),e},{})}function Oo(a,e){return[].slice.call(a.childNodes).reduce((t,s,i)=>{var r;return s.nodeName==="br"&&i?t+` 40 - `:(r=s.childNodes)!=null&&r.length?Oo(s,e):e?t+s.textContent.trim().replace(/\s+/g," "):t+s.textContent},"")}function qd(a,e,t){const s="http://www.w3.org/ns/ttml#styling";let i=null;const r=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],n=a!=null&&a.hasAttribute("style")?a.getAttribute("style"):null;return n&&t.hasOwnProperty(n)&&(i=t[n]),r.reduce((o,c)=>{const l=bi(e,s,c)||bi(a,s,c)||bi(i,s,c);return l&&(o[c]=l),o},{})}function bi(a,e,t){return a&&a.hasAttributeNS(e,t)?a.getAttributeNS(e,t):null}function Hn(a){return new Error(`Could not parse ttml timestamp ${a}`)}function _i(a,e){if(!a)return null;let t=Do(a);return t===null&&(ko.test(a)?t=jd(a,e):wo.test(a)&&(t=zd(a,e))),t}function jd(a,e){const t=ko.exec(a),s=(t[4]|0)+(t[5]|0)/e.subFrameRate;return(t[1]|0)*3600+(t[2]|0)*60+(t[3]|0)+s/e.frameRate}function zd(a,e){const t=wo.exec(a),s=Number(t[1]);switch(t[2]){case"h":return s*3600;case"m":return s*60;case"ms":return s*1e3;case"f":return s/e.frameRate;case"t":return s/e.tickRate}return s}class bs{constructor(e,t){this.timelineController=void 0,this.cueRanges=[],this.trackName=void 0,this.startTime=null,this.endTime=null,this.screen=null,this.timelineController=e,this.trackName=t}dispatchCue(){this.startTime!==null&&(this.timelineController.addCues(this.trackName,this.startTime,this.endTime,this.screen,this.cueRanges),this.startTime=null)}newCue(e,t,s){(this.startTime===null||this.startTime>e)&&(this.startTime=e),this.endTime=t,this.screen=s,this.timelineController.createCaptionsTrack(this.trackName)}reset(){this.cueRanges=[],this.startTime=null}}class Xd{constructor(e){this.hls=void 0,this.media=null,this.config=void 0,this.enabled=!0,this.Cues=void 0,this.textTracks=[],this.tracks=[],this.initPTS=[],this.unparsedVttFrags=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.cea608Parser1=void 0,this.cea608Parser2=void 0,this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=Wn(),this.captionsProperties=void 0,this.hls=e,this.config=e.config,this.Cues=e.config.cueHandler,this.captionsProperties={textTrack1:{label:this.config.captionsTextTrack1Label,languageCode:this.config.captionsTextTrack1LanguageCode},textTrack2:{label:this.config.captionsTextTrack2Label,languageCode:this.config.captionsTextTrack2LanguageCode},textTrack3:{label:this.config.captionsTextTrack3Label,languageCode:this.config.captionsTextTrack3LanguageCode},textTrack4:{label:this.config.captionsTextTrack4Label,languageCode:this.config.captionsTextTrack4LanguageCode}},e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this),e.on(m.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),e.on(m.FRAG_DECRYPTED,this.onFragDecrypted,this),e.on(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.on(m.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}destroy(){const{hls:e}=this;e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this),e.off(m.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),e.off(m.FRAG_DECRYPTED,this.onFragDecrypted,this),e.off(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.off(m.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),this.hls=this.config=this.media=null,this.cea608Parser1=this.cea608Parser2=void 0}initCea608Parsers(){const e=new bs(this,"textTrack1"),t=new bs(this,"textTrack2"),s=new bs(this,"textTrack3"),i=new bs(this,"textTrack4");this.cea608Parser1=new Gn(1,e,t),this.cea608Parser2=new Gn(3,s,i)}addCues(e,t,s,i,r){let n=!1;for(let o=r.length;o--;){const c=r[o],l=Qd(c[0],c[1],t,s);if(l>=0&&(c[0]=Math.min(c[0],t),c[1]=Math.max(c[1],s),n=!0,l/(s-t)>.5))return}if(n||r.push([t,s]),this.config.renderTextTracksNatively){const o=this.captionsTracks[e];this.Cues.newCue(o,t,s,i)}else{const o=this.Cues.newCue(null,t,s,i);this.hls.trigger(m.CUES_PARSED,{type:"captions",cues:o,track:e})}}onInitPtsFound(e,{frag:t,id:s,initPTS:i,timescale:r,trackId:n}){const{unparsedVttFrags:o}=this;s===Y.MAIN&&(this.initPTS[t.cc]={baseTime:i,timescale:r,trackId:n}),o.length&&(this.unparsedVttFrags=[],o.forEach(c=>{this.initPTS[c.frag.cc]?this.onFragLoaded(m.FRAG_LOADED,c):this.hls.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:c.frag,error:new Error("Subtitle discontinuity domain does not match main")})}))}getExistingTrack(e,t){const{media:s}=this;if(s)for(let i=0;i<s.textTracks.length;i++){const r=s.textTracks[i];if(Yn(r,{name:e,lang:t,characteristics:"transcribes-spoken-dialog,describes-music-and-sound"}))return r}return null}createCaptionsTrack(e){this.config.renderTextTracksNatively?this.createNativeTrack(e):this.createNonNativeTrack(e)}createNativeTrack(e){if(this.captionsTracks[e])return;const{captionsProperties:t,captionsTracks:s,media:i}=this,{label:r,languageCode:n}=t[e],o=this.getExistingTrack(r,n);if(o)s[e]=o,Kt(s[e]),Io(s[e],i);else{const c=this.createTextTrack("captions",r,n);c&&(c[e]=!0,s[e]=c)}}createNonNativeTrack(e){if(this.nonNativeCaptionsTracks[e])return;const t=this.captionsProperties[e];if(!t)return;const s=t.label,i={_id:e,label:s,kind:"captions",default:t.media?!!t.media.default:!1,closedCaptions:t.media};this.nonNativeCaptionsTracks[e]=i,this.hls.trigger(m.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:[i]})}createTextTrack(e,t,s){const i=this.media;if(i)return i.addTextTrack(e,t,s)}onMediaAttaching(e,t){this.media=t.media,t.mediaSource||this._cleanTracks()}onMediaDetaching(e,t){const s=!!t.transferMedia;if(this.media=null,s)return;const{captionsTracks:i}=this;Object.keys(i).forEach(r=>{Kt(i[r]),delete i[r]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=Wn(),this._cleanTracks(),this.tracks=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.textTracks=[],this.unparsedVttFrags=[],this.initPTS=[],this.cea608Parser1&&this.cea608Parser2&&(this.cea608Parser1.reset(),this.cea608Parser2.reset())}_cleanTracks(){const{media:e}=this;if(!e)return;const t=e.textTracks;if(t)for(let s=0;s<t.length;s++)Kt(t[s])}onSubtitleTracksUpdated(e,t){const s=t.subtitleTracks||[],i=s.some(r=>r.textCodec===Li);if(this.config.enableWebVTT||i&&this.config.enableIMSC1){if(ho(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const n=this.media,o=n?Ms(n.textTracks):null;if(this.tracks.forEach((c,l)=>{let h;if(o){let u=null;for(let d=0;d<o.length;d++)if(o[d]&&Yn(o[d],c)){u=o[d],o[d]=null;break}u&&(h=u)}if(h)Kt(h);else{const u=Fo(c);h=this.createTextTrack(u,c.name,c.lang),h&&(h.mode="disabled")}h&&this.textTracks.push(h)}),o!=null&&o.length){const c=o.filter(l=>l!==null).map(l=>l.label);c.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${c.join(", ")}. Replace media element for each source to clear TextTracks and captions menu.`)}}else if(this.tracks.length){const n=this.tracks.map(o=>({label:o.name,kind:o.type.toLowerCase(),default:o.default,subtitleTrack:o}));this.hls.trigger(m.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:n})}}}onManifestLoaded(e,t){this.config.enableCEA708Captions&&t.captions&&t.captions.forEach(s=>{const i=/(?:CC|SERVICE)([1-4])/.exec(s.instreamId);if(!i)return;const r=`textTrack${i[1]}`,n=this.captionsProperties[r];n&&(n.label=s.name,s.lang&&(n.languageCode=s.lang),n.media=s)})}closedCaptionsForLevel(e){const t=this.hls.levels[e.level];return t?.attrs["CLOSED-CAPTIONS"]}onFragLoading(e,t){if(this.enabled&&t.frag.type===Y.MAIN){var s,i;const{cea608Parser1:r,cea608Parser2:n,lastSn:o}=this,{cc:c,sn:l}=t.frag,h=(s=(i=t.part)==null?void 0:i.index)!=null?s:-1;r&&n&&(l!==o+1||l===o&&h!==this.lastPartIndex+1||c!==this.lastCc)&&(r.reset(),n.reset()),this.lastCc=c,this.lastSn=l,this.lastPartIndex=h}}onFragLoaded(e,t){const{frag:s,payload:i}=t;if(s.type===Y.SUBTITLE)if(i.byteLength){const r=s.decryptdata,n="stats"in t;if(r==null||!r.encrypted||n){const o=this.tracks[s.level],c=this.vttCCs;c[s.cc]||(c[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),o&&o.textCodec===Li?this._parseIMSC1(s,i):this._parseVTTs(t)}}else this.hls.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:new Error("Empty subtitle payload")})}_parseIMSC1(e,t){const s=this.hls;Kn(t,this.initPTS[e.cc],i=>{this._appendCues(i,e.level),s.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:e})},i=>{s.logger.log(`Failed to parse IMSC1: ${i}`),s.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:e,error:i})})}_parseVTTs(e){var t;const{frag:s,payload:i}=e,{initPTS:r,unparsedVttFrags:n}=this,o=r.length-1;if(!r[s.cc]&&o===-1){n.push(e);return}const c=this.hls,l=(t=s.initSegment)!=null&&t.data?je(s.initSegment.data,new Uint8Array(i)).buffer:i;Hd(l,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,h=>{this._appendCues(h,s.level),c.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:s})},h=>{const u=h.message==="Missing initPTS for VTT MPEGTS";u?n.push(e):this._fallbackToIMSC1(s,i),c.logger.log(`Failed to parse VTT cue: ${h}`),!(u&&o>s.cc)&&c.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:h})})}_fallbackToIMSC1(e,t){const s=this.tracks[e.level];s.textCodec||Kn(t,this.initPTS[e.cc],()=>{s.textCodec=Li,this._parseIMSC1(e,t)},()=>{s.textCodec="wvtt"})}_appendCues(e,t){const s=this.hls;if(this.config.renderTextTracksNatively){const i=this.textTracks[t];if(!i||i.mode==="disabled")return;e.forEach(r=>Lo(i,r))}else{const i=this.tracks[t];if(!i)return;const r=i.default?"default":"subtitles"+t;s.trigger(m.CUES_PARSED,{type:"subtitles",cues:e,track:r})}}onFragDecrypted(e,t){const{frag:s}=t;s.type===Y.SUBTITLE&&this.onFragLoaded(m.FRAG_LOADED,t)}onSubtitleTracksCleared(){this.tracks=[],this.captionsTracks={}}onFragParsingUserdata(e,t){if(!this.enabled||!this.config.enableCEA708Captions)return;const{frag:s,samples:i}=t;if(!(s.type===Y.MAIN&&this.closedCaptionsForLevel(s)==="NONE"))for(let r=0;r<i.length;r++){const n=i[r].bytes;if(n){this.cea608Parser1||this.initCea608Parsers();const o=this.extractCea608Data(n);this.cea608Parser1.addData(i[r].pts,o[0]),this.cea608Parser2.addData(i[r].pts,o[1])}}}onBufferFlushing(e,{startOffset:t,endOffset:s,endOffsetSubtitles:i,type:r}){const{media:n}=this;if(!(!n||n.currentTime<s)){if(!r||r==="video"){const{captionsTracks:o}=this;Object.keys(o).forEach(c=>Xi(o[c],t,s))}if(this.config.renderTextTracksNatively&&t===0&&i!==void 0){const{textTracks:o}=this;Object.keys(o).forEach(c=>Xi(o[c],t,i))}}}extractCea608Data(e){const t=[[],[]],s=e[0]&31;let i=2;for(let r=0;r<s;r++){const n=e[i++],o=127&e[i++],c=127&e[i++];if(o===0&&c===0)continue;if((4&n)!==0){const h=3&n;(h===0||h===1)&&(t[h].push(o),t[h].push(c))}}return t}}function Fo(a){return a.characteristics&&/transcribes-spoken-dialog/gi.test(a.characteristics)&&/describes-music-and-sound/gi.test(a.characteristics)?"captions":"subtitles"}function Yn(a,e){return!!a&&a.kind===Fo(e)&&Wi(e,a)}function Qd(a,e,t,s){return Math.min(e,s)-Math.max(a,t)}function Wn(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const Zd=/\s/,Jd={newCue(a,e,t,s){const i=[];let r,n,o,c,l;const h=self.VTTCue||self.TextTrackCue;for(let d=0;d<s.rows.length;d++)if(r=s.rows[d],o=!0,c=0,l="",!r.isEmpty()){var u;for(let p=0;p<r.chars.length;p++)Zd.test(r.chars[p].uchar)&&o?c++:(l+=r.chars[p].uchar,o=!1);r.cueStartTime=e,e===t&&(t+=1e-4),c>=16?c--:c++;const g=Po(l.trim()),f=Lr(e,t,g);a!=null&&(u=a.cues)!=null&&u.getCueById(f)||(n=new h(e,t,g),n.id=f,n.line=d+1,n.align="left",n.position=10+Math.min(80,Math.floor(c*8/32)*10),i.push(n))}return a&&i.length&&(i.sort((d,g)=>d.line==="auto"||g.line==="auto"?0:d.line>8&&g.line>8?g.line-d.line:d.line-g.line),i.forEach(d=>Lo(a,d))),i}};function ef(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch{}return!1}const tf=/(\d+)-(\d+)\/(\d+)/;class qn{constructor(e){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=null,this.response=null,this.controller=void 0,this.context=null,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=e.fetchSetup||af,this.controller=new self.AbortController,this.stats=new ir}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.controller.abort())}abort(){var e;this.abortInternal(),(e=this.callbacks)!=null&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(e,t,s){const i=this.stats;if(i.loading.start)throw new Error("Loader can only be used once.");i.loading.start=self.performance.now();const r=sf(e,this.controller.signal),n=e.responseType==="arraybuffer",o=n?"byteLength":"length",{maxTimeToFirstByteMs:c,maxLoadTimeMs:l}=t.loadPolicy;this.context=e,this.config=t,this.callbacks=s,this.request=this.fetchSetup(e,r),self.clearTimeout(this.requestTimeout),t.timeout=c&&H(c)?c:l,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))},t.timeout),(hs(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(u=>{var d;this.response=this.loader=u;const g=Math.max(self.performance.now(),i.loading.start);if(self.clearTimeout(this.requestTimeout),t.timeout=l,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))},l-(g-i.loading.start)),!u.ok){const{status:p,statusText:y}=u;throw new of(y||"fetch, bad network response",p,u)}i.loading.first=g,i.total=nf(u.headers)||i.total;const f=(d=this.callbacks)==null?void 0:d.onProgress;return f&&H(t.highWaterMark)?this.loadProgressively(u,i,e,t.highWaterMark,f):n?u.arrayBuffer():e.responseType==="json"?u.json():u.text()}).then(u=>{var d,g;const f=this.response;if(!f)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),i.loading.end=Math.max(self.performance.now(),i.loading.first);const p=u[o];p&&(i.loaded=i.total=p);const y={url:f.url,data:u,code:f.status},E=(d=this.callbacks)==null?void 0:d.onProgress;E&&!H(t.highWaterMark)&&E(i,e,u,f),(g=this.callbacks)==null||g.onSuccess(y,i,e,f)}).catch(u=>{var d;if(self.clearTimeout(this.requestTimeout),i.aborted)return;const g=u&&u.code||0,f=u?u.message:null;(d=this.callbacks)==null||d.onError({code:g,text:f},e,u?u.details:null,i)})}getCacheAge(){let e=null;if(this.response){const t=this.response.headers.get("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.response?this.response.headers.get(e):null}loadProgressively(e,t,s,i=0,r){const n=new Ha,o=e.body.getReader(),c=()=>o.read().then(l=>{if(l.done)return n.dataLength&&r(t,s,n.flush().buffer,e),Promise.resolve(new ArrayBuffer(0));const h=l.value,u=h.length;return t.loaded+=u,u<i||n.dataLength?(n.push(h),n.dataLength>=i&&r(t,s,n.flush().buffer,e)):r(t,s,h.buffer,e),c()}).catch(()=>Promise.reject());return c()}}function sf(a,e){const t={method:"GET",mode:"cors",credentials:"same-origin",signal:e,headers:new self.Headers(le({},a.headers))};return a.rangeEnd&&t.headers.set("Range","bytes="+a.rangeStart+"-"+String(a.rangeEnd-1)),t}function rf(a){const e=tf.exec(a);if(e)return parseInt(e[2])-parseInt(e[1])+1}function nf(a){const e=a.get("Content-Range");if(e){const s=rf(e);if(H(s))return s}const t=a.get("Content-Length");if(t)return parseInt(t)}function af(a,e){return new self.Request(a.url,e)}class of extends Error{constructor(e,t,s){super(e),this.code=void 0,this.details=void 0,this.code=t,this.details=s}}const lf=/^age:\s*[\d.]+\s*$/im;class Mo{constructor(e){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=null,this.loader=null,this.stats=void 0,this.xhrSetup=e&&e.xhrSetup||null,this.stats=new ir,this.retryDelay=0}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,e.readyState!==4&&(this.stats.aborted=!0,e.abort()))}abort(){var e;this.abortInternal(),(e=this.callbacks)!=null&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(e,t,s){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=e,this.config=t,this.callbacks=s,this.loadInternal()}loadInternal(){const{config:e,context:t}=this;if(!e||!t)return;const s=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0,i.aborted=!1;const r=this.xhrSetup;r?Promise.resolve().then(()=>{if(!(this.loader!==s||this.stats.aborted))return r(s,t.url)}).catch(n=>{if(!(this.loader!==s||this.stats.aborted))return s.open("GET",t.url,!0),r(s,t.url)}).then(()=>{this.loader!==s||this.stats.aborted||this.openAndSendXhr(s,t,e)}).catch(n=>{var o;(o=this.callbacks)==null||o.onError({code:s.status,text:n.message},t,s,i)}):this.openAndSendXhr(s,t,e)}openAndSendXhr(e,t,s){e.readyState||e.open("GET",t.url,!0);const i=t.headers,{maxTimeToFirstByteMs:r,maxLoadTimeMs:n}=s.loadPolicy;if(i)for(const o in i)e.setRequestHeader(o,i[o]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),s.timeout=r&&H(r)?r:n,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout),e.send()}readystatechange(){const{context:e,loader:t,stats:s}=this;if(!e||!t)return;const i=t.readyState,r=this.config;if(!s.aborted&&i>=2&&(s.loading.first===0&&(s.loading.first=Math.max(self.performance.now(),s.loading.start),r.timeout!==r.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),r.timeout=r.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.loadPolicy.maxLoadTimeMs-(s.loading.first-s.loading.start)))),i===4)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;const l=t.status,h=t.responseType==="text"?t.responseText:null;if(l>=200&&l<300){const f=h??t.response;if(f!=null){var n,o;s.loading.end=Math.max(self.performance.now(),s.loading.first);const p=t.responseType==="arraybuffer"?f.byteLength:f.length;s.loaded=s.total=p,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const y=(n=this.callbacks)==null?void 0:n.onProgress;y&&y(s,e,f,t);const E={url:t.responseURL,data:f,code:l};(o=this.callbacks)==null||o.onSuccess(E,s,e,t);return}}const u=r.loadPolicy.errorRetry,d=s.retry,g={url:e.url,data:void 0,code:l};if(Ys(u,d,!1,g))this.retry(u);else{var c;oe.error(`${l} while loading ${e.url}`),(c=this.callbacks)==null||c.onError({code:l,text:t.statusText},e,t,s)}}}loadtimeout(){if(!this.config)return;const e=this.config.loadPolicy.timeoutRetry,t=this.stats.retry;if(Ys(e,t,!0))this.retry(e);else{var s;oe.warn(`timeout while loading ${(s=this.context)==null?void 0:s.url}`);const i=this.callbacks;i&&(this.abortInternal(),i.onTimeout(this.stats,this.context,this.loader))}}retry(e){const{context:t,stats:s}=this;this.retryDelay=or(e,s.retry),s.retry++,oe.warn(`${status?"HTTP Status "+status:"Timeout"} while loading ${t?.url}, retrying ${s.retry}/${e.maxNumRetry} in ${this.retryDelay}ms`),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(e){const t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)}getCacheAge(){let e=null;if(this.loader&&lf.test(this.loader.getAllResponseHeaders())){const t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.loader&&new RegExp(`^${e}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null}}const cf={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},hf=ae(ae({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,maxDevicePixelRatio:Number.POSITIVE_INFINITY,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,startOnSegmentBoundary:!1,maxBufferSize:60*1e3*1e3,maxFragLookUpTolerance:.25,maxBufferHole:.1,detectStallWithCurrentTimeMs:1250,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,nudgeOnVideoHole:!0,liveSyncMode:"edge",liveSyncDurationCount:3,liveSyncOnStallIncrease:1,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,ignorePlaylistParsingErrors:!1,loader:Mo,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:Sc,bufferController:uu,capLevelController:Sr,errorController:Rc,fpsController:dd,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrEwmaDefaultEstimateMax:5e6,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:wa,requireKeySystemAccessOnStart:!1,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableEmsgKLVMetadata:!1,enableID3MetadataCues:!0,enableInterstitialPlayback:!0,interstitialAppendInPlace:!0,interstitialLiveLookAhead:10,useMediaCapabilities:!0,preserveManualLevelOnError:!1,certLoadPolicy:{default:cf},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},interstitialAssetListLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:3e4,timeoutRetry:{maxNumRetry:0,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:0,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},uf()),{},{subtitleStreamController:Id,subtitleTrackController:md,timelineController:Xd,audioStreamController:ou,audioTrackController:lu,emeController:Yt,cmcdController:ld,contentSteeringController:hd,interstitialsController:Ad});function uf(){return{cueHandler:Jd,enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}}function df(a,e,t){if((e.liveSyncDurationCount||e.liveMaxLatencyDurationCount)&&(e.liveSyncDuration||e.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(e.liveMaxLatencyDurationCount!==void 0&&(e.liveSyncDurationCount===void 0||e.liveMaxLatencyDurationCount<=e.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(e.liveMaxLatencyDuration!==void 0&&(e.liveSyncDuration===void 0||e.liveMaxLatencyDuration<=e.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');const s=Zi(a),i=["manifest","level","frag"],r=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return i.forEach(n=>{const o=`${n==="level"?"playlist":n}LoadPolicy`,c=e[o]===void 0,l=[];r.forEach(h=>{const u=`${n}Loading${h}`,d=e[u];if(d!==void 0&&c){l.push(u);const g=s[o].default;switch(e[o]={default:g},h){case"TimeOut":g.maxLoadTimeMs=d,g.maxTimeToFirstByteMs=d;break;case"MaxRetry":g.errorRetry.maxNumRetry=d,g.timeoutRetry.maxNumRetry=d;break;case"RetryDelay":g.errorRetry.retryDelayMs=d,g.timeoutRetry.retryDelayMs=d;break;case"MaxRetryTimeout":g.errorRetry.maxRetryDelayMs=d,g.timeoutRetry.maxRetryDelayMs=d;break}}}),l.length&&t.warn(`hls.js config: "${l.join('", "')}" setting(s) are deprecated, use "${o}": ${ue(e[o])}`)}),ae(ae({},s),e)}function Zi(a){return a&&typeof a=="object"?Array.isArray(a)?a.map(Zi):Object.keys(a).reduce((e,t)=>(e[t]=Zi(a[t]),e),{}):a}function ff(a,e){const t=a.loader;t!==qn&&t!==Mo?(e.log("[config]: Custom loader detected, cannot enable progressive streaming"),a.progressive=!1):ef()&&(a.loader=qn,a.progressive=!0,a.enableSoftwareAES=!0,e.log("[config]: Progressive streaming enabled, using FetchLoader"))}const Ns=2,gf=.1,mf=.05,pf=100;class yf extends _a{constructor(e,t){super("gap-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.media=null,this.mediaSource=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.buffered={},this.lastCurrentTime=0,this.ended=0,this.waiting=0,this.onMediaPlaying=()=>{this.ended=0,this.waiting=0},this.onMediaWaiting=()=>{var s;(s=this.media)!=null&&s.seeking||(this.waiting=self.performance.now(),this.tick())},this.onMediaEnded=()=>{if(this.hls){var s;this.ended=((s=this.media)==null?void 0:s.currentTime)||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!1})}},this.hls=e,this.fragmentTracker=t,this.registerListeners()}registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this))}destroy(){super.destroy(),this.unregisterListeners(),this.media=this.hls=this.fragmentTracker=null,this.mediaSource=void 0}onMediaAttached(e,t){this.setInterval(pf),this.mediaSource=t.mediaSource;const s=this.media=t.media;Ue(s,"playing",this.onMediaPlaying),Ue(s,"waiting",this.onMediaWaiting),Ue(s,"ended",this.onMediaEnded)}onMediaDetaching(e,t){this.clearInterval();const{media:s}=this;s&&(Ge(s,"playing",this.onMediaPlaying),Ge(s,"waiting",this.onMediaWaiting),Ge(s,"ended",this.onMediaEnded),this.media=null),this.mediaSource=void 0}onBufferAppended(e,t){this.buffered=t.timeRanges}get hasBuffered(){return Object.keys(this.buffered).length>0}tick(){var e;if(!((e=this.media)!=null&&e.readyState)||!this.hasBuffered)return;const t=this.media.currentTime;this.poll(t,this.lastCurrentTime),this.lastCurrentTime=t}poll(e,t){var s,i;const r=(s=this.hls)==null?void 0:s.config;if(!r)return;const n=this.media;if(!n)return;const{seeking:o}=n,c=this.seeking&&!o,l=!this.seeking&&o,h=n.paused&&!o||n.ended||n.playbackRate===0;if(this.seeking=o,e!==t){t&&(this.ended=0),this.moved=!0,o||(this.nudgeRetry=0,r.nudgeOnVideoHole&&!h&&e>t&&this.nudgeOnVideoHole(e,t)),this.waiting===0&&this.stallResolved(e);return}if(l||c){c&&this.stallResolved(e);return}if(h){this.nudgeRetry=0,this.stallResolved(e),!this.ended&&n.ended&&this.hls&&(this.ended=e||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!1}));return}if(!Q.getBuffered(n).length){this.nudgeRetry=0;return}const u=Q.bufferInfo(n,e,0),d=u.nextStart||0,g=this.fragmentTracker;if(o&&g&&this.hls){const D=jn(this.hls.inFlightFragments,e),A=u.len>Ns,L=!d||D||d-e>Ns&&!g.getPartialFragment(e);if(A||L)return;this.moved=!1}const f=(i=this.hls)==null?void 0:i.latestLevelDetails;if(!this.moved&&this.stalled!==null&&g){if(!(u.len>0)&&!d)return;const A=Math.max(d,u.start||0)-e,R=!!(f!=null&&f.live)?f.targetduration*2:Ns,I=_s(e,g);if(A>0&&(A<=R||I)){n.paused||this._trySkipBufferHole(I);return}}const p=r.detectStallWithCurrentTimeMs,y=self.performance.now(),E=this.waiting;let v=this.stalled;if(v===null)if(E>0&&y-E<p)v=this.stalled=E;else{this.stalled=y;return}const T=y-v;if(!o&&(T>=p||E)&&this.hls){var S;if(((S=this.mediaSource)==null?void 0:S.readyState)==="ended"&&!(f!=null&&f.live)&&Math.abs(e-(f?.edge||0))<1){if(this.ended)return;this.ended=e||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!0});return}if(this._reportStall(u),!this.media||!this.hls)return}const x=Q.bufferInfo(n,e,r.maxBufferHole);this._tryFixBufferStall(x,T,e)}stallResolved(e){const t=this.stalled;if(t&&this.hls&&(this.stalled=null,this.stallReported)){const s=self.performance.now()-t;this.log(`playback not stuck anymore @${e}, after ${Math.round(s)}ms`),this.stallReported=!1,this.waiting=0,this.hls.trigger(m.STALL_RESOLVED,{})}}nudgeOnVideoHole(e,t){var s;const i=this.buffered.video;if(this.hls&&this.media&&this.fragmentTracker&&(s=this.buffered.audio)!=null&&s.length&&i&&i.length>1&&e>i.end(0)){const r=Q.bufferedInfo(Q.timeRangesToArray(this.buffered.audio),e,0);if(r.len>1&&t>=r.start){const n=Q.timeRangesToArray(i),o=Q.bufferedInfo(n,t,0).bufferedIndex;if(o>-1&&o<n.length-1){const c=Q.bufferedInfo(n,e,0).bufferedIndex,l=n[o].end,h=n[o+1].start;if((c===-1||c>o)&&h-l<1&&e-l<2){const u=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${e} hole: ${l} -> ${h} buffered index: ${c}`);this.warn(u.message),this.media.currentTime+=1e-6;let d=_s(e,this.fragmentTracker);d&&"fragment"in d?d=d.fragment:d||(d=void 0);const g=Q.bufferInfo(this.media,e,0);this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:u,reason:u.message,frag:d,buffer:g.len,bufferInfo:g})}}}}}_tryFixBufferStall(e,t,s){var i,r;const{fragmentTracker:n,media:o}=this,c=(i=this.hls)==null?void 0:i.config;if(!o||!n||!c)return;const l=(r=this.hls)==null?void 0:r.latestLevelDetails,h=_s(s,n);if((h||l!=null&&l.live&&s<l.fragmentStart)&&(this._trySkipBufferHole(h)||!this.media))return;const u=e.buffered,d=this.adjacentTraversal(e,s);(u&&u.length>1&&e.len>c.maxBufferHole||e.nextStart&&(e.nextStart-s<c.maxBufferHole||d))&&(t>c.highBufferWatchdogPeriod*1e3||this.waiting)&&(this.warn("Trying to nudge playhead over buffer-hole"),this._tryNudgeBuffer(e))}adjacentTraversal(e,t){const s=this.fragmentTracker,i=e.nextStart;if(s&&i){const r=s.getFragAtPos(t,Y.MAIN),n=s.getFragAtPos(i,Y.MAIN);if(r&&n)return n.sn-r.sn<2}return!1}_reportStall(e){const{hls:t,media:s,stallReported:i,stalled:r}=this;if(!i&&r!==null&&s&&t){this.stallReported=!0;const n=new Error(`Playback stalling at @${s.currentTime} due to low buffer (${ue(e)})`);this.warn(n.message),t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_STALLED_ERROR,fatal:!1,error:n,buffer:e.len,bufferInfo:e,stalled:{start:r}})}}_trySkipBufferHole(e){var t;const{fragmentTracker:s,media:i}=this,r=(t=this.hls)==null?void 0:t.config;if(!i||!s||!r)return 0;const n=i.currentTime,o=Q.bufferInfo(i,n,0),c=n<o.start?o.start:o.nextStart;if(c&&this.hls){const h=o.len<=r.maxBufferHole,u=o.len>0&&o.len<1&&i.readyState<3,d=c-n;if(d>0&&(h||u)){if(d>r.maxBufferHole){let f=!1;if(n===0){const p=s.getAppendedFrag(0,Y.MAIN);p&&c<p.end&&(f=!0)}if(!f&&e){var l;if(!((l=this.hls.loadLevelObj)!=null&&l.details)||jn(this.hls.inFlightFragments,c))return 0;let y=!1,E=e.end;for(;E<c;){const v=_s(E,s);if(v)E+=v.duration;else{y=!0;break}}if(y)return 0}}const g=Math.max(c+mf,n+gf);if(this.warn(`skipping hole, adjusting currentTime from ${n} to ${g}`),this.moved=!0,i.currentTime=g,!(e!=null&&e.gap)){const f=new Error(`fragment loaded with buffer holes, seeking from ${n} to ${g}`),p={type:W.MEDIA_ERROR,details:_.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:f,reason:f.message,buffer:o.len,bufferInfo:o};e&&("fragment"in e?p.part=e:p.frag=e),this.hls.trigger(m.ERROR,p)}return g}}return 0}_tryNudgeBuffer(e){const{hls:t,media:s,nudgeRetry:i}=this,r=t?.config;if(!s||!r)return 0;const n=s.currentTime;if(this.nudgeRetry++,i<r.nudgeMaxRetry){const o=n+(i+1)*r.nudgeOffset,c=new Error(`Nudging 'currentTime' from ${n} to ${o}`);this.warn(c.message),s.currentTime=o,t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_NUDGE_ON_STALL,error:c,fatal:!1,buffer:e.len,bufferInfo:e})}else{const o=new Error(`Playhead still not moving while enough data buffered @${n} after ${r.nudgeMaxRetry} nudges`);this.error(o.message),t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_STALLED_ERROR,error:o,fatal:!0,buffer:e.len,bufferInfo:e})}}}function jn(a,e){const t=zn(a.main);if(t&&t.start<=e)return t;const s=zn(a.audio);return s&&s.start<=e?s:null}function zn(a){if(!a)return null;switch(a.state){case w.IDLE:case w.STOPPED:case w.ENDED:case w.ERROR:return null}return a.frag}function _s(a,e){return e.getAppendedFrag(a,Y.MAIN)||e.getPartialFragment(a)}const Ef=.25;function Ji(){if(!(typeof self>"u"))return self.VTTCue||self.TextTrackCue}function Di(a,e,t,s,i){let r=new a(e,t,"");try{r.value=s,i&&(r.type=i)}catch{r=new a(e,t,ue(i?ae({type:i},s):s))}return r}const Ds=(()=>{const a=Ji();try{a&&new a(0,Number.POSITIVE_INFINITY,"")}catch{return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();class vf{constructor(e){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.assetCue=void 0,this.onEventCueEnter=()=>{this.hls&&this.hls.trigger(m.EVENT_CUE_ENTER,{})},this.hls=e,this._registerListeners()}destroy(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=this.onEventCueEnter=null}_registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}onMediaAttaching(e,t){var s;this.media=t.media,((s=t.overrides)==null?void 0:s.cueRemoval)===!1&&(this.removeCues=!1)}onMediaAttached(){var e;const t=(e=this.hls)==null?void 0:e.latestLevelDetails;t&&this.updateDateRangeCues(t)}onMediaDetaching(e,t){this.media=null,!t.transferMedia&&(this.id3Track&&(this.removeCues&&Kt(this.id3Track,this.onEventCueEnter),this.id3Track=null),this.dateRangeCuesAppended={})}onManifestLoading(){this.dateRangeCuesAppended={}}createTrack(e){const t=this.getID3Track(e.textTracks);return t.mode="hidden",t}getID3Track(e){if(this.media){for(let t=0;t<e.length;t++){const s=e[t];if(s.kind==="metadata"&&s.label==="id3")return Io(s,this.media),s}return this.media.addTextTrack("metadata","id3")}}onFragParsingMetadata(e,t){if(!this.media||!this.hls)return;const{enableEmsgMetadataCues:s,enableID3MetadataCues:i}=this.hls.config;if(!s&&!i)return;const{samples:r}=t;this.id3Track||(this.id3Track=this.createTrack(this.media));const n=Ji();if(n)for(let o=0;o<r.length;o++){const c=r[o].type;if(c===We.emsg&&!s||!i)continue;const l=Qa(r[o].data),h=r[o].pts;let u=h+r[o].duration;u>Ds&&(u=Ds),u-h<=0&&(u=h+Ef);for(let g=0;g<l.length;g++){const f=l[g];if(!Za(f)){this.updateId3CueEnds(h,c);const p=Di(n,h,u,f,c);p&&this.id3Track.addCue(p)}}}}updateId3CueEnds(e,t){var s;const i=(s=this.id3Track)==null?void 0:s.cues;if(i)for(let r=i.length;r--;){const n=i[r];n.type===t&&n.startTime<e&&n.endTime===Ds&&(n.endTime=e)}}onBufferFlushing(e,{startOffset:t,endOffset:s,type:i}){const{id3Track:r,hls:n}=this;if(!n)return;const{config:{enableEmsgMetadataCues:o,enableID3MetadataCues:c}}=n;if(r&&(o||c)){let l;i==="audio"?l=h=>h.type===We.audioId3&&c:i==="video"?l=h=>h.type===We.emsg&&o:l=h=>h.type===We.audioId3&&c||h.type===We.emsg&&o,Xi(r,t,s,l)}}onLevelUpdated(e,{details:t}){this.updateDateRangeCues(t,!0)}onLevelPtsUpdated(e,t){Math.abs(t.drift)>.01&&this.updateDateRangeCues(t.details)}updateDateRangeCues(e,t){if(!this.hls||!this.media)return;const{assetPlayerId:s,timelineOffset:i,enableDateRangeMetadataCues:r,interstitialsController:n}=this.hls.config;if(!r)return;const o=Ji();if(s&&i&&!n){const{fragmentStart:p,fragmentEnd:y}=e;let E=this.assetCue;E?(E.startTime=p,E.endTime=y):o&&(E=this.assetCue=Di(o,p,y,{assetPlayerId:this.hls.config.assetPlayerId},"hlsjs.interstitial.asset"),E&&(E.id=s,this.id3Track||(this.id3Track=this.createTrack(this.media)),this.id3Track.addCue(E),E.addEventListener("enter",this.onEventCueEnter)))}if(!e.hasProgramDateTime)return;const{id3Track:c}=this,{dateRanges:l}=e,h=Object.keys(l);let u=this.dateRangeCuesAppended;if(c&&t){var d;if((d=c.cues)!=null&&d.length){const p=Object.keys(u).filter(y=>!h.includes(y));for(let y=p.length;y--;){var g;const E=p[y],v=(g=u[E])==null?void 0:g.cues;delete u[E],v&&Object.keys(v).forEach(T=>{const S=v[T];if(S){S.removeEventListener("enter",this.onEventCueEnter);try{c.removeCue(S)}catch{}}})}}else u=this.dateRangeCuesAppended={}}const f=e.fragments[e.fragments.length-1];if(!(h.length===0||!H(f?.programDateTime))){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let p=0;p<h.length;p++){const y=h[p],E=l[y],v=E.startTime,T=u[y],S=T?.cues||{};let x=T?.durationKnown||!1,D=Ds;const{duration:A,endDate:L}=E;if(L&&A!==null)D=v+A,x=!0;else if(E.endOnNext&&!x){const I=h.reduce((C,$)=>{if($!==E.id){const V=l[$];if(V.class===E.class&&V.startDate>E.startDate&&(!C||E.startDate<C.startDate))return V}return C},null);I&&(D=I.startTime,x=!0)}const R=Object.keys(E.attr);for(let I=0;I<R.length;I++){const C=R[I];if(!Uc(C))continue;const $=S[C];if($)x&&!(T!=null&&T.durationKnown)?$.endTime=D:Math.abs($.startTime-v)>.01&&($.startTime=v,$.endTime=D);else if(o){let V=E.attr[C];$c(C)&&(V=la(V));const O=Di(o,v,D,{key:C,data:V},We.dateRange);O&&(O.id=y,this.id3Track.addCue(O),S[C]=O,n&&(C==="X-ASSET-LIST"||C==="X-ASSET-URL")&&O.addEventListener("enter",this.onEventCueEnter))}}u[y]={cues:S,dateRange:E,durationKnown:x}}}}}class Tf{constructor(e){this.hls=void 0,this.config=void 0,this.media=null,this.currentTime=0,this.stallCount=0,this._latency=null,this._targetLatencyUpdated=!1,this.onTimeupdate=()=>{const{media:t}=this,s=this.levelDetails;if(!t||!s)return;this.currentTime=t.currentTime;const i=this.computeLatency();if(i===null)return;this._latency=i;const{lowLatencyMode:r,maxLiveSyncPlaybackRate:n}=this.config;if(!r||n===1||!s.live)return;const o=this.targetLatency;if(o===null)return;const c=i-o,l=Math.min(this.maxLatency,o+s.targetduration);if(c<l&&c>.05&&this.forwardBufferLength>1){const u=Math.min(2,Math.max(1,n)),d=Math.round(2/(1+Math.exp(-.75*c-this.edgeStalled))*20)/20,g=Math.min(u,Math.max(1,d));this.changeMediaPlaybackRate(t,g)}else t.playbackRate!==1&&t.playbackRate!==0&&this.changeMediaPlaybackRate(t,1)},this.hls=e,this.config=e.config,this.registerListeners()}get levelDetails(){var e;return((e=this.hls)==null?void 0:e.latestLevelDetails)||null}get latency(){return this._latency||0}get maxLatency(){const{config:e}=this;if(e.liveMaxLatencyDuration!==void 0)return e.liveMaxLatencyDuration;const t=this.levelDetails;return t?e.liveMaxLatencyDurationCount*t.targetduration:0}get targetLatency(){const e=this.levelDetails;if(e===null||this.hls===null)return null;const{holdBack:t,partHoldBack:s,targetduration:i}=e,{liveSyncDuration:r,liveSyncDurationCount:n,lowLatencyMode:o}=this.config,c=this.hls.userConfig;let l=o&&s||t;(this._targetLatencyUpdated||c.liveSyncDuration||c.liveSyncDurationCount||l===0)&&(l=r!==void 0?r:n*i);const h=i;return l+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,h)}set targetLatency(e){this.stallCount=0,this.config.liveSyncDuration=e,this._targetLatencyUpdated=!0}get liveSyncPosition(){const e=this.estimateLiveEdge(),t=this.targetLatency;if(e===null||t===null)return null;const s=this.levelDetails;if(s===null)return null;const i=s.edge,r=e-t-this.edgeStalled,n=i-s.totalduration,o=i-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(n,r),o)}get drift(){const e=this.levelDetails;return e===null?1:e.drift}get edgeStalled(){const e=this.levelDetails;if(e===null)return 0;const t=(this.config.lowLatencyMode&&e.partTarget||e.targetduration)*3;return Math.max(e.age-t,0)}get forwardBufferLength(){const{media:e}=this,t=this.levelDetails;if(!e||!t)return 0;const s=e.buffered.length;return(s?e.buffered.end(s-1):t.edge)-this.currentTime}destroy(){this.unregisterListeners(),this.onMediaDetaching(),this.hls=null}registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.ERROR,this.onError,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.ERROR,this.onError,this))}onMediaAttached(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.onTimeupdate)}onMediaDetaching(){this.media&&(this.media.removeEventListener("timeupdate",this.onTimeupdate),this.media=null)}onManifestLoading(){this._latency=null,this.stallCount=0}onLevelUpdated(e,{details:t}){t.advanced&&this.onTimeupdate(),!t.live&&this.media&&this.media.removeEventListener("timeupdate",this.onTimeupdate)}onError(e,t){var s;t.details===_.BUFFER_STALLED_ERROR&&(this.stallCount++,this.hls&&(s=this.levelDetails)!=null&&s.live&&this.hls.logger.warn("[latency-controller]: Stall detected, adjusting target latency"))}changeMediaPlaybackRate(e,t){var s,i;e.playbackRate!==t&&((s=this.hls)==null||s.logger.debug(`[latency-controller]: latency=${this.latency.toFixed(3)}, targetLatency=${(i=this.targetLatency)==null?void 0:i.toFixed(3)}, forwardBufferLength=${this.forwardBufferLength.toFixed(3)}: adjusting playback rate from ${e.playbackRate} to ${t}`),e.playbackRate=t)}estimateLiveEdge(){const e=this.levelDetails;return e===null?null:e.edge+e.age}computeLatency(){const e=this.estimateLiveEdge();return e===null?null:e-this.currentTime}}class Sf extends Tr{constructor(e,t){super(e,"level-controller"),this._levels=[],this._firstLevel=-1,this._maxAutoLevel=-1,this._startLevel=void 0,this.currentLevel=null,this.currentLevelIndex=-1,this.manualLevelIndex=-1,this.steering=void 0,this.onParsedComplete=void 0,this.steering=t,this._registerListeners()}_registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.ERROR,this.onError,this)}_unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.ERROR,this.onError,this)}destroy(){this._unregisterListeners(),this.steering=null,this.resetLevels(),super.destroy()}stopLoad(){this._levels.forEach(t=>{t.loadError=0,t.fragmentError=0}),super.stopLoad()}resetLevels(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[],this._maxAutoLevel=-1}onManifestLoading(e,t){this.resetLevels()}onManifestLoaded(e,t){const s=this.hls.config.preferManagedMediaSource,i=[],r={},n={};let o=!1,c=!1,l=!1;t.levels.forEach(h=>{const u=h.attrs;let{audioCodec:d,videoCodec:g}=h;d&&(h.audioCodec=d=Gs(d,s)||void 0),g&&(g=h.videoCodec=sc(g));const{width:f,height:p,unknownCodecs:y}=h,E=y?.length||0;if(o||(o=!!(f&&p)),c||(c=!!g),l||(l=!!d),E||d&&!this.isAudioSupported(d)||g&&!this.isVideoSupported(g)){this.log(`Some or all CODECS not supported "${u.CODECS}"`);return}const{CODECS:v,"FRAME-RATE":T,"HDCP-LEVEL":S,"PATHWAY-ID":x,RESOLUTION:D,"VIDEO-RANGE":A}=u,R=`${`${x||"."}-`}${h.bitrate}-${D}-${T}-${v}-${A}-${S}`;if(r[R])if(r[R].uri!==h.url&&!h.attrs["PATHWAY-ID"]){const I=n[R]+=1;h.attrs["PATHWAY-ID"]=new Array(I+1).join(".");const C=this.createLevel(h);r[R]=C,i.push(C)}else r[R].addGroupId("audio",u.AUDIO),r[R].addGroupId("text",u.SUBTITLES);else{const I=this.createLevel(h);r[R]=I,n[R]=1,i.push(I)}}),this.filterAndSortMediaOptions(i,t,o,c,l)}createLevel(e){const t=new os(e),s=e.supplemental;if(s!=null&&s.videoCodec&&!this.isVideoSupported(s.videoCodec)){const i=new Error(`SUPPLEMENTAL-CODECS not supported "${s.videoCodec}"`);this.log(i.message),t.supportedResult=Ta(i,[])}return t}isAudioSupported(e){return ns(e,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(e){return ns(e,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(e,t,s,i,r){var n;let o=[],c=[],l=e;const h=((n=t.stats)==null?void 0:n.parsing)||{};if((s||i)&&r&&(l=l.filter(({videoCodec:v,videoRange:T,width:S,height:x})=>(!!v||!!(S&&x))&&dc(T))),l.length===0){Promise.resolve().then(()=>{if(this.hls){let v="no level with compatible codecs found in manifest",T=v;t.levels.length&&(T=`one or more CODECS in variant not supported: ${ue(t.levels.map(x=>x.attrs.CODECS).filter((x,D,A)=>A.indexOf(x)===D))}`,this.warn(T),v+=` (${T})`);const S=new Error(v);this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:S,reason:T})}}),h.end=performance.now();return}t.audioTracks&&(o=t.audioTracks.filter(v=>!v.audioCodec||this.isAudioSupported(v.audioCodec)),Xn(o)),t.subtitles&&(c=t.subtitles,Xn(c));const u=l.slice(0);l.sort((v,T)=>{if(v.attrs["HDCP-LEVEL"]!==T.attrs["HDCP-LEVEL"])return(v.attrs["HDCP-LEVEL"]||"")>(T.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&v.height!==T.height)return v.height-T.height;if(v.frameRate!==T.frameRate)return v.frameRate-T.frameRate;if(v.videoRange!==T.videoRange)return Ks.indexOf(v.videoRange)-Ks.indexOf(T.videoRange);if(v.videoCodec!==T.videoCodec){const S=$r(v.videoCodec),x=$r(T.videoCodec);if(S!==x)return x-S}if(v.uri===T.uri&&v.codecSet!==T.codecSet){const S=$s(v.codecSet),x=$s(T.codecSet);if(S!==x)return x-S}return v.averageBitrate!==T.averageBitrate?v.averageBitrate-T.averageBitrate:0});let d=u[0];if(this.steering&&(l=this.steering.filterParsedLevels(l),l.length!==u.length)){for(let v=0;v<u.length;v++)if(u[v].pathwayId===l[0].pathwayId){d=u[v];break}}this._levels=l;for(let v=0;v<l.length;v++)if(l[v]===d){var g;this._firstLevel=v;const T=d.bitrate,S=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${l.length} level(s) found, first bitrate: ${T}`),((g=this.hls.userConfig)==null?void 0:g.abrEwmaDefaultEstimate)===void 0){const x=Math.min(T,this.hls.config.abrEwmaDefaultEstimateMax);x>S&&S===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=x)}break}const f=r&&!i,p=this.hls.config,y=!!(p.audioStreamController&&p.audioTrackController),E={levels:l,audioTracks:o,subtitleTracks:c,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:r,video:i,altAudio:y&&!f&&o.some(v=>!!v.url)};h.end=performance.now(),this.hls.trigger(m.MANIFEST_PARSED,E)}get levels(){return this._levels.length===0?null:this._levels}get loadLevelObj(){return this.currentLevel}get level(){return this.currentLevelIndex}set level(e){const t=this._levels;if(t.length===0)return;if(e<0||e>=t.length){const h=new Error("invalid level idx"),u=e<0;if(this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.LEVEL_SWITCH_ERROR,level:e,fatal:u,error:h,reason:h.message}),u)return;e=Math.min(e,t.length-1)}const s=this.currentLevelIndex,i=this.currentLevel,r=i?i.attrs["PATHWAY-ID"]:void 0,n=t[e],o=n.attrs["PATHWAY-ID"];if(this.currentLevelIndex=e,this.currentLevel=n,s===e&&i&&r===o)return;this.log(`Switching to level ${e} (${n.height?n.height+"p ":""}${n.videoRange?n.videoRange+" ":""}${n.codecSet?n.codecSet+" ":""}@${n.bitrate})${o?" with Pathway "+o:""} from level ${s}${r?" with Pathway "+r:""}`);const c={level:e,attrs:n.attrs,details:n.details,bitrate:n.bitrate,averageBitrate:n.averageBitrate,maxBitrate:n.maxBitrate,realBitrate:n.realBitrate,width:n.width,height:n.height,codecSet:n.codecSet,audioCodec:n.audioCodec,videoCodec:n.videoCodec,audioGroups:n.audioGroups,subtitleGroups:n.subtitleGroups,loaded:n.loaded,loadError:n.loadError,fragmentError:n.fragmentError,name:n.name,id:n.id,uri:n.uri,url:n.url,urlId:0,audioGroupIds:n.audioGroupIds,textGroupIds:n.textGroupIds};this.hls.trigger(m.LEVEL_SWITCHING,c);const l=n.details;if(!l||l.live){const h=this.switchParams(n.uri,i?.details,l);this.loadPlaylist(h)}}get manualLevel(){return this.manualLevelIndex}set manualLevel(e){this.manualLevelIndex=e,this._startLevel===void 0&&(this._startLevel=e),e!==-1&&(this.level=e)}get firstLevel(){return this._firstLevel}set firstLevel(e){this._firstLevel=e}get startLevel(){if(this._startLevel===void 0){const e=this.hls.config.startLevel;return e!==void 0?e:this.hls.firstAutoLevel}return this._startLevel}set startLevel(e){this._startLevel=e}get pathways(){return this.steering?this.steering.pathways():[]}get pathwayPriority(){return this.steering?this.steering.pathwayPriority:null}set pathwayPriority(e){if(this.steering){const t=this.steering.pathways(),s=e.filter(i=>t.indexOf(i)!==-1);if(e.length<1){this.warn(`pathwayPriority ${e} should contain at least one pathway from list: ${t}`);return}this.steering.pathwayPriority=s}}onError(e,t){t.fatal||!t.context||t.context.type===se.LEVEL&&t.context.level===this.level&&this.checkRetry(t)}onFragBuffered(e,{frag:t}){if(t!==void 0&&t.type===Y.MAIN){const s=t.elementaryStreams;if(!Object.keys(s).some(r=>!!s[r]))return;const i=this._levels[t.level];i!=null&&i.loadError&&(this.log(`Resetting level error count of ${i.loadError} on frag buffered`),i.loadError=0)}}onLevelLoaded(e,t){var s;const{level:i,details:r}=t,n=t.levelInfo;if(!n){var o;this.warn(`Invalid level index ${i}`),(o=t.deliveryDirectives)!=null&&o.skip&&(r.deltaUpdateFailed=!0);return}if(n===this.currentLevel||t.withoutMultiVariant){n.fragmentError===0&&(n.loadError=0);let c=n.details;c===t.details&&c.advanced&&(c=void 0),this.playlistLoaded(i,t,c)}else(s=t.deliveryDirectives)!=null&&s.skip&&(r.deltaUpdateFailed=!0)}loadPlaylist(e){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentLevel)&&this.scheduleLoading(this.currentLevel,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=this.getUrlWithDirectives(e.uri,t),i=this.currentLevelIndex,r=e.attrs["PATHWAY-ID"],n=e.details,o=n?.age;this.log(`Loading level index ${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${r?" Pathway "+r:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${s}`),this.hls.trigger(m.LEVEL_LOADING,{url:s,level:i,levelInfo:e,pathwayId:e.attrs["PATHWAY-ID"],id:0,deliveryDirectives:t||null})}get nextLoadLevel(){return this.manualLevelIndex!==-1?this.manualLevelIndex:this.hls.nextAutoLevel}set nextLoadLevel(e){this.level=e,this.manualLevelIndex===-1&&(this.hls.nextAutoLevel=e)}removeLevel(e){var t;if(this._levels.length===1)return;const s=this._levels.filter((r,n)=>n!==e?!0:(this.steering&&this.steering.removeLevel(r),r===this.currentLevel&&(this.currentLevel=null,this.currentLevelIndex=-1,r.details&&r.details.fragments.forEach(o=>o.level=-1)),!1));Ga(s),this._levels=s,this.currentLevelIndex>-1&&(t=this.currentLevel)!=null&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.manualLevelIndex>-1&&(this.manualLevelIndex=this.currentLevelIndex);const i=s.length-1;this._firstLevel=Math.min(this._firstLevel,i),this._startLevel&&(this._startLevel=Math.min(this._startLevel,i)),this.hls.trigger(m.LEVELS_UPDATED,{levels:s})}onLevelsUpdated(e,{levels:t}){this._levels=t}checkMaxAutoUpdated(){const{autoLevelCapping:e,maxAutoLevel:t,maxHdcpLevel:s}=this.hls;this._maxAutoLevel!==t&&(this._maxAutoLevel=t,this.hls.trigger(m.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:e,levels:this.levels,maxAutoLevel:t,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:s}))}}function Xn(a){const e={};a.forEach(t=>{const s=t.groupId||"";t.id=e[s]=e[s]||0,e[s]++})}function No(){return self.SourceBuffer||self.WebKitSourceBuffer}function Bo(){if(!Lt())return!1;const e=No();return!e||e.prototype&&typeof e.prototype.appendBuffer=="function"&&typeof e.prototype.remove=="function"}function xf(){if(!Bo())return!1;const a=Lt();return typeof a?.isTypeSupported=="function"&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some(e=>a.isTypeSupported(as(e,"video")))||["mp4a.40.2","fLaC"].some(e=>a.isTypeSupported(as(e,"audio"))))}function Af(){var a;const e=No();return typeof(e==null||(a=e.prototype)==null?void 0:a.changeType)=="function"}const If=100;class Lf extends dr{constructor(e,t,s){super(e,t,s,"stream-controller",Y.MAIN),this.audioCodecSwap=!1,this.level=-1,this._forceStartLoad=!1,this._hasEnoughToStart=!1,this.altAudio=0,this.audioOnly=!1,this.fragPlaying=null,this.fragLastKbps=0,this.couldBacktrack=!1,this.backtrackFragment=null,this.audioCodecSwitch=!1,this.videoBuffer=null,this.onMediaPlaying=()=>{this.tick()},this.onMediaSeeked=()=>{const i=this.media,r=i?i.currentTime:null;if(r===null||!H(r)||(this.log(`Media seeked to ${r.toFixed(3)}`),!this.getBufferedFrag(r)))return;const n=this.getFwdBufferInfoAtPos(i,r,Y.MAIN,0);if(n===null||n.len===0){this.warn(`Main forward buffer length at ${r} on "seeked" event ${n?n.len:"empty"})`);return}this.tick()},this.registerListeners()}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){super.unregisterListeners();const{hls:e}=this;e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this)}onHandlerDestroying(){this.onMediaPlaying=this.onMediaSeeked=null,this.unregisterListeners(),super.onHandlerDestroying()}startLoad(e,t){if(this.levels){const{lastCurrentTime:s,hls:i}=this;if(this.stopLoad(),this.setInterval(If),this.level=-1,!this.startFragRequested){let r=i.startLevel;r===-1&&(i.config.testBandwidth&&this.levels.length>1?(r=0,this.bitrateTest=!0):r=i.firstAutoLevel),i.nextLoadLevel=r,this.level=i.loadLevel,this._hasEnoughToStart=!!t}s>0&&e===-1&&!t&&(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),e=s),this.state=w.IDLE,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}else this._forceStartLoad=!0,this.state=w.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case w.WAITING_LEVEL:{const{levels:e,level:t}=this,s=e?.[t],i=s?.details;if(i&&(!i.live||this.levelLastLoaded===s&&!this.waitForLive(s))){if(this.waitForCdnTuneIn(i))break;this.state=w.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=w.IDLE;break}break}case w.FRAG_LOADING_WAITING_RETRY:this.checkRetryDate();break}this.state===w.IDLE&&this.doTickIdle(),this.onTickEnd()}onTickEnd(){var e;super.onTickEnd(),(e=this.media)!=null&&e.readyState&&this.media.seeking===!1&&(this.lastCurrentTime=this.media.currentTime),this.checkFragmentChanged()}doTickIdle(){const{hls:e,levelLastLoaded:t,levels:s,media:i}=this;if(t===null||!i&&!this.primaryPrefetch&&(this.startFragRequested||!e.config.startFragPrefetch)||this.altAudio&&this.audioOnly)return;const r=this.buffering?e.nextLoadLevel:e.loadLevel;if(!(s!=null&&s[r]))return;const n=s[r],o=this.getMainFwdBufferInfo();if(o===null)return;const c=this.getLevelDetails();if(c&&this._streamEnded(o,c)){const p={};this.altAudio===2&&(p.type="video"),this.hls.trigger(m.BUFFER_EOS,p),this.state=w.ENDED;return}if(!this.buffering)return;e.loadLevel!==r&&e.manualLevel===-1&&this.log(`Adapting to level ${r} from level ${this.level}`),this.level=e.nextLoadLevel=r;const l=n.details;if(!l||this.state===w.WAITING_LEVEL||this.waitForLive(n)){this.level=r,this.state=w.WAITING_LEVEL,this.startFragRequested=!1;return}const h=o.len,u=this.getMaxBufferLength(n.maxBitrate);if(h>=u)return;this.backtrackFragment&&this.backtrackFragment.start>o.end&&(this.backtrackFragment=null);const d=this.backtrackFragment?this.backtrackFragment.start:o.end;let g=this.getNextFragment(d,l);if(this.couldBacktrack&&!this.fragPrevious&&g&&Se(g)&&this.fragmentTracker.getState(g)!==Ie.OK){var f;const y=((f=this.backtrackFragment)!=null?f:g).sn-l.startSN,E=l.fragments[y-1];E&&g.cc===E.cc&&(g=E,this.fragmentTracker.removeFragment(E))}else this.backtrackFragment&&o.len&&(this.backtrackFragment=null);if(g&&this.isLoopLoading(g,d)){if(!g.gap){const y=this.audioOnly&&!this.altAudio?he.AUDIO:he.VIDEO,E=(y===he.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;E&&this.afterBufferFlushed(E,y,Y.MAIN)}g=this.getNextFragmentLoopLoading(g,l,o,Y.MAIN,u)}g&&(g.initSegment&&!g.initSegment.data&&!this.bitrateTest&&(g=g.initSegment),this.loadFragment(g,n,d))}loadFragment(e,t,s){const i=this.fragmentTracker.getState(e);i===Ie.NOT_LOADED||i===Ie.PARTIAL?Se(e)?this.bitrateTest?(this.log(`Fragment ${e.sn} of level ${e.level} is being downloaded to test bitrate and will not be buffered`),this._loadBitrateTestFrag(e,t)):super.loadFragment(e,t,s):this._loadInitSegment(e,t):this.clearTrackerIfNeeded(e)}getBufferedFrag(e){return this.fragmentTracker.getBufferedFrag(e,Y.MAIN)}followingBufferedFrag(e){return e?this.getBufferedFrag(e.end+.5):null}immediateLevelSwitch(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)}nextLevelSwitch(){const{levels:e,media:t}=this;if(t!=null&&t.readyState){let s;const i=this.getAppendedFrag(t.currentTime);i&&i.start>1&&this.flushMainBuffer(0,i.start-1);const r=this.getLevelDetails();if(r!=null&&r.live){const o=this.getMainFwdBufferInfo();if(!o||o.len<r.targetduration*2)return}if(!t.paused&&e){const o=this.hls.nextLoadLevel,c=e[o],l=this.fragLastKbps;l&&this.fragCurrent?s=this.fragCurrent.duration*c.maxBitrate/(1e3*l)+1:s=0}else s=0;const n=this.getBufferedFrag(t.currentTime+s);if(n){const o=this.followingBufferedFrag(n);if(o){this.abortCurrentFrag();const c=o.maxStartPTS?o.maxStartPTS:o.start,l=o.duration,h=Math.max(n.end,c+Math.min(Math.max(l-this.config.maxFragLookUpTolerance,l*(this.couldBacktrack?.5:.125)),l*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(h,Number.POSITIVE_INFINITY)}}}}abortCurrentFrag(){const e=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,e&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.state){case w.KEY_LOADING:case w.FRAG_LOADING:case w.FRAG_LOADING_WAITING_RETRY:case w.PARSING:case w.PARSED:this.state=w.IDLE;break}this.nextLoadPosition=this.getLoadPosition()}flushMainBuffer(e,t){super.flushMainBuffer(e,t,this.altAudio===2?"video":null)}onMediaAttached(e,t){super.onMediaAttached(e,t);const s=t.media;Ue(s,"playing",this.onMediaPlaying),Ue(s,"seeked",this.onMediaSeeked)}onMediaDetaching(e,t){const{media:s}=this;s&&(Ge(s,"playing",this.onMediaPlaying),Ge(s,"seeked",this.onMediaSeeked)),this.videoBuffer=null,this.fragPlaying=null,super.onMediaDetaching(e,t),!t.transferMedia&&(this._hasEnoughToStart=!1)}onManifestLoading(){super.onManifestLoading(),this.log("Trigger BUFFER_RESET"),this.hls.trigger(m.BUFFER_RESET,void 0),this.couldBacktrack=!1,this.fragLastKbps=0,this.fragPlaying=this.backtrackFragment=null,this.altAudio=0,this.audioOnly=!1}onManifestParsed(e,t){let s=!1,i=!1;for(let r=0;r<t.levels.length;r++){const n=t.levels[r].audioCodec;n&&(s=s||n.indexOf("mp4a.40.2")!==-1,i=i||n.indexOf("mp4a.40.5")!==-1)}this.audioCodecSwitch=s&&i&&!Af(),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=t.levels,this.startFragRequested=!1}onLevelLoading(e,t){const{levels:s}=this;if(!s||this.state!==w.IDLE)return;const i=t.levelInfo;(!i.details||i.details.live&&(this.levelLastLoaded!==i||i.details.expired)||this.waitForCdnTuneIn(i.details))&&(this.state=w.WAITING_LEVEL)}onLevelLoaded(e,t){var s;const{levels:i,startFragRequested:r}=this,n=t.level,o=t.details,c=o.totalduration;if(!i){this.warn(`Levels were reset while loading level ${n}`);return}this.log(`Level ${n} loaded [${o.startSN},${o.endSN}]${o.lastPartSn?`[part-${o.lastPartSn}-${o.lastPartIndex}]`:""}, cc [${o.startCC}, ${o.endCC}] duration:${c}`);const l=t.levelInfo,h=this.fragCurrent;h&&(this.state===w.FRAG_LOADING||this.state===w.FRAG_LOADING_WAITING_RETRY)&&h.level!==t.level&&h.loader&&this.abortCurrentFrag();let u=0;if(o.live||(s=l.details)!=null&&s.live){var d;if(this.checkLiveUpdate(o),o.deltaUpdateFailed)return;u=this.alignPlaylists(o,l.details,(d=this.levelLastLoaded)==null?void 0:d.details)}if(l.details=o,this.levelLastLoaded=l,r||this.setStartPosition(o,u),this.hls.trigger(m.LEVEL_UPDATED,{details:o,level:n}),this.state===w.WAITING_LEVEL){if(this.waitForCdnTuneIn(o))return;this.state=w.IDLE}r&&o.live&&this.synchronizeToLiveEdge(o),this.tick()}synchronizeToLiveEdge(e){const{config:t,media:s}=this;if(!s)return;const i=this.hls.liveSyncPosition,r=this.getLoadPosition(),n=e.fragmentStart,o=e.edge,c=r>=n-t.maxFragLookUpTolerance&&r<=o;if(i!==null&&s.duration>i&&(r<i||!c)){const h=t.liveMaxLatencyDuration!==void 0?t.liveMaxLatencyDuration:t.liveMaxLatencyDurationCount*e.targetduration;if((!c&&s.readyState<4||r<o-h)&&(this._hasEnoughToStart||(this.nextLoadPosition=i),s.readyState))if(this.warn(`Playback: ${r.toFixed(3)} is located too far from the end of live sliding playlist: ${o}, reset currentTime to : ${i.toFixed(3)}`),this.config.liveSyncMode==="buffered"){var l;const u=Q.bufferInfo(s,i,0);if(!((l=u.buffered)!=null&&l.length)){s.currentTime=i;return}if(u.start<=r){s.currentTime=i;return}const{nextStart:g}=Q.bufferedInfo(u.buffered,r,0);g&&(s.currentTime=g)}else s.currentTime=i}}_handleFragmentLoadProgress(e){var t;const s=e.frag,{part:i,payload:r}=e,{levels:n}=this;if(!n){this.warn(`Levels were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const o=n[s.level];if(!o){this.warn(`Level ${s.level} not found on progress`);return}const c=o.details;if(!c){this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),this.fragmentTracker.removeFragment(s);return}const l=o.videoCodec,h=c.PTSKnown||!c.live,u=(t=s.initSegment)==null?void 0:t.data,d=this._getAudioCodec(o),g=this.transmuxer=this.transmuxer||new co(this.hls,Y.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,p=f!==-1,y=new cr(s.level,s.sn,s.stats.chunkCount,r.byteLength,f,p),E=this.initPTS[s.cc];g.push(r,u,d,l,s,i,c.totalduration,h,y,E)}onAudioTrackSwitching(e,t){const s=this.hls,i=this.altAudio!==0;if(Vs(t.url,s))this.altAudio=1;else{if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;const n=this.fragCurrent;n&&(this.log("Switching to main audio track, cancel main fragment load"),n.abortRequests(),this.fragmentTracker.removeFragment(n)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(i){this.altAudio=0,this.fragmentTracker.removeAllFragments(),s.once(m.BUFFER_FLUSHED,()=>{this.hls&&this.hls.trigger(m.AUDIO_TRACK_SWITCHED,t)}),s.trigger(m.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null});return}s.trigger(m.AUDIO_TRACK_SWITCHED,t)}}onAudioTrackSwitched(e,t){const s=Vs(t.url,this.hls);if(s){const i=this.videoBuffer;i&&this.mediaBuffer!==i&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=i)}this.altAudio=s?2:0,this.tick()}onBufferCreated(e,t){const s=t.tracks;let i,r,n=!1;for(const o in s){const c=s[o];if(c.id==="main"){if(r=o,i=c,o==="video"){const l=s[o];l&&(this.videoBuffer=l.buffer)}}else n=!0}n&&i?(this.log(`Alternate track found, use ${r}.buffered to schedule main fragment loading`),this.mediaBuffer=i.buffer):this.mediaBuffer=this.media}onFragBuffered(e,t){const{frag:s,part:i}=t,r=s.type===Y.MAIN;if(r){if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${i?" p: "+i.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}`),this.state===w.PARSED&&(this.state=w.IDLE);return}const o=i?i.stats:s.stats;this.fragLastKbps=Math.round(8*o.total/(o.buffering.end-o.loading.first)),Se(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,i)}const n=this.media;n&&(!this._hasEnoughToStart&&Q.getBuffered(n).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),r&&this.tick())}get hasEnoughToStart(){return this._hasEnoughToStart}onError(e,t){var s;if(t.fatal){this.state=w.ERROR;return}switch(t.details){case _.FRAG_GAP:case _.FRAG_PARSING_ERROR:case _.FRAG_DECRYPT_ERROR:case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(Y.MAIN,t);break;case _.LEVEL_LOAD_ERROR:case _.LEVEL_LOAD_TIMEOUT:case _.LEVEL_PARSING_ERROR:!t.levelRetry&&this.state===w.WAITING_LEVEL&&((s=t.context)==null?void 0:s.type)===se.LEVEL&&(this.state=w.IDLE);break;case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:if(t.parent!=="main")return;this.reduceLengthAndFlushBuffer(t)&&this.resetLoadingState();break;case _.BUFFER_FULL_ERROR:if(t.parent!=="main")return;this.reduceLengthAndFlushBuffer(t)&&(!this.config.interstitialsController&&this.config.assetPlayerId?this._hasEnoughToStart=!0:this.flushMainBuffer(0,Number.POSITIVE_INFINITY));break;case _.INTERNAL_EXCEPTION:this.recoverWorkerError(t);break}}onFragLoadEmergencyAborted(){this.state=w.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(e,{type:t}){if(t!==he.AUDIO||!this.altAudio){const s=(t===he.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;s&&(this.afterBufferFlushed(s,t,Y.MAIN),this.tick())}}onLevelsUpdated(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level,this.level===-1&&this.resetWhenMissingContext(this.fragCurrent)),this.levels=t.levels}swapAudioCodec(){this.audioCodecSwap=!this.audioCodecSwap}seekToStartPos(){const{media:e}=this;if(!e)return;const t=e.currentTime;let s=this.startPosition;if(s>=0&&t<s){if(e.seeking){this.log(`could not seek to ${s}, already seeking at ${t}`);return}const i=this.timelineOffset;i&&s&&(s+=i);const r=this.getLevelDetails(),n=Q.getBuffered(e),o=n.length?n.start(0):0,c=o-s,l=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||c>0&&(c<l||this.loadingParts&&c<2*(r?.partTarget||0)))&&(this.log(`adjusting start position by ${c} to match buffer start`),s+=c,this.startPosition=s),t<s&&(this.log(`seek to target start position ${s} from current time ${t} buffer start ${o}`),e.currentTime=s)}}_getAudioCodec(e){let t=this.config.defaultAudioCodec||e.audioCodec;return this.audioCodecSwap&&t&&(this.log("Swapping audio codec"),t.indexOf("mp4a.40.5")!==-1?t="mp4a.40.2":t="mp4a.40.5"),t}_loadBitrateTestFrag(e,t){e.bitrateTest=!0,this._doFragLoad(e,t).then(s=>{const{hls:i}=this,r=s?.frag;if(!r||this.fragContextChanged(r))return;t.fragmentError=0,this.state=w.IDLE,this.startFragRequested=!1,this.bitrateTest=!1;const n=r.stats;n.parsing.start=n.parsing.end=n.buffering.start=n.buffering.end=self.performance.now(),i.trigger(m.FRAG_LOADED,s),r.bitrateTest=!1}).catch(s=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(s),this.resetFragmentLoading(e))})}_handleTransmuxComplete(e){const t=this.playlistType,{hls:s}=this,{remuxResult:i,chunkMeta:r}=e,n=this.getCurrentContext(r);if(!n){this.resetWhenMissingContext(r);return}const{frag:o,part:c,level:l}=n,{video:h,text:u,id3:d,initSegment:g}=i,{details:f}=l,p=this.altAudio?void 0:i.audio;if(this.fragContextChanged(o)){this.fragmentTracker.removeFragment(o);return}if(this.state=w.PARSING,g){const y=g.tracks;if(y){const S=o.initSegment||o;if(this.unhandledEncryptionError(g,o))return;this._bufferInitSegment(l,y,S,r),s.trigger(m.FRAG_PARSING_INIT_SEGMENT,{frag:S,id:t,tracks:y})}const E=g.initPTS,v=g.timescale,T=this.initPTS[o.cc];if(H(E)&&(!T||T.baseTime!==E||T.timescale!==v)){const S=g.trackId;this.initPTS[o.cc]={baseTime:E,timescale:v,trackId:S},s.trigger(m.INIT_PTS_FOUND,{frag:o,id:t,initPTS:E,timescale:v,trackId:S})}}if(h&&f){p&&h.type==="audiovideo"&&this.logMuxedErr(o);const y=f.fragments[o.sn-1-f.startSN],E=o.sn===f.startSN,v=!y||o.cc>y.cc;if(i.independent!==!1){const{startPTS:T,endPTS:S,startDTS:x,endDTS:D}=h;if(c)c.elementaryStreams[h.type]={startPTS:T,endPTS:S,startDTS:x,endDTS:D};else if(h.firstKeyFrame&&h.independent&&r.id===1&&!v&&(this.couldBacktrack=!0),h.dropped&&h.independent){const A=this.getMainFwdBufferInfo(),L=(A?A.end:this.getLoadPosition())+this.config.maxBufferHole,R=h.firstKeyFramePTS?h.firstKeyFramePTS:T;if(!E&&L<R-this.config.maxBufferHole&&!v){this.backtrack(o);return}else v&&(o.gap=!0);o.setElementaryStreamInfo(h.type,o.start,S,o.start,D,!0)}else E&&T-(f.appliedTimelineOffset||0)>Ns&&(o.gap=!0);o.setElementaryStreamInfo(h.type,T,S,x,D),this.backtrackFragment&&(this.backtrackFragment=o),this.bufferFragmentData(h,o,c,r,E||v)}else if(E||v)o.gap=!0;else{this.backtrack(o);return}}if(p){const{startPTS:y,endPTS:E,startDTS:v,endDTS:T}=p;c&&(c.elementaryStreams[he.AUDIO]={startPTS:y,endPTS:E,startDTS:v,endDTS:T}),o.setElementaryStreamInfo(he.AUDIO,y,E,v,T),this.bufferFragmentData(p,o,c,r)}if(f&&d!=null&&d.samples.length){const y={id:t,frag:o,details:f,samples:d.samples};s.trigger(m.FRAG_PARSING_METADATA,y)}if(f&&u){const y={id:t,frag:o,details:f,samples:u.samples};s.trigger(m.FRAG_PARSING_USERDATA,y)}}logMuxedErr(e){this.warn(`${Se(e)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${e.url}`)}_bufferInitSegment(e,t,s,i){if(this.state!==w.PARSING)return;this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&(delete t.audio,t.audiovideo&&this.logMuxedErr(s));const{audio:r,video:n,audiovideo:o}=t;if(r){const l=e.audioCodec;let h=Cs(r.codec,l);h==="mp4a"&&(h="mp4a.40.5");const u=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){h&&(h.indexOf("mp4a.40.5")!==-1?h="mp4a.40.2":h="mp4a.40.5");const d=r.metadata;d&&"channelCount"in d&&(d.channelCount||1)!==1&&u.indexOf("firefox")===-1&&(h="mp4a.40.5")}h&&h.indexOf("mp4a.40.5")!==-1&&u.indexOf("android")!==-1&&r.container!=="audio/mpeg"&&(h="mp4a.40.2",this.log(`Android: force audio codec to ${h}`)),l&&l!==h&&this.log(`Swapping manifest audio codec "${l}" for "${h}"`),r.levelCodec=h,r.id=Y.MAIN,this.log(`Init audio buffer, container:${r.container}, codecs[selected/level/parsed]=[${h||""}/${l||""}/${r.codec}]`),delete t.audiovideo}if(n){n.levelCodec=e.videoCodec,n.id=Y.MAIN;const l=n.codec;if(l?.length===4)switch(l){case"hvc1":case"hev1":n.codec="hvc1.1.6.L120.90";break;case"av01":n.codec="av01.0.04M.08";break;case"avc1":n.codec="avc1.42e01e";break}this.log(`Init video buffer, container:${n.container}, codecs[level/parsed]=[${e.videoCodec||""}/${l}]${n.codec!==l?" parsed-corrected="+n.codec:""}${n.supplemental?" supplemental="+n.supplemental:""}`),delete t.audiovideo}o&&(this.log(`Init audiovideo buffer, container:${o.container}, codecs[level/parsed]=[${e.codecs}/${o.codec}]`),delete t.video,delete t.audio);const c=Object.keys(t);if(c.length){if(this.hls.trigger(m.BUFFER_CODECS,t),!this.hls)return;c.forEach(l=>{const u=t[l].initSegment;u!=null&&u.byteLength&&this.hls.trigger(m.BUFFER_APPENDING,{type:l,data:u,frag:s,part:null,chunkMeta:i,parent:s.type})})}this.tickImmediate()}getMainFwdBufferInfo(){const e=this.mediaBuffer&&this.altAudio===2?this.mediaBuffer:this.media;return this.getFwdBufferInfo(e,Y.MAIN)}get maxBufferLength(){const{levels:e,level:t}=this,s=e?.[t];return s?this.getMaxBufferLength(s.maxBitrate):this.config.maxBufferLength}backtrack(e){this.couldBacktrack=!0,this.backtrackFragment=e,this.resetTransmuxer(),this.flushBufferGap(e),this.fragmentTracker.removeFragment(e),this.fragPrevious=null,this.nextLoadPosition=e.start,this.state=w.IDLE}checkFragmentChanged(){const e=this.media;let t=null;if(e&&e.readyState>1&&e.seeking===!1){const s=e.currentTime;if(Q.isBuffered(e,s)?t=this.getAppendedFrag(s):Q.isBuffered(e,s+.1)&&(t=this.getAppendedFrag(s+.1)),t){this.backtrackFragment=null;const i=this.fragPlaying,r=t.level;(!i||t.sn!==i.sn||i.level!==r)&&(this.fragPlaying=t,this.hls.trigger(m.FRAG_CHANGED,{frag:t}),(!i||i.level!==r)&&this.hls.trigger(m.LEVEL_SWITCHED,{level:r}))}}}get nextLevel(){const e=this.nextBufferedFrag;return e?e.level:-1}get currentFrag(){var e;if(this.fragPlaying)return this.fragPlaying;const t=((e=this.media)==null?void 0:e.currentTime)||this.lastCurrentTime;return H(t)?this.getAppendedFrag(t):null}get currentProgramDateTime(){var e;const t=((e=this.media)==null?void 0:e.currentTime)||this.lastCurrentTime;if(H(t)){const s=this.getLevelDetails(),i=this.currentFrag||(s?Ot(null,s.fragments,t):null);if(i){const r=i.programDateTime;if(r!==null){const n=r+(t-i.start)*1e3;return new Date(n)}}}return null}get currentLevel(){const e=this.currentFrag;return e?e.level:-1}get nextBufferedFrag(){const e=this.currentFrag;return e?this.followingBufferedFrag(e):null}get forceStartLoad(){return this._forceStartLoad}}class Rf extends ze{constructor(e,t){super("key-loader",t),this.config=void 0,this.keyIdToKeyInfo={},this.emeController=null,this.config=e}abort(e){for(const s in this.keyIdToKeyInfo){const i=this.keyIdToKeyInfo[s].loader;if(i){var t;if(e&&e!==((t=i.context)==null?void 0:t.frag.type))return;i.abort()}}}detach(){for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyIdToKeyInfo[e]}}destroy(){this.detach();for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e].loader;t&&t.destroy()}this.keyIdToKeyInfo={}}createKeyLoadError(e,t=_.KEY_LOAD_ERROR,s,i,r){return new gt({type:W.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:r,error:s,networkDetails:i})}loadClear(e,t,s){if(this.emeController&&this.config.emeEnabled&&!this.emeController.getSelectedKeySystemFormats().length){if(t.length)for(let i=0,r=t.length;i<r;i++){const n=t[i];if(e.cc<=n.cc&&(!Se(e)||!Se(n)||e.sn<n.sn)||!s&&i==r-1)return this.emeController.selectKeySystemFormat(n).then(o=>{if(!this.emeController)return;n.setKeyFormat(o);const c=ks(o);if(c)return this.emeController.getKeySystemAccess([c])})}if(this.config.requireKeySystemAccessOnStart){const i=es(this.config);if(i.length)return this.emeController.getKeySystemAccess(i)}}return null}load(e){return!e.decryptdata&&e.encrypted&&this.emeController&&this.config.emeEnabled?this.emeController.selectKeySystemFormat(e).then(t=>this.loadInternal(e,t)):this.loadInternal(e)}loadInternal(e,t){var s,i;t&&e.setKeyFormat(t);const r=e.decryptdata;if(!r){const l=new Error(t?`Expected frag.decryptdata to be defined after setting format ${t}`:`Missing decryption data on fragment in onKeyLoading (emeEnabled with controller: ${this.emeController&&this.config.emeEnabled})`);return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,l))}const n=r.uri;if(!n)return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${n}"`)));const o=Ci(r);let c=this.keyIdToKeyInfo[o];if((s=c)!=null&&s.decryptdata.key)return r.key=c.decryptdata.key,Promise.resolve({frag:e,keyInfo:c});if(this.emeController&&(i=c)!=null&&i.keyLoadPromise)switch(this.emeController.getKeyStatus(c.decryptdata)){case"usable":case"usable-in-future":return c.keyLoadPromise.then(h=>{const{keyInfo:u}=h;return r.key=u.decryptdata.key,{frag:e,keyInfo:u}})}switch(this.log(`${this.keyIdToKeyInfo[o]?"Rel":"L"}oading${r.keyId?" keyId: "+Pe(r.keyId):""} URI: ${r.uri} from ${e.type} ${e.level}`),c=this.keyIdToKeyInfo[o]={decryptdata:r,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},r.method){case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return r.keyFormat==="identity"?this.loadKeyHTTP(c,e):this.loadKeyEME(c,e);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(c,e);default:return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,new Error(`Key supplied with unsupported METHOD: "${r.method}"`)))}}loadKeyEME(e,t){const s={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){var i;if(!e.decryptdata.keyId&&(i=t.initSegment)!=null&&i.data){const n=Hl(t.initSegment.data);if(n.length){let o=n[0];o.some(c=>c!==0)?(this.log(`Using keyId found in init segment ${Pe(o)}`),It.setKeyIdForUri(e.decryptdata.uri,o)):(o=It.addKeyIdForUri(e.decryptdata.uri),this.log(`Generating keyId to patch media ${Pe(o)}`)),e.decryptdata.keyId=o}}if(!e.decryptdata.keyId&&!Se(t))return Promise.resolve(s);const r=this.emeController.loadKey(s);return(e.keyLoadPromise=r.then(n=>(e.mediaKeySessionContext=n,s))).catch(n=>{throw e.keyLoadPromise=null,"data"in n&&(n.data.frag=t),n})}return Promise.resolve(s)}loadKeyHTTP(e,t){const s=this.config,i=s.loader,r=new i(s);return t.keyLoader=e.loader=r,e.keyLoadPromise=new Promise((n,o)=>{const c={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},l=s.keyLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{const{frag:y,keyInfo:E}=f,v=Ci(E.decryptdata);if(!y.decryptdata||E!==this.keyIdToKeyInfo[v])return o(this.createKeyLoadError(y,_.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),p));E.decryptdata.key=y.decryptdata.key=new Uint8Array(d.data),y.keyLoader=null,E.loader=null,n({frag:y,keyInfo:E})},onError:(d,g,f,p)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.KEY_LOAD_ERROR,new Error(`HTTP Error ${d.code} loading key ${d.text}`),f,ae({url:c.url,data:void 0},d)))},onTimeout:(d,g,f)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),f))},onAbort:(d,g,f)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.INTERNAL_ABORTED,new Error("key loading aborted"),f))}};r.load(c,h,u)})}resetLoader(e){const{frag:t,keyInfo:s,url:i}=e,r=s.loader;t.keyLoader===r&&(t.keyLoader=null,s.loader=null);const n=Ci(s.decryptdata)||i;delete this.keyIdToKeyInfo[n],r&&r.destroy()}}function Ci(a){if(a.keyFormat!==ke.FAIRPLAY){const e=a.keyId;if(e)return Pe(e)}return a.uri}function Qn(a){const{type:e}=a;switch(e){case se.AUDIO_TRACK:return Y.AUDIO;case se.SUBTITLE_TRACK:return Y.SUBTITLE;default:return Y.MAIN}}function Pi(a,e){let t=a.url;return(t===void 0||t.indexOf("data:")===0)&&(t=e.url),t}class bf{constructor(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.onManifestLoaded=this.checkAutostartLoad,this.hls=e,this.registerListeners()}startLoad(e){}stopLoad(){this.destroyInternalLoaders()}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(m.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(m.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this)}createInternalLoader(e){const t=this.hls.config,s=t.pLoader,i=t.loader,r=s||i,n=new r(t);return this.loaders[e.type]=n,n}getInternalLoader(e){return this.loaders[e.type]}resetInternalLoader(e){this.loaders[e]&&delete this.loaders[e]}destroyInternalLoaders(){for(const e in this.loaders){const t=this.loaders[e];t&&t.destroy(),this.resetInternalLoader(e)}}destroy(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()}onManifestLoading(e,t){const{url:s}=t;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:se.MANIFEST,url:s,deliveryDirectives:null,levelOrTrack:null})}onLevelLoading(e,t){const{id:s,level:i,pathwayId:r,url:n,deliveryDirectives:o,levelInfo:c}=t;this.load({id:s,level:i,pathwayId:r,responseType:"text",type:se.LEVEL,url:n,deliveryDirectives:o,levelOrTrack:c})}onAudioTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:o}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:se.AUDIO_TRACK,url:r,deliveryDirectives:n,levelOrTrack:o})}onSubtitleTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:o}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:se.SUBTITLE_TRACK,url:r,deliveryDirectives:n,levelOrTrack:o})}onLevelsUpdated(e,t){const s=this.loaders[se.LEVEL];if(s){const i=s.context;i&&!t.levels.some(r=>r===i.levelOrTrack)&&(s.abort(),delete this.loaders[se.LEVEL])}}load(e){var t;const s=this.hls.config;let i=this.getInternalLoader(e);if(i){const l=this.hls.logger,h=i.context;if(h&&h.levelOrTrack===e.levelOrTrack&&(h.url===e.url||h.deliveryDirectives&&!e.deliveryDirectives)){h.url===e.url?l.log(`[playlist-loader]: ignore ${e.url} ongoing request`):l.log(`[playlist-loader]: ignore ${e.url} in favor of ${h.url}`);return}l.log(`[playlist-loader]: aborting previous loader for type: ${e.type}`),i.abort()}let r;if(e.type===se.MANIFEST?r=s.manifestLoadPolicy.default:r=le({},s.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),i=this.createInternalLoader(e),H((t=e.deliveryDirectives)==null?void 0:t.part)){let l;if(e.type===se.LEVEL&&e.level!==null?l=this.hls.levels[e.level].details:e.type===se.AUDIO_TRACK&&e.id!==null?l=this.hls.audioTracks[e.id].details:e.type===se.SUBTITLE_TRACK&&e.id!==null&&(l=this.hls.subtitleTracks[e.id].details),l){const h=l.partTarget,u=l.targetduration;if(h&&u){const d=Math.max(h*3,u*.8)*1e3;r=le({},r,{maxTimeToFirstByteMs:Math.min(d,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(d,r.maxTimeToFirstByteMs)})}}}const n=r.errorRetry||r.timeoutRetry||{},o={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:n.maxNumRetry||0,retryDelay:n.retryDelayMs||0,maxRetryDelay:n.maxRetryDelayMs||0},c={onSuccess:(l,h,u,d)=>{const g=this.getInternalLoader(u);this.resetInternalLoader(u.type);const f=l.data;h.parsing.start=performance.now(),ot.isMediaPlaylist(f)||u.type!==se.MANIFEST?this.handleTrackOrLevelPlaylist(l,h,u,d||null,g):this.handleMasterPlaylist(l,h,u,d)},onError:(l,h,u,d)=>{this.handleNetworkError(h,u,!1,l,d)},onTimeout:(l,h,u)=>{this.handleNetworkError(h,u,!0,void 0,l)}};i.load(e,o,c)}checkAutostartLoad(){if(!this.hls)return;const{config:{autoStartLoad:e,startPosition:t},forceStartLoad:s}=this.hls;(e||s)&&(this.hls.logger.log(`${e?"auto":"force"} startLoad with configured startPosition ${t}`),this.hls.startLoad(t))}handleMasterPlaylist(e,t,s,i){const r=this.hls,n=e.data,o=Pi(e,s),c=ot.parseMasterPlaylist(n,o);if(c.playlistParsingError){t.parsing.end=performance.now(),this.handleManifestParsingError(e,s,c.playlistParsingError,i,t);return}const{contentSteering:l,levels:h,sessionData:u,sessionKeys:d,startTimeOffset:g,variableList:f}=c;this.variableList=f,h.forEach(v=>{const{unknownCodecs:T}=v;if(T){const{preferManagedMediaSource:S}=this.hls.config;let{audioCodec:x,videoCodec:D}=v;for(let A=T.length;A--;){const L=T[A];ns(L,"audio",S)?(v.audioCodec=x=x?`${x},${L}`:L,qt.audio[x.substring(0,4)]=2,T.splice(A,1)):ns(L,"video",S)&&(v.videoCodec=D=D?`${D},${L}`:L,qt.video[D.substring(0,4)]=2,T.splice(A,1))}}});const{AUDIO:p=[],SUBTITLES:y,"CLOSED-CAPTIONS":E}=ot.parseMasterPlaylistMedia(n,o,c);p.length&&!p.some(T=>!T.url)&&h[0].audioCodec&&!h[0].attrs.AUDIO&&(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),p.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new me({}),bitrate:0,url:""})),r.trigger(m.MANIFEST_LOADED,{levels:h,audioTracks:p,subtitles:y,captions:E,contentSteering:l,url:o,stats:t,networkDetails:i,sessionData:u,sessionKeys:d,startTimeOffset:g,variableList:f})}handleTrackOrLevelPlaylist(e,t,s,i,r){const n=this.hls,{id:o,level:c,type:l}=s,h=Pi(e,s),u=H(c)?c:H(o)?o:0,d=Qn(s),g=ot.parseLevelPlaylist(e.data,h,u,d,0,this.variableList);if(l===se.MANIFEST){const f={attrs:new me({}),bitrate:0,details:g,name:"",url:h};g.requestScheduled=t.loading.start+Ba(g,0),n.trigger(m.MANIFEST_LOADED,{levels:[f],audioTracks:[],url:h,stats:t,networkDetails:i,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}t.parsing.end=performance.now(),s.levelDetails=g,this.handlePlaylistLoaded(g,e,t,s,i,r)}handleManifestParsingError(e,t,s,i,r){this.hls.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.MANIFEST_PARSING_ERROR,fatal:t.type===se.MANIFEST,url:e.url,err:s,error:s,reason:s.message,response:e,context:t,networkDetails:i,stats:r})}handleNetworkError(e,t,s=!1,i,r){let n=`A network ${s?"timeout":"error"+(i?" (status "+i.code+")":"")} occurred while loading ${e.type}`;e.type===se.LEVEL?n+=`: ${e.level} id: ${e.id}`:(e.type===se.AUDIO_TRACK||e.type===se.SUBTITLE_TRACK)&&(n+=` id: ${e.id} group-id: "${e.groupId}"`);const o=new Error(n);this.hls.logger.warn(`[playlist-loader]: ${n}`);let c=_.UNKNOWN,l=!1;const h=this.getInternalLoader(e);switch(e.type){case se.MANIFEST:c=s?_.MANIFEST_LOAD_TIMEOUT:_.MANIFEST_LOAD_ERROR,l=!0;break;case se.LEVEL:c=s?_.LEVEL_LOAD_TIMEOUT:_.LEVEL_LOAD_ERROR,l=!1;break;case se.AUDIO_TRACK:c=s?_.AUDIO_TRACK_LOAD_TIMEOUT:_.AUDIO_TRACK_LOAD_ERROR,l=!1;break;case se.SUBTITLE_TRACK:c=s?_.SUBTITLE_TRACK_LOAD_TIMEOUT:_.SUBTITLE_LOAD_ERROR,l=!1;break}h&&this.resetInternalLoader(e.type);const u={type:W.NETWORK_ERROR,details:c,fatal:l,url:e.url,loader:h,context:e,error:o,networkDetails:t,stats:r};if(i){const d=t?.url||e.url;u.response=ae({url:d,data:void 0},i)}this.hls.trigger(m.ERROR,u)}handlePlaylistLoaded(e,t,s,i,r,n){const o=this.hls,{type:c,level:l,levelOrTrack:h,id:u,groupId:d,deliveryDirectives:g}=i,f=Pi(t,i),p=Qn(i);let y=typeof i.level=="number"&&p===Y.MAIN?l:void 0;const E=e.playlistParsingError;if(E){if(this.hls.logger.warn(`${E} ${e.url}`),!o.config.ignorePlaylistParsingErrors){o.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_PARSING_ERROR,fatal:!1,url:f,error:E,reason:E.message,response:t,context:i,level:y,parent:p,networkDetails:r,stats:s});return}e.playlistParsingError=null}if(!e.fragments.length){const v=e.playlistParsingError=new Error("No Segments found in Playlist");o.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_EMPTY_ERROR,fatal:!1,url:f,error:v,reason:v.message,response:t,context:i,level:y,parent:p,networkDetails:r,stats:s});return}switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),(!n.getCacheAge||isNaN(e.ageHeader))&&(e.ageHeader=0)),c){case se.MANIFEST:case se.LEVEL:if(y){if(!h)y=0;else if(h!==o.levels[y]){const v=o.levels.indexOf(h);v>-1&&(y=v)}}o.trigger(m.LEVEL_LOADED,{details:e,levelInfo:h||o.levels[0],level:y||0,id:u||0,stats:s,networkDetails:r,deliveryDirectives:g,withoutMultiVariant:c===se.MANIFEST});break;case se.AUDIO_TRACK:o.trigger(m.AUDIO_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:s,networkDetails:r,deliveryDirectives:g});break;case se.SUBTITLE_TRACK:o.trigger(m.SUBTITLE_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:s,networkDetails:r,deliveryDirectives:g});break}}}class we{static get version(){return ls}static isMSESupported(){return Bo()}static isSupported(){return xf()}static getMediaSource(){return Lt()}static get Events(){return m}static get MetadataSchema(){return We}static get ErrorTypes(){return W}static get ErrorDetails(){return _}static get DefaultConfig(){return we.defaultConfig?we.defaultConfig:hf}static set DefaultConfig(e){we.defaultConfig=e}constructor(e={}){this.config=void 0,this.userConfig=void 0,this.logger=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new fr,this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioStreamController=void 0,this.subtititleStreamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.interstitialsController=void 0,this.gapController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this._url=null,this._sessionId=void 0,this.triggeringException=void 0,this.started=!1;const t=this.logger=kl(e.debug||!1,"Hls instance",e.assetPlayerId),s=this.config=df(we.DefaultConfig,e,t);this.userConfig=e,s.progressive&&ff(s,t);const{abrController:i,bufferController:r,capLevelController:n,errorController:o,fpsController:c}=s,l=new o(this),h=this.abrController=new i(this),u=new bc(this),d=s.interstitialsController,g=d?this.interstitialsController=new d(this,we):null,f=this.bufferController=new r(this,u),p=this.capLevelController=new n(this),y=new c(this),E=new bf(this),v=s.contentSteeringController,T=v?new v(this):null,S=this.levelController=new Sf(this,T),x=new vf(this),D=new Rf(this.config,this.logger),A=this.streamController=new Lf(this,u,D),L=this.gapController=new yf(this,u);p.setStreamController(A),y.setStreamController(A);const R=[E,S,A];g&&R.splice(1,0,g),T&&R.splice(1,0,T),this.networkControllers=R;const I=[h,f,L,p,y,x,u];this.audioTrackController=this.createController(s.audioTrackController,R);const C=s.audioStreamController;C&&R.push(this.audioStreamController=new C(this,u,D)),this.subtitleTrackController=this.createController(s.subtitleTrackController,R);const $=s.subtitleStreamController;$&&R.push(this.subtititleStreamController=new $(this,u,D)),this.createController(s.timelineController,I),D.emeController=this.emeController=this.createController(s.emeController,I),this.cmcdController=this.createController(s.cmcdController,I),this.latencyController=this.createController(Tf,I),this.coreComponents=I,R.push(l);const V=l.onErrorOut;typeof V=="function"&&this.on(m.ERROR,V,l),this.on(m.MANIFEST_LOADED,E.onManifestLoaded,E)}createController(e,t){if(e){const s=new e(this);return t&&t.push(s),s}return null}on(e,t,s=this){this._emitter.on(e,t,s)}once(e,t,s=this){this._emitter.once(e,t,s)}removeAllListeners(e){this._emitter.removeAllListeners(e)}off(e,t,s=this,i){this._emitter.off(e,t,s,i)}listeners(e){return this._emitter.listeners(e)}emit(e,t,s){return this._emitter.emit(e,t,s)}trigger(e,t){if(this.config.debug)return this.emit(e,e,t);try{return this.emit(e,e,t)}catch(s){if(this.logger.error("An internal error happened while handling event "+e+'. Error message: "'+s.message+'". Here is a stacktrace:',s),!this.triggeringException){this.triggeringException=!0;const i=e===m.ERROR;this.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,fatal:i,event:e,error:s}),this.triggeringException=!1}}return!1}listenerCount(e){return this._emitter.listenerCount(e)}destroy(){this.logger.log("destroy"),this.trigger(m.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this._url=null,this.networkControllers.forEach(t=>t.destroy()),this.networkControllers.length=0,this.coreComponents.forEach(t=>t.destroy()),this.coreComponents.length=0;const e=this.config;e.xhrSetup=e.fetchSetup=void 0,this.userConfig=null}attachMedia(e){if(!e||"media"in e&&!e.media){const r=new Error(`attachMedia failed: invalid argument (${e})`);this.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.ATTACH_MEDIA_ERROR,fatal:!0,error:r});return}this.logger.log("attachMedia"),this._media&&(this.logger.warn("media must be detached before attaching"),this.detachMedia());const t="media"in e,s=t?e.media:e,i=t?e:{media:s};this._media=s,this.trigger(m.MEDIA_ATTACHING,i)}detachMedia(){this.logger.log("detachMedia"),this.trigger(m.MEDIA_DETACHING,{}),this._media=null}transferMedia(){this._media=null;const e=this.bufferController.transferMedia();return this.trigger(m.MEDIA_DETACHING,{transferMedia:e}),e}loadSource(e){this.stopLoad();const t=this.media,s=this._url,i=this._url=sr.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.logger.log(`loadSource:${i}`),t&&s&&(s!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(m.MANIFEST_LOADING,{url:e})}get url(){return this._url}get hasEnoughToStart(){return this.streamController.hasEnoughToStart}get startPosition(){return this.streamController.startPositionValue}startLoad(e=-1,t){this.logger.log(`startLoad(${e+(t?", <skip seek to start>":"")})`),this.started=!0,this.resumeBuffering();for(let s=0;s<this.networkControllers.length&&(this.networkControllers[s].startLoad(e,t),!(!this.started||!this.networkControllers));s++);}stopLoad(){this.logger.log("stopLoad"),this.started=!1;for(let e=0;e<this.networkControllers.length&&(this.networkControllers[e].stopLoad(),!(this.started||!this.networkControllers));e++);}get loadingEnabled(){return this.started}get bufferingEnabled(){return this.streamController.bufferingEnabled}resumeBuffering(){this.bufferingEnabled||(this.logger.log("resume buffering"),this.networkControllers.forEach(e=>{e.resumeBuffering&&e.resumeBuffering()}))}pauseBuffering(){this.bufferingEnabled&&(this.logger.log("pause buffering"),this.networkControllers.forEach(e=>{e.pauseBuffering&&e.pauseBuffering()}))}get inFlightFragments(){const e={[Y.MAIN]:this.streamController.inFlightFrag};return this.audioStreamController&&(e[Y.AUDIO]=this.audioStreamController.inFlightFrag),this.subtititleStreamController&&(e[Y.SUBTITLE]=this.subtititleStreamController.inFlightFrag),e}swapAudioCodec(){this.logger.log("swapAudioCodec"),this.streamController.swapAudioCodec()}recoverMediaError(){this.logger.log("recoverMediaError");const e=this._media,t=e?.currentTime;this.detachMedia(),e&&(this.attachMedia(e),t&&this.startLoad(t))}removeLevel(e){this.levelController.removeLevel(e)}get sessionId(){let e=this._sessionId;return e||(e=this._sessionId=pd()),e}get levels(){const e=this.levelController.levels;return e||[]}get latestLevelDetails(){return this.streamController.getLevelDetails()||null}get loadLevelObj(){return this.levelController.loadLevelObj}get currentLevel(){return this.streamController.currentLevel}set currentLevel(e){this.logger.log(`set currentLevel:${e}`),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}get nextLevel(){return this.streamController.nextLevel}set nextLevel(e){this.logger.log(`set nextLevel:${e}`),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}get loadLevel(){return this.levelController.level}set loadLevel(e){this.logger.log(`set loadLevel:${e}`),this.levelController.manualLevel=e}get nextLoadLevel(){return this.levelController.nextLoadLevel}set nextLoadLevel(e){this.levelController.nextLoadLevel=e}get firstLevel(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)}set firstLevel(e){this.logger.log(`set firstLevel:${e}`),this.levelController.firstLevel=e}get startLevel(){const e=this.levelController.startLevel;return e===-1&&this.abrController.forcedAutoLevel>-1?this.abrController.forcedAutoLevel:e}set startLevel(e){this.logger.log(`set startLevel:${e}`),e!==-1&&(e=Math.max(e,this.minAutoLevel)),this.levelController.startLevel=e}get capLevelToPlayerSize(){return this.config.capLevelToPlayerSize}set capLevelToPlayerSize(e){const t=!!e;t!==this.config.capLevelToPlayerSize&&(t?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=t)}get autoLevelCapping(){return this._autoLevelCapping}get bandwidthEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimate():NaN}set bandwidthEstimate(e){this.abrController.resetEstimator(e)}get abrEwmaDefaultEstimate(){const{bwEstimator:e}=this.abrController;return e?e.defaultEstimate:NaN}get ttfbEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimateTTFB():NaN}set autoLevelCapping(e){this._autoLevelCapping!==e&&(this.logger.log(`set autoLevelCapping:${e}`),this._autoLevelCapping=e,this.levelController.checkMaxAutoUpdated())}get maxHdcpLevel(){return this._maxHdcpLevel}set maxHdcpLevel(e){uc(e)&&this._maxHdcpLevel!==e&&(this._maxHdcpLevel=e,this.levelController.checkMaxAutoUpdated())}get autoLevelEnabled(){return this.levelController.manualLevel===-1}get manualLevel(){return this.levelController.manualLevel}get minAutoLevel(){const{levels:e,config:{minAutoBitrate:t}}=this;if(!e)return 0;const s=e.length;for(let i=0;i<s;i++)if(e[i].maxBitrate>=t)return i;return 0}get maxAutoLevel(){const{levels:e,autoLevelCapping:t,maxHdcpLevel:s}=this;let i;if(t===-1&&e!=null&&e.length?i=e.length-1:i=t,s)for(let r=i;r--;){const n=e[r].attrs["HDCP-LEVEL"];if(n&&n<=s)return r}return i}get firstAutoLevel(){return this.abrController.firstAutoLevel}get nextAutoLevel(){return this.abrController.nextAutoLevel}set nextAutoLevel(e){this.abrController.nextAutoLevel=e}get playingDate(){return this.streamController.currentProgramDateTime}get mainForwardBufferInfo(){return this.streamController.getMainFwdBufferInfo()}get maxBufferLength(){return this.streamController.maxBufferLength}setAudioOption(e){var t;return((t=this.audioTrackController)==null?void 0:t.setAudioOption(e))||null}setSubtitleOption(e){var t;return((t=this.subtitleTrackController)==null?void 0:t.setSubtitleOption(e))||null}get allAudioTracks(){const e=this.audioTrackController;return e?e.allAudioTracks:[]}get audioTracks(){const e=this.audioTrackController;return e?e.audioTracks:[]}get audioTrack(){const e=this.audioTrackController;return e?e.audioTrack:-1}set audioTrack(e){const t=this.audioTrackController;t&&(t.audioTrack=e)}get allSubtitleTracks(){const e=this.subtitleTrackController;return e?e.allSubtitleTracks:[]}get subtitleTracks(){const e=this.subtitleTrackController;return e?e.subtitleTracks:[]}get subtitleTrack(){const e=this.subtitleTrackController;return e?e.subtitleTrack:-1}get media(){return this._media}set subtitleTrack(e){const t=this.subtitleTrackController;t&&(t.subtitleTrack=e)}get subtitleDisplay(){const e=this.subtitleTrackController;return e?e.subtitleDisplay:!1}set subtitleDisplay(e){const t=this.subtitleTrackController;t&&(t.subtitleDisplay=e)}get lowLatencyMode(){return this.config.lowLatencyMode}set lowLatencyMode(e){this.config.lowLatencyMode=e}get liveSyncPosition(){return this.latencyController.liveSyncPosition}get latency(){return this.latencyController.latency}get maxLatency(){return this.latencyController.maxLatency}get targetLatency(){return this.latencyController.targetLatency}set targetLatency(e){this.latencyController.targetLatency=e}get drift(){return this.latencyController.drift}get forceStartLoad(){return this.streamController.forceStartLoad}get pathways(){return this.levelController.pathways}get pathwayPriority(){return this.levelController.pathwayPriority}set pathwayPriority(e){this.levelController.pathwayPriority=e}get bufferedToEnd(){var e;return!!((e=this.bufferController)!=null&&e.bufferedToEnd)}get interstitialsManager(){var e;return((e=this.interstitialsController)==null?void 0:e.interstitialsManager)||null}getMediaDecodingInfo(e,t=this.allAudioTracks){const s=Aa(t);return Sa(e,s,navigator.mediaCapabilities)}}we.defaultConfig=void 0;var _f=De('<div class="error-overlay svelte-zbxgh1"> </div>'),Df=De('<div class="player-wrapper svelte-zbxgh1" role="region"><video playsinline="" class="svelte-zbxgh1"><track kind="captions"/></video> <div><div class="scrub-bar svelte-zbxgh1" role="slider"><div><img alt="scrub" class="frog-sprite svelte-zbxgh1" draggable="false"/></div></div></div> <button><img src="/frogeye.png" alt="fullscreen" class="frogeye svelte-zbxgh1"/></button> <!></div>',2);function Cf(a,e){Qs(e,!0);let t=re(void 0),s=null,i=re(""),r=re(!1),n=re(0),o=re(0),c=re(void 0),l=re(!1),h=re(0),u=re(0),d=re(!1),g=0,f=re(!0),p=null,y=re(!1);function E(){s&&(s.destroy(),s=null)}function v(){!F(t)||!e.src||(E(),q(i,""),we.isSupported()?(s=new we({enableWorker:!0,lowLatencyMode:!1}),s.loadSource(e.src),s.attachMedia(F(t)),s.on(we.Events.MANIFEST_PARSED,()=>{F(t)?.play().catch(()=>{}),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&q(i,"🐸 Audio may not work in Safari — these streams use Opus. Try Chrome or Firefox for sound.")}),s.on(we.Events.ERROR,(P,M)=>{if(console.error("HLS error:",M),M.fatal)switch(M.type){case we.ErrorTypes.NETWORK_ERROR:q(i,`Network error: ${M.details}`),s?.startLoad();break;case we.ErrorTypes.MEDIA_ERROR:q(i,`Media error: ${M.details}`),s?.recoverMediaError();break;default:q(i,`Fatal error: ${M.details}`),E();break}})):q(i,"HLS playback is not supported in this browser."))}oi(()=>(e.src,F(t)&&v(),E)),oi(()=>(document.addEventListener("fullscreenchange",R),()=>document.removeEventListener("fullscreenchange",R)));let T=0;function S(){if(!F(t)||F(l))return;q(n,F(t).currentTime,!0),q(o,F(t).duration||0,!0);const P=F(o)>0?F(n)/F(o):0,M=P-T;Math.abs(M)>.002&&(q(u,F(u)===0?1:0,!0),q(d,M<0),T=P),q(h,P,!0)}function x(){q(r,!0)}function D(){q(r,!1)}function A(){F(t)&&(F(t).paused?F(t).play().catch(()=>{}):F(t).pause())}function L(){const P=F(t)?.closest(".player-wrapper");P&&(document.fullscreenElement?document.exitFullscreen?.().catch(()=>{}):P.requestFullscreen?.().catch(()=>{}))}function R(){q(y,!!document.fullscreenElement)}function I(P){if(!F(c))return;const M=F(c).getBoundingClientRect(),K=Math.max(0,Math.min(1,(P.clientX-M.left)/M.width)),B=K-g;if(Math.abs(B)>.02&&(q(u,F(u)===0?1:0,!0),q(d,B<0),g=K),q(h,K,!0),F(t)&&F(o)>0){const U=K*F(o);F(t).currentTime=U,q(n,U),s&&s.startLoad(U)}}let C=!1;function $(P){P.preventDefault(),q(l,!0),C=!!(F(t)&&!F(t).paused),F(t)&&C&&F(t).pause(),I(P),window.addEventListener("mousemove",G),window.addEventListener("mouseup",O)}function V(P){P.preventDefault(),P.stopPropagation(),q(l,!0),C=!!(F(t)&&!F(t).paused),F(t)&&C&&F(t).pause(),window.addEventListener("mousemove",G),window.addEventListener("mouseup",O)}function G(P){F(l)&&I(P)}function O(){q(l,!1),F(t)&&C&&F(t).play().catch(()=>{}),window.removeEventListener("mousemove",G),window.removeEventListener("mouseup",O)}function k(P){P.code==="Space"&&F(t)&&(P.preventDefault(),A())}oi(()=>(window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)));function N(){q(f,!0),p&&clearTimeout(p),p=setTimeout(()=>{F(r)&&q(f,!1)},2500)}Bs(a,{seed:"player-main",padding:4,children:(P,M)=>{var K=Df(),B=ne(K);Us(B,Be=>q(t,Be),()=>F(t));var U=fe(B,2);let z;var Z=ne(U);Ne(Z,"aria-valuemin",0),Ne(Z,"tabindex",0);var j=ne(Z);let J;var de=ne(j);ie(j),ie(Z),Us(Z,Be=>q(c,Be),()=>F(c)),ie(U);var ce=fe(U,2);let ge;var Oe=fe(ce,2);{var Le=Be=>{var Fe=_f(),xe=ne(Fe,!0);ie(Fe),Me(()=>Ze(xe,F(i))),_e(Be,Fe)};nt(Oe,Be=>{F(i)&&Be(Le)})}ie(K),Me(()=>{z=ts(U,1,"controls svelte-zbxgh1",null,z,{visible:F(f)||!F(r)}),Ne(Z,"aria-valuenow",F(n)),Ne(Z,"aria-valuemax",F(o)),J=ts(j,1,"scrub-frog svelte-zbxgh1",null,J,{flipped:F(d)}),kt(j,`left: ${F(h)*100}%;`),Ne(de,"src",F(u)===0?"/froggiestand.png":"/froggiejump.png"),ge=ts(ce,1,"fullscreen-btn svelte-zbxgh1",null,ge,{visible:F(f)||!F(r)}),Ne(ce,"title",F(y)?"Exit fullscreen":"Fullscreen")}),rt("mousemove",K,N),At("mouseenter",K,N),At("mouseleave",K,()=>{F(r)&&q(f,!1)}),At("timeupdate",B,S),At("play",B,x),At("pause",B,D),rt("click",B,A),rt("mousedown",Z,$),rt("mousedown",j,V),rt("click",ce,L),_e(P,K)},$$slots:{default:!0}}),Zs()}tr(["mousemove","click","mousedown"]);var Pf=De('<img class="thumb-img svelte-1nxalmg"/>'),kf=De('<div class="loading-spinner svelte-1nxalmg"><div class="spinner svelte-1nxalmg"></div></div>'),wf=De('<div class="scrub-bar svelte-1nxalmg"><div class="scrub-bar-fill svelte-1nxalmg"></div></div>'),Of=De('<div><img alt="hop" class="frog-sprite svelte-1nxalmg"/></div>'),Ff=De('<div class="thumbnail svelte-1nxalmg" role="img"><!> <canvas></canvas> <!> <!> <!> <div class="thumb-shadow svelte-1nxalmg"></div></div>'),Mf=De('<span class="duration-badge svelte-1nxalmg"> </span> <div class="thumb-wrapper svelte-1nxalmg"><!></div> <div class="info svelte-1nxalmg"><h3 class="title svelte-1nxalmg"> </h3> <a class="creator svelte-1nxalmg"> </a> <p class="date svelte-1nxalmg"> </p></div>',1),Nf=De('<button class="card svelte-1nxalmg"><!></button>');function Bf(a,e){Qs(e,!0);let t=re(ta(e.video.value.creator)),s=re(null);const i=e.video.uri.split("/").pop()||e.video.uri,r=ml(e.video.value.creator),n=`transform: rotate(${r.rotation}deg) translate(${r.translateX}px, ${r.translateY}px);`;let o=re(void 0),c=re(void 0),l=re(!1),h=re(0),u=re(!1),d=re(!1),g=re(!1),f=null,p=null,y=0,E=!1,v=null;Zn(()=>{wi(e.video.value.creator).then(N=>q(t,N,!0)),pl(e.video).then(N=>q(s,N,!0))}),Uo(S);function T(){if(f)return;q(d,!0),f=document.createElement("video"),f.muted=!0,f.playsInline=!0,f.preload="auto",f.style.cssText="position:fixed;top:-9999px;left:-9999px;width:320px;height:180px;pointer-events:none;",document.body.appendChild(f),f.addEventListener("seeked",x);const N=aa(e.video.uri);we.isSupported()&&(p=new we({enableWorker:!1,lowLatencyMode:!1,startLevel:0}),p.loadSource(N),p.attachMedia(f),p.on(we.Events.LEVEL_LOADED,(P,M)=>{y=M.details.totalduration,q(u,!0),A(F(h))}),p.on(we.Events.ERROR,(P,M)=>{M.fatal&&q(d,!1)}))}function S(){p&&(p.destroy(),p=null),f&&(f.removeEventListener("seeked",x),f.remove(),f=null),q(u,!1),q(d,!1),q(g,!1),E=!1,v=null,y=0}function x(){if(E=!1,q(d,!1),L(),v!==null){const N=v;v=null,D(N)}}function D(N){!f||!F(u)||(E=!0,f.currentTime=N)}function A(N){if(!F(u)||!y)return;const P=N*y;E?v=P:D(P)}function L(){if(!f||!F(c))return;const N=f.videoWidth,P=f.videoHeight;if(!N||!P)return;const M=F(c).getBoundingClientRect(),K=window.devicePixelRatio||1;F(c).width=M.width*K,F(c).height=M.height*K;const B=F(c).getContext("2d");B&&(B.drawImage(f,0,0,F(c).width,F(c).height),q(g,!0))}let R=re(0),I=0,C=re(!1);function $(){q(l,!0),T()}function V(N){if(!F(o))return;const P=F(o).getBoundingClientRect(),M=Math.max(0,Math.min(1,(N.clientX-P.left)/P.width)),K=M-I;Math.abs(K)>.03&&(q(R,F(R)===0?1:0,!0),q(C,K<0),I=M),q(h,M,!0),A(F(h))}function G(){q(l,!1)}var O=Nf(),k=ne(O);Bs(k,{get seed(){return i},fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:2.2,padding:"clamp(24px, 4vw, 36px)",children:(N,P)=>{var M=Mf(),K=sa(M),B=ne(K,!0);ie(K);var U=fe(K,2),z=ne(U);{let Le=ia(()=>i+"-thumb");Bs(z,{get seed(){return F(Le)},fill:"#3992FF",strokeColor:"#0A182B",strokeWidth:1.5,padding:0,children:(Be,Fe)=>{var xe=Ff(),bt=ne(xe);{var te=ye=>{var Te=Pf();Me(()=>{Ne(Te,"src",F(s)),Ne(Te,"alt",e.video.value.title)}),_e(ye,Te)};nt(bt,ye=>{F(s)&&ye(te)})}var ve=fe(bt,2);let Re;Us(ve,ye=>q(c,ye),()=>F(c));var Je=fe(ve,2);{var Ke=ye=>{var Te=kf();_e(ye,Te)};nt(Je,ye=>{F(l)&&F(d)&&!F(g)&&ye(Ke)})}var ht=fe(Je,2);{var ut=ye=>{var Te=wf(),_t=ne(Te);ie(Te),Me(()=>kt(_t,`width: ${F(h)*100}%`)),_e(ye,Te)};nt(ht,ye=>{F(l)&&F(u)&&ye(ut)})}var ds=fe(ht,2);{var Ft=ye=>{var Te=Of();let _t;var si=ne(Te);ie(Te),Me(()=>{_t=ts(Te,1,"scrub-frog svelte-1nxalmg",null,_t,{flipped:F(C)}),kt(Te,`left: ${F(h)*100}%;`),Ne(si,"src",F(R)===0?"/froggiestand.png":"/froggiejump.png")}),_e(ye,Te)};nt(ds,ye=>{F(l)&&ye(Ft)})}ll(2),ie(xe),Us(xe,ye=>q(o,ye),()=>F(o)),Me(()=>Re=ts(ve,1,"scrub-canvas svelte-1nxalmg",null,Re,{visible:F(l)&&F(g)})),At("mouseenter",xe,$),rt("mousemove",xe,V),At("mouseleave",xe,G),_e(Be,xe)},$$slots:{default:!0}})}ie(U);var Z=fe(U,2),j=ne(Z),J=ne(j,!0);ie(j);var de=fe(j,2),ce=ne(de,!0);ie(de);var ge=fe(de,2),Oe=ne(ge,!0);ie(ge),ie(Z),Me((Le,Be,Fe)=>{Ze(B,Le),Ze(J,e.video.value.title),Ne(de,"href",`/profile/${Be??""}`),Ze(ce,F(t)),Ze(Oe,Fe)},[()=>ra(e.video.value.duration),()=>F(t).replace("@",""),()=>na(e.video.value.createdAt)]),rt("click",de,Le=>Le.stopPropagation()),_e(N,M)},$$slots:{default:!0}}),ie(O),Me(()=>kt(O,n)),rt("click",O,()=>e.onSelect(e.video)),_e(a,O),Zs()}tr(["click","mousemove"]);var Uf=De('<div class="wavy-circle svelte-95sxdm"><div class="circle-clipped svelte-95sxdm"><div class="circle-fill svelte-95sxdm"></div> <div class="circle-content svelte-95sxdm"><!></div></div> <svg class="circle-stroke svelte-95sxdm" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" overflow="visible"><path fill="none" stroke-linejoin="round"></path></svg></div>');function $f(a,e){Qs(e,!0);let t=gs(e,"fill",3,"#39FF44"),s=gs(e,"strokeColor",3,"#0A182B"),i=gs(e,"strokeWidth",3,2),r=gs(e,"size",3,48);const{svgPath:n,clipPolygon:o}=c(e.seed);function c(y){const D=Xt(y,1)*Math.PI*2,A=Xt(y,2)*Math.PI*2,L=4+Xt(y,3)*4,R=8+Xt(y,4)*6,I=.7+Xt(y,5)*.6,C=[];for(let G=0;G<64;G++){const O=G/64*Math.PI*2,k=Math.sin(O*L+D)*4*.7,N=Math.sin(O*R+A)*4*.3,P=44+(k+N)*I;C.push([50+Math.cos(O)*P,50+Math.sin(O)*P])}let $=`M ${C[0][0].toFixed(1)} ${C[0][1].toFixed(1)}`;for(let G=0;G<C.length;G++){const O=C[(G-1+C.length)%C.length],k=C[G],N=C[(G+1)%C.length],P=C[(G+2)%C.length],M=.25,K=k[0]+(N[0]-O[0])*M,B=k[1]+(N[1]-O[1])*M,U=N[0]-(P[0]-k[0])*M,z=N[1]-(P[1]-k[1])*M;$+=` C ${K.toFixed(1)} ${B.toFixed(1)}, ${U.toFixed(1)} ${z.toFixed(1)}, ${N[0].toFixed(1)} ${N[1].toFixed(1)}`}$+=" Z";const V=C.map(([G,O])=>`${G.toFixed(2)}% ${O.toFixed(2)}%`).join(", ");return{svgPath:$,clipPolygon:`polygon(${V})`}}var l=Uf(),h=ne(l),u=ne(h),d=fe(u,2),g=ne(d);dl(g,()=>e.children),ie(d),ie(h);var f=fe(h,2),p=ne(f);ie(f),ie(l),Me(()=>{kt(l,`width: ${r()??""}px; height: ${r()??""}px;`),kt(h,`clip-path: ${o??""};`),kt(u,`background: ${t()??""};`),Ne(p,"d",n),Ne(p,"stroke",s()),Ne(p,"stroke-width",i())}),_e(a,l),Zs()}var Gf=De('<img alt=""/>'),Kf=De('<a class="creator-avatar-link svelte-1uha8ag"><!></a>'),Vf=De('<h2 class="player-title svelte-1uha8ag"> </h2> <div class="player-meta-row svelte-1uha8ag"><!> <p class="player-meta svelte-1uha8ag"><a class="creator-tag svelte-1uha8ag"> </a> <span class="dot svelte-1uha8ag">·</span> <span class="dot svelte-1uha8ag">·</span> </p></div>',1),Hf=De('<section class="player-section svelte-1uha8ag"><!> <div class="player-info svelte-1uha8ag"><!></div></section>'),Yf=De('<div class="error svelte-1uha8ag"> </div>'),Wf=De('<button class="page-btn svelte-1uha8ag">← previous</button>'),qf=De('<button class="page-btn svelte-1uha8ag">next →</button>'),jf=De('<div class="app svelte-1uha8ag"><!> <!> <!> <section class="grid svelte-1uha8ag"></section> <div class="pagination svelte-1uha8ag"><!> <span class="page-num svelte-1uha8ag"> </span> <!></div></div>');function ng(a,e){Qs(e,!0);const t=9;let s=re(ta([])),i=re(!1),r=re(null),n=re(""),o=re(""),c=re(""),l=re(0),h=re(!0);async function u(){q(i,!0),q(c,"");try{const O=await El(F(l),t);q(s,O.records,!0),q(h,O.hasMore,!0)}catch(O){q(c,O.message,!0)}q(i,!1)}function d(){!F(h)||F(i)||(Pr(l),u(),window.scrollTo({top:0,behavior:"smooth"}))}function g(){F(l)<=0||F(i)||(Pr(l,-1),u(),window.scrollTo({top:0,behavior:"smooth"}))}function f(O){q(r,O,!0),q(o,""),wi(O.value.creator).then(N=>{q(n,N,!0);const P=N.replace("@","");vl(P).then(M=>{M.avatar&&q(o,M.avatar,!0)}).catch(()=>{})});const k=new URL(window.location.href);k.searchParams.set("v",O.uri),window.history.pushState({},"",k.toString()),window.scrollTo({top:0,behavior:"smooth"})}function p(){q(r,null);const O=new URL(window.location.href);O.searchParams.delete("v"),window.history.pushState({},"",O.toString())}Zn(async()=>{await u();const k=new URLSearchParams(window.location.search).get("v");if(k){const P=(await kr()).find(M=>M.uri===k);P&&f(P)}});async function y(){const k=new URLSearchParams(window.location.search).get("v");if(k){const P=(await kr()).find(M=>M.uri===k);P&&(q(r,P,!0),wi(P.value.creator).then(M=>q(n,M,!0)))}else q(r,null)}var E=jf();At("popstate",hl,y),fl("1uha8ag",O=>{cl(()=>{ul.title="vod frog"})});var v=ne(E);yl(v,{onHomeClick:p});var T=fe(v,2);{var S=O=>{var k=Hf(),N=ne(k);{let K=ia(()=>aa(F(r).uri));Cf(N,{get src(){return F(K)}})}var P=fe(N,2),M=ne(P);Bs(M,{seed:"player-info",fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:1.8,padding:"32px clamp(40px, 6vw, 80px)",children:(K,B)=>{var U=Vf(),z=sa(U),Z=ne(z,!0);ie(z);var j=fe(z,2),J=ne(j);{var de=Fe=>{var xe=Kf(),bt=ne(xe);$f(bt,{get seed(){return F(r).value.creator},fill:"#FFDEED",strokeColor:"#0A182B",strokeWidth:1.5,size:40,children:(te,ve)=>{var Re=Gf();Me(()=>Ne(Re,"src",F(o))),_e(te,Re)},$$slots:{default:!0}}),ie(xe),Me(te=>Ne(xe,"href",`/profile/${te??""}`),[()=>F(n)?.replace("@","")||F(r).value.creator]),_e(Fe,xe)};nt(J,Fe=>{F(o)&&Fe(de)})}var ce=fe(J,2),ge=ne(ce),Oe=ne(ge,!0);ie(ge);var Le=fe(ge,3),Be=fe(Le,2);ie(ce),ie(j),Me((Fe,xe,bt)=>{Ze(Z,F(r).value.title),Ne(ge,"href",`/profile/${Fe??""}`),Ze(Oe,F(n)||F(r).value.creator),Ze(Le,` ${xe??""} `),Ze(Be,` ${bt??""}`)},[()=>F(n)?.replace("@","")||F(r).value.creator,()=>na(F(r).value.createdAt),()=>ra(F(r).value.duration)]),_e(K,U)},$$slots:{default:!0}}),ie(P),ie(k),_e(O,k)};nt(T,O=>{F(r)&&O(S)})}var x=fe(T,2);{var D=O=>{var k=Yf(),N=ne(k,!0);ie(k),Me(()=>Ze(N,F(c))),_e(O,k)};nt(x,O=>{F(c)&&O(D)})}var A=fe(x,2);Sl(A,21,()=>F(s),O=>O.uri,(O,k)=>{Bf(O,{get video(){return F(k)},onSelect:f})}),ie(A);var L=fe(A,2),R=ne(L);{var I=O=>{var k=Wf();Me(()=>k.disabled=F(i)),rt("click",k,g),_e(O,k)};nt(R,O=>{F(l)>0&&O(I)})}var C=fe(R,2),$=ne(C);ie(C);var V=fe(C,2);{var G=O=>{var k=qf();Me(()=>k.disabled=F(i)),rt("click",k,d),_e(O,k)};nt(V,O=>{F(h)&&O(G)})}ie(L),ie(E),Me(()=>Ze($,`page ${F(l)+1}`)),_e(a,E),Zs()}tr(["click"]);export{ng as component};
-1
.svelte-kit/output/client/_app/immutable/nodes/3.Bx_OPh6d.js
··· 1 - import{a as i,f as n}from"../chunks/6qGwBjhj.js";import{o as oa}from"../chunks/pNsQzX0r.js";import{a1 as la,a4 as va,a8 as ia,a5 as r,B as b,A as a,a9 as na,a7 as p,aa as y,a6 as o,ab as j,ac as da,a3 as c}from"../chunks/BuZ8u_VS.js";import{s as _}from"../chunks/CCoS_Egr.js";import{i as u,s as pa,a as ca}from"../chunks/CvWmAKek.js";import{h as ma}from"../chunks/iHYN8FkY.js";import{F as fa,g as _a,W as N,s as w}from"../chunks/4YFwho-X.js";import{s as ua}from"../chunks/BKjtTD7m.js";const ga=!1,xa=!1,Ga=Object.freeze(Object.defineProperty({__proto__:null,prerender:ga,ssr:xa},Symbol.toStringTag,{value:"Module"})),ba=()=>{const m=ua;return{page:{subscribe:m.page.subscribe},navigating:{subscribe:m.navigating.subscribe},updated:m.updated}},ha={subscribe(m){return ba().page.subscribe(m)}};var $a=n('<div class="loading svelte-oxml5t"><img src="/froggiejump.png" alt="loading" class="loading-frog svelte-oxml5t"/> <p class="loading-text svelte-oxml5t">hopping over to fetch profile...</p></div>'),ka=n('<div class="error svelte-oxml5t"> </div>'),ya=n('<img alt="banner" class="banner-img svelte-oxml5t"/>'),wa=n('<img class="avatar svelte-oxml5t"/>'),Ca=n('<div class="avatar-wrapper svelte-oxml5t"><!></div>'),Fa=n('<p class="description svelte-oxml5t"> </p>'),Ba=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">followers</span></div>'),Pa=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">following</span></div>'),Wa=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">posts</span></div>'),Aa=n('<div class="profile-card svelte-oxml5t"><!> <h1 class="display-name svelte-oxml5t"> </h1> <p class="handle svelte-oxml5t"> </p> <!> <div class="stats svelte-oxml5t"><!> <!> <!></div> <a target="_blank" class="profile-link svelte-oxml5t">view on witchsky →</a></div>'),ja=n('<div class="profile-layout svelte-oxml5t"><!> <div class="profile-card-area svelte-oxml5t"><!></div></div>'),Na=n('<div class="profile-page svelte-oxml5t"><!> <!> <div class="back-link svelte-oxml5t"><a href="/" class="svelte-oxml5t">← back to vods</a></div></div>');function Ia(m,S){la(S,!0);const q=()=>ca(ha,"$page",G),[G,I]=pa();let e=j(null),C=j(!0),h=j(""),D=da(()=>q().params.handle);oa(async()=>{b(C,!0),b(h,"");try{b(e,await _a(a(D)),!0)}catch(l){b(h,l.message,!0)}b(C,!1)});var F=Na();ma("oxml5t",l=>{ia(()=>{na.title=`${(a(e)?.displayName||a(D))??""} — vod frog 🐸`})});var E=r(F);fa(E,{});var J=p(E,2);{var K=l=>{var d=$a();i(l,d)},L=l=>{var d=ka(),$=r(d,!0);o(d),c(()=>_($,a(h))),i(l,d)},Q=l=>{var d=ja(),$=r(d);{var R=g=>{N(g,{seed:"profile-banner",fill:"#3992FF",strokeColor:"#0A182B",strokeWidth:2,padding:4,children:(O,k)=>{var x=ya();c(()=>w(x,"src",a(e).banner)),i(O,x)},$$slots:{default:!0}})};u($,g=>{a(e).banner&&g(R)})}var M=p($,2),U=r(M);N(U,{seed:"profile-card",fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:2,padding:48,children:(g,O)=>{var k=Aa(),x=r(k);{var V=t=>{var s=Ca(),v=r(s);N(v,{seed:"profile-avatar",fill:"#FFDEED",strokeColor:"#0A182B",strokeWidth:1.5,padding:4,children:(f,Sa)=>{var A=wa();c(()=>{w(A,"src",a(e).avatar),w(A,"alt",a(e).displayName||a(e).handle)}),i(f,A)},$$slots:{default:!0}}),o(s),i(t,s)};u(x,t=>{a(e).avatar&&t(V)})}var B=p(x,2),X=r(B,!0);o(B);var P=p(B,2),Y=r(P);o(P);var z=p(P,2);{var Z=t=>{var s=Fa(),v=r(s,!0);o(s),c(()=>_(v,a(e).description)),i(t,s)};u(z,t=>{a(e).description&&t(Z)})}var W=p(z,2),H=r(W);{var aa=t=>{var s=Ba(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).followersCount)),i(t,s)};u(H,t=>{a(e).followersCount!==void 0&&t(aa)})}var T=p(H,2);{var ea=t=>{var s=Pa(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).followsCount)),i(t,s)};u(T,t=>{a(e).followsCount!==void 0&&t(ea)})}var ta=p(T,2);{var sa=t=>{var s=Wa(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).postsCount)),i(t,s)};u(ta,t=>{a(e).postsCount!==void 0&&t(sa)})}o(W);var ra=p(W,2);o(k),c(()=>{_(X,a(e).displayName||a(e).handle),_(Y,`@${a(e).handle??""}`),w(ra,"href",`https://witchsky.app/profile/${a(e).handle??""}`)}),i(g,k)},$$slots:{default:!0}}),o(M),o(d),i(l,d)};u(J,l=>{a(C)?l(K):a(h)?l(L,1):a(e)&&l(Q,2)})}y(2),o(F),i(m,F),va(),I()}export{Ia as component,Ga as universal};
-1
.svelte-kit/output/client/_app/version.json
··· 1 - {"version":"1774913971226"}
.svelte-kit/output/client/favicon.png

This is a binary file and will not be displayed.

-1
.svelte-kit/output/client/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="107" height="128" viewBox="0 0 107 128"><title>svelte-logo</title><path d="M94.157 22.819c-10.4-14.885-30.94-19.297-45.792-9.835L22.282 29.608A29.92 29.92 0 0 0 8.764 49.65a31.5 31.5 0 0 0 3.108 20.231 30 30 0 0 0-4.477 11.183 31.9 31.9 0 0 0 5.448 24.116c10.402 14.887 30.942 19.297 45.791 9.835l26.083-16.624A29.92 29.92 0 0 0 98.235 78.35a31.53 31.53 0 0 0-3.105-20.232 30 30 0 0 0 4.474-11.182 31.88 31.88 0 0 0-5.447-24.116" style="fill:#ff3e00"/><path d="M45.817 106.582a20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.503 18 18 0 0 1 .624-2.435l.49-1.498 1.337.981a33.6 33.6 0 0 0 10.203 5.098l.97.294-.09.968a5.85 5.85 0 0 0 1.052 3.878 6.24 6.24 0 0 0 6.695 2.485 5.8 5.8 0 0 0 1.603-.704L69.27 76.28a5.43 5.43 0 0 0 2.45-3.631 5.8 5.8 0 0 0-.987-4.371 6.24 6.24 0 0 0-6.698-2.487 5.7 5.7 0 0 0-1.6.704l-9.953 6.345a19 19 0 0 1-5.296 2.326 20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.502 17.99 17.99 0 0 1 8.13-12.052l26.081-16.623a19 19 0 0 1 5.3-2.329 20.72 20.72 0 0 1 22.237 8.243 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-.624 2.435l-.49 1.498-1.337-.98a33.6 33.6 0 0 0-10.203-5.1l-.97-.294.09-.968a5.86 5.86 0 0 0-1.052-3.878 6.24 6.24 0 0 0-6.696-2.485 5.8 5.8 0 0 0-1.602.704L37.73 51.72a5.42 5.42 0 0 0-2.449 3.63 5.79 5.79 0 0 0 .986 4.372 6.24 6.24 0 0 0 6.698 2.486 5.8 5.8 0 0 0 1.602-.704l9.952-6.342a19 19 0 0 1 5.295-2.328 20.72 20.72 0 0 1 22.237 8.242 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-8.13 12.053l-26.081 16.622a19 19 0 0 1-5.3 2.328" style="fill:#fff"/></svg>
.svelte-kit/output/client/fonts/Fang-Italic.otf

This is a binary file and will not be displayed.

.svelte-kit/output/client/fonts/Fang-Roman.otf

This is a binary file and will not be displayed.

.svelte-kit/output/client/fonts/PicNic-Regular.otf

This is a binary file and will not be displayed.

.svelte-kit/output/client/frogcursor-small.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/frogcursor.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/frogeye.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/froggie.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/froggiejump.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/froggiestand.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/frogicon.png

This is a binary file and will not be displayed.

.svelte-kit/output/client/leaves.png

This is a binary file and will not be displayed.

-3
.svelte-kit/output/client/robots.txt
··· 1 - # allow crawling everything by default 2 - User-agent: * 3 - Disallow:
-1
.svelte-kit/output/prerendered/dependencies/_app/env.js
··· 1 - export const env={}
-40
.svelte-kit/output/prerendered/pages/index.html
··· 1 - <!doctype html> 2 - <html lang="en"> 3 - <head> 4 - <meta charset="utf-8" /> 5 - <link rel="icon" href="/frogicon.png" /> 6 - <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 - <title>vod frog</title> 8 - <link href="./_app/immutable/entry/start.CgMVs50r.js" rel="modulepreload"> 9 - <link href="./_app/immutable/chunks/BKjtTD7m.js" rel="modulepreload"> 10 - <link href="./_app/immutable/chunks/BuZ8u_VS.js" rel="modulepreload"> 11 - <link href="./_app/immutable/chunks/pNsQzX0r.js" rel="modulepreload"> 12 - <link href="./_app/immutable/entry/app.D1MwiwKn.js" rel="modulepreload"> 13 - <link href="./_app/immutable/chunks/CCoS_Egr.js" rel="modulepreload"> 14 - <link href="./_app/immutable/chunks/6qGwBjhj.js" rel="modulepreload"> 15 - <link href="./_app/immutable/chunks/CvWmAKek.js" rel="modulepreload"> 16 - <link href="./_app/immutable/chunks/D1Ae0CO3.js" rel="modulepreload"> 17 - <link href="./_app/immutable/chunks/lKBsgujO.js" rel="modulepreload"> 18 - 19 - </head> 20 - <body> 21 - <div style="display: contents"> 22 - <script> 23 - { 24 - __sveltekit_lq47rm = { 25 - base: new URL(".", location).pathname.slice(0, -1) 26 - }; 27 - 28 - const element = document.currentScript.parentElement; 29 - 30 - Promise.all([ 31 - import("./_app/immutable/entry/start.CgMVs50r.js"), 32 - import("./_app/immutable/entry/app.D1MwiwKn.js") 33 - ]).then(([kit, app]) => { 34 - kit.start(app, element); 35 - }); 36 - } 37 - </script> 38 - </div> 39 - </body> 40 - </html>
-179
.svelte-kit/output/server/.vite/manifest.json
··· 1 - { 2 - ".svelte-kit/generated/server/internal.js": { 3 - "file": "internal.js", 4 - "name": "internal", 5 - "src": ".svelte-kit/generated/server/internal.js", 6 - "isEntry": true, 7 - "imports": [ 8 - "_root.js", 9 - "_environment.js", 10 - "_internal.js" 11 - ] 12 - }, 13 - "_FrogHeader.D-WUJdl3.css": { 14 - "file": "_app/immutable/assets/FrogHeader.D-WUJdl3.css", 15 - "src": "_FrogHeader.D-WUJdl3.css" 16 - }, 17 - "_FrogHeader.js": { 18 - "file": "chunks/FrogHeader.js", 19 - "name": "FrogHeader", 20 - "css": [ 21 - "_app/immutable/assets/FrogHeader.D-WUJdl3.css" 22 - ] 23 - }, 24 - "_environment.js": { 25 - "file": "chunks/environment.js", 26 - "name": "environment" 27 - }, 28 - "_exports.js": { 29 - "file": "chunks/exports.js", 30 - "name": "exports" 31 - }, 32 - "_false.js": { 33 - "file": "chunks/false.js", 34 - "name": "false" 35 - }, 36 - "_index.js": { 37 - "file": "chunks/index.js", 38 - "name": "index", 39 - "imports": [ 40 - "_index2.js" 41 - ] 42 - }, 43 - "_index2.js": { 44 - "file": "chunks/index2.js", 45 - "name": "index", 46 - "imports": [ 47 - "_false.js" 48 - ] 49 - }, 50 - "_internal.js": { 51 - "file": "chunks/internal.js", 52 - "name": "internal", 53 - "imports": [ 54 - "_root.js", 55 - "_environment.js" 56 - ] 57 - }, 58 - "_root.js": { 59 - "file": "chunks/root.js", 60 - "name": "root", 61 - "imports": [ 62 - "_index2.js" 63 - ] 64 - }, 65 - "_shared.js": { 66 - "file": "chunks/shared.js", 67 - "name": "shared", 68 - "imports": [ 69 - "_utils.js" 70 - ] 71 - }, 72 - "_state.svelte.js": { 73 - "file": "chunks/state.svelte.js", 74 - "name": "state.svelte", 75 - "imports": [ 76 - "_index2.js", 77 - "_exports.js", 78 - "_root.js" 79 - ] 80 - }, 81 - "_utils.js": { 82 - "file": "chunks/utils.js", 83 - "name": "utils" 84 - }, 85 - "node_modules/@sveltejs/kit/src/runtime/app/server/remote/index.js": { 86 - "file": "remote-entry.js", 87 - "name": "remote-entry", 88 - "src": "node_modules/@sveltejs/kit/src/runtime/app/server/remote/index.js", 89 - "isEntry": true, 90 - "imports": [ 91 - "_shared.js", 92 - "_false.js", 93 - "_environment.js" 94 - ] 95 - }, 96 - "node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte": { 97 - "file": "entries/fallbacks/error.svelte.js", 98 - "name": "entries/fallbacks/error.svelte", 99 - "src": "node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte", 100 - "isEntry": true, 101 - "imports": [ 102 - "_index2.js", 103 - "_state.svelte.js", 104 - "_exports.js", 105 - "_utils.js", 106 - "_index.js", 107 - "_root.js" 108 - ] 109 - }, 110 - "node_modules/@sveltejs/kit/src/runtime/server/index.js": { 111 - "file": "index.js", 112 - "name": "index", 113 - "src": "node_modules/@sveltejs/kit/src/runtime/server/index.js", 114 - "isEntry": true, 115 - "imports": [ 116 - "_false.js", 117 - "_environment.js", 118 - "_shared.js", 119 - "_exports.js", 120 - "_utils.js", 121 - "_index.js", 122 - "_internal.js" 123 - ] 124 - }, 125 - "src/routes/+layout.svelte": { 126 - "file": "entries/pages/_layout.svelte.js", 127 - "name": "entries/pages/_layout.svelte", 128 - "src": "src/routes/+layout.svelte", 129 - "isEntry": true, 130 - "imports": [ 131 - "_index2.js" 132 - ], 133 - "css": [ 134 - "_app/immutable/assets/_layout.DKk5J4IK.css" 135 - ] 136 - }, 137 - "src/routes/+layout.ts": { 138 - "file": "entries/pages/_layout.ts.js", 139 - "name": "entries/pages/_layout.ts", 140 - "src": "src/routes/+layout.ts", 141 - "isEntry": true 142 - }, 143 - "src/routes/+page.svelte": { 144 - "file": "entries/pages/_page.svelte.js", 145 - "name": "entries/pages/_page.svelte", 146 - "src": "src/routes/+page.svelte", 147 - "isEntry": true, 148 - "imports": [ 149 - "_index2.js", 150 - "_FrogHeader.js" 151 - ], 152 - "css": [ 153 - "_app/immutable/assets/_page.DhipyPW0.css" 154 - ] 155 - }, 156 - "src/routes/profile/[handle]/+page.svelte": { 157 - "file": "entries/pages/profile/_handle_/_page.svelte.js", 158 - "name": "entries/pages/profile/_handle_/_page.svelte", 159 - "src": "src/routes/profile/[handle]/+page.svelte", 160 - "isEntry": true, 161 - "imports": [ 162 - "_index2.js", 163 - "_exports.js", 164 - "_utils.js", 165 - "_root.js", 166 - "_state.svelte.js", 167 - "_FrogHeader.js" 168 - ], 169 - "css": [ 170 - "_app/immutable/assets/_page.JMkiik8G.css" 171 - ] 172 - }, 173 - "src/routes/profile/[handle]/+page.ts": { 174 - "file": "entries/pages/profile/_handle_/_page.ts.js", 175 - "name": "entries/pages/profile/_handle_/_page.ts", 176 - "src": "src/routes/profile/[handle]/+page.ts", 177 - "isEntry": true 178 - } 179 - }
-1
.svelte-kit/output/server/_app/immutable/assets/FrogHeader.D-WUJdl3.css
··· 1 - .wavy-container.svelte-7frlgw{position:relative;isolation:isolate}.wavy-clipped.svelte-7frlgw{position:relative}.wavy-fill.svelte-7frlgw{position:absolute;inset:0;z-index:0}.wavy-content.svelte-7frlgw{position:relative;z-index:1;padding:var(--padding)}.wavy-stroke.svelte-7frlgw{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:visible}.frog-header.svelte-1kxia9k{padding:30px 20px 50px;position:relative}.title-area.svelte-1kxia9k{position:relative;display:inline-block}.logo-link.svelte-1kxia9k{text-decoration:none;color:inherit}.logo-text.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(3rem,8vw,5.5rem);color:#0a182b;margin:0;line-height:.9;font-weight:400;letter-spacing:-1px;position:relative;z-index:1}.header-frog.svelte-1kxia9k{position:absolute;right:-80px;top:-60px;width:clamp(120px,18vw,220px);height:auto;z-index:2;transform:rotate(-10deg);filter:drop-shadow(2px 4px 6px rgba(10,24,43,.3));transition:transform .3s ease}.header-frog.svelte-1kxia9k:hover{transform:rotate(5deg) scale(1.1)}.subtitle-lines.svelte-1kxia9k{margin-top:6px;position:relative;z-index:0}.subtitle-link.svelte-1kxia9k{color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.subtitle-link.svelte-1kxia9k:hover{color:#ff3992}.subtitle.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(.85rem,2vw,1.15rem);color:#0a182b;margin:0;line-height:1.4;opacity:.85}@media(max-width:600px){.frog-header.svelte-1kxia9k{padding:20px 16px 8px}.header-frog.svelte-1kxia9k{right:-100px;top:-20px}}
-1
.svelte-kit/output/server/_app/immutable/assets/_layout.DKk5J4IK.css
··· 1 - .mesh-bg.svelte-17k46oa{position:fixed;inset:0;z-index:-2;overflow:hidden}.mesh-svg.svelte-17k46oa{width:100%;height:100%}.plant-overlay.svelte-11afcec{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;mix-blend-mode:multiply}.leaves.svelte-11afcec{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(max-width:768px){.plant-overlay.svelte-11afcec{display:none}}html,body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}body{font-family:Fang,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}::selection{background:#ff399280;color:#ffdeed}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a8c22}::-webkit-scrollbar-thumb{background:#0a182b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff3992}
-1
.svelte-kit/output/server/_app/immutable/assets/_page.DhipyPW0.css
··· 1 - .player-wrapper.svelte-zbxgh1{position:relative;width:100%;background:#0a182b;overflow:hidden}.player-wrapper.svelte-zbxgh1:fullscreen{display:flex;align-items:center;justify-content:center}.player-wrapper.svelte-zbxgh1:fullscreen video:where(.svelte-zbxgh1){max-height:100vh;max-width:100vw;object-fit:contain}video.svelte-zbxgh1{width:100%;display:block;max-height:70vh;cursor:pointer}.controls.svelte-zbxgh1{position:absolute;bottom:5%;left:10%;right:15%;opacity:0;transition:opacity .25s ease;pointer-events:none}.controls.visible.svelte-zbxgh1{opacity:1;pointer-events:auto}.scrub-bar.svelte-zbxgh1{position:relative;height:48px;cursor:pointer}.scrub-frog.svelte-zbxgh1{position:absolute;bottom:0;transform:translate(-50%);cursor:grab;transition:left .05s linear;z-index:2;padding:6px}.scrub-frog.svelte-zbxgh1:active{cursor:grabbing}.scrub-frog.flipped.svelte-zbxgh1{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-zbxgh1{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));pointer-events:none}.fullscreen-btn.svelte-zbxgh1{all:unset;position:absolute;bottom:5%;right:8%;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .2s ease;z-index:5}.fullscreen-btn.visible.svelte-zbxgh1{opacity:1}.fullscreen-btn.svelte-zbxgh1:hover{transform:scale(1.15)}.frogeye.svelte-zbxgh1{width:44px;height:44px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.error-overlay.svelte-zbxgh1{position:absolute;bottom:15%;left:10%;right:10%;background:#ff3992d9;color:#ffdeed;padding:8px 12px;border-radius:6px;font-family:Fang,system-ui,sans-serif;font-size:.8rem}.card.svelte-1nxalmg{all:unset;cursor:url(/frogcursor-small.png) 12 12,pointer;display:flex;flex-direction:column;transition:transform .2s ease;position:relative}.duration-badge.svelte-1nxalmg{display:block;font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#ff3992;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-align:right}.thumb-wrapper.svelte-1nxalmg{margin:0}.thumbnail.svelte-1nxalmg{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#3992ff,#1e4e8c);display:flex;align-items:center;justify-content:center;overflow:hidden}.thumb-img.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .15s}.scrub-canvas.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.scrub-canvas.visible.svelte-1nxalmg{opacity:1}.scrub-frog.svelte-1nxalmg{position:absolute;bottom:0%;z-index:4;pointer-events:none;transform:translate(-50%);transition:left .05s linear}.scrub-frog.flipped.svelte-1nxalmg{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-1nxalmg{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));image-rendering:auto}.thumb-shadow.svelte-1nxalmg{position:absolute;inset:0;box-shadow:inset 0 3px 16px #0a182b80;pointer-events:none}.loading-spinner.svelte-1nxalmg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:3}.spinner.svelte-1nxalmg{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1nxalmg-spin .8s linear infinite}@keyframes svelte-1nxalmg-spin{to{transform:rotate(360deg)}}.scrub-bar.svelte-1nxalmg{position:absolute;bottom:0;left:0;right:0;height:3px;background:#fff3;z-index:2}.scrub-bar-fill.svelte-1nxalmg{height:100%;background:#ff3992;transition:width .05s linear}.info.svelte-1nxalmg{padding:14px 10px 8px}.title.svelte-1nxalmg{margin:0;font-family:Fang,system-ui,sans-serif;font-size:.9rem;font-weight:700;color:#0a182b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator.svelte-1nxalmg{display:block;margin:4px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.8rem;color:#0a182b;opacity:.8;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.creator.svelte-1nxalmg:hover{color:#ff3992}.date.svelte-1nxalmg{margin:2px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#ff3992;font-style:italic}.app.svelte-1uha8ag{max-width:1300px;margin:0 auto;padding:0 clamp(24px,7vw,120px) 60px}.player-section.svelte-1uha8ag{margin-bottom:40px;margin-top:20px;padding:0 10px}.player-info.svelte-1uha8ag{padding:20px 4px}.player-meta-row.svelte-1uha8ag{display:flex;align-items:center;gap:10px;margin-top:6px}.creator-avatar-link.svelte-1uha8ag{flex-shrink:0;transition:transform .15s}.creator-avatar-link.svelte-1uha8ag:hover{transform:scale(1.1)}.player-title.svelte-1uha8ag{margin:0;font-family:PicNic,cursive,system-ui;font-size:clamp(1.4rem,3vw,2rem);color:#0a182b}.player-meta.svelte-1uha8ag{margin:6px 0 0;font-family:Fang,system-ui,sans-serif;color:#0a182b;opacity:.7;font-size:.85rem}.creator-tag.svelte-1uha8ag{color:#3992ff;text-decoration:underline}.dot.svelte-1uha8ag{margin:0 4px;color:#0a182b;opacity:.4}.grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:clamp(32px,5vw,50px);padding:20px clamp(16px,3vw,24px)}.pagination.svelte-1uha8ag{display:flex;justify-content:center;align-items:center;gap:20px;padding:30px}.page-btn.svelte-1uha8ag{background:#0a182b;color:#39ff44;border:3px solid #0a182b;padding:12px 32px;border-radius:40px;font-family:PicNic,cursive,system-ui;font-size:1.1rem;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.page-btn.svelte-1uha8ag:hover{background:#39ff44;color:#0a182b;border-color:#0a182b}.page-btn.svelte-1uha8ag:disabled{background:#1a8c22;color:#0a182b;border-color:#1a8c22;cursor:wait;opacity:.6}.page-num.svelte-1uha8ag{font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b}.error.svelte-1uha8ag{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:0 10px 20px;font-family:Fang,system-ui,sans-serif;border:2px solid #ff3992}
-1
.svelte-kit/output/server/_app/immutable/assets/_page.JMkiik8G.css
··· 1 - .profile-page.svelte-oxml5t{max-width:800px;margin:0 auto;padding:0 clamp(24px,7vw,80px) 60px}.loading.svelte-oxml5t{text-align:center;padding:60px 20px}.loading-frog.svelte-oxml5t{width:64px;height:auto;animation:svelte-oxml5t-hop .6s ease-in-out infinite alternate}@keyframes svelte-oxml5t-hop{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.loading-text.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.2rem;color:#0a182b;margin-top:12px}.error.svelte-oxml5t{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:20px 0;font-family:Fang,system-ui,sans-serif;border:2px solid #FF3992}.profile-layout.svelte-oxml5t{display:flex;flex-direction:column;gap:24px}.banner-img.svelte-oxml5t{width:100%;display:block;aspect-ratio:3 / 1;object-fit:cover}.profile-card-area.svelte-oxml5t{margin-top:-20px}.profile-card.svelte-oxml5t{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.avatar-wrapper.svelte-oxml5t{width:clamp(80px,15vw,120px);margin-bottom:8px}.avatar.svelte-oxml5t{width:100%;display:block;aspect-ratio:1;object-fit:cover;border-radius:0}.display-name.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:clamp(1.8rem,4vw,2.8rem);color:#0a182b;margin:0;line-height:1.1}.handle.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:1rem;color:#0a182b;opacity:.7;margin:0}.description.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.95rem;color:#0a182b;margin:8px 0;max-width:500px;line-height:1.5}.stats.svelte-oxml5t{display:flex;gap:clamp(16px,4vw,32px);margin:12px 0}.stat.svelte-oxml5t{display:flex;flex-direction:column;align-items:center}.stat-num.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#0a182b;font-weight:700}.stat-label.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#0a182b;opacity:.6}.profile-link.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;margin-top:8px;transition:color .15s}.profile-link.svelte-oxml5t:hover{color:#ff3992}.back-link.svelte-oxml5t{text-align:center;padding:30px}.back-link.svelte-oxml5t a:where(.svelte-oxml5t){font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.back-link.svelte-oxml5t a:where(.svelte-oxml5t):hover{color:#ff3992}
-10
.svelte-kit/output/server/chunks/FrogHeader.js
··· 1 - import "clsx"; 2 - function FrogHeader($$renderer, $$props) { 3 - $$renderer.component(($$renderer2) => { 4 - let { onHomeClick } = $$props; 5 - $$renderer2.push(`<header class="frog-header svelte-1kxia9k"><div class="title-area svelte-1kxia9k"><a href="/" class="logo-link svelte-1kxia9k"><h1 class="logo-text svelte-1kxia9k">vod frog</h1></a> <img src="/froggie.png" alt="A cute frog" class="header-frog svelte-1kxia9k"/></div> <div class="subtitle-lines svelte-1kxia9k"><p class="subtitle svelte-1kxia9k">an exploration by</p> <p class="subtitle svelte-1kxia9k"><a href="https://witchsky.app/profile/goose.art" target="_blank" class="subtitle-link svelte-1kxia9k">@goose.art</a> using <a href="https://witchsky.app/profile/stream.place" target="_blank" class="subtitle-link svelte-1kxia9k">@stream.place</a></p></div></header>`); 6 - }); 7 - } 8 - export { 9 - FrogHeader as F 10 - };
-34
.svelte-kit/output/server/chunks/environment.js
··· 1 - let base = ""; 2 - let assets = base; 3 - const app_dir = "_app"; 4 - const relative = true; 5 - const initial = { base, assets }; 6 - function override(paths) { 7 - base = paths.base; 8 - assets = paths.assets; 9 - } 10 - function reset() { 11 - base = initial.base; 12 - assets = initial.assets; 13 - } 14 - function set_assets(path) { 15 - assets = initial.assets = path; 16 - } 17 - let prerendering = false; 18 - function set_building() { 19 - } 20 - function set_prerendering() { 21 - prerendering = true; 22 - } 23 - export { 24 - assets as a, 25 - base as b, 26 - app_dir as c, 27 - reset as d, 28 - set_building as e, 29 - set_prerendering as f, 30 - override as o, 31 - prerendering as p, 32 - relative as r, 33 - set_assets as s 34 - };
-174
.svelte-kit/output/server/chunks/exports.js
··· 1 - const SCHEME = /^[a-z][a-z\d+\-.]+:/i; 2 - const internal = new URL("sveltekit-internal://"); 3 - function resolve(base, path) { 4 - if (path[0] === "/" && path[1] === "/") return path; 5 - let url = new URL(base, internal); 6 - url = new URL(path, url); 7 - return url.protocol === internal.protocol ? url.pathname + url.search + url.hash : url.href; 8 - } 9 - function normalize_path(path, trailing_slash) { 10 - if (path === "/" || trailing_slash === "ignore") return path; 11 - if (trailing_slash === "never") { 12 - return path.endsWith("/") ? path.slice(0, -1) : path; 13 - } else if (trailing_slash === "always" && !path.endsWith("/")) { 14 - return path + "/"; 15 - } 16 - return path; 17 - } 18 - function decode_pathname(pathname) { 19 - return pathname.split("%25").map(decodeURI).join("%25"); 20 - } 21 - function decode_params(params) { 22 - for (const key in params) { 23 - params[key] = decodeURIComponent(params[key]); 24 - } 25 - return params; 26 - } 27 - function make_trackable(url, callback, search_params_callback, allow_hash = false) { 28 - const tracked = new URL(url); 29 - Object.defineProperty(tracked, "searchParams", { 30 - value: new Proxy(tracked.searchParams, { 31 - get(obj, key) { 32 - if (key === "get" || key === "getAll" || key === "has") { 33 - return (param, ...rest) => { 34 - search_params_callback(param); 35 - return obj[key](param, ...rest); 36 - }; 37 - } 38 - callback(); 39 - const value = Reflect.get(obj, key); 40 - return typeof value === "function" ? value.bind(obj) : value; 41 - } 42 - }), 43 - enumerable: true, 44 - configurable: true 45 - }); 46 - const tracked_url_properties = ["href", "pathname", "search", "toString", "toJSON"]; 47 - if (allow_hash) tracked_url_properties.push("hash"); 48 - for (const property of tracked_url_properties) { 49 - Object.defineProperty(tracked, property, { 50 - get() { 51 - callback(); 52 - return url[property]; 53 - }, 54 - enumerable: true, 55 - configurable: true 56 - }); 57 - } 58 - { 59 - tracked[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = (depth, opts, inspect) => { 60 - return inspect(url, opts); 61 - }; 62 - tracked.searchParams[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = (depth, opts, inspect) => { 63 - return inspect(url.searchParams, opts); 64 - }; 65 - } 66 - if (!allow_hash) { 67 - disable_hash(tracked); 68 - } 69 - return tracked; 70 - } 71 - function disable_hash(url) { 72 - allow_nodejs_console_log(url); 73 - Object.defineProperty(url, "hash", { 74 - get() { 75 - throw new Error( 76 - "Cannot access event.url.hash. Consider using `page.url.hash` inside a component instead" 77 - ); 78 - } 79 - }); 80 - } 81 - function disable_search(url) { 82 - allow_nodejs_console_log(url); 83 - for (const property of ["search", "searchParams"]) { 84 - Object.defineProperty(url, property, { 85 - get() { 86 - throw new Error(`Cannot access url.${property} on a page with prerendering enabled`); 87 - } 88 - }); 89 - } 90 - } 91 - function allow_nodejs_console_log(url) { 92 - { 93 - url[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = (depth, opts, inspect) => { 94 - return inspect(new URL(url), opts); 95 - }; 96 - } 97 - } 98 - function validator(expected) { 99 - function validate(module, file) { 100 - if (!module) return; 101 - for (const key in module) { 102 - if (key[0] === "_" || expected.has(key)) continue; 103 - const values = [...expected.values()]; 104 - const hint = hint_for_supported_files(key, file?.slice(file.lastIndexOf("."))) ?? `valid exports are ${values.join(", ")}, or anything with a '_' prefix`; 105 - throw new Error(`Invalid export '${key}'${file ? ` in ${file}` : ""} (${hint})`); 106 - } 107 - } 108 - return validate; 109 - } 110 - function hint_for_supported_files(key, ext = ".js") { 111 - const supported_files = []; 112 - if (valid_layout_exports.has(key)) { 113 - supported_files.push(`+layout${ext}`); 114 - } 115 - if (valid_page_exports.has(key)) { 116 - supported_files.push(`+page${ext}`); 117 - } 118 - if (valid_layout_server_exports.has(key)) { 119 - supported_files.push(`+layout.server${ext}`); 120 - } 121 - if (valid_page_server_exports.has(key)) { 122 - supported_files.push(`+page.server${ext}`); 123 - } 124 - if (valid_server_exports.has(key)) { 125 - supported_files.push(`+server${ext}`); 126 - } 127 - if (supported_files.length > 0) { 128 - return `'${key}' is a valid export in ${supported_files.slice(0, -1).join(", ")}${supported_files.length > 1 ? " or " : ""}${supported_files.at(-1)}`; 129 - } 130 - } 131 - const valid_layout_exports = /* @__PURE__ */ new Set([ 132 - "load", 133 - "prerender", 134 - "csr", 135 - "ssr", 136 - "trailingSlash", 137 - "config" 138 - ]); 139 - const valid_page_exports = /* @__PURE__ */ new Set([...valid_layout_exports, "entries"]); 140 - const valid_layout_server_exports = /* @__PURE__ */ new Set([...valid_layout_exports]); 141 - const valid_page_server_exports = /* @__PURE__ */ new Set([...valid_layout_server_exports, "actions", "entries"]); 142 - const valid_server_exports = /* @__PURE__ */ new Set([ 143 - "GET", 144 - "POST", 145 - "PATCH", 146 - "PUT", 147 - "DELETE", 148 - "OPTIONS", 149 - "HEAD", 150 - "fallback", 151 - "prerender", 152 - "trailingSlash", 153 - "config", 154 - "entries" 155 - ]); 156 - const validate_layout_exports = validator(valid_layout_exports); 157 - const validate_page_exports = validator(valid_page_exports); 158 - const validate_layout_server_exports = validator(valid_layout_server_exports); 159 - const validate_page_server_exports = validator(valid_page_server_exports); 160 - const validate_server_exports = validator(valid_server_exports); 161 - export { 162 - SCHEME as S, 163 - decode_params as a, 164 - validate_layout_exports as b, 165 - validate_page_server_exports as c, 166 - disable_search as d, 167 - validate_page_exports as e, 168 - decode_pathname as f, 169 - validate_server_exports as g, 170 - make_trackable as m, 171 - normalize_path as n, 172 - resolve as r, 173 - validate_layout_server_exports as v 174 - };
-4
.svelte-kit/output/server/chunks/false.js
··· 1 - const BROWSER = false; 2 - export { 3 - BROWSER as B 4 - };
-58
.svelte-kit/output/server/chunks/index.js
··· 1 - import { n as noop, s as safe_not_equal } from "./index2.js"; 2 - const subscriber_queue = []; 3 - function readable(value, start) { 4 - return { 5 - subscribe: writable(value, start).subscribe 6 - }; 7 - } 8 - function writable(value, start = noop) { 9 - let stop = null; 10 - const subscribers = /* @__PURE__ */ new Set(); 11 - function set(new_value) { 12 - if (safe_not_equal(value, new_value)) { 13 - value = new_value; 14 - if (stop) { 15 - const run_queue = !subscriber_queue.length; 16 - for (const subscriber of subscribers) { 17 - subscriber[1](); 18 - subscriber_queue.push(subscriber, value); 19 - } 20 - if (run_queue) { 21 - for (let i = 0; i < subscriber_queue.length; i += 2) { 22 - subscriber_queue[i][0](subscriber_queue[i + 1]); 23 - } 24 - subscriber_queue.length = 0; 25 - } 26 - } 27 - } 28 - } 29 - function update(fn) { 30 - set(fn( 31 - /** @type {T} */ 32 - value 33 - )); 34 - } 35 - function subscribe(run, invalidate = noop) { 36 - const subscriber = [run, invalidate]; 37 - subscribers.add(subscriber); 38 - if (subscribers.size === 1) { 39 - stop = start(set, update) || noop; 40 - } 41 - run( 42 - /** @type {T} */ 43 - value 44 - ); 45 - return () => { 46 - subscribers.delete(subscriber); 47 - if (subscribers.size === 0 && stop) { 48 - stop(); 49 - stop = null; 50 - } 51 - }; 52 - } 53 - return { set, update, subscribe }; 54 - } 55 - export { 56 - readable as r, 57 - writable as w 58 - };
-3185
.svelte-kit/output/server/chunks/index2.js
··· 1 - import { clsx as clsx$1 } from "clsx"; 2 - import { B as BROWSER } from "./false.js"; 3 - import * as devalue from "devalue"; 4 - var is_array = Array.isArray; 5 - var index_of = Array.prototype.indexOf; 6 - var includes = Array.prototype.includes; 7 - var array_from = Array.from; 8 - var define_property = Object.defineProperty; 9 - var get_descriptor = Object.getOwnPropertyDescriptor; 10 - var object_prototype = Object.prototype; 11 - var array_prototype = Array.prototype; 12 - var get_prototype_of = Object.getPrototypeOf; 13 - var is_extensible = Object.isExtensible; 14 - var has_own_property = Object.prototype.hasOwnProperty; 15 - const noop = () => { 16 - }; 17 - function run_all(arr) { 18 - for (var i = 0; i < arr.length; i++) { 19 - arr[i](); 20 - } 21 - } 22 - function deferred() { 23 - var resolve; 24 - var reject; 25 - var promise = new Promise((res, rej) => { 26 - resolve = res; 27 - reject = rej; 28 - }); 29 - return { promise, resolve, reject }; 30 - } 31 - function equals(value) { 32 - return value === this.v; 33 - } 34 - function safe_not_equal(a, b) { 35 - return a != a ? b == b : a !== b || a !== null && typeof a === "object" || typeof a === "function"; 36 - } 37 - function safe_equals(value) { 38 - return !safe_not_equal(value, this.v); 39 - } 40 - const DERIVED = 1 << 1; 41 - const EFFECT = 1 << 2; 42 - const RENDER_EFFECT = 1 << 3; 43 - const MANAGED_EFFECT = 1 << 24; 44 - const BLOCK_EFFECT = 1 << 4; 45 - const BRANCH_EFFECT = 1 << 5; 46 - const ROOT_EFFECT = 1 << 6; 47 - const BOUNDARY_EFFECT = 1 << 7; 48 - const CONNECTED = 1 << 9; 49 - const CLEAN = 1 << 10; 50 - const DIRTY = 1 << 11; 51 - const MAYBE_DIRTY = 1 << 12; 52 - const INERT = 1 << 13; 53 - const DESTROYED = 1 << 14; 54 - const REACTION_RAN = 1 << 15; 55 - const DESTROYING = 1 << 25; 56 - const EFFECT_TRANSPARENT = 1 << 16; 57 - const EAGER_EFFECT = 1 << 17; 58 - const HEAD_EFFECT = 1 << 18; 59 - const EFFECT_PRESERVED = 1 << 19; 60 - const USER_EFFECT = 1 << 20; 61 - const WAS_MARKED = 1 << 16; 62 - const REACTION_IS_UPDATING = 1 << 21; 63 - const ASYNC = 1 << 22; 64 - const ERROR_VALUE = 1 << 23; 65 - const STATE_SYMBOL = /* @__PURE__ */ Symbol("$state"); 66 - const LEGACY_PROPS = /* @__PURE__ */ Symbol("legacy props"); 67 - const STALE_REACTION = new class StaleReactionError extends Error { 68 - name = "StaleReactionError"; 69 - message = "The reaction that called `getAbortSignal()` was re-run or destroyed"; 70 - }(); 71 - const COMMENT_NODE = 8; 72 - function lifecycle_outside_component(name) { 73 - { 74 - throw new Error(`https://svelte.dev/e/lifecycle_outside_component`); 75 - } 76 - } 77 - function effect_update_depth_exceeded() { 78 - { 79 - throw new Error(`https://svelte.dev/e/effect_update_depth_exceeded`); 80 - } 81 - } 82 - function hydration_failed() { 83 - { 84 - throw new Error(`https://svelte.dev/e/hydration_failed`); 85 - } 86 - } 87 - function state_descriptors_fixed() { 88 - { 89 - throw new Error(`https://svelte.dev/e/state_descriptors_fixed`); 90 - } 91 - } 92 - function state_prototype_fixed() { 93 - { 94 - throw new Error(`https://svelte.dev/e/state_prototype_fixed`); 95 - } 96 - } 97 - function state_unsafe_mutation() { 98 - { 99 - throw new Error(`https://svelte.dev/e/state_unsafe_mutation`); 100 - } 101 - } 102 - function svelte_boundary_reset_onerror() { 103 - { 104 - throw new Error(`https://svelte.dev/e/svelte_boundary_reset_onerror`); 105 - } 106 - } 107 - const HYDRATION_START = "["; 108 - const HYDRATION_START_ELSE = "[!"; 109 - const HYDRATION_START_FAILED = "[?"; 110 - const HYDRATION_END = "]"; 111 - const HYDRATION_ERROR = {}; 112 - const ELEMENT_IS_NAMESPACED = 1; 113 - const ELEMENT_PRESERVE_ATTRIBUTE_CASE = 1 << 1; 114 - const ELEMENT_IS_INPUT = 1 << 2; 115 - const UNINITIALIZED = /* @__PURE__ */ Symbol(); 116 - let tracing_mode_flag = false; 117 - let component_context = null; 118 - function set_component_context(context) { 119 - component_context = context; 120 - } 121 - function push$1(props, runes = false, fn) { 122 - component_context = { 123 - p: component_context, 124 - i: false, 125 - c: null, 126 - e: null, 127 - s: props, 128 - x: null, 129 - r: ( 130 - /** @type {Effect} */ 131 - active_effect 132 - ), 133 - l: null 134 - }; 135 - } 136 - function pop$1(component) { 137 - var context = ( 138 - /** @type {ComponentContext} */ 139 - component_context 140 - ); 141 - var effects = context.e; 142 - if (effects !== null) { 143 - context.e = null; 144 - for (var fn of effects) { 145 - create_user_effect(fn); 146 - } 147 - } 148 - context.i = true; 149 - component_context = context.p; 150 - return ( 151 - /** @type {T} */ 152 - {} 153 - ); 154 - } 155 - function is_runes() { 156 - return true; 157 - } 158 - let micro_tasks = []; 159 - function run_micro_tasks() { 160 - var tasks = micro_tasks; 161 - micro_tasks = []; 162 - run_all(tasks); 163 - } 164 - function queue_micro_task(fn) { 165 - if (micro_tasks.length === 0 && !is_flushing_sync) { 166 - var tasks = micro_tasks; 167 - queueMicrotask(() => { 168 - if (tasks === micro_tasks) run_micro_tasks(); 169 - }); 170 - } 171 - micro_tasks.push(fn); 172 - } 173 - function flush_tasks() { 174 - while (micro_tasks.length > 0) { 175 - run_micro_tasks(); 176 - } 177 - } 178 - function handle_error(error) { 179 - var effect = active_effect; 180 - if (effect === null) { 181 - active_reaction.f |= ERROR_VALUE; 182 - return error; 183 - } 184 - if ((effect.f & REACTION_RAN) === 0 && (effect.f & EFFECT) === 0) { 185 - throw error; 186 - } 187 - invoke_error_boundary(error, effect); 188 - } 189 - function invoke_error_boundary(error, effect) { 190 - while (effect !== null) { 191 - if ((effect.f & BOUNDARY_EFFECT) !== 0) { 192 - if ((effect.f & REACTION_RAN) === 0) { 193 - throw error; 194 - } 195 - try { 196 - effect.b.error(error); 197 - return; 198 - } catch (e) { 199 - error = e; 200 - } 201 - } 202 - effect = effect.parent; 203 - } 204 - throw error; 205 - } 206 - const STATUS_MASK = -7169; 207 - function set_signal_status(signal, status) { 208 - signal.f = signal.f & STATUS_MASK | status; 209 - } 210 - function update_derived_status(derived2) { 211 - if ((derived2.f & CONNECTED) !== 0 || derived2.deps === null) { 212 - set_signal_status(derived2, CLEAN); 213 - } else { 214 - set_signal_status(derived2, MAYBE_DIRTY); 215 - } 216 - } 217 - function clear_marked(deps) { 218 - if (deps === null) return; 219 - for (const dep of deps) { 220 - if ((dep.f & DERIVED) === 0 || (dep.f & WAS_MARKED) === 0) { 221 - continue; 222 - } 223 - dep.f ^= WAS_MARKED; 224 - clear_marked( 225 - /** @type {Derived} */ 226 - dep.deps 227 - ); 228 - } 229 - } 230 - function defer_effect(effect, dirty_effects, maybe_dirty_effects) { 231 - if ((effect.f & DIRTY) !== 0) { 232 - dirty_effects.add(effect); 233 - } else if ((effect.f & MAYBE_DIRTY) !== 0) { 234 - maybe_dirty_effects.add(effect); 235 - } 236 - clear_marked(effect.deps); 237 - set_signal_status(effect, CLEAN); 238 - } 239 - const batches = /* @__PURE__ */ new Set(); 240 - let current_batch = null; 241 - let batch_values = null; 242 - let last_scheduled_effect = null; 243 - let is_flushing_sync = false; 244 - let is_processing = false; 245 - let collected_effects = null; 246 - let legacy_updates = null; 247 - var flush_count = 0; 248 - let uid = 1; 249 - class Batch { 250 - id = uid++; 251 - /** 252 - * The current values of any signals that are updated in this batch. 253 - * Tuple format: [value, is_derived] (note: is_derived is false for deriveds, too, if they were overridden via assignment) 254 - * They keys of this map are identical to `this.#previous` 255 - * @type {Map<Value, [any, boolean]>} 256 - */ 257 - current = /* @__PURE__ */ new Map(); 258 - /** 259 - * The values of any signals (sources and deriveds) that are updated in this batch _before_ those updates took place. 260 - * They keys of this map are identical to `this.#current` 261 - * @type {Map<Value, any>} 262 - */ 263 - previous = /* @__PURE__ */ new Map(); 264 - /** 265 - * When the batch is committed (and the DOM is updated), we need to remove old branches 266 - * and append new ones by calling the functions added inside (if/each/key/etc) blocks 267 - * @type {Set<(batch: Batch) => void>} 268 - */ 269 - #commit_callbacks = /* @__PURE__ */ new Set(); 270 - /** 271 - * If a fork is discarded, we need to destroy any effects that are no longer needed 272 - * @type {Set<(batch: Batch) => void>} 273 - */ 274 - #discard_callbacks = /* @__PURE__ */ new Set(); 275 - /** 276 - * Async effects that are currently in flight 277 - * @type {Map<Effect, number>} 278 - */ 279 - #pending = /* @__PURE__ */ new Map(); 280 - /** 281 - * Async effects that are currently in flight, _not_ inside a pending boundary 282 - * @type {Map<Effect, number>} 283 - */ 284 - #blocking_pending = /* @__PURE__ */ new Map(); 285 - /** 286 - * A deferred that resolves when the batch is committed, used with `settled()` 287 - * TODO replace with Promise.withResolvers once supported widely enough 288 - * @type {{ promise: Promise<void>, resolve: (value?: any) => void, reject: (reason: unknown) => void } | null} 289 - */ 290 - #deferred = null; 291 - /** 292 - * The root effects that need to be flushed 293 - * @type {Effect[]} 294 - */ 295 - #roots = []; 296 - /** 297 - * Effects created while this batch was active. 298 - * @type {Effect[]} 299 - */ 300 - #new_effects = []; 301 - /** 302 - * Deferred effects (which run after async work has completed) that are DIRTY 303 - * @type {Set<Effect>} 304 - */ 305 - #dirty_effects = /* @__PURE__ */ new Set(); 306 - /** 307 - * Deferred effects that are MAYBE_DIRTY 308 - * @type {Set<Effect>} 309 - */ 310 - #maybe_dirty_effects = /* @__PURE__ */ new Set(); 311 - /** 312 - * A map of branches that still exist, but will be destroyed when this batch 313 - * is committed — we skip over these during `process`. 314 - * The value contains child effects that were dirty/maybe_dirty before being reset, 315 - * so they can be rescheduled if the branch survives. 316 - * @type {Map<Effect, { d: Effect[], m: Effect[] }>} 317 - */ 318 - #skipped_branches = /* @__PURE__ */ new Map(); 319 - is_fork = false; 320 - #decrement_queued = false; 321 - /** @type {Set<Batch>} */ 322 - #blockers = /* @__PURE__ */ new Set(); 323 - #is_deferred() { 324 - return this.is_fork || this.#blocking_pending.size > 0; 325 - } 326 - #is_blocked() { 327 - for (const batch of this.#blockers) { 328 - for (const effect of batch.#blocking_pending.keys()) { 329 - var skipped = false; 330 - var e = effect; 331 - while (e.parent !== null) { 332 - if (this.#skipped_branches.has(e)) { 333 - skipped = true; 334 - break; 335 - } 336 - e = e.parent; 337 - } 338 - if (!skipped) { 339 - return true; 340 - } 341 - } 342 - } 343 - return false; 344 - } 345 - /** 346 - * Add an effect to the #skipped_branches map and reset its children 347 - * @param {Effect} effect 348 - */ 349 - skip_effect(effect) { 350 - if (!this.#skipped_branches.has(effect)) { 351 - this.#skipped_branches.set(effect, { d: [], m: [] }); 352 - } 353 - } 354 - /** 355 - * Remove an effect from the #skipped_branches map and reschedule 356 - * any tracked dirty/maybe_dirty child effects 357 - * @param {Effect} effect 358 - */ 359 - unskip_effect(effect) { 360 - var tracked = this.#skipped_branches.get(effect); 361 - if (tracked) { 362 - this.#skipped_branches.delete(effect); 363 - for (var e of tracked.d) { 364 - set_signal_status(e, DIRTY); 365 - this.schedule(e); 366 - } 367 - for (e of tracked.m) { 368 - set_signal_status(e, MAYBE_DIRTY); 369 - this.schedule(e); 370 - } 371 - } 372 - } 373 - #process() { 374 - if (flush_count++ > 1e3) { 375 - batches.delete(this); 376 - infinite_loop_guard(); 377 - } 378 - if (!this.#is_deferred()) { 379 - for (const e of this.#dirty_effects) { 380 - this.#maybe_dirty_effects.delete(e); 381 - set_signal_status(e, DIRTY); 382 - this.schedule(e); 383 - } 384 - for (const e of this.#maybe_dirty_effects) { 385 - set_signal_status(e, MAYBE_DIRTY); 386 - this.schedule(e); 387 - } 388 - } 389 - const roots = this.#roots; 390 - this.#roots = []; 391 - this.apply(); 392 - var effects = collected_effects = []; 393 - var render_effects = []; 394 - var updates = legacy_updates = []; 395 - for (const root of roots) { 396 - try { 397 - this.#traverse(root, effects, render_effects); 398 - } catch (e) { 399 - reset_all(root); 400 - throw e; 401 - } 402 - } 403 - current_batch = null; 404 - if (updates.length > 0) { 405 - var batch = Batch.ensure(); 406 - for (const e of updates) { 407 - batch.schedule(e); 408 - } 409 - } 410 - collected_effects = null; 411 - legacy_updates = null; 412 - if (this.#is_deferred() || this.#is_blocked()) { 413 - this.#defer_effects(render_effects); 414 - this.#defer_effects(effects); 415 - for (const [e, t] of this.#skipped_branches) { 416 - reset_branch(e, t); 417 - } 418 - } else { 419 - if (this.#pending.size === 0) { 420 - batches.delete(this); 421 - } 422 - this.#dirty_effects.clear(); 423 - this.#maybe_dirty_effects.clear(); 424 - for (const fn of this.#commit_callbacks) fn(this); 425 - this.#commit_callbacks.clear(); 426 - flush_queued_effects(render_effects); 427 - flush_queued_effects(effects); 428 - this.#deferred?.resolve(); 429 - } 430 - var next_batch = ( 431 - /** @type {Batch | null} */ 432 - /** @type {unknown} */ 433 - current_batch 434 - ); 435 - if (this.#roots.length > 0) { 436 - const batch2 = next_batch ??= this; 437 - batch2.#roots.push(...this.#roots.filter((r) => !batch2.#roots.includes(r))); 438 - } 439 - if (next_batch !== null) { 440 - batches.add(next_batch); 441 - next_batch.#process(); 442 - } 443 - if (!batches.has(this)) { 444 - this.#commit(); 445 - } 446 - } 447 - /** 448 - * Traverse the effect tree, executing effects or stashing 449 - * them for later execution as appropriate 450 - * @param {Effect} root 451 - * @param {Effect[]} effects 452 - * @param {Effect[]} render_effects 453 - */ 454 - #traverse(root, effects, render_effects) { 455 - root.f ^= CLEAN; 456 - var effect = root.first; 457 - while (effect !== null) { 458 - var flags = effect.f; 459 - var is_branch = (flags & (BRANCH_EFFECT | ROOT_EFFECT)) !== 0; 460 - var is_skippable_branch = is_branch && (flags & CLEAN) !== 0; 461 - var skip = is_skippable_branch || (flags & INERT) !== 0 || this.#skipped_branches.has(effect); 462 - if (!skip && effect.fn !== null) { 463 - if (is_branch) { 464 - effect.f ^= CLEAN; 465 - } else if ((flags & EFFECT) !== 0) { 466 - effects.push(effect); 467 - } else if (is_dirty(effect)) { 468 - if ((flags & BLOCK_EFFECT) !== 0) this.#maybe_dirty_effects.add(effect); 469 - update_effect(effect); 470 - } 471 - var child = effect.first; 472 - if (child !== null) { 473 - effect = child; 474 - continue; 475 - } 476 - } 477 - while (effect !== null) { 478 - var next = effect.next; 479 - if (next !== null) { 480 - effect = next; 481 - break; 482 - } 483 - effect = effect.parent; 484 - } 485 - } 486 - } 487 - /** 488 - * @param {Effect[]} effects 489 - */ 490 - #defer_effects(effects) { 491 - for (var i = 0; i < effects.length; i += 1) { 492 - defer_effect(effects[i], this.#dirty_effects, this.#maybe_dirty_effects); 493 - } 494 - } 495 - /** 496 - * Associate a change to a given source with the current 497 - * batch, noting its previous and current values 498 - * @param {Value} source 499 - * @param {any} old_value 500 - * @param {boolean} [is_derived] 501 - */ 502 - capture(source2, old_value, is_derived = false) { 503 - if (old_value !== UNINITIALIZED && !this.previous.has(source2)) { 504 - this.previous.set(source2, old_value); 505 - } 506 - if ((source2.f & ERROR_VALUE) === 0) { 507 - this.current.set(source2, [source2.v, is_derived]); 508 - batch_values?.set(source2, source2.v); 509 - } 510 - } 511 - activate() { 512 - current_batch = this; 513 - } 514 - deactivate() { 515 - current_batch = null; 516 - batch_values = null; 517 - } 518 - flush() { 519 - try { 520 - is_processing = true; 521 - current_batch = this; 522 - this.#process(); 523 - } finally { 524 - flush_count = 0; 525 - last_scheduled_effect = null; 526 - collected_effects = null; 527 - legacy_updates = null; 528 - is_processing = false; 529 - current_batch = null; 530 - batch_values = null; 531 - old_values.clear(); 532 - } 533 - } 534 - discard() { 535 - for (const fn of this.#discard_callbacks) fn(this); 536 - this.#discard_callbacks.clear(); 537 - batches.delete(this); 538 - } 539 - /** 540 - * @param {Effect} effect 541 - */ 542 - register_created_effect(effect) { 543 - this.#new_effects.push(effect); 544 - } 545 - #commit() { 546 - for (const batch of batches) { 547 - var is_earlier = batch.id < this.id; 548 - var sources = []; 549 - for (const [source3, [value, is_derived]] of this.current) { 550 - if (batch.current.has(source3)) { 551 - var batch_value = ( 552 - /** @type {[any, boolean]} */ 553 - batch.current.get(source3)[0] 554 - ); 555 - if (is_earlier && value !== batch_value) { 556 - batch.current.set(source3, [value, is_derived]); 557 - } else { 558 - continue; 559 - } 560 - } 561 - sources.push(source3); 562 - } 563 - var others = [...batch.current.keys()].filter((s) => !this.current.has(s)); 564 - if (others.length === 0) { 565 - if (is_earlier) { 566 - batch.discard(); 567 - } 568 - } else if (sources.length > 0) { 569 - batch.activate(); 570 - var marked = /* @__PURE__ */ new Set(); 571 - var checked = /* @__PURE__ */ new Map(); 572 - for (var source2 of sources) { 573 - mark_effects(source2, others, marked, checked); 574 - } 575 - checked = /* @__PURE__ */ new Map(); 576 - var current_unequal = [...batch.current.keys()].filter( 577 - (c) => this.current.has(c) ? ( 578 - /** @type {[any, boolean]} */ 579 - this.current.get(c)[0] !== c 580 - ) : true 581 - ); 582 - for (const effect of this.#new_effects) { 583 - if ((effect.f & (DESTROYED | INERT | EAGER_EFFECT)) === 0 && depends_on(effect, current_unequal, checked)) { 584 - if ((effect.f & (ASYNC | BLOCK_EFFECT)) !== 0) { 585 - set_signal_status(effect, DIRTY); 586 - batch.schedule(effect); 587 - } else { 588 - batch.#dirty_effects.add(effect); 589 - } 590 - } 591 - } 592 - if (batch.#roots.length > 0) { 593 - batch.apply(); 594 - for (var root of batch.#roots) { 595 - batch.#traverse(root, [], []); 596 - } 597 - batch.#roots = []; 598 - } 599 - batch.deactivate(); 600 - } 601 - } 602 - for (const batch of batches) { 603 - if (batch.#blockers.has(this)) { 604 - batch.#blockers.delete(this); 605 - if (batch.#blockers.size === 0 && !batch.#is_deferred()) { 606 - batch.activate(); 607 - batch.#process(); 608 - } 609 - } 610 - } 611 - } 612 - /** 613 - * @param {boolean} blocking 614 - * @param {Effect} effect 615 - */ 616 - increment(blocking, effect) { 617 - let pending_count = this.#pending.get(effect) ?? 0; 618 - this.#pending.set(effect, pending_count + 1); 619 - if (blocking) { 620 - let blocking_pending_count = this.#blocking_pending.get(effect) ?? 0; 621 - this.#blocking_pending.set(effect, blocking_pending_count + 1); 622 - } 623 - } 624 - /** 625 - * @param {boolean} blocking 626 - * @param {Effect} effect 627 - * @param {boolean} skip - whether to skip updates (because this is triggered by a stale reaction) 628 - */ 629 - decrement(blocking, effect, skip) { 630 - let pending_count = this.#pending.get(effect) ?? 0; 631 - if (pending_count === 1) { 632 - this.#pending.delete(effect); 633 - } else { 634 - this.#pending.set(effect, pending_count - 1); 635 - } 636 - if (blocking) { 637 - let blocking_pending_count = this.#blocking_pending.get(effect) ?? 0; 638 - if (blocking_pending_count === 1) { 639 - this.#blocking_pending.delete(effect); 640 - } else { 641 - this.#blocking_pending.set(effect, blocking_pending_count - 1); 642 - } 643 - } 644 - if (this.#decrement_queued || skip) return; 645 - this.#decrement_queued = true; 646 - queue_micro_task(() => { 647 - this.#decrement_queued = false; 648 - this.flush(); 649 - }); 650 - } 651 - /** 652 - * @param {Set<Effect>} dirty_effects 653 - * @param {Set<Effect>} maybe_dirty_effects 654 - */ 655 - transfer_effects(dirty_effects, maybe_dirty_effects) { 656 - for (const e of dirty_effects) { 657 - this.#dirty_effects.add(e); 658 - } 659 - for (const e of maybe_dirty_effects) { 660 - this.#maybe_dirty_effects.add(e); 661 - } 662 - dirty_effects.clear(); 663 - maybe_dirty_effects.clear(); 664 - } 665 - /** @param {(batch: Batch) => void} fn */ 666 - oncommit(fn) { 667 - this.#commit_callbacks.add(fn); 668 - } 669 - /** @param {(batch: Batch) => void} fn */ 670 - ondiscard(fn) { 671 - this.#discard_callbacks.add(fn); 672 - } 673 - settled() { 674 - return (this.#deferred ??= deferred()).promise; 675 - } 676 - static ensure() { 677 - if (current_batch === null) { 678 - const batch = current_batch = new Batch(); 679 - if (!is_processing) { 680 - batches.add(current_batch); 681 - if (!is_flushing_sync) { 682 - queue_micro_task(() => { 683 - if (current_batch !== batch) { 684 - return; 685 - } 686 - batch.flush(); 687 - }); 688 - } 689 - } 690 - } 691 - return current_batch; 692 - } 693 - apply() { 694 - { 695 - batch_values = null; 696 - return; 697 - } 698 - } 699 - /** 700 - * 701 - * @param {Effect} effect 702 - */ 703 - schedule(effect) { 704 - last_scheduled_effect = effect; 705 - if (effect.b?.is_pending && (effect.f & (EFFECT | RENDER_EFFECT | MANAGED_EFFECT)) !== 0 && (effect.f & REACTION_RAN) === 0) { 706 - effect.b.defer_effect(effect); 707 - return; 708 - } 709 - var e = effect; 710 - while (e.parent !== null) { 711 - e = e.parent; 712 - var flags = e.f; 713 - if (collected_effects !== null && e === active_effect) { 714 - if ((active_reaction === null || (active_reaction.f & DERIVED) === 0) && true) { 715 - return; 716 - } 717 - } 718 - if ((flags & (ROOT_EFFECT | BRANCH_EFFECT)) !== 0) { 719 - if ((flags & CLEAN) === 0) { 720 - return; 721 - } 722 - e.f ^= CLEAN; 723 - } 724 - } 725 - this.#roots.push(e); 726 - } 727 - } 728 - function flushSync(fn) { 729 - var was_flushing_sync = is_flushing_sync; 730 - is_flushing_sync = true; 731 - try { 732 - var result; 733 - if (fn) ; 734 - while (true) { 735 - flush_tasks(); 736 - if (current_batch === null) { 737 - return ( 738 - /** @type {T} */ 739 - result 740 - ); 741 - } 742 - current_batch.flush(); 743 - } 744 - } finally { 745 - is_flushing_sync = was_flushing_sync; 746 - } 747 - } 748 - function infinite_loop_guard() { 749 - try { 750 - effect_update_depth_exceeded(); 751 - } catch (error) { 752 - invoke_error_boundary(error, last_scheduled_effect); 753 - } 754 - } 755 - let eager_block_effects = null; 756 - function flush_queued_effects(effects) { 757 - var length = effects.length; 758 - if (length === 0) return; 759 - var i = 0; 760 - while (i < length) { 761 - var effect = effects[i++]; 762 - if ((effect.f & (DESTROYED | INERT)) === 0 && is_dirty(effect)) { 763 - eager_block_effects = /* @__PURE__ */ new Set(); 764 - update_effect(effect); 765 - if (effect.deps === null && effect.first === null && effect.nodes === null && effect.teardown === null && effect.ac === null) { 766 - unlink_effect(effect); 767 - } 768 - if (eager_block_effects?.size > 0) { 769 - old_values.clear(); 770 - for (const e of eager_block_effects) { 771 - if ((e.f & (DESTROYED | INERT)) !== 0) continue; 772 - const ordered_effects = [e]; 773 - let ancestor = e.parent; 774 - while (ancestor !== null) { 775 - if (eager_block_effects.has(ancestor)) { 776 - eager_block_effects.delete(ancestor); 777 - ordered_effects.push(ancestor); 778 - } 779 - ancestor = ancestor.parent; 780 - } 781 - for (let j = ordered_effects.length - 1; j >= 0; j--) { 782 - const e2 = ordered_effects[j]; 783 - if ((e2.f & (DESTROYED | INERT)) !== 0) continue; 784 - update_effect(e2); 785 - } 786 - } 787 - eager_block_effects.clear(); 788 - } 789 - } 790 - } 791 - eager_block_effects = null; 792 - } 793 - function mark_effects(value, sources, marked, checked) { 794 - if (marked.has(value)) return; 795 - marked.add(value); 796 - if (value.reactions !== null) { 797 - for (const reaction of value.reactions) { 798 - const flags = reaction.f; 799 - if ((flags & DERIVED) !== 0) { 800 - mark_effects( 801 - /** @type {Derived} */ 802 - reaction, 803 - sources, 804 - marked, 805 - checked 806 - ); 807 - } else if ((flags & (ASYNC | BLOCK_EFFECT)) !== 0 && (flags & DIRTY) === 0 && depends_on(reaction, sources, checked)) { 808 - set_signal_status(reaction, DIRTY); 809 - schedule_effect( 810 - /** @type {Effect} */ 811 - reaction 812 - ); 813 - } 814 - } 815 - } 816 - } 817 - function depends_on(reaction, sources, checked) { 818 - const depends = checked.get(reaction); 819 - if (depends !== void 0) return depends; 820 - if (reaction.deps !== null) { 821 - for (const dep of reaction.deps) { 822 - if (includes.call(sources, dep)) { 823 - return true; 824 - } 825 - if ((dep.f & DERIVED) !== 0 && depends_on( 826 - /** @type {Derived} */ 827 - dep, 828 - sources, 829 - checked 830 - )) { 831 - checked.set( 832 - /** @type {Derived} */ 833 - dep, 834 - true 835 - ); 836 - return true; 837 - } 838 - } 839 - } 840 - checked.set(reaction, false); 841 - return false; 842 - } 843 - function schedule_effect(effect) { 844 - current_batch.schedule(effect); 845 - } 846 - function reset_branch(effect, tracked) { 847 - if ((effect.f & BRANCH_EFFECT) !== 0 && (effect.f & CLEAN) !== 0) { 848 - return; 849 - } 850 - if ((effect.f & DIRTY) !== 0) { 851 - tracked.d.push(effect); 852 - } else if ((effect.f & MAYBE_DIRTY) !== 0) { 853 - tracked.m.push(effect); 854 - } 855 - set_signal_status(effect, CLEAN); 856 - var e = effect.first; 857 - while (e !== null) { 858 - reset_branch(e, tracked); 859 - e = e.next; 860 - } 861 - } 862 - function reset_all(effect) { 863 - set_signal_status(effect, CLEAN); 864 - var e = effect.first; 865 - while (e !== null) { 866 - reset_all(e); 867 - e = e.next; 868 - } 869 - } 870 - function destroy_derived_effects(derived2) { 871 - var effects = derived2.effects; 872 - if (effects !== null) { 873 - derived2.effects = null; 874 - for (var i = 0; i < effects.length; i += 1) { 875 - destroy_effect( 876 - /** @type {Effect} */ 877 - effects[i] 878 - ); 879 - } 880 - } 881 - } 882 - function get_derived_parent_effect(derived2) { 883 - var parent = derived2.parent; 884 - while (parent !== null) { 885 - if ((parent.f & DERIVED) === 0) { 886 - return (parent.f & DESTROYED) === 0 ? ( 887 - /** @type {Effect} */ 888 - parent 889 - ) : null; 890 - } 891 - parent = parent.parent; 892 - } 893 - return null; 894 - } 895 - function execute_derived(derived2) { 896 - var value; 897 - var prev_active_effect = active_effect; 898 - set_active_effect(get_derived_parent_effect(derived2)); 899 - { 900 - try { 901 - derived2.f &= ~WAS_MARKED; 902 - destroy_derived_effects(derived2); 903 - value = update_reaction(derived2); 904 - } finally { 905 - set_active_effect(prev_active_effect); 906 - } 907 - } 908 - return value; 909 - } 910 - function update_derived(derived2) { 911 - var old_value = derived2.v; 912 - var value = execute_derived(derived2); 913 - if (!derived2.equals(value)) { 914 - derived2.wv = increment_write_version(); 915 - if (!current_batch?.is_fork || derived2.deps === null) { 916 - derived2.v = value; 917 - current_batch?.capture(derived2, old_value, true); 918 - if (derived2.deps === null) { 919 - set_signal_status(derived2, CLEAN); 920 - return; 921 - } 922 - } 923 - } 924 - if (is_destroying_effect) { 925 - return; 926 - } 927 - if (batch_values !== null) { 928 - if (effect_tracking() || current_batch?.is_fork) { 929 - batch_values.set(derived2, value); 930 - } 931 - } else { 932 - update_derived_status(derived2); 933 - } 934 - } 935 - function freeze_derived_effects(derived2) { 936 - if (derived2.effects === null) return; 937 - for (const e of derived2.effects) { 938 - if (e.teardown || e.ac) { 939 - e.teardown?.(); 940 - e.ac?.abort(STALE_REACTION); 941 - e.teardown = noop; 942 - e.ac = null; 943 - remove_reactions(e, 0); 944 - destroy_effect_children(e); 945 - } 946 - } 947 - } 948 - function unfreeze_derived_effects(derived2) { 949 - if (derived2.effects === null) return; 950 - for (const e of derived2.effects) { 951 - if (e.teardown) { 952 - update_effect(e); 953 - } 954 - } 955 - } 956 - let eager_effects = /* @__PURE__ */ new Set(); 957 - const old_values = /* @__PURE__ */ new Map(); 958 - let eager_effects_deferred = false; 959 - function source(v, stack) { 960 - var signal = { 961 - f: 0, 962 - // TODO ideally we could skip this altogether, but it causes type errors 963 - v, 964 - reactions: null, 965 - equals, 966 - rv: 0, 967 - wv: 0 968 - }; 969 - return signal; 970 - } 971 - // @__NO_SIDE_EFFECTS__ 972 - function state(v, stack) { 973 - const s = source(v); 974 - push_reaction_value(s); 975 - return s; 976 - } 977 - // @__NO_SIDE_EFFECTS__ 978 - function mutable_source(initial_value, immutable = false, trackable = true) { 979 - const s = source(initial_value); 980 - if (!immutable) { 981 - s.equals = safe_equals; 982 - } 983 - return s; 984 - } 985 - function set(source2, value, should_proxy = false) { 986 - if (active_reaction !== null && // since we are untracking the function inside `$inspect.with` we need to add this check 987 - // to ensure we error if state is set inside an inspect effect 988 - (!untracking || (active_reaction.f & EAGER_EFFECT) !== 0) && is_runes() && (active_reaction.f & (DERIVED | BLOCK_EFFECT | ASYNC | EAGER_EFFECT)) !== 0 && (current_sources === null || !includes.call(current_sources, source2))) { 989 - state_unsafe_mutation(); 990 - } 991 - let new_value = should_proxy ? proxy(value) : value; 992 - return internal_set(source2, new_value, legacy_updates); 993 - } 994 - function internal_set(source2, value, updated_during_traversal = null) { 995 - if (!source2.equals(value)) { 996 - var old_value = source2.v; 997 - if (is_destroying_effect) { 998 - old_values.set(source2, value); 999 - } else { 1000 - old_values.set(source2, old_value); 1001 - } 1002 - source2.v = value; 1003 - var batch = Batch.ensure(); 1004 - batch.capture(source2, old_value); 1005 - if ((source2.f & DERIVED) !== 0) { 1006 - const derived2 = ( 1007 - /** @type {Derived} */ 1008 - source2 1009 - ); 1010 - if ((source2.f & DIRTY) !== 0) { 1011 - execute_derived(derived2); 1012 - } 1013 - if (batch_values === null) { 1014 - update_derived_status(derived2); 1015 - } 1016 - } 1017 - source2.wv = increment_write_version(); 1018 - mark_reactions(source2, DIRTY, updated_during_traversal); 1019 - if (active_effect !== null && (active_effect.f & CLEAN) !== 0 && (active_effect.f & (BRANCH_EFFECT | ROOT_EFFECT)) === 0) { 1020 - if (untracked_writes === null) { 1021 - set_untracked_writes([source2]); 1022 - } else { 1023 - untracked_writes.push(source2); 1024 - } 1025 - } 1026 - if (!batch.is_fork && eager_effects.size > 0 && !eager_effects_deferred) { 1027 - flush_eager_effects(); 1028 - } 1029 - } 1030 - return value; 1031 - } 1032 - function flush_eager_effects() { 1033 - eager_effects_deferred = false; 1034 - for (const effect of eager_effects) { 1035 - if ((effect.f & CLEAN) !== 0) { 1036 - set_signal_status(effect, MAYBE_DIRTY); 1037 - } 1038 - if (is_dirty(effect)) { 1039 - update_effect(effect); 1040 - } 1041 - } 1042 - eager_effects.clear(); 1043 - } 1044 - function increment(source2) { 1045 - set(source2, source2.v + 1); 1046 - } 1047 - function mark_reactions(signal, status, updated_during_traversal) { 1048 - var reactions = signal.reactions; 1049 - if (reactions === null) return; 1050 - var length = reactions.length; 1051 - for (var i = 0; i < length; i++) { 1052 - var reaction = reactions[i]; 1053 - var flags = reaction.f; 1054 - var not_dirty = (flags & DIRTY) === 0; 1055 - if (not_dirty) { 1056 - set_signal_status(reaction, status); 1057 - } 1058 - if ((flags & DERIVED) !== 0) { 1059 - var derived2 = ( 1060 - /** @type {Derived} */ 1061 - reaction 1062 - ); 1063 - batch_values?.delete(derived2); 1064 - if ((flags & WAS_MARKED) === 0) { 1065 - if (flags & CONNECTED) { 1066 - reaction.f |= WAS_MARKED; 1067 - } 1068 - mark_reactions(derived2, MAYBE_DIRTY, updated_during_traversal); 1069 - } 1070 - } else if (not_dirty) { 1071 - var effect = ( 1072 - /** @type {Effect} */ 1073 - reaction 1074 - ); 1075 - if ((flags & BLOCK_EFFECT) !== 0 && eager_block_effects !== null) { 1076 - eager_block_effects.add(effect); 1077 - } 1078 - if (updated_during_traversal !== null) { 1079 - updated_during_traversal.push(effect); 1080 - } else { 1081 - schedule_effect(effect); 1082 - } 1083 - } 1084 - } 1085 - } 1086 - function proxy(value) { 1087 - if (typeof value !== "object" || value === null || STATE_SYMBOL in value) { 1088 - return value; 1089 - } 1090 - const prototype = get_prototype_of(value); 1091 - if (prototype !== object_prototype && prototype !== array_prototype) { 1092 - return value; 1093 - } 1094 - var sources = /* @__PURE__ */ new Map(); 1095 - var is_proxied_array = is_array(value); 1096 - var version = /* @__PURE__ */ state(0); 1097 - var parent_version = update_version; 1098 - var with_parent = (fn) => { 1099 - if (update_version === parent_version) { 1100 - return fn(); 1101 - } 1102 - var reaction = active_reaction; 1103 - var version2 = update_version; 1104 - set_active_reaction(null); 1105 - set_update_version(parent_version); 1106 - var result = fn(); 1107 - set_active_reaction(reaction); 1108 - set_update_version(version2); 1109 - return result; 1110 - }; 1111 - if (is_proxied_array) { 1112 - sources.set("length", /* @__PURE__ */ state( 1113 - /** @type {any[]} */ 1114 - value.length 1115 - )); 1116 - } 1117 - return new Proxy( 1118 - /** @type {any} */ 1119 - value, 1120 - { 1121 - defineProperty(_, prop, descriptor) { 1122 - if (!("value" in descriptor) || descriptor.configurable === false || descriptor.enumerable === false || descriptor.writable === false) { 1123 - state_descriptors_fixed(); 1124 - } 1125 - var s = sources.get(prop); 1126 - if (s === void 0) { 1127 - with_parent(() => { 1128 - var s2 = /* @__PURE__ */ state(descriptor.value); 1129 - sources.set(prop, s2); 1130 - return s2; 1131 - }); 1132 - } else { 1133 - set(s, descriptor.value, true); 1134 - } 1135 - return true; 1136 - }, 1137 - deleteProperty(target, prop) { 1138 - var s = sources.get(prop); 1139 - if (s === void 0) { 1140 - if (prop in target) { 1141 - const s2 = with_parent(() => /* @__PURE__ */ state(UNINITIALIZED)); 1142 - sources.set(prop, s2); 1143 - increment(version); 1144 - } 1145 - } else { 1146 - set(s, UNINITIALIZED); 1147 - increment(version); 1148 - } 1149 - return true; 1150 - }, 1151 - get(target, prop, receiver) { 1152 - if (prop === STATE_SYMBOL) { 1153 - return value; 1154 - } 1155 - var s = sources.get(prop); 1156 - var exists = prop in target; 1157 - if (s === void 0 && (!exists || get_descriptor(target, prop)?.writable)) { 1158 - s = with_parent(() => { 1159 - var p = proxy(exists ? target[prop] : UNINITIALIZED); 1160 - var s2 = /* @__PURE__ */ state(p); 1161 - return s2; 1162 - }); 1163 - sources.set(prop, s); 1164 - } 1165 - if (s !== void 0) { 1166 - var v = get(s); 1167 - return v === UNINITIALIZED ? void 0 : v; 1168 - } 1169 - return Reflect.get(target, prop, receiver); 1170 - }, 1171 - getOwnPropertyDescriptor(target, prop) { 1172 - var descriptor = Reflect.getOwnPropertyDescriptor(target, prop); 1173 - if (descriptor && "value" in descriptor) { 1174 - var s = sources.get(prop); 1175 - if (s) descriptor.value = get(s); 1176 - } else if (descriptor === void 0) { 1177 - var source2 = sources.get(prop); 1178 - var value2 = source2?.v; 1179 - if (source2 !== void 0 && value2 !== UNINITIALIZED) { 1180 - return { 1181 - enumerable: true, 1182 - configurable: true, 1183 - value: value2, 1184 - writable: true 1185 - }; 1186 - } 1187 - } 1188 - return descriptor; 1189 - }, 1190 - has(target, prop) { 1191 - if (prop === STATE_SYMBOL) { 1192 - return true; 1193 - } 1194 - var s = sources.get(prop); 1195 - var has = s !== void 0 && s.v !== UNINITIALIZED || Reflect.has(target, prop); 1196 - if (s !== void 0 || active_effect !== null && (!has || get_descriptor(target, prop)?.writable)) { 1197 - if (s === void 0) { 1198 - s = with_parent(() => { 1199 - var p = has ? proxy(target[prop]) : UNINITIALIZED; 1200 - var s2 = /* @__PURE__ */ state(p); 1201 - return s2; 1202 - }); 1203 - sources.set(prop, s); 1204 - } 1205 - var value2 = get(s); 1206 - if (value2 === UNINITIALIZED) { 1207 - return false; 1208 - } 1209 - } 1210 - return has; 1211 - }, 1212 - set(target, prop, value2, receiver) { 1213 - var s = sources.get(prop); 1214 - var has = prop in target; 1215 - if (is_proxied_array && prop === "length") { 1216 - for (var i = value2; i < /** @type {Source<number>} */ 1217 - s.v; i += 1) { 1218 - var other_s = sources.get(i + ""); 1219 - if (other_s !== void 0) { 1220 - set(other_s, UNINITIALIZED); 1221 - } else if (i in target) { 1222 - other_s = with_parent(() => /* @__PURE__ */ state(UNINITIALIZED)); 1223 - sources.set(i + "", other_s); 1224 - } 1225 - } 1226 - } 1227 - if (s === void 0) { 1228 - if (!has || get_descriptor(target, prop)?.writable) { 1229 - s = with_parent(() => /* @__PURE__ */ state(void 0)); 1230 - set(s, proxy(value2)); 1231 - sources.set(prop, s); 1232 - } 1233 - } else { 1234 - has = s.v !== UNINITIALIZED; 1235 - var p = with_parent(() => proxy(value2)); 1236 - set(s, p); 1237 - } 1238 - var descriptor = Reflect.getOwnPropertyDescriptor(target, prop); 1239 - if (descriptor?.set) { 1240 - descriptor.set.call(receiver, value2); 1241 - } 1242 - if (!has) { 1243 - if (is_proxied_array && typeof prop === "string") { 1244 - var ls = ( 1245 - /** @type {Source<number>} */ 1246 - sources.get("length") 1247 - ); 1248 - var n = Number(prop); 1249 - if (Number.isInteger(n) && n >= ls.v) { 1250 - set(ls, n + 1); 1251 - } 1252 - } 1253 - increment(version); 1254 - } 1255 - return true; 1256 - }, 1257 - ownKeys(target) { 1258 - get(version); 1259 - var own_keys = Reflect.ownKeys(target).filter((key2) => { 1260 - var source3 = sources.get(key2); 1261 - return source3 === void 0 || source3.v !== UNINITIALIZED; 1262 - }); 1263 - for (var [key, source2] of sources) { 1264 - if (source2.v !== UNINITIALIZED && !(key in target)) { 1265 - own_keys.push(key); 1266 - } 1267 - } 1268 - return own_keys; 1269 - }, 1270 - setPrototypeOf() { 1271 - state_prototype_fixed(); 1272 - } 1273 - } 1274 - ); 1275 - } 1276 - var $window; 1277 - var first_child_getter; 1278 - var next_sibling_getter; 1279 - function init_operations() { 1280 - if ($window !== void 0) { 1281 - return; 1282 - } 1283 - $window = window; 1284 - var element_prototype = Element.prototype; 1285 - var node_prototype = Node.prototype; 1286 - var text_prototype = Text.prototype; 1287 - first_child_getter = get_descriptor(node_prototype, "firstChild").get; 1288 - next_sibling_getter = get_descriptor(node_prototype, "nextSibling").get; 1289 - if (is_extensible(element_prototype)) { 1290 - element_prototype.__click = void 0; 1291 - element_prototype.__className = void 0; 1292 - element_prototype.__attributes = null; 1293 - element_prototype.__style = void 0; 1294 - element_prototype.__e = void 0; 1295 - } 1296 - if (is_extensible(text_prototype)) { 1297 - text_prototype.__t = void 0; 1298 - } 1299 - } 1300 - function create_text(value = "") { 1301 - return document.createTextNode(value); 1302 - } 1303 - // @__NO_SIDE_EFFECTS__ 1304 - function get_first_child(node) { 1305 - return ( 1306 - /** @type {TemplateNode | null} */ 1307 - first_child_getter.call(node) 1308 - ); 1309 - } 1310 - // @__NO_SIDE_EFFECTS__ 1311 - function get_next_sibling(node) { 1312 - return ( 1313 - /** @type {TemplateNode | null} */ 1314 - next_sibling_getter.call(node) 1315 - ); 1316 - } 1317 - function clear_text_content(node) { 1318 - node.textContent = ""; 1319 - } 1320 - function without_reactive_context(fn) { 1321 - var previous_reaction = active_reaction; 1322 - var previous_effect = active_effect; 1323 - set_active_reaction(null); 1324 - set_active_effect(null); 1325 - try { 1326 - return fn(); 1327 - } finally { 1328 - set_active_reaction(previous_reaction); 1329 - set_active_effect(previous_effect); 1330 - } 1331 - } 1332 - function push_effect(effect, parent_effect) { 1333 - var parent_last = parent_effect.last; 1334 - if (parent_last === null) { 1335 - parent_effect.last = parent_effect.first = effect; 1336 - } else { 1337 - parent_last.next = effect; 1338 - effect.prev = parent_last; 1339 - parent_effect.last = effect; 1340 - } 1341 - } 1342 - function create_effect(type, fn) { 1343 - var parent = active_effect; 1344 - if (parent !== null && (parent.f & INERT) !== 0) { 1345 - type |= INERT; 1346 - } 1347 - var effect = { 1348 - ctx: component_context, 1349 - deps: null, 1350 - nodes: null, 1351 - f: type | DIRTY | CONNECTED, 1352 - first: null, 1353 - fn, 1354 - last: null, 1355 - next: null, 1356 - parent, 1357 - b: parent && parent.b, 1358 - prev: null, 1359 - teardown: null, 1360 - wv: 0, 1361 - ac: null 1362 - }; 1363 - current_batch?.register_created_effect(effect); 1364 - var e = effect; 1365 - if ((type & EFFECT) !== 0) { 1366 - if (collected_effects !== null) { 1367 - collected_effects.push(effect); 1368 - } else { 1369 - Batch.ensure().schedule(effect); 1370 - } 1371 - } else if (fn !== null) { 1372 - try { 1373 - update_effect(effect); 1374 - } catch (e2) { 1375 - destroy_effect(effect); 1376 - throw e2; 1377 - } 1378 - if (e.deps === null && e.teardown === null && e.nodes === null && e.first === e.last && // either `null`, or a singular child 1379 - (e.f & EFFECT_PRESERVED) === 0) { 1380 - e = e.first; 1381 - if ((type & BLOCK_EFFECT) !== 0 && (type & EFFECT_TRANSPARENT) !== 0 && e !== null) { 1382 - e.f |= EFFECT_TRANSPARENT; 1383 - } 1384 - } 1385 - } 1386 - if (e !== null) { 1387 - e.parent = parent; 1388 - if (parent !== null) { 1389 - push_effect(e, parent); 1390 - } 1391 - if (active_reaction !== null && (active_reaction.f & DERIVED) !== 0 && (type & ROOT_EFFECT) === 0) { 1392 - var derived2 = ( 1393 - /** @type {Derived} */ 1394 - active_reaction 1395 - ); 1396 - (derived2.effects ??= []).push(e); 1397 - } 1398 - } 1399 - return effect; 1400 - } 1401 - function effect_tracking() { 1402 - return active_reaction !== null && !untracking; 1403 - } 1404 - function create_user_effect(fn) { 1405 - return create_effect(EFFECT | USER_EFFECT, fn); 1406 - } 1407 - function component_root(fn) { 1408 - Batch.ensure(); 1409 - const effect = create_effect(ROOT_EFFECT | EFFECT_PRESERVED, fn); 1410 - return (options = {}) => { 1411 - return new Promise((fulfil) => { 1412 - if (options.outro) { 1413 - pause_effect(effect, () => { 1414 - destroy_effect(effect); 1415 - fulfil(void 0); 1416 - }); 1417 - } else { 1418 - destroy_effect(effect); 1419 - fulfil(void 0); 1420 - } 1421 - }); 1422 - }; 1423 - } 1424 - function render_effect(fn, flags = 0) { 1425 - return create_effect(RENDER_EFFECT | flags, fn); 1426 - } 1427 - function block(fn, flags = 0) { 1428 - var effect = create_effect(BLOCK_EFFECT | flags, fn); 1429 - return effect; 1430 - } 1431 - function branch(fn) { 1432 - return create_effect(BRANCH_EFFECT | EFFECT_PRESERVED, fn); 1433 - } 1434 - function execute_effect_teardown(effect) { 1435 - var teardown = effect.teardown; 1436 - if (teardown !== null) { 1437 - const previously_destroying_effect = is_destroying_effect; 1438 - const previous_reaction = active_reaction; 1439 - set_is_destroying_effect(true); 1440 - set_active_reaction(null); 1441 - try { 1442 - teardown.call(null); 1443 - } finally { 1444 - set_is_destroying_effect(previously_destroying_effect); 1445 - set_active_reaction(previous_reaction); 1446 - } 1447 - } 1448 - } 1449 - function destroy_effect_children(signal, remove_dom = false) { 1450 - var effect = signal.first; 1451 - signal.first = signal.last = null; 1452 - while (effect !== null) { 1453 - const controller2 = effect.ac; 1454 - if (controller2 !== null) { 1455 - without_reactive_context(() => { 1456 - controller2.abort(STALE_REACTION); 1457 - }); 1458 - } 1459 - var next = effect.next; 1460 - if ((effect.f & ROOT_EFFECT) !== 0) { 1461 - effect.parent = null; 1462 - } else { 1463 - destroy_effect(effect, remove_dom); 1464 - } 1465 - effect = next; 1466 - } 1467 - } 1468 - function destroy_block_effect_children(signal) { 1469 - var effect = signal.first; 1470 - while (effect !== null) { 1471 - var next = effect.next; 1472 - if ((effect.f & BRANCH_EFFECT) === 0) { 1473 - destroy_effect(effect); 1474 - } 1475 - effect = next; 1476 - } 1477 - } 1478 - function destroy_effect(effect, remove_dom = true) { 1479 - var removed = false; 1480 - if ((remove_dom || (effect.f & HEAD_EFFECT) !== 0) && effect.nodes !== null && effect.nodes.end !== null) { 1481 - remove_effect_dom( 1482 - effect.nodes.start, 1483 - /** @type {TemplateNode} */ 1484 - effect.nodes.end 1485 - ); 1486 - removed = true; 1487 - } 1488 - set_signal_status(effect, DESTROYING); 1489 - destroy_effect_children(effect, remove_dom && !removed); 1490 - remove_reactions(effect, 0); 1491 - var transitions = effect.nodes && effect.nodes.t; 1492 - if (transitions !== null) { 1493 - for (const transition of transitions) { 1494 - transition.stop(); 1495 - } 1496 - } 1497 - execute_effect_teardown(effect); 1498 - effect.f ^= DESTROYING; 1499 - effect.f |= DESTROYED; 1500 - var parent = effect.parent; 1501 - if (parent !== null && parent.first !== null) { 1502 - unlink_effect(effect); 1503 - } 1504 - effect.next = effect.prev = effect.teardown = effect.ctx = effect.deps = effect.fn = effect.nodes = effect.ac = effect.b = null; 1505 - } 1506 - function remove_effect_dom(node, end) { 1507 - while (node !== null) { 1508 - var next = node === end ? null : /* @__PURE__ */ get_next_sibling(node); 1509 - node.remove(); 1510 - node = next; 1511 - } 1512 - } 1513 - function unlink_effect(effect) { 1514 - var parent = effect.parent; 1515 - var prev = effect.prev; 1516 - var next = effect.next; 1517 - if (prev !== null) prev.next = next; 1518 - if (next !== null) next.prev = prev; 1519 - if (parent !== null) { 1520 - if (parent.first === effect) parent.first = next; 1521 - if (parent.last === effect) parent.last = prev; 1522 - } 1523 - } 1524 - function pause_effect(effect, callback, destroy = true) { 1525 - var transitions = []; 1526 - pause_children(effect, transitions, true); 1527 - var fn = () => { 1528 - if (destroy) destroy_effect(effect); 1529 - if (callback) callback(); 1530 - }; 1531 - var remaining = transitions.length; 1532 - if (remaining > 0) { 1533 - var check = () => --remaining || fn(); 1534 - for (var transition of transitions) { 1535 - transition.out(check); 1536 - } 1537 - } else { 1538 - fn(); 1539 - } 1540 - } 1541 - function pause_children(effect, transitions, local) { 1542 - if ((effect.f & INERT) !== 0) return; 1543 - effect.f ^= INERT; 1544 - var t = effect.nodes && effect.nodes.t; 1545 - if (t !== null) { 1546 - for (const transition of t) { 1547 - if (transition.is_global || local) { 1548 - transitions.push(transition); 1549 - } 1550 - } 1551 - } 1552 - var child = effect.first; 1553 - while (child !== null) { 1554 - var sibling = child.next; 1555 - var transparent = (child.f & EFFECT_TRANSPARENT) !== 0 || // If this is a branch effect without a block effect parent, 1556 - // it means the parent block effect was pruned. In that case, 1557 - // transparency information was transferred to the branch effect. 1558 - (child.f & BRANCH_EFFECT) !== 0 && (effect.f & BLOCK_EFFECT) !== 0; 1559 - pause_children(child, transitions, transparent ? local : false); 1560 - child = sibling; 1561 - } 1562 - } 1563 - function move_effect(effect, fragment) { 1564 - if (!effect.nodes) return; 1565 - var node = effect.nodes.start; 1566 - var end = effect.nodes.end; 1567 - while (node !== null) { 1568 - var next = node === end ? null : /* @__PURE__ */ get_next_sibling(node); 1569 - fragment.append(node); 1570 - node = next; 1571 - } 1572 - } 1573 - let is_updating_effect = false; 1574 - let is_destroying_effect = false; 1575 - function set_is_destroying_effect(value) { 1576 - is_destroying_effect = value; 1577 - } 1578 - let active_reaction = null; 1579 - let untracking = false; 1580 - function set_active_reaction(reaction) { 1581 - active_reaction = reaction; 1582 - } 1583 - let active_effect = null; 1584 - function set_active_effect(effect) { 1585 - active_effect = effect; 1586 - } 1587 - let current_sources = null; 1588 - function push_reaction_value(value) { 1589 - if (active_reaction !== null && true) { 1590 - if (current_sources === null) { 1591 - current_sources = [value]; 1592 - } else { 1593 - current_sources.push(value); 1594 - } 1595 - } 1596 - } 1597 - let new_deps = null; 1598 - let skipped_deps = 0; 1599 - let untracked_writes = null; 1600 - function set_untracked_writes(value) { 1601 - untracked_writes = value; 1602 - } 1603 - let write_version = 1; 1604 - let read_version = 0; 1605 - let update_version = read_version; 1606 - function set_update_version(value) { 1607 - update_version = value; 1608 - } 1609 - function increment_write_version() { 1610 - return ++write_version; 1611 - } 1612 - function is_dirty(reaction) { 1613 - var flags = reaction.f; 1614 - if ((flags & DIRTY) !== 0) { 1615 - return true; 1616 - } 1617 - if (flags & DERIVED) { 1618 - reaction.f &= ~WAS_MARKED; 1619 - } 1620 - if ((flags & MAYBE_DIRTY) !== 0) { 1621 - var dependencies = ( 1622 - /** @type {Value[]} */ 1623 - reaction.deps 1624 - ); 1625 - var length = dependencies.length; 1626 - for (var i = 0; i < length; i++) { 1627 - var dependency = dependencies[i]; 1628 - if (is_dirty( 1629 - /** @type {Derived} */ 1630 - dependency 1631 - )) { 1632 - update_derived( 1633 - /** @type {Derived} */ 1634 - dependency 1635 - ); 1636 - } 1637 - if (dependency.wv > reaction.wv) { 1638 - return true; 1639 - } 1640 - } 1641 - if ((flags & CONNECTED) !== 0 && // During time traveling we don't want to reset the status so that 1642 - // traversal of the graph in the other batches still happens 1643 - batch_values === null) { 1644 - set_signal_status(reaction, CLEAN); 1645 - } 1646 - } 1647 - return false; 1648 - } 1649 - function schedule_possible_effect_self_invalidation(signal, effect, root = true) { 1650 - var reactions = signal.reactions; 1651 - if (reactions === null) return; 1652 - if (current_sources !== null && includes.call(current_sources, signal)) { 1653 - return; 1654 - } 1655 - for (var i = 0; i < reactions.length; i++) { 1656 - var reaction = reactions[i]; 1657 - if ((reaction.f & DERIVED) !== 0) { 1658 - schedule_possible_effect_self_invalidation( 1659 - /** @type {Derived} */ 1660 - reaction, 1661 - effect, 1662 - false 1663 - ); 1664 - } else if (effect === reaction) { 1665 - if (root) { 1666 - set_signal_status(reaction, DIRTY); 1667 - } else if ((reaction.f & CLEAN) !== 0) { 1668 - set_signal_status(reaction, MAYBE_DIRTY); 1669 - } 1670 - schedule_effect( 1671 - /** @type {Effect} */ 1672 - reaction 1673 - ); 1674 - } 1675 - } 1676 - } 1677 - function update_reaction(reaction) { 1678 - var previous_deps = new_deps; 1679 - var previous_skipped_deps = skipped_deps; 1680 - var previous_untracked_writes = untracked_writes; 1681 - var previous_reaction = active_reaction; 1682 - var previous_sources = current_sources; 1683 - var previous_component_context = component_context; 1684 - var previous_untracking = untracking; 1685 - var previous_update_version = update_version; 1686 - var flags = reaction.f; 1687 - new_deps = /** @type {null | Value[]} */ 1688 - null; 1689 - skipped_deps = 0; 1690 - untracked_writes = null; 1691 - active_reaction = (flags & (BRANCH_EFFECT | ROOT_EFFECT)) === 0 ? reaction : null; 1692 - current_sources = null; 1693 - set_component_context(reaction.ctx); 1694 - untracking = false; 1695 - update_version = ++read_version; 1696 - if (reaction.ac !== null) { 1697 - without_reactive_context(() => { 1698 - reaction.ac.abort(STALE_REACTION); 1699 - }); 1700 - reaction.ac = null; 1701 - } 1702 - try { 1703 - reaction.f |= REACTION_IS_UPDATING; 1704 - var fn = ( 1705 - /** @type {Function} */ 1706 - reaction.fn 1707 - ); 1708 - var result = fn(); 1709 - reaction.f |= REACTION_RAN; 1710 - var deps = reaction.deps; 1711 - var is_fork = current_batch?.is_fork; 1712 - if (new_deps !== null) { 1713 - var i; 1714 - if (!is_fork) { 1715 - remove_reactions(reaction, skipped_deps); 1716 - } 1717 - if (deps !== null && skipped_deps > 0) { 1718 - deps.length = skipped_deps + new_deps.length; 1719 - for (i = 0; i < new_deps.length; i++) { 1720 - deps[skipped_deps + i] = new_deps[i]; 1721 - } 1722 - } else { 1723 - reaction.deps = deps = new_deps; 1724 - } 1725 - if (effect_tracking() && (reaction.f & CONNECTED) !== 0) { 1726 - for (i = skipped_deps; i < deps.length; i++) { 1727 - (deps[i].reactions ??= []).push(reaction); 1728 - } 1729 - } 1730 - } else if (!is_fork && deps !== null && skipped_deps < deps.length) { 1731 - remove_reactions(reaction, skipped_deps); 1732 - deps.length = skipped_deps; 1733 - } 1734 - if (is_runes() && untracked_writes !== null && !untracking && deps !== null && (reaction.f & (DERIVED | MAYBE_DIRTY | DIRTY)) === 0) { 1735 - for (i = 0; i < /** @type {Source[]} */ 1736 - untracked_writes.length; i++) { 1737 - schedule_possible_effect_self_invalidation( 1738 - untracked_writes[i], 1739 - /** @type {Effect} */ 1740 - reaction 1741 - ); 1742 - } 1743 - } 1744 - if (previous_reaction !== null && previous_reaction !== reaction) { 1745 - read_version++; 1746 - if (previous_reaction.deps !== null) { 1747 - for (let i2 = 0; i2 < previous_skipped_deps; i2 += 1) { 1748 - previous_reaction.deps[i2].rv = read_version; 1749 - } 1750 - } 1751 - if (previous_deps !== null) { 1752 - for (const dep of previous_deps) { 1753 - dep.rv = read_version; 1754 - } 1755 - } 1756 - if (untracked_writes !== null) { 1757 - if (previous_untracked_writes === null) { 1758 - previous_untracked_writes = untracked_writes; 1759 - } else { 1760 - previous_untracked_writes.push(.../** @type {Source[]} */ 1761 - untracked_writes); 1762 - } 1763 - } 1764 - } 1765 - if ((reaction.f & ERROR_VALUE) !== 0) { 1766 - reaction.f ^= ERROR_VALUE; 1767 - } 1768 - return result; 1769 - } catch (error) { 1770 - return handle_error(error); 1771 - } finally { 1772 - reaction.f ^= REACTION_IS_UPDATING; 1773 - new_deps = previous_deps; 1774 - skipped_deps = previous_skipped_deps; 1775 - untracked_writes = previous_untracked_writes; 1776 - active_reaction = previous_reaction; 1777 - current_sources = previous_sources; 1778 - set_component_context(previous_component_context); 1779 - untracking = previous_untracking; 1780 - update_version = previous_update_version; 1781 - } 1782 - } 1783 - function remove_reaction(signal, dependency) { 1784 - let reactions = dependency.reactions; 1785 - if (reactions !== null) { 1786 - var index = index_of.call(reactions, signal); 1787 - if (index !== -1) { 1788 - var new_length = reactions.length - 1; 1789 - if (new_length === 0) { 1790 - reactions = dependency.reactions = null; 1791 - } else { 1792 - reactions[index] = reactions[new_length]; 1793 - reactions.pop(); 1794 - } 1795 - } 1796 - } 1797 - if (reactions === null && (dependency.f & DERIVED) !== 0 && // Destroying a child effect while updating a parent effect can cause a dependency to appear 1798 - // to be unused, when in fact it is used by the currently-updating parent. Checking `new_deps` 1799 - // allows us to skip the expensive work of disconnecting and immediately reconnecting it 1800 - (new_deps === null || !includes.call(new_deps, dependency))) { 1801 - var derived2 = ( 1802 - /** @type {Derived} */ 1803 - dependency 1804 - ); 1805 - if ((derived2.f & CONNECTED) !== 0) { 1806 - derived2.f ^= CONNECTED; 1807 - derived2.f &= ~WAS_MARKED; 1808 - } 1809 - update_derived_status(derived2); 1810 - freeze_derived_effects(derived2); 1811 - remove_reactions(derived2, 0); 1812 - } 1813 - } 1814 - function remove_reactions(signal, start_index) { 1815 - var dependencies = signal.deps; 1816 - if (dependencies === null) return; 1817 - for (var i = start_index; i < dependencies.length; i++) { 1818 - remove_reaction(signal, dependencies[i]); 1819 - } 1820 - } 1821 - function update_effect(effect) { 1822 - var flags = effect.f; 1823 - if ((flags & DESTROYED) !== 0) { 1824 - return; 1825 - } 1826 - set_signal_status(effect, CLEAN); 1827 - var previous_effect = active_effect; 1828 - var was_updating_effect = is_updating_effect; 1829 - active_effect = effect; 1830 - is_updating_effect = true; 1831 - try { 1832 - if ((flags & (BLOCK_EFFECT | MANAGED_EFFECT)) !== 0) { 1833 - destroy_block_effect_children(effect); 1834 - } else { 1835 - destroy_effect_children(effect); 1836 - } 1837 - execute_effect_teardown(effect); 1838 - var teardown = update_reaction(effect); 1839 - effect.teardown = typeof teardown === "function" ? teardown : null; 1840 - effect.wv = write_version; 1841 - var dep; 1842 - if (BROWSER && tracing_mode_flag && (effect.f & DIRTY) !== 0 && effect.deps !== null) ; 1843 - } finally { 1844 - is_updating_effect = was_updating_effect; 1845 - active_effect = previous_effect; 1846 - } 1847 - } 1848 - function get(signal) { 1849 - var flags = signal.f; 1850 - var is_derived = (flags & DERIVED) !== 0; 1851 - if (active_reaction !== null && !untracking) { 1852 - var destroyed = active_effect !== null && (active_effect.f & DESTROYED) !== 0; 1853 - if (!destroyed && (current_sources === null || !includes.call(current_sources, signal))) { 1854 - var deps = active_reaction.deps; 1855 - if ((active_reaction.f & REACTION_IS_UPDATING) !== 0) { 1856 - if (signal.rv < read_version) { 1857 - signal.rv = read_version; 1858 - if (new_deps === null && deps !== null && deps[skipped_deps] === signal) { 1859 - skipped_deps++; 1860 - } else if (new_deps === null) { 1861 - new_deps = [signal]; 1862 - } else { 1863 - new_deps.push(signal); 1864 - } 1865 - } 1866 - } else { 1867 - (active_reaction.deps ??= []).push(signal); 1868 - var reactions = signal.reactions; 1869 - if (reactions === null) { 1870 - signal.reactions = [active_reaction]; 1871 - } else if (!includes.call(reactions, active_reaction)) { 1872 - reactions.push(active_reaction); 1873 - } 1874 - } 1875 - } 1876 - } 1877 - if (is_destroying_effect && old_values.has(signal)) { 1878 - return old_values.get(signal); 1879 - } 1880 - if (is_derived) { 1881 - var derived2 = ( 1882 - /** @type {Derived} */ 1883 - signal 1884 - ); 1885 - if (is_destroying_effect) { 1886 - var value = derived2.v; 1887 - if ((derived2.f & CLEAN) === 0 && derived2.reactions !== null || depends_on_old_values(derived2)) { 1888 - value = execute_derived(derived2); 1889 - } 1890 - old_values.set(derived2, value); 1891 - return value; 1892 - } 1893 - var should_connect = (derived2.f & CONNECTED) === 0 && !untracking && active_reaction !== null && (is_updating_effect || (active_reaction.f & CONNECTED) !== 0); 1894 - var is_new = (derived2.f & REACTION_RAN) === 0; 1895 - if (is_dirty(derived2)) { 1896 - if (should_connect) { 1897 - derived2.f |= CONNECTED; 1898 - } 1899 - update_derived(derived2); 1900 - } 1901 - if (should_connect && !is_new) { 1902 - unfreeze_derived_effects(derived2); 1903 - reconnect(derived2); 1904 - } 1905 - } 1906 - if (batch_values?.has(signal)) { 1907 - return batch_values.get(signal); 1908 - } 1909 - if ((signal.f & ERROR_VALUE) !== 0) { 1910 - throw signal.v; 1911 - } 1912 - return signal.v; 1913 - } 1914 - function reconnect(derived2) { 1915 - derived2.f |= CONNECTED; 1916 - if (derived2.deps === null) return; 1917 - for (const dep of derived2.deps) { 1918 - (dep.reactions ??= []).push(derived2); 1919 - if ((dep.f & DERIVED) !== 0 && (dep.f & CONNECTED) === 0) { 1920 - unfreeze_derived_effects( 1921 - /** @type {Derived} */ 1922 - dep 1923 - ); 1924 - reconnect( 1925 - /** @type {Derived} */ 1926 - dep 1927 - ); 1928 - } 1929 - } 1930 - } 1931 - function depends_on_old_values(derived2) { 1932 - if (derived2.v === UNINITIALIZED) return true; 1933 - if (derived2.deps === null) return false; 1934 - for (const dep of derived2.deps) { 1935 - if (old_values.has(dep)) { 1936 - return true; 1937 - } 1938 - if ((dep.f & DERIVED) !== 0 && depends_on_old_values( 1939 - /** @type {Derived} */ 1940 - dep 1941 - )) { 1942 - return true; 1943 - } 1944 - } 1945 - return false; 1946 - } 1947 - function untrack(fn) { 1948 - var previous_untracking = untracking; 1949 - try { 1950 - untracking = true; 1951 - return fn(); 1952 - } finally { 1953 - untracking = previous_untracking; 1954 - } 1955 - } 1956 - function subscribe_to_store(store, run, invalidate) { 1957 - if (store == null) { 1958 - run(void 0); 1959 - return noop; 1960 - } 1961 - const unsub = untrack( 1962 - () => store.subscribe( 1963 - run, 1964 - // @ts-expect-error 1965 - invalidate 1966 - ) 1967 - ); 1968 - return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub; 1969 - } 1970 - const DOM_BOOLEAN_ATTRIBUTES = [ 1971 - "allowfullscreen", 1972 - "async", 1973 - "autofocus", 1974 - "autoplay", 1975 - "checked", 1976 - "controls", 1977 - "default", 1978 - "disabled", 1979 - "formnovalidate", 1980 - "indeterminate", 1981 - "inert", 1982 - "ismap", 1983 - "loop", 1984 - "multiple", 1985 - "muted", 1986 - "nomodule", 1987 - "novalidate", 1988 - "open", 1989 - "playsinline", 1990 - "readonly", 1991 - "required", 1992 - "reversed", 1993 - "seamless", 1994 - "selected", 1995 - "webkitdirectory", 1996 - "defer", 1997 - "disablepictureinpicture", 1998 - "disableremoteplayback" 1999 - ]; 2000 - function is_boolean_attribute(name) { 2001 - return DOM_BOOLEAN_ATTRIBUTES.includes(name); 2002 - } 2003 - const PASSIVE_EVENTS = ["touchstart", "touchmove"]; 2004 - function is_passive_event(name) { 2005 - return PASSIVE_EVENTS.includes(name); 2006 - } 2007 - const ATTR_REGEX = /[&"<]/g; 2008 - const CONTENT_REGEX = /[&<]/g; 2009 - function escape_html(value, is_attr) { 2010 - const str = String(value ?? ""); 2011 - const pattern = is_attr ? ATTR_REGEX : CONTENT_REGEX; 2012 - pattern.lastIndex = 0; 2013 - let escaped = ""; 2014 - let last = 0; 2015 - while (pattern.test(str)) { 2016 - const i = pattern.lastIndex - 1; 2017 - const ch = str[i]; 2018 - escaped += str.substring(last, i) + (ch === "&" ? "&amp;" : ch === '"' ? "&quot;" : "&lt;"); 2019 - last = i + 1; 2020 - } 2021 - return escaped + str.substring(last); 2022 - } 2023 - const replacements = { 2024 - translate: /* @__PURE__ */ new Map([ 2025 - [true, "yes"], 2026 - [false, "no"] 2027 - ]) 2028 - }; 2029 - function attr(name, value, is_boolean = false) { 2030 - if (name === "hidden" && value !== "until-found") { 2031 - is_boolean = true; 2032 - } 2033 - if (value == null || !value && is_boolean) return ""; 2034 - const normalized = has_own_property.call(replacements, name) && replacements[name].get(value) || value; 2035 - const assignment = is_boolean ? `=""` : `="${escape_html(normalized, true)}"`; 2036 - return ` ${name}${assignment}`; 2037 - } 2038 - function clsx(value) { 2039 - if (typeof value === "object") { 2040 - return clsx$1(value); 2041 - } else { 2042 - return value ?? ""; 2043 - } 2044 - } 2045 - const whitespace = [..." \n\r\f \v\uFEFF"]; 2046 - function to_class(value, hash, directives) { 2047 - var classname = value == null ? "" : "" + value; 2048 - if (hash) { 2049 - classname = classname ? classname + " " + hash : hash; 2050 - } 2051 - if (directives) { 2052 - for (var key of Object.keys(directives)) { 2053 - if (directives[key]) { 2054 - classname = classname ? classname + " " + key : key; 2055 - } else if (classname.length) { 2056 - var len = key.length; 2057 - var a = 0; 2058 - while ((a = classname.indexOf(key, a)) >= 0) { 2059 - var b = a + len; 2060 - if ((a === 0 || whitespace.includes(classname[a - 1])) && (b === classname.length || whitespace.includes(classname[b]))) { 2061 - classname = (a === 0 ? "" : classname.substring(0, a)) + classname.substring(b + 1); 2062 - } else { 2063 - a = b; 2064 - } 2065 - } 2066 - } 2067 - } 2068 - } 2069 - return classname === "" ? null : classname; 2070 - } 2071 - function append_styles(styles, important = false) { 2072 - var separator = important ? " !important;" : ";"; 2073 - var css = ""; 2074 - for (var key of Object.keys(styles)) { 2075 - var value = styles[key]; 2076 - if (value != null && value !== "") { 2077 - css += " " + key + ": " + value + separator; 2078 - } 2079 - } 2080 - return css; 2081 - } 2082 - function to_css_name(name) { 2083 - if (name[0] !== "-" || name[1] !== "-") { 2084 - return name.toLowerCase(); 2085 - } 2086 - return name; 2087 - } 2088 - function to_style(value, styles) { 2089 - if (styles) { 2090 - var new_style = ""; 2091 - var normal_styles; 2092 - var important_styles; 2093 - if (Array.isArray(styles)) { 2094 - normal_styles = styles[0]; 2095 - important_styles = styles[1]; 2096 - } else { 2097 - normal_styles = styles; 2098 - } 2099 - if (value) { 2100 - value = String(value).replaceAll(/\s*\/\*.*?\*\/\s*/g, "").trim(); 2101 - var in_str = false; 2102 - var in_apo = 0; 2103 - var in_comment = false; 2104 - var reserved_names = []; 2105 - if (normal_styles) { 2106 - reserved_names.push(...Object.keys(normal_styles).map(to_css_name)); 2107 - } 2108 - if (important_styles) { 2109 - reserved_names.push(...Object.keys(important_styles).map(to_css_name)); 2110 - } 2111 - var start_index = 0; 2112 - var name_index = -1; 2113 - const len = value.length; 2114 - for (var i = 0; i < len; i++) { 2115 - var c = value[i]; 2116 - if (in_comment) { 2117 - if (c === "/" && value[i - 1] === "*") { 2118 - in_comment = false; 2119 - } 2120 - } else if (in_str) { 2121 - if (in_str === c) { 2122 - in_str = false; 2123 - } 2124 - } else if (c === "/" && value[i + 1] === "*") { 2125 - in_comment = true; 2126 - } else if (c === '"' || c === "'") { 2127 - in_str = c; 2128 - } else if (c === "(") { 2129 - in_apo++; 2130 - } else if (c === ")") { 2131 - in_apo--; 2132 - } 2133 - if (!in_comment && in_str === false && in_apo === 0) { 2134 - if (c === ":" && name_index === -1) { 2135 - name_index = i; 2136 - } else if (c === ";" || i === len - 1) { 2137 - if (name_index !== -1) { 2138 - var name = to_css_name(value.substring(start_index, name_index).trim()); 2139 - if (!reserved_names.includes(name)) { 2140 - if (c !== ";") { 2141 - i++; 2142 - } 2143 - var property = value.substring(start_index, i).trim(); 2144 - new_style += " " + property + ";"; 2145 - } 2146 - } 2147 - start_index = i + 1; 2148 - name_index = -1; 2149 - } 2150 - } 2151 - } 2152 - } 2153 - if (normal_styles) { 2154 - new_style += append_styles(normal_styles); 2155 - } 2156 - if (important_styles) { 2157 - new_style += append_styles(important_styles, true); 2158 - } 2159 - new_style = new_style.trim(); 2160 - return new_style === "" ? null : new_style; 2161 - } 2162 - return value == null ? null : String(value); 2163 - } 2164 - const BLOCK_OPEN = `<!--${HYDRATION_START}-->`; 2165 - const BLOCK_CLOSE = `<!--${HYDRATION_END}-->`; 2166 - const EMPTY_COMMENT = `<!---->`; 2167 - let controller = null; 2168 - function abort() { 2169 - controller?.abort(STALE_REACTION); 2170 - controller = null; 2171 - } 2172 - function await_invalid() { 2173 - const error = new Error(`await_invalid 2174 - Encountered asynchronous work while rendering synchronously. 2175 - https://svelte.dev/e/await_invalid`); 2176 - error.name = "Svelte error"; 2177 - throw error; 2178 - } 2179 - function invalid_csp() { 2180 - const error = new Error(`invalid_csp 2181 - \`csp.nonce\` was set while \`csp.hash\` was \`true\`. These options cannot be used simultaneously. 2182 - https://svelte.dev/e/invalid_csp`); 2183 - error.name = "Svelte error"; 2184 - throw error; 2185 - } 2186 - function server_context_required() { 2187 - const error = new Error(`server_context_required 2188 - Could not resolve \`render\` context. 2189 - https://svelte.dev/e/server_context_required`); 2190 - error.name = "Svelte error"; 2191 - throw error; 2192 - } 2193 - var ssr_context = null; 2194 - function set_ssr_context(v) { 2195 - ssr_context = v; 2196 - } 2197 - function getContext(key) { 2198 - const context_map = get_or_init_context_map(); 2199 - const result = ( 2200 - /** @type {T} */ 2201 - context_map.get(key) 2202 - ); 2203 - return result; 2204 - } 2205 - function setContext(key, context) { 2206 - get_or_init_context_map().set(key, context); 2207 - return context; 2208 - } 2209 - function get_or_init_context_map(name) { 2210 - if (ssr_context === null) { 2211 - lifecycle_outside_component(); 2212 - } 2213 - return ssr_context.c ??= new Map(get_parent_context(ssr_context) || void 0); 2214 - } 2215 - function push(fn) { 2216 - ssr_context = { p: ssr_context, c: null, r: null }; 2217 - } 2218 - function pop() { 2219 - ssr_context = /** @type {SSRContext} */ 2220 - ssr_context.p; 2221 - } 2222 - function get_parent_context(ssr_context2) { 2223 - let parent = ssr_context2.p; 2224 - while (parent !== null) { 2225 - const context_map = parent.c; 2226 - if (context_map !== null) { 2227 - return context_map; 2228 - } 2229 - parent = parent.p; 2230 - } 2231 - return null; 2232 - } 2233 - function unresolved_hydratable(key, stack) { 2234 - { 2235 - console.warn(`https://svelte.dev/e/unresolved_hydratable`); 2236 - } 2237 - } 2238 - function get_render_context() { 2239 - const store = als?.getStore(); 2240 - { 2241 - server_context_required(); 2242 - } 2243 - return store; 2244 - } 2245 - let als = null; 2246 - let text_encoder; 2247 - let crypto; 2248 - const obfuscated_import = (module_name) => import( 2249 - /* @vite-ignore */ 2250 - module_name 2251 - ); 2252 - async function sha256(data) { 2253 - text_encoder ??= new TextEncoder(); 2254 - crypto ??= globalThis.crypto?.subtle?.digest ? globalThis.crypto : ( 2255 - // @ts-ignore - we don't install node types in the prod build 2256 - // don't use import('node:crypto') directly because static analysers will think we rely on node when we don't 2257 - (await obfuscated_import("node:crypto")).webcrypto 2258 - ); 2259 - const hash_buffer = await crypto.subtle.digest("SHA-256", text_encoder.encode(data)); 2260 - return base64_encode(hash_buffer); 2261 - } 2262 - function base64_encode(bytes) { 2263 - if (globalThis.Buffer) { 2264 - return globalThis.Buffer.from(bytes).toString("base64"); 2265 - } 2266 - let binary = ""; 2267 - for (let i = 0; i < bytes.length; i++) { 2268 - binary += String.fromCharCode(bytes[i]); 2269 - } 2270 - return btoa(binary); 2271 - } 2272 - class Renderer { 2273 - /** 2274 - * The contents of the renderer. 2275 - * @type {RendererItem[]} 2276 - */ 2277 - #out = []; 2278 - /** 2279 - * Any `onDestroy` callbacks registered during execution of this renderer. 2280 - * @type {(() => void)[] | undefined} 2281 - */ 2282 - #on_destroy = void 0; 2283 - /** 2284 - * Whether this renderer is a component body. 2285 - * @type {boolean} 2286 - */ 2287 - #is_component_body = false; 2288 - /** 2289 - * If set, this renderer is an error boundary. When async collection 2290 - * of the children fails, the failed snippet is rendered instead. 2291 - * @type {{ 2292 - * failed: (renderer: Renderer, error: unknown, reset: () => void) => void; 2293 - * transformError: (error: unknown) => unknown; 2294 - * context: SSRContext | null; 2295 - * } | null} 2296 - */ 2297 - #boundary = null; 2298 - /** 2299 - * The type of string content that this renderer is accumulating. 2300 - * @type {RendererType} 2301 - */ 2302 - type; 2303 - /** @type {Renderer | undefined} */ 2304 - #parent; 2305 - /** 2306 - * Asynchronous work associated with this renderer 2307 - * @type {Promise<void> | undefined} 2308 - */ 2309 - promise = void 0; 2310 - /** 2311 - * State which is associated with the content tree as a whole. 2312 - * It will be re-exposed, uncopied, on all children. 2313 - * @type {SSRState} 2314 - * @readonly 2315 - */ 2316 - global; 2317 - /** 2318 - * State that is local to the branch it is declared in. 2319 - * It will be shallow-copied to all children. 2320 - * 2321 - * @type {{ select_value: string | undefined }} 2322 - */ 2323 - local; 2324 - /** 2325 - * @param {SSRState} global 2326 - * @param {Renderer | undefined} [parent] 2327 - */ 2328 - constructor(global, parent) { 2329 - this.#parent = parent; 2330 - this.global = global; 2331 - this.local = parent ? { ...parent.local } : { select_value: void 0 }; 2332 - this.type = parent ? parent.type : "body"; 2333 - } 2334 - /** 2335 - * @param {(renderer: Renderer) => void} fn 2336 - */ 2337 - head(fn) { 2338 - const head2 = new Renderer(this.global, this); 2339 - head2.type = "head"; 2340 - this.#out.push(head2); 2341 - head2.child(fn); 2342 - } 2343 - /** 2344 - * @param {Array<Promise<void>>} blockers 2345 - * @param {(renderer: Renderer) => void} fn 2346 - */ 2347 - async_block(blockers, fn) { 2348 - this.#out.push(BLOCK_OPEN); 2349 - this.async(blockers, fn); 2350 - this.#out.push(BLOCK_CLOSE); 2351 - } 2352 - /** 2353 - * @param {Array<Promise<void>>} blockers 2354 - * @param {(renderer: Renderer) => void} fn 2355 - */ 2356 - async(blockers, fn) { 2357 - let callback = fn; 2358 - if (blockers.length > 0) { 2359 - const context = ssr_context; 2360 - callback = (renderer) => { 2361 - return Promise.all(blockers).then(() => { 2362 - const previous_context = ssr_context; 2363 - try { 2364 - set_ssr_context(context); 2365 - return fn(renderer); 2366 - } finally { 2367 - set_ssr_context(previous_context); 2368 - } 2369 - }); 2370 - }; 2371 - } 2372 - this.child(callback); 2373 - } 2374 - /** 2375 - * @param {Array<() => void>} thunks 2376 - */ 2377 - run(thunks) { 2378 - const context = ssr_context; 2379 - let promise = Promise.resolve(thunks[0]()); 2380 - const promises = [promise]; 2381 - for (const fn of thunks.slice(1)) { 2382 - promise = promise.then(() => { 2383 - const previous_context = ssr_context; 2384 - set_ssr_context(context); 2385 - try { 2386 - return fn(); 2387 - } finally { 2388 - set_ssr_context(previous_context); 2389 - } 2390 - }); 2391 - promises.push(promise); 2392 - } 2393 - promise.catch(noop); 2394 - this.promise = promise; 2395 - return promises; 2396 - } 2397 - /** 2398 - * @param {(renderer: Renderer) => MaybePromise<void>} fn 2399 - */ 2400 - child_block(fn) { 2401 - this.#out.push(BLOCK_OPEN); 2402 - this.child(fn); 2403 - this.#out.push(BLOCK_CLOSE); 2404 - } 2405 - /** 2406 - * Create a child renderer. The child renderer inherits the state from the parent, 2407 - * but has its own content. 2408 - * @param {(renderer: Renderer) => MaybePromise<void>} fn 2409 - */ 2410 - child(fn) { 2411 - const child = new Renderer(this.global, this); 2412 - this.#out.push(child); 2413 - const parent = ssr_context; 2414 - set_ssr_context({ 2415 - ...ssr_context, 2416 - p: parent, 2417 - c: null, 2418 - r: child 2419 - }); 2420 - const result = fn(child); 2421 - set_ssr_context(parent); 2422 - if (result instanceof Promise) { 2423 - result.catch(noop); 2424 - result.finally(() => set_ssr_context(null)).catch(noop); 2425 - if (child.global.mode === "sync") { 2426 - await_invalid(); 2427 - } 2428 - child.promise = result; 2429 - } 2430 - return child; 2431 - } 2432 - /** 2433 - * Render children inside an error boundary. If the children throw and the API-level 2434 - * `transformError` transform handles the error (doesn't re-throw), the `failed` snippet is 2435 - * rendered instead. Otherwise the error propagates. 2436 - * 2437 - * @param {{ failed?: (renderer: Renderer, error: unknown, reset: () => void) => void }} props 2438 - * @param {(renderer: Renderer) => MaybePromise<void>} children_fn 2439 - */ 2440 - boundary(props, children_fn) { 2441 - const child = new Renderer(this.global, this); 2442 - this.#out.push(child); 2443 - const parent_context = ssr_context; 2444 - if (props.failed) { 2445 - child.#boundary = { 2446 - failed: props.failed, 2447 - transformError: this.global.transformError, 2448 - context: parent_context 2449 - }; 2450 - } 2451 - set_ssr_context({ 2452 - ...ssr_context, 2453 - p: parent_context, 2454 - c: null, 2455 - r: child 2456 - }); 2457 - try { 2458 - const result = children_fn(child); 2459 - set_ssr_context(parent_context); 2460 - if (result instanceof Promise) { 2461 - if (child.global.mode === "sync") { 2462 - await_invalid(); 2463 - } 2464 - result.catch(noop); 2465 - child.promise = result; 2466 - } 2467 - } catch (error) { 2468 - set_ssr_context(parent_context); 2469 - const failed_snippet = props.failed; 2470 - if (!failed_snippet) throw error; 2471 - const result = this.global.transformError(error); 2472 - child.#out.length = 0; 2473 - child.#boundary = null; 2474 - if (result instanceof Promise) { 2475 - if (this.global.mode === "sync") { 2476 - await_invalid(); 2477 - } 2478 - child.promise = /** @type {Promise<unknown>} */ 2479 - result.then((transformed) => { 2480 - set_ssr_context(parent_context); 2481 - child.#out.push(Renderer.#serialize_failed_boundary(transformed)); 2482 - failed_snippet(child, transformed, noop); 2483 - child.#out.push(BLOCK_CLOSE); 2484 - }); 2485 - child.promise.catch(noop); 2486 - } else { 2487 - child.#out.push(Renderer.#serialize_failed_boundary(result)); 2488 - failed_snippet(child, result, noop); 2489 - child.#out.push(BLOCK_CLOSE); 2490 - } 2491 - } 2492 - } 2493 - /** 2494 - * Create a component renderer. The component renderer inherits the state from the parent, 2495 - * but has its own content. It is treated as an ordering boundary for ondestroy callbacks. 2496 - * @param {(renderer: Renderer) => MaybePromise<void>} fn 2497 - * @param {Function} [component_fn] 2498 - * @returns {void} 2499 - */ 2500 - component(fn, component_fn) { 2501 - push(); 2502 - const child = this.child(fn); 2503 - child.#is_component_body = true; 2504 - pop(); 2505 - } 2506 - /** 2507 - * @param {Record<string, any>} attrs 2508 - * @param {(renderer: Renderer) => void} fn 2509 - * @param {string | undefined} [css_hash] 2510 - * @param {Record<string, boolean> | undefined} [classes] 2511 - * @param {Record<string, string> | undefined} [styles] 2512 - * @param {number | undefined} [flags] 2513 - * @param {boolean | undefined} [is_rich] 2514 - * @returns {void} 2515 - */ 2516 - select(attrs, fn, css_hash, classes, styles, flags, is_rich) { 2517 - const { value, ...select_attrs } = attrs; 2518 - this.push(`<select${attributes(select_attrs, css_hash, classes, styles, flags)}>`); 2519 - this.child((renderer) => { 2520 - renderer.local.select_value = value; 2521 - fn(renderer); 2522 - }); 2523 - this.push(`${is_rich ? "<!>" : ""}</select>`); 2524 - } 2525 - /** 2526 - * @param {Record<string, any>} attrs 2527 - * @param {string | number | boolean | ((renderer: Renderer) => void)} body 2528 - * @param {string | undefined} [css_hash] 2529 - * @param {Record<string, boolean> | undefined} [classes] 2530 - * @param {Record<string, string> | undefined} [styles] 2531 - * @param {number | undefined} [flags] 2532 - * @param {boolean | undefined} [is_rich] 2533 - */ 2534 - option(attrs, body, css_hash, classes, styles, flags, is_rich) { 2535 - this.#out.push(`<option${attributes(attrs, css_hash, classes, styles, flags)}`); 2536 - const close = (renderer, value, { head: head2, body: body2 }) => { 2537 - if (has_own_property.call(attrs, "value")) { 2538 - value = attrs.value; 2539 - } 2540 - if (value === this.local.select_value) { 2541 - renderer.#out.push(' selected=""'); 2542 - } 2543 - renderer.#out.push(`>${body2}${is_rich ? "<!>" : ""}</option>`); 2544 - if (head2) { 2545 - renderer.head((child) => child.push(head2)); 2546 - } 2547 - }; 2548 - if (typeof body === "function") { 2549 - this.child((renderer) => { 2550 - const r = new Renderer(this.global, this); 2551 - body(r); 2552 - if (this.global.mode === "async") { 2553 - return r.#collect_content_async().then((content) => { 2554 - close(renderer, content.body.replaceAll("<!---->", ""), content); 2555 - }); 2556 - } else { 2557 - const content = r.#collect_content(); 2558 - close(renderer, content.body.replaceAll("<!---->", ""), content); 2559 - } 2560 - }); 2561 - } else { 2562 - close(this, body, { body: escape_html(body) }); 2563 - } 2564 - } 2565 - /** 2566 - * @param {(renderer: Renderer) => void} fn 2567 - */ 2568 - title(fn) { 2569 - const path = this.get_path(); 2570 - const close = (head2) => { 2571 - this.global.set_title(head2, path); 2572 - }; 2573 - this.child((renderer) => { 2574 - const r = new Renderer(renderer.global, renderer); 2575 - fn(r); 2576 - if (renderer.global.mode === "async") { 2577 - return r.#collect_content_async().then((content) => { 2578 - close(content.head); 2579 - }); 2580 - } else { 2581 - const content = r.#collect_content(); 2582 - close(content.head); 2583 - } 2584 - }); 2585 - } 2586 - /** 2587 - * @param {string | (() => Promise<string>)} content 2588 - */ 2589 - push(content) { 2590 - if (typeof content === "function") { 2591 - this.child(async (renderer) => renderer.push(await content())); 2592 - } else { 2593 - this.#out.push(content); 2594 - } 2595 - } 2596 - /** 2597 - * @param {() => void} fn 2598 - */ 2599 - on_destroy(fn) { 2600 - (this.#on_destroy ??= []).push(fn); 2601 - } 2602 - /** 2603 - * @returns {number[]} 2604 - */ 2605 - get_path() { 2606 - return this.#parent ? [...this.#parent.get_path(), this.#parent.#out.indexOf(this)] : []; 2607 - } 2608 - /** 2609 - * @deprecated this is needed for legacy component bindings 2610 - */ 2611 - copy() { 2612 - const copy = new Renderer(this.global, this.#parent); 2613 - copy.#out = this.#out.map((item) => item instanceof Renderer ? item.copy() : item); 2614 - copy.promise = this.promise; 2615 - return copy; 2616 - } 2617 - /** 2618 - * @param {Renderer} other 2619 - * @deprecated this is needed for legacy component bindings 2620 - */ 2621 - subsume(other) { 2622 - if (this.global.mode !== other.global.mode) { 2623 - throw new Error( 2624 - "invariant: A renderer cannot switch modes. If you're seeing this, there's a compiler bug. File an issue!" 2625 - ); 2626 - } 2627 - this.local = other.local; 2628 - this.#out = other.#out.map((item, i) => { 2629 - const current = this.#out[i]; 2630 - if (current instanceof Renderer && item instanceof Renderer) { 2631 - current.subsume(item); 2632 - return current; 2633 - } 2634 - return item; 2635 - }); 2636 - this.promise = other.promise; 2637 - this.type = other.type; 2638 - } 2639 - get length() { 2640 - return this.#out.length; 2641 - } 2642 - /** 2643 - * Creates the hydration comment that marks the start of a failed boundary. 2644 - * The error is JSON-serialized and embedded inside an HTML comment for the client 2645 - * to parse during hydration. The JSON is escaped to prevent `-->` or `<!--` sequences 2646 - * from breaking out of the comment (XSS). Uses unicode escapes which `JSON.parse()` 2647 - * handles transparently. 2648 - * @param {unknown} error 2649 - * @returns {string} 2650 - */ 2651 - static #serialize_failed_boundary(error) { 2652 - var json = JSON.stringify(error); 2653 - var escaped = json.replace(/>/g, "\\u003e").replace(/</g, "\\u003c"); 2654 - return `<!--${HYDRATION_START_FAILED}${escaped}-->`; 2655 - } 2656 - /** 2657 - * Only available on the server and when compiling with the `server` option. 2658 - * Takes a component and returns an object with `body` and `head` properties on it, which you can use to populate the HTML when server-rendering your app. 2659 - * @template {Record<string, any>} Props 2660 - * @param {Component<Props>} component 2661 - * @param {{ props?: Omit<Props, '$$slots' | '$$events'>; context?: Map<any, any>; idPrefix?: string; csp?: Csp }} [options] 2662 - * @returns {RenderOutput} 2663 - */ 2664 - static render(component, options = {}) { 2665 - let sync; 2666 - const result = ( 2667 - /** @type {RenderOutput} */ 2668 - {} 2669 - ); 2670 - Object.defineProperties(result, { 2671 - html: { 2672 - get: () => { 2673 - return (sync ??= Renderer.#render(component, options)).body; 2674 - } 2675 - }, 2676 - head: { 2677 - get: () => { 2678 - return (sync ??= Renderer.#render(component, options)).head; 2679 - } 2680 - }, 2681 - body: { 2682 - get: () => { 2683 - return (sync ??= Renderer.#render(component, options)).body; 2684 - } 2685 - }, 2686 - hashes: { 2687 - value: { 2688 - script: "" 2689 - } 2690 - }, 2691 - then: { 2692 - value: ( 2693 - /** 2694 - * this is not type-safe, but honestly it's the best I can do right now, and it's a straightforward function. 2695 - * 2696 - * @template TResult1 2697 - * @template [TResult2=never] 2698 - * @param { (value: SyncRenderOutput) => TResult1 } onfulfilled 2699 - * @param { (reason: unknown) => TResult2 } onrejected 2700 - */ 2701 - (onfulfilled, onrejected) => { 2702 - { 2703 - const result2 = sync ??= Renderer.#render(component, options); 2704 - const user_result = onfulfilled({ 2705 - head: result2.head, 2706 - body: result2.body, 2707 - html: result2.body, 2708 - hashes: { script: [] } 2709 - }); 2710 - return Promise.resolve(user_result); 2711 - } 2712 - } 2713 - ) 2714 - } 2715 - }); 2716 - return result; 2717 - } 2718 - /** 2719 - * Collect all of the `onDestroy` callbacks registered during rendering. In an async context, this is only safe to call 2720 - * after awaiting `collect_async`. 2721 - * 2722 - * Child renderers are "porous" and don't affect execution order, but component body renderers 2723 - * create ordering boundaries. Within a renderer, callbacks run in order until hitting a component boundary. 2724 - * @returns {Iterable<() => void>} 2725 - */ 2726 - *#collect_on_destroy() { 2727 - for (const component of this.#traverse_components()) { 2728 - yield* component.#collect_ondestroy(); 2729 - } 2730 - } 2731 - /** 2732 - * Performs a depth-first search of renderers, yielding the deepest components first, then additional components as we backtrack up the tree. 2733 - * @returns {Iterable<Renderer>} 2734 - */ 2735 - *#traverse_components() { 2736 - for (const child of this.#out) { 2737 - if (typeof child !== "string") { 2738 - yield* child.#traverse_components(); 2739 - } 2740 - } 2741 - if (this.#is_component_body) { 2742 - yield this; 2743 - } 2744 - } 2745 - /** 2746 - * @returns {Iterable<() => void>} 2747 - */ 2748 - *#collect_ondestroy() { 2749 - if (this.#on_destroy) { 2750 - for (const fn of this.#on_destroy) { 2751 - yield fn; 2752 - } 2753 - } 2754 - for (const child of this.#out) { 2755 - if (child instanceof Renderer && !child.#is_component_body) { 2756 - yield* child.#collect_ondestroy(); 2757 - } 2758 - } 2759 - } 2760 - /** 2761 - * Render a component. Throws if any of the children are performing asynchronous work. 2762 - * 2763 - * @template {Record<string, any>} Props 2764 - * @param {Component<Props>} component 2765 - * @param {{ props?: Omit<Props, '$$slots' | '$$events'>; context?: Map<any, any>; idPrefix?: string }} options 2766 - * @returns {AccumulatedContent} 2767 - */ 2768 - static #render(component, options) { 2769 - var previous_context = ssr_context; 2770 - try { 2771 - const renderer = Renderer.#open_render("sync", component, options); 2772 - const content = renderer.#collect_content(); 2773 - return Renderer.#close_render(content, renderer); 2774 - } finally { 2775 - abort(); 2776 - set_ssr_context(previous_context); 2777 - } 2778 - } 2779 - /** 2780 - * Render a component. 2781 - * 2782 - * @template {Record<string, any>} Props 2783 - * @param {Component<Props>} component 2784 - * @param {{ props?: Omit<Props, '$$slots' | '$$events'>; context?: Map<any, any>; idPrefix?: string; csp?: Csp }} options 2785 - * @returns {Promise<AccumulatedContent & { hashes: { script: Sha256Source[] } }>} 2786 - */ 2787 - static async #render_async(component, options) { 2788 - const previous_context = ssr_context; 2789 - try { 2790 - const renderer = Renderer.#open_render("async", component, options); 2791 - const content = await renderer.#collect_content_async(); 2792 - const hydratables = await renderer.#collect_hydratables(); 2793 - if (hydratables !== null) { 2794 - content.head = hydratables + content.head; 2795 - } 2796 - return Renderer.#close_render(content, renderer); 2797 - } finally { 2798 - set_ssr_context(previous_context); 2799 - abort(); 2800 - } 2801 - } 2802 - /** 2803 - * Collect all of the code from the `out` array and return it as a string, or a promise resolving to a string. 2804 - * @param {AccumulatedContent} content 2805 - * @returns {AccumulatedContent} 2806 - */ 2807 - #collect_content(content = { head: "", body: "" }) { 2808 - for (const item of this.#out) { 2809 - if (typeof item === "string") { 2810 - content[this.type] += item; 2811 - } else if (item instanceof Renderer) { 2812 - item.#collect_content(content); 2813 - } 2814 - } 2815 - return content; 2816 - } 2817 - /** 2818 - * Collect all of the code from the `out` array and return it as a string. 2819 - * @param {AccumulatedContent} content 2820 - * @returns {Promise<AccumulatedContent>} 2821 - */ 2822 - async #collect_content_async(content = { head: "", body: "" }) { 2823 - await this.promise; 2824 - for (const item of this.#out) { 2825 - if (typeof item === "string") { 2826 - content[this.type] += item; 2827 - } else if (item instanceof Renderer) { 2828 - if (item.#boundary) { 2829 - const boundary_content = { head: "", body: "" }; 2830 - try { 2831 - await item.#collect_content_async(boundary_content); 2832 - content.head += boundary_content.head; 2833 - content.body += boundary_content.body; 2834 - } catch (error) { 2835 - const { context, failed, transformError } = item.#boundary; 2836 - set_ssr_context(context); 2837 - let transformed = await transformError(error); 2838 - const failed_renderer = new Renderer(item.global, item); 2839 - failed_renderer.type = item.type; 2840 - failed_renderer.#out.push(Renderer.#serialize_failed_boundary(transformed)); 2841 - failed(failed_renderer, transformed, noop); 2842 - failed_renderer.#out.push(BLOCK_CLOSE); 2843 - await failed_renderer.#collect_content_async(content); 2844 - } 2845 - } else { 2846 - await item.#collect_content_async(content); 2847 - } 2848 - } 2849 - } 2850 - return content; 2851 - } 2852 - async #collect_hydratables() { 2853 - const ctx = get_render_context().hydratable; 2854 - for (const [_, key] of ctx.unresolved_promises) { 2855 - unresolved_hydratable(key, ctx.lookup.get(key)?.stack ?? "<missing stack trace>"); 2856 - } 2857 - for (const comparison of ctx.comparisons) { 2858 - await comparison; 2859 - } 2860 - return await this.#hydratable_block(ctx); 2861 - } 2862 - /** 2863 - * @template {Record<string, any>} Props 2864 - * @param {'sync' | 'async'} mode 2865 - * @param {import('svelte').Component<Props>} component 2866 - * @param {{ props?: Omit<Props, '$$slots' | '$$events'>; context?: Map<any, any>; idPrefix?: string; csp?: Csp; transformError?: (error: unknown) => unknown }} options 2867 - * @returns {Renderer} 2868 - */ 2869 - static #open_render(mode, component, options) { 2870 - var previous_context = ssr_context; 2871 - try { 2872 - const renderer = new Renderer( 2873 - new SSRState( 2874 - mode, 2875 - options.idPrefix ? options.idPrefix + "-" : "", 2876 - options.csp, 2877 - options.transformError 2878 - ) 2879 - ); 2880 - const context = { p: null, c: options.context ?? null, r: renderer }; 2881 - set_ssr_context(context); 2882 - renderer.push(BLOCK_OPEN); 2883 - component(renderer, options.props ?? {}); 2884 - renderer.push(BLOCK_CLOSE); 2885 - return renderer; 2886 - } finally { 2887 - set_ssr_context(previous_context); 2888 - } 2889 - } 2890 - /** 2891 - * @param {AccumulatedContent} content 2892 - * @param {Renderer} renderer 2893 - * @returns {AccumulatedContent & { hashes: { script: Sha256Source[] } }} 2894 - */ 2895 - static #close_render(content, renderer) { 2896 - for (const cleanup of renderer.#collect_on_destroy()) { 2897 - cleanup(); 2898 - } 2899 - let head2 = content.head + renderer.global.get_title(); 2900 - let body = content.body; 2901 - for (const { hash, code } of renderer.global.css) { 2902 - head2 += `<style id="${hash}">${code}</style>`; 2903 - } 2904 - return { 2905 - head: head2, 2906 - body, 2907 - hashes: { 2908 - script: renderer.global.csp.script_hashes 2909 - } 2910 - }; 2911 - } 2912 - /** 2913 - * @param {HydratableContext} ctx 2914 - */ 2915 - async #hydratable_block(ctx) { 2916 - if (ctx.lookup.size === 0) { 2917 - return null; 2918 - } 2919 - let entries = []; 2920 - let has_promises = false; 2921 - for (const [k, v] of ctx.lookup) { 2922 - if (v.promises) { 2923 - has_promises = true; 2924 - for (const p of v.promises) await p; 2925 - } 2926 - entries.push(`[${devalue.uneval(k)},${v.serialized}]`); 2927 - } 2928 - let prelude = `const h = (window.__svelte ??= {}).h ??= new Map();`; 2929 - if (has_promises) { 2930 - prelude = `const r = (v) => Promise.resolve(v); 2931 - ${prelude}`; 2932 - } 2933 - const body = ` 2934 - { 2935 - ${prelude} 2936 - 2937 - for (const [k, v] of [ 2938 - ${entries.join(",\n ")} 2939 - ]) { 2940 - h.set(k, v); 2941 - } 2942 - } 2943 - `; 2944 - let csp_attr = ""; 2945 - if (this.global.csp.nonce) { 2946 - csp_attr = ` nonce="${this.global.csp.nonce}"`; 2947 - } else if (this.global.csp.hash) { 2948 - const hash = await sha256(body); 2949 - this.global.csp.script_hashes.push(`sha256-${hash}`); 2950 - } 2951 - return ` 2952 - <script${csp_attr}>${body}<\/script>`; 2953 - } 2954 - } 2955 - class SSRState { 2956 - /** @readonly @type {Csp & { script_hashes: Sha256Source[] }} */ 2957 - csp; 2958 - /** @readonly @type {'sync' | 'async'} */ 2959 - mode; 2960 - /** @readonly @type {() => string} */ 2961 - uid; 2962 - /** @readonly @type {Set<{ hash: string; code: string }>} */ 2963 - css = /* @__PURE__ */ new Set(); 2964 - /** 2965 - * `transformError` passed to `render`. Called when an error boundary catches an error. 2966 - * Throws by default if unset in `render`. 2967 - * @type {(error: unknown) => unknown} 2968 - */ 2969 - transformError; 2970 - /** @type {{ path: number[], value: string }} */ 2971 - #title = { path: [], value: "" }; 2972 - /** 2973 - * @param {'sync' | 'async'} mode 2974 - * @param {string} id_prefix 2975 - * @param {Csp} csp 2976 - * @param {((error: unknown) => unknown) | undefined} [transformError] 2977 - */ 2978 - constructor(mode, id_prefix = "", csp = { hash: false }, transformError) { 2979 - this.mode = mode; 2980 - this.csp = { ...csp, script_hashes: [] }; 2981 - this.transformError = transformError ?? ((error) => { 2982 - throw error; 2983 - }); 2984 - let uid2 = 1; 2985 - this.uid = () => `${id_prefix}s${uid2++}`; 2986 - } 2987 - get_title() { 2988 - return this.#title.value; 2989 - } 2990 - /** 2991 - * Performs a depth-first (lexicographic) comparison using the path. Rejects sets 2992 - * from earlier than or equal to the current value. 2993 - * @param {string} value 2994 - * @param {number[]} path 2995 - */ 2996 - set_title(value, path) { 2997 - const current = this.#title.path; 2998 - let i = 0; 2999 - let l = Math.min(path.length, current.length); 3000 - while (i < l && path[i] === current[i]) i += 1; 3001 - if (path[i] === void 0) return; 3002 - if (current[i] === void 0 || path[i] > current[i]) { 3003 - this.#title.path = path; 3004 - this.#title.value = value; 3005 - } 3006 - } 3007 - } 3008 - const INVALID_ATTR_NAME_CHAR_REGEX = /[\s'">/=\u{FDD0}-\u{FDEF}\u{FFFE}\u{FFFF}\u{1FFFE}\u{1FFFF}\u{2FFFE}\u{2FFFF}\u{3FFFE}\u{3FFFF}\u{4FFFE}\u{4FFFF}\u{5FFFE}\u{5FFFF}\u{6FFFE}\u{6FFFF}\u{7FFFE}\u{7FFFF}\u{8FFFE}\u{8FFFF}\u{9FFFE}\u{9FFFF}\u{AFFFE}\u{AFFFF}\u{BFFFE}\u{BFFFF}\u{CFFFE}\u{CFFFF}\u{DFFFE}\u{DFFFF}\u{EFFFE}\u{EFFFF}\u{FFFFE}\u{FFFFF}\u{10FFFE}\u{10FFFF}]/u; 3009 - function render(component, options = {}) { 3010 - if (options.csp?.hash && options.csp.nonce) { 3011 - invalid_csp(); 3012 - } 3013 - return Renderer.render( 3014 - /** @type {Component<Props>} */ 3015 - component, 3016 - options 3017 - ); 3018 - } 3019 - function head(hash, renderer, fn) { 3020 - renderer.head((renderer2) => { 3021 - renderer2.push(`<!--${hash}-->`); 3022 - renderer2.child(fn); 3023 - renderer2.push(EMPTY_COMMENT); 3024 - }); 3025 - } 3026 - function attributes(attrs, css_hash, classes, styles, flags = 0) { 3027 - if (styles) { 3028 - attrs.style = to_style(attrs.style, styles); 3029 - } 3030 - if (attrs.class) { 3031 - attrs.class = clsx(attrs.class); 3032 - } 3033 - if (css_hash || classes) { 3034 - attrs.class = to_class(attrs.class, css_hash, classes); 3035 - } 3036 - let attr_str = ""; 3037 - let name; 3038 - const is_html = (flags & ELEMENT_IS_NAMESPACED) === 0; 3039 - const lowercase = (flags & ELEMENT_PRESERVE_ATTRIBUTE_CASE) === 0; 3040 - const is_input = (flags & ELEMENT_IS_INPUT) !== 0; 3041 - for (name of Object.keys(attrs)) { 3042 - if (typeof attrs[name] === "function") continue; 3043 - if (name[0] === "$" && name[1] === "$") continue; 3044 - if (INVALID_ATTR_NAME_CHAR_REGEX.test(name)) continue; 3045 - var value = attrs[name]; 3046 - var lower = name.toLowerCase(); 3047 - if (lowercase) name = lower; 3048 - if (lower.length > 2 && lower.startsWith("on")) continue; 3049 - if (is_input) { 3050 - if (name === "defaultvalue" || name === "defaultchecked") { 3051 - name = name === "defaultvalue" ? "value" : "checked"; 3052 - if (attrs[name]) continue; 3053 - } 3054 - } 3055 - attr_str += attr(name, value, is_html && is_boolean_attribute(name)); 3056 - } 3057 - return attr_str; 3058 - } 3059 - function stringify(value) { 3060 - return typeof value === "string" ? value : value == null ? "" : value + ""; 3061 - } 3062 - function attr_class(value, hash, directives) { 3063 - var result = to_class(value, hash, directives); 3064 - return result ? ` class="${escape_html(result, true)}"` : ""; 3065 - } 3066 - function attr_style(value, directives) { 3067 - var result = to_style(value, directives); 3068 - return result ? ` style="${escape_html(result, true)}"` : ""; 3069 - } 3070 - function store_get(store_values, store_name, store) { 3071 - if (store_name in store_values && store_values[store_name][0] === store) { 3072 - return store_values[store_name][2]; 3073 - } 3074 - store_values[store_name]?.[1](); 3075 - store_values[store_name] = [store, null, void 0]; 3076 - const unsub = subscribe_to_store( 3077 - store, 3078 - /** @param {any} v */ 3079 - (v) => store_values[store_name][2] = v 3080 - ); 3081 - store_values[store_name][1] = unsub; 3082 - return store_values[store_name][2]; 3083 - } 3084 - function unsubscribe_stores(store_values) { 3085 - for (const store_name of Object.keys(store_values)) { 3086 - store_values[store_name][1](); 3087 - } 3088 - } 3089 - function ensure_array_like(array_like_or_iterator) { 3090 - if (array_like_or_iterator) { 3091 - return array_like_or_iterator.length !== void 0 ? array_like_or_iterator : Array.from(array_like_or_iterator); 3092 - } 3093 - return []; 3094 - } 3095 - function once(get_value) { 3096 - let value = ( 3097 - /** @type {V} */ 3098 - UNINITIALIZED 3099 - ); 3100 - return () => { 3101 - if (value === UNINITIALIZED) { 3102 - value = get_value(); 3103 - } 3104 - return value; 3105 - }; 3106 - } 3107 - function derived(fn) { 3108 - const get_value = ssr_context === null ? fn : once(fn); 3109 - let updated_value; 3110 - return function(new_value) { 3111 - if (arguments.length === 0) { 3112 - return updated_value ?? get_value(); 3113 - } 3114 - updated_value = new_value; 3115 - return updated_value; 3116 - }; 3117 - } 3118 - export { 3119 - hydration_failed as $, 3120 - block as A, 3121 - BOUNDARY_EFFECT as B, 3122 - COMMENT_NODE as C, 3123 - branch as D, 3124 - create_text as E, 3125 - pause_effect as F, 3126 - current_batch as G, 3127 - HYDRATION_ERROR as H, 3128 - move_effect as I, 3129 - defer_effect as J, 3130 - set_active_effect as K, 3131 - set_active_reaction as L, 3132 - set_component_context as M, 3133 - Batch as N, 3134 - handle_error as O, 3135 - active_reaction as P, 3136 - component_context as Q, 3137 - internal_set as R, 3138 - destroy_effect as S, 3139 - invoke_error_boundary as T, 3140 - svelte_boundary_reset_onerror as U, 3141 - HYDRATION_START_FAILED as V, 3142 - EFFECT_TRANSPARENT as W, 3143 - EFFECT_PRESERVED as X, 3144 - define_property as Y, 3145 - init_operations as Z, 3146 - get_first_child as _, 3147 - ssr_context as a, 3148 - clear_text_content as a0, 3149 - component_root as a1, 3150 - array_from as a2, 3151 - is_passive_event as a3, 3152 - push$1 as a4, 3153 - pop$1 as a5, 3154 - set as a6, 3155 - LEGACY_PROPS as a7, 3156 - flushSync as a8, 3157 - mutable_source as a9, 3158 - render as aa, 3159 - setContext as ab, 3160 - attr_style as b, 3161 - attr as c, 3162 - stringify as d, 3163 - escape_html as e, 3164 - attr_class as f, 3165 - getContext as g, 3166 - head as h, 3167 - ensure_array_like as i, 3168 - derived as j, 3169 - store_get as k, 3170 - HYDRATION_END as l, 3171 - HYDRATION_START as m, 3172 - noop as n, 3173 - HYDRATION_START_ELSE as o, 3174 - get_next_sibling as p, 3175 - effect_tracking as q, 3176 - get as r, 3177 - safe_not_equal as s, 3178 - render_effect as t, 3179 - unsubscribe_stores as u, 3180 - source as v, 3181 - untrack as w, 3182 - increment as x, 3183 - queue_micro_task as y, 3184 - active_effect as z 3185 - };
-134
.svelte-kit/output/server/chunks/internal.js
··· 1 - import { r as root } from "./root.js"; 2 - import "./environment.js"; 3 - let public_env = {}; 4 - function set_private_env(environment) { 5 - } 6 - function set_public_env(environment) { 7 - public_env = environment; 8 - } 9 - let read_implementation = null; 10 - function set_read_implementation(fn) { 11 - read_implementation = fn; 12 - } 13 - function set_manifest(_) { 14 - } 15 - const options = { 16 - app_template_contains_nonce: false, 17 - async: false, 18 - csp: { "mode": "auto", "directives": { "upgrade-insecure-requests": false, "block-all-mixed-content": false }, "reportOnly": { "upgrade-insecure-requests": false, "block-all-mixed-content": false } }, 19 - csrf_check_origin: true, 20 - csrf_trusted_origins: [], 21 - embedded: false, 22 - env_public_prefix: "PUBLIC_", 23 - env_private_prefix: "", 24 - hash_routing: false, 25 - hooks: null, 26 - // added lazily, via `get_hooks` 27 - preload_strategy: "modulepreload", 28 - root, 29 - service_worker: false, 30 - service_worker_options: void 0, 31 - server_error_boundaries: false, 32 - templates: { 33 - app: ({ head, body, assets, nonce, env }) => '<!doctype html>\n<html lang="en">\n <head>\n <meta charset="utf-8" />\n <link rel="icon" href="/frogicon.png" />\n <meta name="viewport" content="width=device-width, initial-scale=1" />\n <title>vod frog</title>\n ' + head + '\n </head>\n <body>\n <div style="display: contents">' + body + "</div>\n </body>\n</html>\n", 34 - error: ({ status, message }) => '<!doctype html>\n<html lang="en">\n <head>\n <meta charset="utf-8" />\n <title>' + message + `</title> 35 - 36 - <style> 37 - body { 38 - --bg: white; 39 - --fg: #222; 40 - --divider: #ccc; 41 - background: var(--bg); 42 - color: var(--fg); 43 - font-family: 44 - system-ui, 45 - -apple-system, 46 - BlinkMacSystemFont, 47 - 'Segoe UI', 48 - Roboto, 49 - Oxygen, 50 - Ubuntu, 51 - Cantarell, 52 - 'Open Sans', 53 - 'Helvetica Neue', 54 - sans-serif; 55 - display: flex; 56 - align-items: center; 57 - justify-content: center; 58 - height: 100vh; 59 - margin: 0; 60 - } 61 - 62 - .error { 63 - display: flex; 64 - align-items: center; 65 - max-width: 32rem; 66 - margin: 0 1rem; 67 - } 68 - 69 - .status { 70 - font-weight: 200; 71 - font-size: 3rem; 72 - line-height: 1; 73 - position: relative; 74 - top: -0.05rem; 75 - } 76 - 77 - .message { 78 - border-left: 1px solid var(--divider); 79 - padding: 0 0 0 1rem; 80 - margin: 0 0 0 1rem; 81 - min-height: 2.5rem; 82 - display: flex; 83 - align-items: center; 84 - } 85 - 86 - .message h1 { 87 - font-weight: 400; 88 - font-size: 1em; 89 - margin: 0; 90 - } 91 - 92 - @media (prefers-color-scheme: dark) { 93 - body { 94 - --bg: #222; 95 - --fg: #ddd; 96 - --divider: #666; 97 - } 98 - } 99 - </style> 100 - </head> 101 - <body> 102 - <div class="error"> 103 - <span class="status">` + status + '</span>\n <div class="message">\n <h1>' + message + "</h1>\n </div>\n </div>\n </body>\n</html>\n" 104 - }, 105 - version_hash: "lq47rm" 106 - }; 107 - async function get_hooks() { 108 - let handle; 109 - let handleFetch; 110 - let handleError; 111 - let handleValidationError; 112 - let init; 113 - let reroute; 114 - let transport; 115 - return { 116 - handle, 117 - handleFetch, 118 - handleError, 119 - handleValidationError, 120 - init, 121 - reroute, 122 - transport 123 - }; 124 - } 125 - export { 126 - set_public_env as a, 127 - set_read_implementation as b, 128 - set_manifest as c, 129 - get_hooks as g, 130 - options as o, 131 - public_env as p, 132 - read_implementation as r, 133 - set_private_env as s 134 - };
-934
.svelte-kit/output/server/chunks/root.js
··· 1 - import { H as HYDRATION_ERROR, C as COMMENT_NODE, l as HYDRATION_END, m as HYDRATION_START, o as HYDRATION_START_ELSE, p as get_next_sibling, q as effect_tracking, r as get, t as render_effect, v as source, w as untrack, x as increment, y as queue_micro_task, z as active_effect, B as BOUNDARY_EFFECT, A as block, D as branch, E as create_text, F as pause_effect, G as current_batch, I as move_effect, J as defer_effect, K as set_active_effect, L as set_active_reaction, M as set_component_context, N as Batch, O as handle_error, P as active_reaction, Q as component_context, R as internal_set, S as destroy_effect, T as invoke_error_boundary, U as svelte_boundary_reset_onerror, V as HYDRATION_START_FAILED, W as EFFECT_TRANSPARENT, X as EFFECT_PRESERVED, Y as define_property, Z as init_operations, _ as get_first_child, $ as hydration_failed, a0 as clear_text_content, a1 as component_root, a2 as array_from, a3 as is_passive_event, a4 as push, a5 as pop, a6 as set, a7 as LEGACY_PROPS, a8 as flushSync, a9 as mutable_source, aa as render, ab as setContext, j as derived } from "./index2.js"; 2 - function hydration_mismatch(location) { 3 - { 4 - console.warn(`https://svelte.dev/e/hydration_mismatch`); 5 - } 6 - } 7 - function svelte_boundary_reset_noop() { 8 - { 9 - console.warn(`https://svelte.dev/e/svelte_boundary_reset_noop`); 10 - } 11 - } 12 - let hydrating = false; 13 - function set_hydrating(value) { 14 - hydrating = value; 15 - } 16 - let hydrate_node; 17 - function set_hydrate_node(node) { 18 - if (node === null) { 19 - hydration_mismatch(); 20 - throw HYDRATION_ERROR; 21 - } 22 - return hydrate_node = node; 23 - } 24 - function hydrate_next() { 25 - return set_hydrate_node(get_next_sibling(hydrate_node)); 26 - } 27 - function next(count = 1) { 28 - if (hydrating) { 29 - var i = count; 30 - var node = hydrate_node; 31 - while (i--) { 32 - node = /** @type {TemplateNode} */ 33 - get_next_sibling(node); 34 - } 35 - hydrate_node = node; 36 - } 37 - } 38 - function skip_nodes(remove = true) { 39 - var depth = 0; 40 - var node = hydrate_node; 41 - while (true) { 42 - if (node.nodeType === COMMENT_NODE) { 43 - var data = ( 44 - /** @type {Comment} */ 45 - node.data 46 - ); 47 - if (data === HYDRATION_END) { 48 - if (depth === 0) return node; 49 - depth -= 1; 50 - } else if (data === HYDRATION_START || data === HYDRATION_START_ELSE || // "[1", "[2", etc. for if blocks 51 - data[0] === "[" && !isNaN(Number(data.slice(1)))) { 52 - depth += 1; 53 - } 54 - } 55 - var next2 = ( 56 - /** @type {TemplateNode} */ 57 - get_next_sibling(node) 58 - ); 59 - if (remove) node.remove(); 60 - node = next2; 61 - } 62 - } 63 - function createSubscriber(start) { 64 - let subscribers = 0; 65 - let version = source(0); 66 - let stop; 67 - return () => { 68 - if (effect_tracking()) { 69 - get(version); 70 - render_effect(() => { 71 - if (subscribers === 0) { 72 - stop = untrack(() => start(() => increment(version))); 73 - } 74 - subscribers += 1; 75 - return () => { 76 - queue_micro_task(() => { 77 - subscribers -= 1; 78 - if (subscribers === 0) { 79 - stop?.(); 80 - stop = void 0; 81 - increment(version); 82 - } 83 - }); 84 - }; 85 - }); 86 - } 87 - }; 88 - } 89 - var flags = EFFECT_TRANSPARENT | EFFECT_PRESERVED; 90 - function boundary(node, props, children, transform_error) { 91 - new Boundary(node, props, children, transform_error); 92 - } 93 - class Boundary { 94 - /** @type {Boundary | null} */ 95 - parent; 96 - is_pending = false; 97 - /** 98 - * API-level transformError transform function. Transforms errors before they reach the `failed` snippet. 99 - * Inherited from parent boundary, or defaults to identity. 100 - * @type {(error: unknown) => unknown} 101 - */ 102 - transform_error; 103 - /** @type {TemplateNode} */ 104 - #anchor; 105 - /** @type {TemplateNode | null} */ 106 - #hydrate_open = hydrating ? hydrate_node : null; 107 - /** @type {BoundaryProps} */ 108 - #props; 109 - /** @type {((anchor: Node) => void)} */ 110 - #children; 111 - /** @type {Effect} */ 112 - #effect; 113 - /** @type {Effect | null} */ 114 - #main_effect = null; 115 - /** @type {Effect | null} */ 116 - #pending_effect = null; 117 - /** @type {Effect | null} */ 118 - #failed_effect = null; 119 - /** @type {DocumentFragment | null} */ 120 - #offscreen_fragment = null; 121 - #local_pending_count = 0; 122 - #pending_count = 0; 123 - #pending_count_update_queued = false; 124 - /** @type {Set<Effect>} */ 125 - #dirty_effects = /* @__PURE__ */ new Set(); 126 - /** @type {Set<Effect>} */ 127 - #maybe_dirty_effects = /* @__PURE__ */ new Set(); 128 - /** 129 - * A source containing the number of pending async deriveds/expressions. 130 - * Only created if `$effect.pending()` is used inside the boundary, 131 - * otherwise updating the source results in needless `Batch.ensure()` 132 - * calls followed by no-op flushes 133 - * @type {Source<number> | null} 134 - */ 135 - #effect_pending = null; 136 - #effect_pending_subscriber = createSubscriber(() => { 137 - this.#effect_pending = source(this.#local_pending_count); 138 - return () => { 139 - this.#effect_pending = null; 140 - }; 141 - }); 142 - /** 143 - * @param {TemplateNode} node 144 - * @param {BoundaryProps} props 145 - * @param {((anchor: Node) => void)} children 146 - * @param {((error: unknown) => unknown) | undefined} [transform_error] 147 - */ 148 - constructor(node, props, children, transform_error) { 149 - this.#anchor = node; 150 - this.#props = props; 151 - this.#children = (anchor) => { 152 - var effect = ( 153 - /** @type {Effect} */ 154 - active_effect 155 - ); 156 - effect.b = this; 157 - effect.f |= BOUNDARY_EFFECT; 158 - children(anchor); 159 - }; 160 - this.parent = /** @type {Effect} */ 161 - active_effect.b; 162 - this.transform_error = transform_error ?? this.parent?.transform_error ?? ((e) => e); 163 - this.#effect = block(() => { 164 - if (hydrating) { 165 - const comment = ( 166 - /** @type {Comment} */ 167 - this.#hydrate_open 168 - ); 169 - hydrate_next(); 170 - const server_rendered_pending = comment.data === HYDRATION_START_ELSE; 171 - const server_rendered_failed = comment.data.startsWith(HYDRATION_START_FAILED); 172 - if (server_rendered_failed) { 173 - const serialized_error = JSON.parse(comment.data.slice(HYDRATION_START_FAILED.length)); 174 - this.#hydrate_failed_content(serialized_error); 175 - } else if (server_rendered_pending) { 176 - this.#hydrate_pending_content(); 177 - } else { 178 - this.#hydrate_resolved_content(); 179 - } 180 - } else { 181 - this.#render(); 182 - } 183 - }, flags); 184 - if (hydrating) { 185 - this.#anchor = hydrate_node; 186 - } 187 - } 188 - #hydrate_resolved_content() { 189 - try { 190 - this.#main_effect = branch(() => this.#children(this.#anchor)); 191 - } catch (error) { 192 - this.error(error); 193 - } 194 - } 195 - /** 196 - * @param {unknown} error The deserialized error from the server's hydration comment 197 - */ 198 - #hydrate_failed_content(error) { 199 - const failed = this.#props.failed; 200 - if (!failed) return; 201 - this.#failed_effect = branch(() => { 202 - failed( 203 - this.#anchor, 204 - () => error, 205 - () => () => { 206 - } 207 - ); 208 - }); 209 - } 210 - #hydrate_pending_content() { 211 - const pending = this.#props.pending; 212 - if (!pending) return; 213 - this.is_pending = true; 214 - this.#pending_effect = branch(() => pending(this.#anchor)); 215 - queue_micro_task(() => { 216 - var fragment = this.#offscreen_fragment = document.createDocumentFragment(); 217 - var anchor = create_text(); 218 - fragment.append(anchor); 219 - this.#main_effect = this.#run(() => { 220 - return branch(() => this.#children(anchor)); 221 - }); 222 - if (this.#pending_count === 0) { 223 - this.#anchor.before(fragment); 224 - this.#offscreen_fragment = null; 225 - pause_effect( 226 - /** @type {Effect} */ 227 - this.#pending_effect, 228 - () => { 229 - this.#pending_effect = null; 230 - } 231 - ); 232 - this.#resolve( 233 - /** @type {Batch} */ 234 - current_batch 235 - ); 236 - } 237 - }); 238 - } 239 - #render() { 240 - try { 241 - this.is_pending = this.has_pending_snippet(); 242 - this.#pending_count = 0; 243 - this.#local_pending_count = 0; 244 - this.#main_effect = branch(() => { 245 - this.#children(this.#anchor); 246 - }); 247 - if (this.#pending_count > 0) { 248 - var fragment = this.#offscreen_fragment = document.createDocumentFragment(); 249 - move_effect(this.#main_effect, fragment); 250 - const pending = ( 251 - /** @type {(anchor: Node) => void} */ 252 - this.#props.pending 253 - ); 254 - this.#pending_effect = branch(() => pending(this.#anchor)); 255 - } else { 256 - this.#resolve( 257 - /** @type {Batch} */ 258 - current_batch 259 - ); 260 - } 261 - } catch (error) { 262 - this.error(error); 263 - } 264 - } 265 - /** 266 - * @param {Batch} batch 267 - */ 268 - #resolve(batch) { 269 - this.is_pending = false; 270 - batch.transfer_effects(this.#dirty_effects, this.#maybe_dirty_effects); 271 - } 272 - /** 273 - * Defer an effect inside a pending boundary until the boundary resolves 274 - * @param {Effect} effect 275 - */ 276 - defer_effect(effect) { 277 - defer_effect(effect, this.#dirty_effects, this.#maybe_dirty_effects); 278 - } 279 - /** 280 - * Returns `false` if the effect exists inside a boundary whose pending snippet is shown 281 - * @returns {boolean} 282 - */ 283 - is_rendered() { 284 - return !this.is_pending && (!this.parent || this.parent.is_rendered()); 285 - } 286 - has_pending_snippet() { 287 - return !!this.#props.pending; 288 - } 289 - /** 290 - * @template T 291 - * @param {() => T} fn 292 - */ 293 - #run(fn) { 294 - var previous_effect = active_effect; 295 - var previous_reaction = active_reaction; 296 - var previous_ctx = component_context; 297 - set_active_effect(this.#effect); 298 - set_active_reaction(this.#effect); 299 - set_component_context(this.#effect.ctx); 300 - try { 301 - Batch.ensure(); 302 - return fn(); 303 - } catch (e) { 304 - handle_error(e); 305 - return null; 306 - } finally { 307 - set_active_effect(previous_effect); 308 - set_active_reaction(previous_reaction); 309 - set_component_context(previous_ctx); 310 - } 311 - } 312 - /** 313 - * Updates the pending count associated with the currently visible pending snippet, 314 - * if any, such that we can replace the snippet with content once work is done 315 - * @param {1 | -1} d 316 - * @param {Batch} batch 317 - */ 318 - #update_pending_count(d, batch) { 319 - if (!this.has_pending_snippet()) { 320 - if (this.parent) { 321 - this.parent.#update_pending_count(d, batch); 322 - } 323 - return; 324 - } 325 - this.#pending_count += d; 326 - if (this.#pending_count === 0) { 327 - this.#resolve(batch); 328 - if (this.#pending_effect) { 329 - pause_effect(this.#pending_effect, () => { 330 - this.#pending_effect = null; 331 - }); 332 - } 333 - if (this.#offscreen_fragment) { 334 - this.#anchor.before(this.#offscreen_fragment); 335 - this.#offscreen_fragment = null; 336 - } 337 - } 338 - } 339 - /** 340 - * Update the source that powers `$effect.pending()` inside this boundary, 341 - * and controls when the current `pending` snippet (if any) is removed. 342 - * Do not call from inside the class 343 - * @param {1 | -1} d 344 - * @param {Batch} batch 345 - */ 346 - update_pending_count(d, batch) { 347 - this.#update_pending_count(d, batch); 348 - this.#local_pending_count += d; 349 - if (!this.#effect_pending || this.#pending_count_update_queued) return; 350 - this.#pending_count_update_queued = true; 351 - queue_micro_task(() => { 352 - this.#pending_count_update_queued = false; 353 - if (this.#effect_pending) { 354 - internal_set(this.#effect_pending, this.#local_pending_count); 355 - } 356 - }); 357 - } 358 - get_effect_pending() { 359 - this.#effect_pending_subscriber(); 360 - return get( 361 - /** @type {Source<number>} */ 362 - this.#effect_pending 363 - ); 364 - } 365 - /** @param {unknown} error */ 366 - error(error) { 367 - var onerror = this.#props.onerror; 368 - let failed = this.#props.failed; 369 - if (!onerror && !failed) { 370 - throw error; 371 - } 372 - if (this.#main_effect) { 373 - destroy_effect(this.#main_effect); 374 - this.#main_effect = null; 375 - } 376 - if (this.#pending_effect) { 377 - destroy_effect(this.#pending_effect); 378 - this.#pending_effect = null; 379 - } 380 - if (this.#failed_effect) { 381 - destroy_effect(this.#failed_effect); 382 - this.#failed_effect = null; 383 - } 384 - if (hydrating) { 385 - set_hydrate_node( 386 - /** @type {TemplateNode} */ 387 - this.#hydrate_open 388 - ); 389 - next(); 390 - set_hydrate_node(skip_nodes()); 391 - } 392 - var did_reset = false; 393 - var calling_on_error = false; 394 - const reset = () => { 395 - if (did_reset) { 396 - svelte_boundary_reset_noop(); 397 - return; 398 - } 399 - did_reset = true; 400 - if (calling_on_error) { 401 - svelte_boundary_reset_onerror(); 402 - } 403 - if (this.#failed_effect !== null) { 404 - pause_effect(this.#failed_effect, () => { 405 - this.#failed_effect = null; 406 - }); 407 - } 408 - this.#run(() => { 409 - this.#render(); 410 - }); 411 - }; 412 - const handle_error_result = (transformed_error) => { 413 - try { 414 - calling_on_error = true; 415 - onerror?.(transformed_error, reset); 416 - calling_on_error = false; 417 - } catch (error2) { 418 - invoke_error_boundary(error2, this.#effect && this.#effect.parent); 419 - } 420 - if (failed) { 421 - this.#failed_effect = this.#run(() => { 422 - try { 423 - return branch(() => { 424 - var effect = ( 425 - /** @type {Effect} */ 426 - active_effect 427 - ); 428 - effect.b = this; 429 - effect.f |= BOUNDARY_EFFECT; 430 - failed( 431 - this.#anchor, 432 - () => transformed_error, 433 - () => reset 434 - ); 435 - }); 436 - } catch (error2) { 437 - invoke_error_boundary( 438 - error2, 439 - /** @type {Effect} */ 440 - this.#effect.parent 441 - ); 442 - return null; 443 - } 444 - }); 445 - } 446 - }; 447 - queue_micro_task(() => { 448 - var result; 449 - try { 450 - result = this.transform_error(error); 451 - } catch (e) { 452 - invoke_error_boundary(e, this.#effect && this.#effect.parent); 453 - return; 454 - } 455 - if (result !== null && typeof result === "object" && typeof /** @type {any} */ 456 - result.then === "function") { 457 - result.then( 458 - handle_error_result, 459 - /** @param {unknown} e */ 460 - (e) => invoke_error_boundary(e, this.#effect && this.#effect.parent) 461 - ); 462 - } else { 463 - handle_error_result(result); 464 - } 465 - }); 466 - } 467 - } 468 - const event_symbol = /* @__PURE__ */ Symbol("events"); 469 - const all_registered_events = /* @__PURE__ */ new Set(); 470 - const root_event_handles = /* @__PURE__ */ new Set(); 471 - let last_propagated_event = null; 472 - function handle_event_propagation(event) { 473 - var handler_element = this; 474 - var owner_document = ( 475 - /** @type {Node} */ 476 - handler_element.ownerDocument 477 - ); 478 - var event_name = event.type; 479 - var path = event.composedPath?.() || []; 480 - var current_target = ( 481 - /** @type {null | Element} */ 482 - path[0] || event.target 483 - ); 484 - last_propagated_event = event; 485 - var path_idx = 0; 486 - var handled_at = last_propagated_event === event && event[event_symbol]; 487 - if (handled_at) { 488 - var at_idx = path.indexOf(handled_at); 489 - if (at_idx !== -1 && (handler_element === document || handler_element === /** @type {any} */ 490 - window)) { 491 - event[event_symbol] = handler_element; 492 - return; 493 - } 494 - var handler_idx = path.indexOf(handler_element); 495 - if (handler_idx === -1) { 496 - return; 497 - } 498 - if (at_idx <= handler_idx) { 499 - path_idx = at_idx; 500 - } 501 - } 502 - current_target = /** @type {Element} */ 503 - path[path_idx] || event.target; 504 - if (current_target === handler_element) return; 505 - define_property(event, "currentTarget", { 506 - configurable: true, 507 - get() { 508 - return current_target || owner_document; 509 - } 510 - }); 511 - var previous_reaction = active_reaction; 512 - var previous_effect = active_effect; 513 - set_active_reaction(null); 514 - set_active_effect(null); 515 - try { 516 - var throw_error; 517 - var other_errors = []; 518 - while (current_target !== null) { 519 - var parent_element = current_target.assignedSlot || current_target.parentNode || /** @type {any} */ 520 - current_target.host || null; 521 - try { 522 - var delegated = current_target[event_symbol]?.[event_name]; 523 - if (delegated != null && (!/** @type {any} */ 524 - current_target.disabled || // DOM could've been updated already by the time this is reached, so we check this as well 525 - // -> the target could not have been disabled because it emits the event in the first place 526 - event.target === current_target)) { 527 - delegated.call(current_target, event); 528 - } 529 - } catch (error) { 530 - if (throw_error) { 531 - other_errors.push(error); 532 - } else { 533 - throw_error = error; 534 - } 535 - } 536 - if (event.cancelBubble || parent_element === handler_element || parent_element === null) { 537 - break; 538 - } 539 - current_target = parent_element; 540 - } 541 - if (throw_error) { 542 - for (let error of other_errors) { 543 - queueMicrotask(() => { 544 - throw error; 545 - }); 546 - } 547 - throw throw_error; 548 - } 549 - } finally { 550 - event[event_symbol] = handler_element; 551 - delete event.currentTarget; 552 - set_active_reaction(previous_reaction); 553 - set_active_effect(previous_effect); 554 - } 555 - } 556 - function assign_nodes(start, end) { 557 - var effect = ( 558 - /** @type {Effect} */ 559 - active_effect 560 - ); 561 - if (effect.nodes === null) { 562 - effect.nodes = { start, end, a: null, t: null }; 563 - } 564 - } 565 - function mount(component, options) { 566 - return _mount(component, options); 567 - } 568 - function hydrate(component, options) { 569 - init_operations(); 570 - options.intro = options.intro ?? false; 571 - const target = options.target; 572 - const was_hydrating = hydrating; 573 - const previous_hydrate_node = hydrate_node; 574 - try { 575 - var anchor = get_first_child(target); 576 - while (anchor && (anchor.nodeType !== COMMENT_NODE || /** @type {Comment} */ 577 - anchor.data !== HYDRATION_START)) { 578 - anchor = get_next_sibling(anchor); 579 - } 580 - if (!anchor) { 581 - throw HYDRATION_ERROR; 582 - } 583 - set_hydrating(true); 584 - set_hydrate_node( 585 - /** @type {Comment} */ 586 - anchor 587 - ); 588 - const instance = _mount(component, { ...options, anchor }); 589 - set_hydrating(false); 590 - return ( 591 - /** @type {Exports} */ 592 - instance 593 - ); 594 - } catch (error) { 595 - if (error instanceof Error && error.message.split("\n").some((line) => line.startsWith("https://svelte.dev/e/"))) { 596 - throw error; 597 - } 598 - if (error !== HYDRATION_ERROR) { 599 - console.warn("Failed to hydrate: ", error); 600 - } 601 - if (options.recover === false) { 602 - hydration_failed(); 603 - } 604 - init_operations(); 605 - clear_text_content(target); 606 - set_hydrating(false); 607 - return mount(component, options); 608 - } finally { 609 - set_hydrating(was_hydrating); 610 - set_hydrate_node(previous_hydrate_node); 611 - } 612 - } 613 - const listeners = /* @__PURE__ */ new Map(); 614 - function _mount(Component, { target, anchor, props = {}, events, context, intro = true, transformError }) { 615 - init_operations(); 616 - var component = void 0; 617 - var unmount2 = component_root(() => { 618 - var anchor_node = anchor ?? target.appendChild(create_text()); 619 - boundary( 620 - /** @type {TemplateNode} */ 621 - anchor_node, 622 - { 623 - pending: () => { 624 - } 625 - }, 626 - (anchor_node2) => { 627 - push({}); 628 - var ctx = ( 629 - /** @type {ComponentContext} */ 630 - component_context 631 - ); 632 - if (context) ctx.c = context; 633 - if (events) { 634 - props.$$events = events; 635 - } 636 - if (hydrating) { 637 - assign_nodes( 638 - /** @type {TemplateNode} */ 639 - anchor_node2, 640 - null 641 - ); 642 - } 643 - component = Component(anchor_node2, props) || {}; 644 - if (hydrating) { 645 - active_effect.nodes.end = hydrate_node; 646 - if (hydrate_node === null || hydrate_node.nodeType !== COMMENT_NODE || /** @type {Comment} */ 647 - hydrate_node.data !== HYDRATION_END) { 648 - hydration_mismatch(); 649 - throw HYDRATION_ERROR; 650 - } 651 - } 652 - pop(); 653 - }, 654 - transformError 655 - ); 656 - var registered_events = /* @__PURE__ */ new Set(); 657 - var event_handle = (events2) => { 658 - for (var i = 0; i < events2.length; i++) { 659 - var event_name = events2[i]; 660 - if (registered_events.has(event_name)) continue; 661 - registered_events.add(event_name); 662 - var passive = is_passive_event(event_name); 663 - for (const node of [target, document]) { 664 - var counts = listeners.get(node); 665 - if (counts === void 0) { 666 - counts = /* @__PURE__ */ new Map(); 667 - listeners.set(node, counts); 668 - } 669 - var count = counts.get(event_name); 670 - if (count === void 0) { 671 - node.addEventListener(event_name, handle_event_propagation, { passive }); 672 - counts.set(event_name, 1); 673 - } else { 674 - counts.set(event_name, count + 1); 675 - } 676 - } 677 - } 678 - }; 679 - event_handle(array_from(all_registered_events)); 680 - root_event_handles.add(event_handle); 681 - return () => { 682 - for (var event_name of registered_events) { 683 - for (const node of [target, document]) { 684 - var counts = ( 685 - /** @type {Map<string, number>} */ 686 - listeners.get(node) 687 - ); 688 - var count = ( 689 - /** @type {number} */ 690 - counts.get(event_name) 691 - ); 692 - if (--count == 0) { 693 - node.removeEventListener(event_name, handle_event_propagation); 694 - counts.delete(event_name); 695 - if (counts.size === 0) { 696 - listeners.delete(node); 697 - } 698 - } else { 699 - counts.set(event_name, count); 700 - } 701 - } 702 - } 703 - root_event_handles.delete(event_handle); 704 - if (anchor_node !== anchor) { 705 - anchor_node.parentNode?.removeChild(anchor_node); 706 - } 707 - }; 708 - }); 709 - mounted_components.set(component, unmount2); 710 - return component; 711 - } 712 - let mounted_components = /* @__PURE__ */ new WeakMap(); 713 - function unmount(component, options) { 714 - const fn = mounted_components.get(component); 715 - if (fn) { 716 - mounted_components.delete(component); 717 - return fn(options); 718 - } 719 - return Promise.resolve(); 720 - } 721 - function asClassComponent$1(component) { 722 - return class extends Svelte4Component { 723 - /** @param {any} options */ 724 - constructor(options) { 725 - super({ 726 - component, 727 - ...options 728 - }); 729 - } 730 - }; 731 - } 732 - class Svelte4Component { 733 - /** @type {any} */ 734 - #events; 735 - /** @type {Record<string, any>} */ 736 - #instance; 737 - /** 738 - * @param {ComponentConstructorOptions & { 739 - * component: any; 740 - * }} options 741 - */ 742 - constructor(options) { 743 - var sources = /* @__PURE__ */ new Map(); 744 - var add_source = (key, value) => { 745 - var s = mutable_source(value, false, false); 746 - sources.set(key, s); 747 - return s; 748 - }; 749 - const props = new Proxy( 750 - { ...options.props || {}, $$events: {} }, 751 - { 752 - get(target, prop) { 753 - return get(sources.get(prop) ?? add_source(prop, Reflect.get(target, prop))); 754 - }, 755 - has(target, prop) { 756 - if (prop === LEGACY_PROPS) return true; 757 - get(sources.get(prop) ?? add_source(prop, Reflect.get(target, prop))); 758 - return Reflect.has(target, prop); 759 - }, 760 - set(target, prop, value) { 761 - set(sources.get(prop) ?? add_source(prop, value), value); 762 - return Reflect.set(target, prop, value); 763 - } 764 - } 765 - ); 766 - this.#instance = (options.hydrate ? hydrate : mount)(options.component, { 767 - target: options.target, 768 - anchor: options.anchor, 769 - props, 770 - context: options.context, 771 - intro: options.intro ?? false, 772 - recover: options.recover, 773 - transformError: options.transformError 774 - }); 775 - if (!options?.props?.$$host || options.sync === false) { 776 - flushSync(); 777 - } 778 - this.#events = props.$$events; 779 - for (const key of Object.keys(this.#instance)) { 780 - if (key === "$set" || key === "$destroy" || key === "$on") continue; 781 - define_property(this, key, { 782 - get() { 783 - return this.#instance[key]; 784 - }, 785 - /** @param {any} value */ 786 - set(value) { 787 - this.#instance[key] = value; 788 - }, 789 - enumerable: true 790 - }); 791 - } 792 - this.#instance.$set = /** @param {Record<string, any>} next */ 793 - (next2) => { 794 - Object.assign(props, next2); 795 - }; 796 - this.#instance.$destroy = () => { 797 - unmount(this.#instance); 798 - }; 799 - } 800 - /** @param {Record<string, any>} props */ 801 - $set(props) { 802 - this.#instance.$set(props); 803 - } 804 - /** 805 - * @param {string} event 806 - * @param {(...args: any[]) => any} callback 807 - * @returns {any} 808 - */ 809 - $on(event, callback) { 810 - this.#events[event] = this.#events[event] || []; 811 - const cb = (...args) => callback.call(this, ...args); 812 - this.#events[event].push(cb); 813 - return () => { 814 - this.#events[event] = this.#events[event].filter( 815 - /** @param {any} fn */ 816 - (fn) => fn !== cb 817 - ); 818 - }; 819 - } 820 - $destroy() { 821 - this.#instance.$destroy(); 822 - } 823 - } 824 - function asClassComponent(component) { 825 - const component_constructor = asClassComponent$1(component); 826 - const _render = (props, { context, csp, transformError } = {}) => { 827 - const result = render(component, { props, context, csp, transformError }); 828 - const munged = Object.defineProperties( 829 - /** @type {LegacyRenderResult & PromiseLike<LegacyRenderResult>} */ 830 - {}, 831 - { 832 - css: { 833 - value: { code: "", map: null } 834 - }, 835 - head: { 836 - get: () => result.head 837 - }, 838 - html: { 839 - get: () => result.body 840 - }, 841 - then: { 842 - /** 843 - * this is not type-safe, but honestly it's the best I can do right now, and it's a straightforward function. 844 - * 845 - * @template TResult1 846 - * @template [TResult2=never] 847 - * @param { (value: LegacyRenderResult) => TResult1 } onfulfilled 848 - * @param { (reason: unknown) => TResult2 } onrejected 849 - */ 850 - value: (onfulfilled, onrejected) => { 851 - { 852 - const user_result = onfulfilled({ 853 - css: munged.css, 854 - head: munged.head, 855 - html: munged.html 856 - }); 857 - return Promise.resolve(user_result); 858 - } 859 - } 860 - } 861 - } 862 - ); 863 - return munged; 864 - }; 865 - component_constructor.render = _render; 866 - return component_constructor; 867 - } 868 - function Root($$renderer, $$props) { 869 - $$renderer.component(($$renderer2) => { 870 - let { 871 - stores, 872 - page, 873 - constructors, 874 - components = [], 875 - form, 876 - data_0 = null, 877 - data_1 = null 878 - } = $$props; 879 - { 880 - setContext("__svelte__", stores); 881 - } 882 - { 883 - stores.page.set(page); 884 - } 885 - const Pyramid_1 = derived(() => constructors[1]); 886 - if (constructors[1]) { 887 - $$renderer2.push("<!--[0-->"); 888 - const Pyramid_0 = constructors[0]; 889 - if (Pyramid_0) { 890 - $$renderer2.push("<!--[-->"); 891 - Pyramid_0($$renderer2, { 892 - data: data_0, 893 - form, 894 - params: page.params, 895 - children: ($$renderer3) => { 896 - if (Pyramid_1()) { 897 - $$renderer3.push("<!--[-->"); 898 - Pyramid_1()($$renderer3, { data: data_1, form, params: page.params }); 899 - $$renderer3.push("<!--]-->"); 900 - } else { 901 - $$renderer3.push("<!--[!-->"); 902 - $$renderer3.push("<!--]-->"); 903 - } 904 - }, 905 - $$slots: { default: true } 906 - }); 907 - $$renderer2.push("<!--]-->"); 908 - } else { 909 - $$renderer2.push("<!--[!-->"); 910 - $$renderer2.push("<!--]-->"); 911 - } 912 - } else { 913 - $$renderer2.push("<!--[-1-->"); 914 - const Pyramid_0 = constructors[0]; 915 - if (Pyramid_0) { 916 - $$renderer2.push("<!--[-->"); 917 - Pyramid_0($$renderer2, { data: data_0, form, params: page.params }); 918 - $$renderer2.push("<!--]-->"); 919 - } else { 920 - $$renderer2.push("<!--[!-->"); 921 - $$renderer2.push("<!--]-->"); 922 - } 923 - } 924 - $$renderer2.push(`<!--]--> `); 925 - { 926 - $$renderer2.push("<!--[-1-->"); 927 - } 928 - $$renderer2.push(`<!--]-->`); 929 - }); 930 - } 931 - const root = asClassComponent(Root); 932 - export { 933 - root as r 934 - };
-789
.svelte-kit/output/server/chunks/shared.js
··· 1 - import { json, text } from "@sveltejs/kit"; 2 - import { SvelteKitError, HttpError } from "@sveltejs/kit/internal"; 3 - import { with_request_store } from "@sveltejs/kit/internal/server"; 4 - import * as devalue from "devalue"; 5 - import { t as text_decoder, b as base64_encode, c as base64_decode } from "./utils.js"; 6 - const SVELTE_KIT_ASSETS = "/_svelte_kit_assets"; 7 - const ENDPOINT_METHODS = ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "HEAD"]; 8 - const MUTATIVE_METHODS = ["POST", "PUT", "PATCH", "DELETE"]; 9 - const PAGE_METHODS = ["GET", "POST", "HEAD"]; 10 - function set_nested_value(object, path_string, value) { 11 - if (path_string.startsWith("n:")) { 12 - path_string = path_string.slice(2); 13 - value = value === "" ? void 0 : parseFloat(value); 14 - } else if (path_string.startsWith("b:")) { 15 - path_string = path_string.slice(2); 16 - value = value === "on"; 17 - } 18 - deep_set(object, split_path(path_string), value); 19 - } 20 - function convert_formdata(data) { 21 - const result = {}; 22 - for (let key of data.keys()) { 23 - const is_array = key.endsWith("[]"); 24 - let values = data.getAll(key); 25 - if (is_array) key = key.slice(0, -2); 26 - if (values.length > 1 && !is_array) { 27 - throw new Error(`Form cannot contain duplicated keys — "${key}" has ${values.length} values`); 28 - } 29 - values = values.filter( 30 - (entry) => typeof entry === "string" || entry.name !== "" || entry.size > 0 31 - ); 32 - if (key.startsWith("n:")) { 33 - key = key.slice(2); 34 - values = values.map((v) => v === "" ? void 0 : parseFloat( 35 - /** @type {string} */ 36 - v 37 - )); 38 - } else if (key.startsWith("b:")) { 39 - key = key.slice(2); 40 - values = values.map((v) => v === "on"); 41 - } 42 - set_nested_value(result, key, is_array ? values : values[0]); 43 - } 44 - return result; 45 - } 46 - const BINARY_FORM_CONTENT_TYPE = "application/x-sveltekit-formdata"; 47 - const BINARY_FORM_VERSION = 0; 48 - const HEADER_BYTES = 1 + 4 + 2; 49 - async function deserialize_binary_form(request) { 50 - if (request.headers.get("content-type") !== BINARY_FORM_CONTENT_TYPE) { 51 - const form_data = await request.formData(); 52 - return { data: convert_formdata(form_data), meta: {}, form_data }; 53 - } 54 - if (!request.body) { 55 - throw deserialize_error("no body"); 56 - } 57 - const content_length = parseInt(request.headers.get("content-length") ?? ""); 58 - if (Number.isNaN(content_length)) { 59 - throw deserialize_error("invalid Content-Length header"); 60 - } 61 - const reader = request.body.getReader(); 62 - const chunks = []; 63 - function get_chunk(index) { 64 - if (index in chunks) return chunks[index]; 65 - let i = chunks.length; 66 - while (i <= index) { 67 - chunks[i] = reader.read().then((chunk) => chunk.value); 68 - i++; 69 - } 70 - return chunks[index]; 71 - } 72 - async function get_buffer(offset, length) { 73 - let start_chunk; 74 - let chunk_start = 0; 75 - let chunk_index; 76 - for (chunk_index = 0; ; chunk_index++) { 77 - const chunk = await get_chunk(chunk_index); 78 - if (!chunk) return null; 79 - const chunk_end = chunk_start + chunk.byteLength; 80 - if (offset >= chunk_start && offset < chunk_end) { 81 - start_chunk = chunk; 82 - break; 83 - } 84 - chunk_start = chunk_end; 85 - } 86 - if (offset + length <= chunk_start + start_chunk.byteLength) { 87 - return start_chunk.subarray(offset - chunk_start, offset + length - chunk_start); 88 - } 89 - const chunks2 = [start_chunk.subarray(offset - chunk_start)]; 90 - let cursor = start_chunk.byteLength - offset + chunk_start; 91 - while (cursor < length) { 92 - chunk_index++; 93 - let chunk = await get_chunk(chunk_index); 94 - if (!chunk) return null; 95 - if (chunk.byteLength > length - cursor) { 96 - chunk = chunk.subarray(0, length - cursor); 97 - } 98 - chunks2.push(chunk); 99 - cursor += chunk.byteLength; 100 - } 101 - const buffer = new Uint8Array(length); 102 - cursor = 0; 103 - for (const chunk of chunks2) { 104 - buffer.set(chunk, cursor); 105 - cursor += chunk.byteLength; 106 - } 107 - return buffer; 108 - } 109 - const header = await get_buffer(0, HEADER_BYTES); 110 - if (!header) throw deserialize_error("too short"); 111 - if (header[0] !== BINARY_FORM_VERSION) { 112 - throw deserialize_error(`got version ${header[0]}, expected version ${BINARY_FORM_VERSION}`); 113 - } 114 - const header_view = new DataView(header.buffer, header.byteOffset, header.byteLength); 115 - const data_length = header_view.getUint32(1, true); 116 - if (HEADER_BYTES + data_length > content_length) { 117 - throw deserialize_error("data overflow"); 118 - } 119 - const file_offsets_length = header_view.getUint16(5, true); 120 - if (HEADER_BYTES + data_length + file_offsets_length > content_length) { 121 - throw deserialize_error("file offset table overflow"); 122 - } 123 - const data_buffer = await get_buffer(HEADER_BYTES, data_length); 124 - if (!data_buffer) throw deserialize_error("data too short"); 125 - let file_offsets; 126 - let files_start_offset; 127 - if (file_offsets_length > 0) { 128 - const file_offsets_buffer = await get_buffer(HEADER_BYTES + data_length, file_offsets_length); 129 - if (!file_offsets_buffer) throw deserialize_error("file offset table too short"); 130 - const parsed_offsets = JSON.parse(text_decoder.decode(file_offsets_buffer)); 131 - if (!Array.isArray(parsed_offsets) || parsed_offsets.some((n) => typeof n !== "number" || !Number.isInteger(n) || n < 0)) { 132 - throw deserialize_error("invalid file offset table"); 133 - } 134 - file_offsets = /** @type {Array<number>} */ 135 - parsed_offsets; 136 - files_start_offset = HEADER_BYTES + data_length + file_offsets_length; 137 - } 138 - const file_spans = []; 139 - const [data, meta] = devalue.parse(text_decoder.decode(data_buffer), { 140 - File: ([name, type, size, last_modified, index]) => { 141 - if (typeof name !== "string" || typeof type !== "string" || typeof size !== "number" || typeof last_modified !== "number" || typeof index !== "number") { 142 - throw deserialize_error("invalid file metadata"); 143 - } 144 - let offset = file_offsets[index]; 145 - if (offset === void 0) { 146 - throw deserialize_error("duplicate file offset table index"); 147 - } 148 - file_offsets[index] = void 0; 149 - offset += files_start_offset; 150 - if (offset + size > content_length) { 151 - throw deserialize_error("file data overflow"); 152 - } 153 - file_spans.push({ offset, size }); 154 - return new Proxy(new LazyFile(name, type, size, last_modified, get_chunk, offset), { 155 - getPrototypeOf() { 156 - return File.prototype; 157 - } 158 - }); 159 - } 160 - }); 161 - file_spans.sort((a, b) => a.offset - b.offset || a.size - b.size); 162 - for (let i = 1; i < file_spans.length; i++) { 163 - const previous = file_spans[i - 1]; 164 - const current = file_spans[i]; 165 - const previous_end = previous.offset + previous.size; 166 - if (previous_end < current.offset) { 167 - throw deserialize_error("gaps in file data"); 168 - } 169 - if (previous_end > current.offset) { 170 - throw deserialize_error("overlapping file data"); 171 - } 172 - } 173 - void (async () => { 174 - let has_more = true; 175 - while (has_more) { 176 - const chunk = await get_chunk(chunks.length); 177 - has_more = !!chunk; 178 - } 179 - })(); 180 - return { data, meta, form_data: null }; 181 - } 182 - function deserialize_error(message) { 183 - return new SvelteKitError(400, "Bad Request", `Could not deserialize binary form: ${message}`); 184 - } 185 - class LazyFile { 186 - /** @type {(index: number) => Promise<Uint8Array<ArrayBuffer> | undefined>} */ 187 - #get_chunk; 188 - /** @type {number} */ 189 - #offset; 190 - /** 191 - * @param {string} name 192 - * @param {string} type 193 - * @param {number} size 194 - * @param {number} last_modified 195 - * @param {(index: number) => Promise<Uint8Array<ArrayBuffer> | undefined>} get_chunk 196 - * @param {number} offset 197 - */ 198 - constructor(name, type, size, last_modified, get_chunk, offset) { 199 - this.name = name; 200 - this.type = type; 201 - this.size = size; 202 - this.lastModified = last_modified; 203 - this.webkitRelativePath = ""; 204 - this.#get_chunk = get_chunk; 205 - this.#offset = offset; 206 - this.arrayBuffer = this.arrayBuffer.bind(this); 207 - this.bytes = this.bytes.bind(this); 208 - this.slice = this.slice.bind(this); 209 - this.stream = this.stream.bind(this); 210 - this.text = this.text.bind(this); 211 - } 212 - /** @type {ArrayBuffer | undefined} */ 213 - #buffer; 214 - async arrayBuffer() { 215 - this.#buffer ??= await new Response(this.stream()).arrayBuffer(); 216 - return this.#buffer; 217 - } 218 - async bytes() { 219 - return new Uint8Array(await this.arrayBuffer()); 220 - } 221 - /** 222 - * @param {number=} start 223 - * @param {number=} end 224 - * @param {string=} contentType 225 - */ 226 - slice(start = 0, end = this.size, contentType = this.type) { 227 - if (start < 0) { 228 - start = Math.max(this.size + start, 0); 229 - } else { 230 - start = Math.min(start, this.size); 231 - } 232 - if (end < 0) { 233 - end = Math.max(this.size + end, 0); 234 - } else { 235 - end = Math.min(end, this.size); 236 - } 237 - const size = Math.max(end - start, 0); 238 - const file = new LazyFile( 239 - this.name, 240 - contentType, 241 - size, 242 - this.lastModified, 243 - this.#get_chunk, 244 - this.#offset + start 245 - ); 246 - return file; 247 - } 248 - stream() { 249 - let cursor = 0; 250 - let chunk_index = 0; 251 - return new ReadableStream({ 252 - start: async (controller) => { 253 - let chunk_start = 0; 254 - let start_chunk; 255 - for (chunk_index = 0; ; chunk_index++) { 256 - const chunk = await this.#get_chunk(chunk_index); 257 - if (!chunk) return null; 258 - const chunk_end = chunk_start + chunk.byteLength; 259 - if (this.#offset >= chunk_start && this.#offset < chunk_end) { 260 - start_chunk = chunk; 261 - break; 262 - } 263 - chunk_start = chunk_end; 264 - } 265 - if (this.#offset + this.size <= chunk_start + start_chunk.byteLength) { 266 - controller.enqueue( 267 - start_chunk.subarray(this.#offset - chunk_start, this.#offset + this.size - chunk_start) 268 - ); 269 - controller.close(); 270 - } else { 271 - controller.enqueue(start_chunk.subarray(this.#offset - chunk_start)); 272 - cursor = start_chunk.byteLength - this.#offset + chunk_start; 273 - } 274 - }, 275 - pull: async (controller) => { 276 - chunk_index++; 277 - let chunk = await this.#get_chunk(chunk_index); 278 - if (!chunk) { 279 - controller.error("incomplete file data"); 280 - controller.close(); 281 - return; 282 - } 283 - if (chunk.byteLength > this.size - cursor) { 284 - chunk = chunk.subarray(0, this.size - cursor); 285 - } 286 - controller.enqueue(chunk); 287 - cursor += chunk.byteLength; 288 - if (cursor >= this.size) { 289 - controller.close(); 290 - } 291 - } 292 - }); 293 - } 294 - async text() { 295 - return text_decoder.decode(await this.arrayBuffer()); 296 - } 297 - } 298 - const path_regex = /^[a-zA-Z_$]\w*(\.[a-zA-Z_$]\w*|\[\d+\])*$/; 299 - function split_path(path) { 300 - if (!path_regex.test(path)) { 301 - throw new Error(`Invalid path ${path}`); 302 - } 303 - return path.split(/\.|\[|\]/).filter(Boolean); 304 - } 305 - function check_prototype_pollution(key) { 306 - if (key === "__proto__" || key === "constructor" || key === "prototype") { 307 - throw new Error( 308 - `Invalid key "${key}"` 309 - ); 310 - } 311 - } 312 - function deep_set(object, keys, value) { 313 - let current = object; 314 - for (let i = 0; i < keys.length - 1; i += 1) { 315 - const key = keys[i]; 316 - check_prototype_pollution(key); 317 - const is_array = /^\d+$/.test(keys[i + 1]); 318 - const exists = Object.hasOwn(current, key); 319 - const inner = current[key]; 320 - if (exists && is_array !== Array.isArray(inner)) { 321 - throw new Error(`Invalid array key ${keys[i + 1]}`); 322 - } 323 - if (!exists) { 324 - current[key] = is_array ? [] : {}; 325 - } 326 - current = current[key]; 327 - } 328 - const final_key = keys[keys.length - 1]; 329 - check_prototype_pollution(final_key); 330 - current[final_key] = value; 331 - } 332 - function normalize_issue(issue, server = false) { 333 - const normalized = { name: "", path: [], message: issue.message, server }; 334 - if (issue.path !== void 0) { 335 - let name = ""; 336 - for (const segment of issue.path) { 337 - const key = ( 338 - /** @type {string | number} */ 339 - typeof segment === "object" ? segment.key : segment 340 - ); 341 - normalized.path.push(key); 342 - if (typeof key === "number") { 343 - name += `[${key}]`; 344 - } else if (typeof key === "string") { 345 - name += name === "" ? key : "." + key; 346 - } 347 - } 348 - normalized.name = name; 349 - } 350 - return normalized; 351 - } 352 - function flatten_issues(issues) { 353 - const result = {}; 354 - for (const issue of issues) { 355 - (result.$ ??= []).push(issue); 356 - let name = ""; 357 - if (issue.path !== void 0) { 358 - for (const key of issue.path) { 359 - if (typeof key === "number") { 360 - name += `[${key}]`; 361 - } else if (typeof key === "string") { 362 - name += name === "" ? key : "." + key; 363 - } 364 - (result[name] ??= []).push(issue); 365 - } 366 - } 367 - } 368 - return result; 369 - } 370 - function deep_get(object, path) { 371 - let current = object; 372 - for (const key of path) { 373 - if (current == null || typeof current !== "object") { 374 - return current; 375 - } 376 - current = current[key]; 377 - } 378 - return current; 379 - } 380 - function create_field_proxy(target, get_input, set_input, get_issues, path = []) { 381 - const get_value = () => { 382 - return deep_get(get_input(), path); 383 - }; 384 - return new Proxy(target, { 385 - get(target2, prop) { 386 - if (typeof prop === "symbol") return target2[prop]; 387 - if (/^\d+$/.test(prop)) { 388 - return create_field_proxy({}, get_input, set_input, get_issues, [ 389 - ...path, 390 - parseInt(prop, 10) 391 - ]); 392 - } 393 - const key = build_path_string(path); 394 - if (prop === "set") { 395 - const set_func = function(newValue) { 396 - set_input(path, newValue); 397 - return newValue; 398 - }; 399 - return create_field_proxy(set_func, get_input, set_input, get_issues, [...path, prop]); 400 - } 401 - if (prop === "value") { 402 - return create_field_proxy(get_value, get_input, set_input, get_issues, [...path, prop]); 403 - } 404 - if (prop === "issues" || prop === "allIssues") { 405 - const issues_func = () => { 406 - const all_issues = get_issues()[key === "" ? "$" : key]; 407 - if (prop === "allIssues") { 408 - return all_issues?.map((issue) => ({ 409 - path: issue.path, 410 - message: issue.message 411 - })); 412 - } 413 - return all_issues?.filter((issue) => issue.name === key)?.map((issue) => ({ 414 - path: issue.path, 415 - message: issue.message 416 - })); 417 - }; 418 - return create_field_proxy(issues_func, get_input, set_input, get_issues, [...path, prop]); 419 - } 420 - if (prop === "as") { 421 - const as_func = (type, input_value) => { 422 - const is_array = type === "file multiple" || type === "select multiple" || type === "checkbox" && typeof input_value === "string"; 423 - const prefix = type === "number" || type === "range" ? "n:" : type === "checkbox" && !is_array ? "b:" : ""; 424 - const base_props = { 425 - name: prefix + key + (is_array ? "[]" : ""), 426 - get "aria-invalid"() { 427 - const issues = get_issues(); 428 - return key in issues ? "true" : void 0; 429 - } 430 - }; 431 - if (type !== "text" && type !== "select" && type !== "select multiple") { 432 - base_props.type = type === "file multiple" ? "file" : type; 433 - } 434 - if (type === "submit" || type === "hidden") { 435 - return Object.defineProperties(base_props, { 436 - value: { value: input_value, enumerable: true } 437 - }); 438 - } 439 - if (type === "select" || type === "select multiple") { 440 - return Object.defineProperties(base_props, { 441 - multiple: { value: is_array, enumerable: true }, 442 - value: { 443 - enumerable: true, 444 - get() { 445 - return get_value(); 446 - } 447 - } 448 - }); 449 - } 450 - if (type === "checkbox" || type === "radio") { 451 - return Object.defineProperties(base_props, { 452 - value: { value: input_value ?? "on", enumerable: true }, 453 - checked: { 454 - enumerable: true, 455 - get() { 456 - const value = get_value(); 457 - if (type === "radio") { 458 - return value === input_value; 459 - } 460 - if (is_array) { 461 - return (value ?? []).includes(input_value); 462 - } 463 - return value; 464 - } 465 - } 466 - }); 467 - } 468 - if (type === "file" || type === "file multiple") { 469 - return Object.defineProperties(base_props, { 470 - multiple: { value: is_array, enumerable: true }, 471 - files: { 472 - enumerable: true, 473 - get() { 474 - const value = get_value(); 475 - if (value instanceof File) { 476 - if (typeof DataTransfer !== "undefined") { 477 - const fileList = new DataTransfer(); 478 - fileList.items.add(value); 479 - return fileList.files; 480 - } 481 - return { 0: value, length: 1 }; 482 - } 483 - if (Array.isArray(value) && value.every((f) => f instanceof File)) { 484 - if (typeof DataTransfer !== "undefined") { 485 - const fileList = new DataTransfer(); 486 - value.forEach((file) => fileList.items.add(file)); 487 - return fileList.files; 488 - } 489 - const fileListLike = { length: value.length }; 490 - value.forEach((file, index) => { 491 - fileListLike[index] = file; 492 - }); 493 - return fileListLike; 494 - } 495 - return null; 496 - } 497 - } 498 - }); 499 - } 500 - return Object.defineProperties(base_props, { 501 - value: { 502 - enumerable: true, 503 - get() { 504 - const value = get_value(); 505 - return value != null ? String(value) : ""; 506 - } 507 - } 508 - }); 509 - }; 510 - return create_field_proxy(as_func, get_input, set_input, get_issues, [...path, "as"]); 511 - } 512 - return create_field_proxy({}, get_input, set_input, get_issues, [...path, prop]); 513 - } 514 - }); 515 - } 516 - function build_path_string(path) { 517 - let result = ""; 518 - for (const segment of path) { 519 - if (typeof segment === "number") { 520 - result += `[${segment}]`; 521 - } else { 522 - result += result === "" ? segment : "." + segment; 523 - } 524 - } 525 - return result; 526 - } 527 - function negotiate(accept, types) { 528 - const parts = []; 529 - accept.split(",").forEach((str, i) => { 530 - const match = /([^/ \t]+)\/([^; \t]+)[ \t]*(?:;[ \t]*q=([0-9.]+))?/.exec(str); 531 - if (match) { 532 - const [, type, subtype, q = "1"] = match; 533 - parts.push({ type, subtype, q: +q, i }); 534 - } 535 - }); 536 - parts.sort((a, b) => { 537 - if (a.q !== b.q) { 538 - return b.q - a.q; 539 - } 540 - if (a.subtype === "*" !== (b.subtype === "*")) { 541 - return a.subtype === "*" ? 1 : -1; 542 - } 543 - if (a.type === "*" !== (b.type === "*")) { 544 - return a.type === "*" ? 1 : -1; 545 - } 546 - return a.i - b.i; 547 - }); 548 - let accepted; 549 - let min_priority = Infinity; 550 - for (const mimetype of types) { 551 - const [type, subtype] = mimetype.split("/"); 552 - const priority = parts.findIndex( 553 - (part) => (part.type === type || part.type === "*") && (part.subtype === subtype || part.subtype === "*") 554 - ); 555 - if (priority !== -1 && priority < min_priority) { 556 - accepted = mimetype; 557 - min_priority = priority; 558 - } 559 - } 560 - return accepted; 561 - } 562 - function is_content_type(request, ...types) { 563 - const type = request.headers.get("content-type")?.split(";", 1)[0].trim() ?? ""; 564 - return types.includes(type.toLowerCase()); 565 - } 566 - function is_form_content_type(request) { 567 - return is_content_type( 568 - request, 569 - "application/x-www-form-urlencoded", 570 - "multipart/form-data", 571 - "text/plain", 572 - BINARY_FORM_CONTENT_TYPE 573 - ); 574 - } 575 - function coalesce_to_error(err) { 576 - return err instanceof Error || err && /** @type {any} */ 577 - err.name && /** @type {any} */ 578 - err.message ? ( 579 - /** @type {Error} */ 580 - err 581 - ) : new Error(JSON.stringify(err)); 582 - } 583 - function normalize_error(error) { 584 - return ( 585 - /** @type {import('../exports/internal/index.js').Redirect | HttpError | SvelteKitError | Error} */ 586 - error 587 - ); 588 - } 589 - function get_status(error) { 590 - return error instanceof HttpError || error instanceof SvelteKitError ? error.status : 500; 591 - } 592 - function get_message(error) { 593 - return error instanceof SvelteKitError ? error.text : "Internal Error"; 594 - } 595 - const escape_html_attr_dict = { 596 - "&": "&amp;", 597 - '"': "&quot;" 598 - // Svelte also escapes < because the escape function could be called inside a `noscript` there 599 - // https://github.com/sveltejs/svelte/security/advisories/GHSA-8266-84wp-wv5c 600 - // However, that doesn't apply in SvelteKit 601 - }; 602 - const escape_html_dict = { 603 - "&": "&amp;", 604 - "<": "&lt;" 605 - }; 606 - const surrogates = ( 607 - // high surrogate without paired low surrogate 608 - "[\\ud800-\\udbff](?![\\udc00-\\udfff])|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\udc00-\\udfff]" 609 - ); 610 - const escape_html_attr_regex = new RegExp( 611 - `[${Object.keys(escape_html_attr_dict).join("")}]|` + surrogates, 612 - "g" 613 - ); 614 - const escape_html_regex = new RegExp( 615 - `[${Object.keys(escape_html_dict).join("")}]|` + surrogates, 616 - "g" 617 - ); 618 - function escape_html(str, is_attr) { 619 - const dict = is_attr ? escape_html_attr_dict : escape_html_dict; 620 - const escaped_str = str.replace(is_attr ? escape_html_attr_regex : escape_html_regex, (match) => { 621 - if (match.length === 2) { 622 - return match; 623 - } 624 - return dict[match] ?? `&#${match.charCodeAt(0)};`; 625 - }); 626 - return escaped_str; 627 - } 628 - function method_not_allowed(mod, method) { 629 - return text(`${method} method not allowed`, { 630 - status: 405, 631 - headers: { 632 - // https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 633 - // "The server must generate an Allow header field in a 405 status code response" 634 - allow: allowed_methods(mod).join(", ") 635 - } 636 - }); 637 - } 638 - function allowed_methods(mod) { 639 - const allowed = ENDPOINT_METHODS.filter((method) => method in mod); 640 - if ("GET" in mod && !("HEAD" in mod)) { 641 - allowed.push("HEAD"); 642 - } 643 - return allowed; 644 - } 645 - function get_global_name(options) { 646 - return `__sveltekit_${options.version_hash}`; 647 - } 648 - function static_error_page(options, status, message) { 649 - let page = options.templates.error({ status, message: escape_html(message) }); 650 - return text(page, { 651 - headers: { "content-type": "text/html; charset=utf-8" }, 652 - status 653 - }); 654 - } 655 - async function handle_fatal_error(event, state, options, error) { 656 - error = error instanceof HttpError ? error : coalesce_to_error(error); 657 - const status = get_status(error); 658 - const body = await handle_error_and_jsonify(event, state, options, error); 659 - const type = negotiate(event.request.headers.get("accept") || "text/html", [ 660 - "application/json", 661 - "text/html" 662 - ]); 663 - if (event.isDataRequest || type === "application/json") { 664 - return json(body, { 665 - status 666 - }); 667 - } 668 - return static_error_page(options, status, body.message); 669 - } 670 - async function handle_error_and_jsonify(event, state, options, error) { 671 - if (error instanceof HttpError) { 672 - return { message: "Unknown Error", ...error.body }; 673 - } 674 - const status = get_status(error); 675 - const message = get_message(error); 676 - return await with_request_store( 677 - { event, state }, 678 - () => options.hooks.handleError({ error, event, status, message }) 679 - ) ?? { message }; 680 - } 681 - function redirect_response(status, location) { 682 - const response = new Response(void 0, { 683 - status, 684 - headers: { location } 685 - }); 686 - return response; 687 - } 688 - function clarify_devalue_error(event, error) { 689 - if (error.path) { 690 - return `Data returned from \`load\` while rendering ${event.route.id} is not serializable: ${error.message} (${error.path}). If you need to serialize/deserialize custom types, use transport hooks: https://svelte.dev/docs/kit/hooks#Universal-hooks-transport.`; 691 - } 692 - if (error.path === "") { 693 - return `Data returned from \`load\` while rendering ${event.route.id} is not a plain object`; 694 - } 695 - return error.message; 696 - } 697 - function serialize_uses(node) { 698 - const uses = {}; 699 - if (node.uses && node.uses.dependencies.size > 0) { 700 - uses.dependencies = Array.from(node.uses.dependencies); 701 - } 702 - if (node.uses && node.uses.search_params.size > 0) { 703 - uses.search_params = Array.from(node.uses.search_params); 704 - } 705 - if (node.uses && node.uses.params.size > 0) { 706 - uses.params = Array.from(node.uses.params); 707 - } 708 - if (node.uses?.parent) uses.parent = 1; 709 - if (node.uses?.route) uses.route = 1; 710 - if (node.uses?.url) uses.url = 1; 711 - return uses; 712 - } 713 - function has_prerendered_path(manifest, pathname) { 714 - return manifest._.prerendered_routes.has(pathname) || pathname.at(-1) === "/" && manifest._.prerendered_routes.has(pathname.slice(0, -1)); 715 - } 716 - function format_server_error(status, error, event) { 717 - const formatted_text = ` 718 - \x1B[1;31m[${status}] ${event.request.method} ${event.url.pathname}\x1B[0m`; 719 - if (status === 404) { 720 - return formatted_text; 721 - } 722 - return `${formatted_text} 723 - ${error.stack}`; 724 - } 725 - function get_node_type(node_id) { 726 - const parts = node_id?.split("/"); 727 - const filename = parts?.at(-1); 728 - if (!filename) return "unknown"; 729 - const dot_parts = filename.split("."); 730 - return dot_parts.slice(0, -1).join("."); 731 - } 732 - const INVALIDATED_PARAM = "x-sveltekit-invalidated"; 733 - const TRAILING_SLASH_PARAM = "x-sveltekit-trailing-slash"; 734 - function stringify(data, transport) { 735 - const encoders = Object.fromEntries(Object.entries(transport).map(([k, v]) => [k, v.encode])); 736 - return devalue.stringify(data, encoders); 737 - } 738 - function stringify_remote_arg(value, transport) { 739 - if (value === void 0) return ""; 740 - const json_string = stringify(value, transport); 741 - const bytes = new TextEncoder().encode(json_string); 742 - return base64_encode(bytes).replaceAll("=", "").replaceAll("+", "-").replaceAll("/", "_"); 743 - } 744 - function parse_remote_arg(string, transport) { 745 - if (!string) return void 0; 746 - const json_string = text_decoder.decode( 747 - // no need to add back `=` characters, atob can handle it 748 - base64_decode(string.replaceAll("-", "+").replaceAll("_", "/")) 749 - ); 750 - const decoders = Object.fromEntries(Object.entries(transport).map(([k, v]) => [k, v.decode])); 751 - return devalue.parse(json_string, decoders); 752 - } 753 - function create_remote_key(id, payload) { 754 - return id + "/" + payload; 755 - } 756 - export { 757 - ENDPOINT_METHODS as E, 758 - INVALIDATED_PARAM as I, 759 - MUTATIVE_METHODS as M, 760 - PAGE_METHODS as P, 761 - SVELTE_KIT_ASSETS as S, 762 - TRAILING_SLASH_PARAM as T, 763 - normalize_error as a, 764 - get_global_name as b, 765 - clarify_devalue_error as c, 766 - get_node_type as d, 767 - escape_html as e, 768 - create_remote_key as f, 769 - get_status as g, 770 - handle_error_and_jsonify as h, 771 - is_form_content_type as i, 772 - static_error_page as j, 773 - stringify as k, 774 - deserialize_binary_form as l, 775 - method_not_allowed as m, 776 - negotiate as n, 777 - has_prerendered_path as o, 778 - parse_remote_arg as p, 779 - handle_fatal_error as q, 780 - redirect_response as r, 781 - serialize_uses as s, 782 - format_server_error as t, 783 - stringify_remote_arg as u, 784 - create_field_proxy as v, 785 - normalize_issue as w, 786 - set_nested_value as x, 787 - flatten_issues as y, 788 - deep_set as z 789 - };
-19
.svelte-kit/output/server/chunks/state.svelte.js
··· 1 - import "clsx"; 2 - import { n as noop } from "./index2.js"; 3 - import "./exports.js"; 4 - import "@sveltejs/kit/internal/server"; 5 - import "./root.js"; 6 - const is_legacy = noop.toString().includes("$$") || /function \w+\(\) \{\}/.test(noop.toString()); 7 - const placeholder_url = "a:"; 8 - if (is_legacy) { 9 - ({ 10 - data: {}, 11 - form: null, 12 - error: null, 13 - params: {}, 14 - route: { id: null }, 15 - state: {}, 16 - status: -1, 17 - url: new URL(placeholder_url) 18 - }); 19 - }
-43
.svelte-kit/output/server/chunks/utils.js
··· 1 - const text_encoder = new TextEncoder(); 2 - const text_decoder = new TextDecoder(); 3 - function get_relative_path(from, to) { 4 - const from_parts = from.split(/[/\\]/); 5 - const to_parts = to.split(/[/\\]/); 6 - from_parts.pop(); 7 - while (from_parts[0] === to_parts[0]) { 8 - from_parts.shift(); 9 - to_parts.shift(); 10 - } 11 - let i = from_parts.length; 12 - while (i--) from_parts[i] = ".."; 13 - return from_parts.concat(to_parts).join("/"); 14 - } 15 - function base64_encode(bytes) { 16 - if (globalThis.Buffer) { 17 - return globalThis.Buffer.from(bytes).toString("base64"); 18 - } 19 - let binary = ""; 20 - for (let i = 0; i < bytes.length; i++) { 21 - binary += String.fromCharCode(bytes[i]); 22 - } 23 - return btoa(binary); 24 - } 25 - function base64_decode(encoded) { 26 - if (globalThis.Buffer) { 27 - const buffer = globalThis.Buffer.from(encoded, "base64"); 28 - return new Uint8Array(buffer); 29 - } 30 - const binary = atob(encoded); 31 - const bytes = new Uint8Array(binary.length); 32 - for (let i = 0; i < binary.length; i++) { 33 - bytes[i] = binary.charCodeAt(i); 34 - } 35 - return bytes; 36 - } 37 - export { 38 - text_encoder as a, 39 - base64_encode as b, 40 - base64_decode as c, 41 - get_relative_path as g, 42 - text_decoder as t 43 - };
-45
.svelte-kit/output/server/entries/fallbacks/error.svelte.js
··· 1 - import { g as getContext, e as escape_html } from "../../chunks/index2.js"; 2 - import "clsx"; 3 - import "../../chunks/state.svelte.js"; 4 - import "@sveltejs/kit/internal"; 5 - import "../../chunks/exports.js"; 6 - import "../../chunks/utils.js"; 7 - import { w as writable } from "../../chunks/index.js"; 8 - import "@sveltejs/kit/internal/server"; 9 - import "../../chunks/root.js"; 10 - function create_updated_store() { 11 - const { set, subscribe } = writable(false); 12 - { 13 - return { 14 - subscribe, 15 - // eslint-disable-next-line @typescript-eslint/require-await 16 - check: async () => false 17 - }; 18 - } 19 - } 20 - const stores = { 21 - updated: /* @__PURE__ */ create_updated_store() 22 - }; 23 - ({ 24 - check: stores.updated.check 25 - }); 26 - function context() { 27 - return getContext("__request__"); 28 - } 29 - const page$1 = { 30 - get error() { 31 - return context().page.error; 32 - }, 33 - get status() { 34 - return context().page.status; 35 - } 36 - }; 37 - const page = page$1; 38 - function Error$1($$renderer, $$props) { 39 - $$renderer.component(($$renderer2) => { 40 - $$renderer2.push(`<h1>${escape_html(page.status)}</h1> <p>${escape_html(page.error?.message)}</p>`); 41 - }); 42 - } 43 - export { 44 - Error$1 as default 45 - };
-53
.svelte-kit/output/server/entries/pages/_layout.svelte.js
··· 1 - import { h as head } from "../../chunks/index2.js"; 2 - import "clsx"; 3 - function MeshBackground($$renderer) { 4 - $$renderer.push(`<div class="mesh-bg svelte-17k46oa"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none" class="mesh-svg svelte-17k46oa"><defs><radialGradient id="g1" cx="50%" cy="40%" r="70%"><stop offset="0%" stop-color="#39FF44"></stop><stop offset="60%" stop-color="#2BBF33"></stop><stop offset="100%" stop-color="#1A8C22"></stop></radialGradient><radialGradient id="g2" cx="90%" cy="5%" r="45%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.9"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.4"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g3" cx="5%" cy="95%" r="40%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.7"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g4" cx="15%" cy="10%" r="50%"><stop offset="0%" stop-color="#5FFF66" stop-opacity="0.6"></stop><stop offset="100%" stop-color="#39FF44" stop-opacity="0"></stop></radialGradient><radialGradient id="g5" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="#4AFF54" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#2BBF33" stop-opacity="0"></stop></radialGradient></defs><rect width="1000" height="1000" fill="url(#g1)"></rect><rect width="1000" height="1000" fill="url(#g2)"></rect><rect width="1000" height="1000" fill="url(#g3)"></rect><rect width="1000" height="1000" fill="url(#g4)"></rect><rect width="1000" height="1000" fill="url(#g5)"></rect></svg></div>`); 5 - } 6 - function PlantOverlay($$renderer) { 7 - $$renderer.push(`<div class="plant-overlay svelte-11afcec"><img src="/leaves.png" alt="" class="leaves svelte-11afcec"/></div>`); 8 - } 9 - function _layout($$renderer, $$props) { 10 - let { children } = $$props; 11 - head("12qhfyh", $$renderer, ($$renderer2) => { 12 - $$renderer2.push(`<link rel="icon" href="/frogicon.png"/> `); 13 - $$renderer2.push(`<style> 14 - @font-face { 15 - font-family: 'PicNic'; 16 - src: url('/fonts/PicNic-Regular.otf') format('opentype'); 17 - font-weight: normal; 18 - font-style: normal; 19 - font-display: swap; 20 - } 21 - @font-face { 22 - font-family: 'Fang'; 23 - src: url('/fonts/Fang-Roman.otf') format('opentype'); 24 - font-weight: normal; 25 - font-style: normal; 26 - font-display: swap; 27 - } 28 - @font-face { 29 - font-family: 'Fang'; 30 - src: url('/fonts/Fang-Italic.otf') format('opentype'); 31 - font-weight: normal; 32 - font-style: italic; 33 - font-display: swap; 34 - } 35 - /* Cursor must be in global head style to override everything */ 36 - *, *::before, *::after { 37 - cursor: url('/frogcursor-small.png') 8 4, auto !important; 38 - } 39 - a, button, [role="button"], input[type="submit"], select, summary { 40 - cursor: url('/frogcursor-small.png') 8 4, pointer !important; 41 - } 42 - </style>`); 43 - }); 44 - MeshBackground($$renderer); 45 - $$renderer.push(`<!----> `); 46 - PlantOverlay($$renderer); 47 - $$renderer.push(`<!----> `); 48 - children($$renderer); 49 - $$renderer.push(`<!---->`); 50 - } 51 - export { 52 - _layout as default 53 - };
-6
.svelte-kit/output/server/entries/pages/_layout.ts.js
··· 1 - const prerender = true; 2 - const ssr = false; 3 - export { 4 - prerender, 5 - ssr 6 - };
-291
.svelte-kit/output/server/entries/pages/_page.svelte.js
··· 1 - import { a as ssr_context, b as attr_style, c as attr, d as stringify, f as attr_class, e as escape_html, h as head, i as ensure_array_like } from "../../chunks/index2.js"; 2 - import "hls.js"; 3 - import { F as FrogHeader } from "../../chunks/FrogHeader.js"; 4 - import "clsx"; 5 - function onDestroy(fn) { 6 - /** @type {SSRContext} */ 7 - ssr_context.r.on_destroy(fn); 8 - } 9 - const PLAYBACK_BASE = "https://vod-beta.stream.place/xrpc/place.stream.playback.getVideoPlaylist"; 10 - function getPlaylistUrl(uri) { 11 - return `${PLAYBACK_BASE}?uri=${encodeURIComponent(uri)}`; 12 - } 13 - function formatDuration(nanos) { 14 - const totalSeconds = Math.floor(nanos / 1e9); 15 - const hours = Math.floor(totalSeconds / 3600); 16 - const minutes = Math.floor(totalSeconds % 3600 / 60); 17 - const seconds = totalSeconds % 60; 18 - if (hours > 0) { 19 - return `${hours}:${String(minutes).padStart(2, "0")}:${String(seconds).padStart(2, "0")}`; 20 - } 21 - return `${minutes}:${String(seconds).padStart(2, "0")}`; 22 - } 23 - function formatDate(iso) { 24 - return new Date(iso).toLocaleDateString("en-US", { 25 - year: "numeric", 26 - month: "short", 27 - day: "numeric", 28 - hour: "2-digit", 29 - minute: "2-digit" 30 - }); 31 - } 32 - function seededRandom(seed, index = 0) { 33 - let hash = 0; 34 - const str = seed + String(index); 35 - for (let i = 0; i < str.length; i++) { 36 - const char = str.charCodeAt(i); 37 - hash = (hash << 5) - hash + char | 0; 38 - } 39 - return (hash % 65536 + 65536) % 65536 / 65536; 40 - } 41 - function getCardOffsets(seed) { 42 - const r1 = seededRandom(seed, 0); 43 - const r2 = seededRandom(seed, 1); 44 - const r3 = seededRandom(seed, 2); 45 - return { 46 - rotation: (r1 - 0.5) * 10, 47 - // -5 to +5 degrees 48 - translateX: (r2 - 0.5) * 60, 49 - // -30 to +30 px 50 - translateY: (r3 - 0.5) * 60 51 - // -30 to +30 px 52 - }; 53 - } 54 - function WavyBorder($$renderer, $$props) { 55 - $$renderer.component(($$renderer2) => { 56 - let { 57 - seed, 58 - fill = "#39FF44", 59 - strokeColor = "#0A182B", 60 - strokeWidth = 3, 61 - padding = "16px", 62 - children 63 - } = $$props; 64 - const paddingValue = typeof padding === "number" ? `${padding}px` : padding; 65 - const { pts, svgPath } = generateWavyShape(seed); 66 - const clipPolygon = `polygon(${pts.map(([x, y]) => `${x.toFixed(2)}% ${y.toFixed(2)}%`).join(", ")})`; 67 - function generateWavyShape(s) { 68 - const margin = 1; 69 - const amp = 2.5; 70 - const segs = 16; 71 - const edgeParams = [0, 1, 2, 3].map((e) => { 72 - const isVertical = e === 1 || e === 3; 73 - const freqScale = isVertical ? 0.5 : 1; 74 - return { 75 - phase1: seededRandom(s, e * 10 + 1) * Math.PI * 2, 76 - phase2: seededRandom(s, e * 10 + 2) * Math.PI * 2, 77 - freq1: (1.5 + seededRandom(s, e * 10 + 3) * 1.5) * freqScale, 78 - freq2: (3 + seededRandom(s, e * 10 + 4) * 2) * freqScale, 79 - ampScale: 0.7 + seededRandom(s, e * 10 + 5) * 0.6 80 - }; 81 - }); 82 - function wobble(edgeIdx, t) { 83 - const p = edgeParams[edgeIdx]; 84 - const w1 = Math.sin(t * p.freq1 * Math.PI * 2 + p.phase1) * amp * 0.7; 85 - const w2 = Math.sin(t * p.freq2 * Math.PI * 2 + p.phase2) * amp * 0.3; 86 - return (w1 + w2) * p.ampScale; 87 - } 88 - const points = []; 89 - for (let i = 0; i <= segs; i++) { 90 - const t = i / segs; 91 - points.push([margin + t * (100 - 2 * margin), margin + wobble(0, t)]); 92 - } 93 - for (let i = 1; i <= segs; i++) { 94 - const t = i / segs; 95 - points.push([100 - margin + wobble(1, t), margin + t * (100 - 2 * margin)]); 96 - } 97 - for (let i = 1; i <= segs; i++) { 98 - const t = i / segs; 99 - points.push([ 100 - 100 - margin - t * (100 - 2 * margin), 101 - 100 - margin + wobble(2, t) 102 - ]); 103 - } 104 - for (let i = 1; i < segs; i++) { 105 - const t = i / segs; 106 - points.push([margin + wobble(3, t), 100 - margin - t * (100 - 2 * margin)]); 107 - } 108 - let d = `M ${points[0][0].toFixed(1)} ${points[0][1].toFixed(1)}`; 109 - for (let i = 0; i < points.length; i++) { 110 - const p0 = points[(i - 1 + points.length) % points.length]; 111 - const p1 = points[i]; 112 - const p2 = points[(i + 1) % points.length]; 113 - const p3 = points[(i + 2) % points.length]; 114 - const tension = 0.3; 115 - const cp1x = p1[0] + (p2[0] - p0[0]) * tension; 116 - const cp1y = p1[1] + (p2[1] - p0[1]) * tension; 117 - const cp2x = p2[0] - (p3[0] - p1[0]) * tension; 118 - const cp2y = p2[1] - (p3[1] - p1[1]) * tension; 119 - d += ` C ${cp1x.toFixed(1)} ${cp1y.toFixed(1)}, ${cp2x.toFixed(1)} ${cp2y.toFixed(1)}, ${p2[0].toFixed(1)} ${p2[1].toFixed(1)}`; 120 - } 121 - d += " Z"; 122 - const sampledPts = []; 123 - const totalPts = points.length; 124 - const samplesPerSegment = 10; 125 - for (let i = 0; i < totalPts; i++) { 126 - const p0 = points[(i - 1 + totalPts) % totalPts]; 127 - const p1 = points[i]; 128 - const p2 = points[(i + 1) % totalPts]; 129 - const p3 = points[(i + 2) % totalPts]; 130 - const tension = 0.3; 131 - const cp1x = p1[0] + (p2[0] - p0[0]) * tension; 132 - const cp1y = p1[1] + (p2[1] - p0[1]) * tension; 133 - const cp2x = p2[0] - (p3[0] - p1[0]) * tension; 134 - const cp2y = p2[1] - (p3[1] - p1[1]) * tension; 135 - for (let j = 0; j < samplesPerSegment; j++) { 136 - const t = j / samplesPerSegment; 137 - const mt = 1 - t; 138 - const x = mt * mt * mt * p1[0] + 3 * mt * mt * t * cp1x + 3 * mt * t * t * cp2x + t * t * t * p2[0]; 139 - const y = mt * mt * mt * p1[1] + 3 * mt * mt * t * cp1y + 3 * mt * t * t * cp2y + t * t * t * p2[1]; 140 - sampledPts.push([x, y]); 141 - } 142 - } 143 - return { pts: sampledPts, svgPath: d }; 144 - } 145 - $$renderer2.push(`<div class="wavy-container svelte-7frlgw"${attr_style(`--padding: ${stringify(paddingValue)};`)}><div class="wavy-clipped svelte-7frlgw"${attr_style(`clip-path: ${stringify(clipPolygon)};`)}><div class="wavy-fill svelte-7frlgw"${attr_style(`background: ${stringify(fill)};`)}></div> <div class="wavy-content svelte-7frlgw">`); 146 - children($$renderer2); 147 - $$renderer2.push(`<!----></div></div> <svg class="wavy-stroke svelte-7frlgw" viewBox="0 0 100 100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" overflow="visible"><path${attr("d", svgPath)} fill="none"${attr("stroke", strokeColor)}${attr("stroke-width", strokeWidth)} stroke-linejoin="round" stroke-linecap="round"></path></svg></div>`); 148 - }); 149 - } 150 - function VideoPlayer($$renderer, $$props) { 151 - $$renderer.component(($$renderer2) => { 152 - let currentTime = 0; 153 - let duration = 0; 154 - let scrubProgress = 0; 155 - let frogFlipped = false; 156 - let showControls = true; 157 - WavyBorder($$renderer2, { 158 - seed: "player-main", 159 - padding: 4, 160 - children: ($$renderer3) => { 161 - $$renderer3.push(`<div class="player-wrapper svelte-zbxgh1" role="region"><video playsinline="" class="svelte-zbxgh1"><track kind="captions"/></video> <div${attr_class("controls svelte-zbxgh1", void 0, { "visible": showControls })}><div class="scrub-bar svelte-zbxgh1" role="slider"${attr("aria-valuenow", currentTime)}${attr("aria-valuemin", 0)}${attr("aria-valuemax", duration)}${attr("tabindex", 0)}><div${attr_class("scrub-frog svelte-zbxgh1", void 0, { "flipped": frogFlipped })}${attr_style(`left: ${stringify(scrubProgress * 100)}%;`)}><img${attr("src", "/froggiestand.png")} alt="scrub" class="frog-sprite svelte-zbxgh1" draggable="false"/></div></div></div> <button${attr_class("fullscreen-btn svelte-zbxgh1", void 0, { "visible": showControls })}${attr("title", "Fullscreen")}><img src="/frogeye.png" alt="fullscreen" class="frogeye svelte-zbxgh1"/></button> `); 162 - { 163 - $$renderer3.push("<!--[-1-->"); 164 - } 165 - $$renderer3.push(`<!--]--></div>`); 166 - } 167 - }); 168 - }); 169 - } 170 - function VideoCard($$renderer, $$props) { 171 - $$renderer.component(($$renderer2) => { 172 - let { video } = $$props; 173 - let creatorHandle = video.value.creator; 174 - const rkey = video.uri.split("/").pop() || video.uri; 175 - const offsets = getCardOffsets(video.value.creator); 176 - const cardStyle = `transform: rotate(${offsets.rotation}deg) translate(${offsets.translateX}px, ${offsets.translateY}px);`; 177 - let scrubbing = false; 178 - onDestroy(destroyScrub); 179 - function destroyScrub() { 180 - } 181 - $$renderer2.push(`<button class="card svelte-1nxalmg"${attr_style(cardStyle)}>`); 182 - WavyBorder($$renderer2, { 183 - seed: rkey, 184 - fill: "#39FF44", 185 - strokeColor: "#0A182B", 186 - strokeWidth: 2.2, 187 - padding: "clamp(24px, 4vw, 36px)", 188 - children: ($$renderer3) => { 189 - $$renderer3.push(`<span class="duration-badge svelte-1nxalmg">${escape_html(formatDuration(video.value.duration))}</span> <div class="thumb-wrapper svelte-1nxalmg">`); 190 - WavyBorder($$renderer3, { 191 - seed: rkey + "-thumb", 192 - fill: "#3992FF", 193 - strokeColor: "#0A182B", 194 - strokeWidth: 1.5, 195 - padding: 0, 196 - children: ($$renderer4) => { 197 - $$renderer4.push(`<div class="thumbnail svelte-1nxalmg" role="img">`); 198 - { 199 - $$renderer4.push("<!--[-1-->"); 200 - } 201 - $$renderer4.push(`<!--]--> <canvas${attr_class("scrub-canvas svelte-1nxalmg", void 0, { "visible": scrubbing })}></canvas> `); 202 - { 203 - $$renderer4.push("<!--[-1-->"); 204 - } 205 - $$renderer4.push(`<!--]--> `); 206 - { 207 - $$renderer4.push("<!--[-1-->"); 208 - } 209 - $$renderer4.push(`<!--]--> `); 210 - { 211 - $$renderer4.push("<!--[-1-->"); 212 - } 213 - $$renderer4.push(`<!--]--> <div class="thumb-shadow svelte-1nxalmg"></div></div>`); 214 - }, 215 - $$slots: { default: true } 216 - }); 217 - $$renderer3.push(`<!----></div> <div class="info svelte-1nxalmg"><h3 class="title svelte-1nxalmg">${escape_html(video.value.title)}</h3> <a${attr("href", `/profile/${stringify(creatorHandle.replace("@", ""))}`)} class="creator svelte-1nxalmg">${escape_html(creatorHandle)}</a> <p class="date svelte-1nxalmg">${escape_html(formatDate(video.value.createdAt))}</p></div>`); 218 - } 219 - }); 220 - $$renderer2.push(`<!----></button>`); 221 - }); 222 - } 223 - function _page($$renderer, $$props) { 224 - $$renderer.component(($$renderer2) => { 225 - let videos = []; 226 - let loading = false; 227 - let selectedVideo = null; 228 - let selectedHandle = ""; 229 - let pageIndex = 0; 230 - function closePlayer() { 231 - selectedVideo = null; 232 - const url = new URL(window.location.href); 233 - url.searchParams.delete("v"); 234 - window.history.pushState({}, "", url.toString()); 235 - } 236 - head("1uha8ag", $$renderer2, ($$renderer3) => { 237 - $$renderer3.title(($$renderer4) => { 238 - $$renderer4.push(`<title>vod frog</title>`); 239 - }); 240 - }); 241 - $$renderer2.push(`<div class="app svelte-1uha8ag">`); 242 - FrogHeader($$renderer2, { onHomeClick: closePlayer }); 243 - $$renderer2.push(`<!----> `); 244 - if (selectedVideo) { 245 - $$renderer2.push("<!--[0-->"); 246 - $$renderer2.push(`<section class="player-section svelte-1uha8ag">`); 247 - VideoPlayer($$renderer2, { src: getPlaylistUrl(selectedVideo.uri) }); 248 - $$renderer2.push(`<!----> <div class="player-info svelte-1uha8ag">`); 249 - WavyBorder($$renderer2, { 250 - seed: "player-info", 251 - fill: "#39FF44", 252 - strokeColor: "#0A182B", 253 - strokeWidth: 1.8, 254 - padding: "32px clamp(40px, 6vw, 80px)", 255 - children: ($$renderer3) => { 256 - $$renderer3.push(`<h2 class="player-title svelte-1uha8ag">${escape_html(selectedVideo.value.title)}</h2> <div class="player-meta-row svelte-1uha8ag">`); 257 - { 258 - $$renderer3.push("<!--[-1-->"); 259 - } 260 - $$renderer3.push(`<!--]--> <p class="player-meta svelte-1uha8ag"><a${attr("href", `/profile/${stringify(selectedHandle?.replace("@", "") || selectedVideo.value.creator)}`)} class="creator-tag svelte-1uha8ag">${escape_html(selectedVideo.value.creator)}</a> <span class="dot svelte-1uha8ag">·</span> ${escape_html(formatDate(selectedVideo.value.createdAt))} <span class="dot svelte-1uha8ag">·</span> ${escape_html(formatDuration(selectedVideo.value.duration))}</p></div>`); 261 - } 262 - }); 263 - $$renderer2.push(`<!----></div></section>`); 264 - } else { 265 - $$renderer2.push("<!--[-1-->"); 266 - } 267 - $$renderer2.push(`<!--]--> `); 268 - { 269 - $$renderer2.push("<!--[-1-->"); 270 - } 271 - $$renderer2.push(`<!--]--> <section class="grid svelte-1uha8ag"><!--[-->`); 272 - const each_array = ensure_array_like(videos); 273 - for (let $$index = 0, $$length = each_array.length; $$index < $$length; $$index++) { 274 - let video = each_array[$$index]; 275 - VideoCard($$renderer2, { video }); 276 - } 277 - $$renderer2.push(`<!--]--></section> <div class="pagination svelte-1uha8ag">`); 278 - { 279 - $$renderer2.push("<!--[-1-->"); 280 - } 281 - $$renderer2.push(`<!--]--> <span class="page-num svelte-1uha8ag">page ${escape_html(pageIndex + 1)}</span> `); 282 - { 283 - $$renderer2.push("<!--[0-->"); 284 - $$renderer2.push(`<button class="page-btn svelte-1uha8ag"${attr("disabled", loading, true)}>next →</button>`); 285 - } 286 - $$renderer2.push(`<!--]--></div></div>`); 287 - }); 288 - } 289 - export { 290 - _page as default 291 - };
-53
.svelte-kit/output/server/entries/pages/profile/_handle_/_page.svelte.js
··· 1 - import { g as getContext, h as head, e as escape_html, u as unsubscribe_stores, j as derived, k as store_get } from "../../../../chunks/index2.js"; 2 - import "clsx"; 3 - import "@sveltejs/kit/internal"; 4 - import "../../../../chunks/exports.js"; 5 - import "../../../../chunks/utils.js"; 6 - import "@sveltejs/kit/internal/server"; 7 - import "../../../../chunks/root.js"; 8 - import "../../../../chunks/state.svelte.js"; 9 - import { F as FrogHeader } from "../../../../chunks/FrogHeader.js"; 10 - const getStores = () => { 11 - const stores$1 = getContext("__svelte__"); 12 - return { 13 - /** @type {typeof page} */ 14 - page: { 15 - subscribe: stores$1.page.subscribe 16 - }, 17 - /** @type {typeof navigating} */ 18 - navigating: { 19 - subscribe: stores$1.navigating.subscribe 20 - }, 21 - /** @type {typeof updated} */ 22 - updated: stores$1.updated 23 - }; 24 - }; 25 - const page = { 26 - subscribe(fn) { 27 - const store = getStores().page; 28 - return store.subscribe(fn); 29 - } 30 - }; 31 - function _page($$renderer, $$props) { 32 - $$renderer.component(($$renderer2) => { 33 - var $$store_subs; 34 - let handle = derived(() => store_get($$store_subs ??= {}, "$page", page).params.handle); 35 - head("oxml5t", $$renderer2, ($$renderer3) => { 36 - $$renderer3.title(($$renderer4) => { 37 - $$renderer4.push(`<title>${escape_html(handle())} — vod frog 🐸</title>`); 38 - }); 39 - }); 40 - $$renderer2.push(`<div class="profile-page svelte-oxml5t">`); 41 - FrogHeader($$renderer2, {}); 42 - $$renderer2.push(`<!----> `); 43 - { 44 - $$renderer2.push("<!--[0-->"); 45 - $$renderer2.push(`<div class="loading svelte-oxml5t"><img src="/froggiejump.png" alt="loading" class="loading-frog svelte-oxml5t"/> <p class="loading-text svelte-oxml5t">hopping over to fetch profile...</p></div>`); 46 - } 47 - $$renderer2.push(`<!--]--> <div class="back-link svelte-oxml5t"><a href="/" class="svelte-oxml5t">← back to vods</a></div></div>`); 48 - if ($$store_subs) unsubscribe_stores($$store_subs); 49 - }); 50 - } 51 - export { 52 - _page as default 53 - };
-6
.svelte-kit/output/server/entries/pages/profile/_handle_/_page.ts.js
··· 1 - const prerender = false; 2 - const ssr = false; 3 - export { 4 - prerender, 5 - ssr 6 - };
-3821
.svelte-kit/output/server/index.js
··· 1 - import { B as BROWSER } from "./chunks/false.js"; 2 - import { json, text, error } from "@sveltejs/kit"; 3 - import { Redirect, SvelteKitError, ActionFailure, HttpError } from "@sveltejs/kit/internal"; 4 - import { with_request_store, merge_tracing, try_get_request_store } from "@sveltejs/kit/internal/server"; 5 - import { a as assets, b as base, c as app_dir, r as relative, o as override, d as reset } from "./chunks/environment.js"; 6 - import { E as ENDPOINT_METHODS, P as PAGE_METHODS, n as negotiate, m as method_not_allowed, h as handle_error_and_jsonify, g as get_status, i as is_form_content_type, a as normalize_error, b as get_global_name, s as serialize_uses, c as clarify_devalue_error, d as get_node_type, e as escape_html, S as SVELTE_KIT_ASSETS, f as create_remote_key, j as static_error_page, r as redirect_response, p as parse_remote_arg, k as stringify, l as deserialize_binary_form, o as has_prerendered_path, T as TRAILING_SLASH_PARAM, I as INVALIDATED_PARAM, q as handle_fatal_error, M as MUTATIVE_METHODS, t as format_server_error } from "./chunks/shared.js"; 7 - import * as devalue from "devalue"; 8 - import { m as make_trackable, d as disable_search, a as decode_params, S as SCHEME, v as validate_layout_server_exports, b as validate_layout_exports, c as validate_page_server_exports, e as validate_page_exports, n as normalize_path, r as resolve, f as decode_pathname, g as validate_server_exports } from "./chunks/exports.js"; 9 - import { b as base64_encode, t as text_decoder, a as text_encoder, g as get_relative_path } from "./chunks/utils.js"; 10 - import { w as writable, r as readable } from "./chunks/index.js"; 11 - import { p as public_env, r as read_implementation, o as options, s as set_private_env, a as set_public_env, g as get_hooks, b as set_read_implementation } from "./chunks/internal.js"; 12 - import { parse, serialize } from "cookie"; 13 - import * as set_cookie_parser from "set-cookie-parser"; 14 - function with_resolvers() { 15 - let resolve2; 16 - let reject; 17 - const promise = new Promise((res, rej) => { 18 - resolve2 = res; 19 - reject = rej; 20 - }); 21 - return { promise, resolve: resolve2, reject }; 22 - } 23 - const NULL_BODY_STATUS = [101, 103, 204, 205, 304]; 24 - const IN_WEBCONTAINER = !!globalThis.process?.versions?.webcontainer; 25 - async function render_endpoint(event, event_state, mod, state) { 26 - const method = ( 27 - /** @type {import('types').HttpMethod} */ 28 - event.request.method 29 - ); 30 - let handler = mod[method] || mod.fallback; 31 - if (method === "HEAD" && !mod.HEAD && mod.GET) { 32 - handler = mod.GET; 33 - } 34 - if (!handler) { 35 - return method_not_allowed(mod, method); 36 - } 37 - const prerender = mod.prerender ?? state.prerender_default; 38 - if (prerender && (mod.POST || mod.PATCH || mod.PUT || mod.DELETE)) { 39 - throw new Error("Cannot prerender endpoints that have mutative methods"); 40 - } 41 - if (state.prerendering && !state.prerendering.inside_reroute && !prerender) { 42 - if (state.depth > 0) { 43 - throw new Error(`${event.route.id} is not prerenderable`); 44 - } else { 45 - return new Response(void 0, { status: 204 }); 46 - } 47 - } 48 - try { 49 - event_state.allows_commands = true; 50 - const response = await with_request_store( 51 - { event, state: event_state }, 52 - () => handler( 53 - /** @type {import('@sveltejs/kit').RequestEvent<Record<string, any>>} */ 54 - event 55 - ) 56 - ); 57 - if (!(response instanceof Response)) { 58 - throw new Error( 59 - `Invalid response from route ${event.url.pathname}: handler should return a Response object` 60 - ); 61 - } 62 - if (state.prerendering && (!state.prerendering.inside_reroute || prerender)) { 63 - const cloned = new Response(response.clone().body, { 64 - status: response.status, 65 - statusText: response.statusText, 66 - headers: new Headers(response.headers) 67 - }); 68 - cloned.headers.set("x-sveltekit-prerender", String(prerender)); 69 - if (state.prerendering.inside_reroute && prerender) { 70 - cloned.headers.set( 71 - "x-sveltekit-routeid", 72 - encodeURI( 73 - /** @type {string} */ 74 - event.route.id 75 - ) 76 - ); 77 - state.prerendering.dependencies.set(event.url.pathname, { response: cloned, body: null }); 78 - } else { 79 - return cloned; 80 - } 81 - } 82 - return response; 83 - } catch (e) { 84 - if (e instanceof Redirect) { 85 - return new Response(void 0, { 86 - status: e.status, 87 - headers: { location: e.location } 88 - }); 89 - } 90 - throw e; 91 - } 92 - } 93 - function is_endpoint_request(event) { 94 - const { method, headers: headers2 } = event.request; 95 - if (ENDPOINT_METHODS.includes(method) && !PAGE_METHODS.includes(method)) { 96 - return true; 97 - } 98 - if (method === "POST" && headers2.get("x-sveltekit-action") === "true") return false; 99 - const accept = event.request.headers.get("accept") ?? "*/*"; 100 - return negotiate(accept, ["*", "text/html"]) !== "text/html"; 101 - } 102 - function compact(arr) { 103 - return arr.filter( 104 - /** @returns {val is NonNullable<T>} */ 105 - (val) => val != null 106 - ); 107 - } 108 - const DATA_SUFFIX = "/__data.json"; 109 - const HTML_DATA_SUFFIX = ".html__data.json"; 110 - function has_data_suffix(pathname) { 111 - return pathname.endsWith(DATA_SUFFIX) || pathname.endsWith(HTML_DATA_SUFFIX); 112 - } 113 - function add_data_suffix(pathname) { 114 - if (pathname.endsWith(".html")) return pathname.replace(/\.html$/, HTML_DATA_SUFFIX); 115 - return pathname.replace(/\/$/, "") + DATA_SUFFIX; 116 - } 117 - function strip_data_suffix(pathname) { 118 - if (pathname.endsWith(HTML_DATA_SUFFIX)) { 119 - return pathname.slice(0, -HTML_DATA_SUFFIX.length) + ".html"; 120 - } 121 - return pathname.slice(0, -DATA_SUFFIX.length); 122 - } 123 - const ROUTE_SUFFIX = "/__route.js"; 124 - function has_resolution_suffix(pathname) { 125 - return pathname.endsWith(ROUTE_SUFFIX); 126 - } 127 - function add_resolution_suffix(pathname) { 128 - return pathname.replace(/\/$/, "") + ROUTE_SUFFIX; 129 - } 130 - function strip_resolution_suffix(pathname) { 131 - return pathname.slice(0, -ROUTE_SUFFIX.length); 132 - } 133 - const noop_span = { 134 - spanContext() { 135 - return noop_span_context; 136 - }, 137 - setAttribute() { 138 - return this; 139 - }, 140 - setAttributes() { 141 - return this; 142 - }, 143 - addEvent() { 144 - return this; 145 - }, 146 - setStatus() { 147 - return this; 148 - }, 149 - updateName() { 150 - return this; 151 - }, 152 - end() { 153 - return this; 154 - }, 155 - isRecording() { 156 - return false; 157 - }, 158 - recordException() { 159 - return this; 160 - }, 161 - addLink() { 162 - return this; 163 - }, 164 - addLinks() { 165 - return this; 166 - } 167 - }; 168 - const noop_span_context = { 169 - traceId: "", 170 - spanId: "", 171 - traceFlags: 0 172 - }; 173 - async function record_span({ name, attributes, fn }) { 174 - { 175 - return fn(noop_span); 176 - } 177 - } 178 - function is_action_json_request(event) { 179 - const accept = negotiate(event.request.headers.get("accept") ?? "*/*", [ 180 - "application/json", 181 - "text/html" 182 - ]); 183 - return accept === "application/json" && event.request.method === "POST"; 184 - } 185 - async function handle_action_json_request(event, event_state, options2, server) { 186 - const actions = server?.actions; 187 - if (!actions) { 188 - const no_actions_error = new SvelteKitError( 189 - 405, 190 - "Method Not Allowed", 191 - `POST method not allowed. No form actions exist for ${"this page"}` 192 - ); 193 - return action_json( 194 - { 195 - type: "error", 196 - error: await handle_error_and_jsonify(event, event_state, options2, no_actions_error) 197 - }, 198 - { 199 - status: no_actions_error.status, 200 - headers: { 201 - // https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 202 - // "The server must generate an Allow header field in a 405 status code response" 203 - allow: "GET" 204 - } 205 - } 206 - ); 207 - } 208 - check_named_default_separate(actions); 209 - try { 210 - const data = await call_action(event, event_state, actions); 211 - if (BROWSER) ; 212 - if (data instanceof ActionFailure) { 213 - return action_json({ 214 - type: "failure", 215 - status: data.status, 216 - // @ts-expect-error we assign a string to what is supposed to be an object. That's ok 217 - // because we don't use the object outside, and this way we have better code navigation 218 - // through knowing where the related interface is used. 219 - data: stringify_action_response( 220 - data.data, 221 - /** @type {string} */ 222 - event.route.id, 223 - options2.hooks.transport 224 - ) 225 - }); 226 - } else { 227 - return action_json({ 228 - type: "success", 229 - status: data ? 200 : 204, 230 - // @ts-expect-error see comment above 231 - data: stringify_action_response( 232 - data, 233 - /** @type {string} */ 234 - event.route.id, 235 - options2.hooks.transport 236 - ) 237 - }); 238 - } 239 - } catch (e) { 240 - const err = normalize_error(e); 241 - if (err instanceof Redirect) { 242 - return action_json_redirect(err); 243 - } 244 - return action_json( 245 - { 246 - type: "error", 247 - error: await handle_error_and_jsonify( 248 - event, 249 - event_state, 250 - options2, 251 - check_incorrect_fail_use(err) 252 - ) 253 - }, 254 - { 255 - status: get_status(err) 256 - } 257 - ); 258 - } 259 - } 260 - function check_incorrect_fail_use(error2) { 261 - return error2 instanceof ActionFailure ? new Error('Cannot "throw fail()". Use "return fail()"') : error2; 262 - } 263 - function action_json_redirect(redirect) { 264 - return action_json({ 265 - type: "redirect", 266 - status: redirect.status, 267 - location: redirect.location 268 - }); 269 - } 270 - function action_json(data, init2) { 271 - return json(data, init2); 272 - } 273 - function is_action_request(event) { 274 - return event.request.method === "POST"; 275 - } 276 - async function handle_action_request(event, event_state, server) { 277 - const actions = server?.actions; 278 - if (!actions) { 279 - event.setHeaders({ 280 - // https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 281 - // "The server must generate an Allow header field in a 405 status code response" 282 - allow: "GET" 283 - }); 284 - return { 285 - type: "error", 286 - error: new SvelteKitError( 287 - 405, 288 - "Method Not Allowed", 289 - `POST method not allowed. No form actions exist for ${"this page"}` 290 - ) 291 - }; 292 - } 293 - check_named_default_separate(actions); 294 - try { 295 - const data = await call_action(event, event_state, actions); 296 - if (BROWSER) ; 297 - if (data instanceof ActionFailure) { 298 - return { 299 - type: "failure", 300 - status: data.status, 301 - data: data.data 302 - }; 303 - } else { 304 - return { 305 - type: "success", 306 - status: 200, 307 - // @ts-expect-error this will be removed upon serialization, so `undefined` is the same as omission 308 - data 309 - }; 310 - } 311 - } catch (e) { 312 - const err = normalize_error(e); 313 - if (err instanceof Redirect) { 314 - return { 315 - type: "redirect", 316 - status: err.status, 317 - location: err.location 318 - }; 319 - } 320 - return { 321 - type: "error", 322 - error: check_incorrect_fail_use(err) 323 - }; 324 - } 325 - } 326 - function check_named_default_separate(actions) { 327 - if (actions.default && Object.keys(actions).length > 1) { 328 - throw new Error( 329 - "When using named actions, the default action cannot be used. See the docs for more info: https://svelte.dev/docs/kit/form-actions#named-actions" 330 - ); 331 - } 332 - } 333 - async function call_action(event, event_state, actions) { 334 - const url = new URL(event.request.url); 335 - let name = "default"; 336 - for (const param of url.searchParams) { 337 - if (param[0].startsWith("/")) { 338 - name = param[0].slice(1); 339 - if (name === "default") { 340 - throw new Error('Cannot use reserved action name "default"'); 341 - } 342 - break; 343 - } 344 - } 345 - const action = actions[name]; 346 - if (!action) { 347 - throw new SvelteKitError(404, "Not Found", `No action with name '${name}' found`); 348 - } 349 - if (!is_form_content_type(event.request)) { 350 - throw new SvelteKitError( 351 - 415, 352 - "Unsupported Media Type", 353 - `Form actions expect form-encoded data — received ${event.request.headers.get( 354 - "content-type" 355 - )}` 356 - ); 357 - } 358 - return record_span({ 359 - name: "sveltekit.form_action", 360 - attributes: { 361 - "http.route": event.route.id || "unknown" 362 - }, 363 - fn: async (current2) => { 364 - const traced_event = merge_tracing(event, current2); 365 - event_state.allows_commands = true; 366 - const result = await with_request_store( 367 - { event: traced_event, state: event_state }, 368 - () => action(traced_event) 369 - ); 370 - if (result instanceof ActionFailure) { 371 - current2.setAttributes({ 372 - "sveltekit.form_action.result.type": "failure", 373 - "sveltekit.form_action.result.status": result.status 374 - }); 375 - } 376 - return result; 377 - } 378 - }); 379 - } 380 - function validate_action_return(data) { 381 - if (data instanceof Redirect) { 382 - throw new Error("Cannot `return redirect(...)` — use `redirect(...)` instead"); 383 - } 384 - if (data instanceof HttpError) { 385 - throw new Error("Cannot `return error(...)` — use `error(...)` or `return fail(...)` instead"); 386 - } 387 - } 388 - function uneval_action_response(data, route_id, transport) { 389 - const replacer = (thing) => { 390 - for (const key2 in transport) { 391 - const encoded = transport[key2].encode(thing); 392 - if (encoded) { 393 - return `app.decode('${key2}', ${devalue.uneval(encoded, replacer)})`; 394 - } 395 - } 396 - }; 397 - return try_serialize(data, (value) => devalue.uneval(value, replacer), route_id); 398 - } 399 - function stringify_action_response(data, route_id, transport) { 400 - const encoders = Object.fromEntries( 401 - Object.entries(transport).map(([key2, value]) => [key2, value.encode]) 402 - ); 403 - return try_serialize(data, (value) => devalue.stringify(value, encoders), route_id); 404 - } 405 - function try_serialize(data, fn, route_id) { 406 - try { 407 - return fn(data); 408 - } catch (e) { 409 - const error2 = ( 410 - /** @type {any} */ 411 - e 412 - ); 413 - if (data instanceof Response) { 414 - throw new Error( 415 - `Data returned from action inside ${route_id} is not serializable. Form actions need to return plain objects or fail(). E.g. return { success: true } or return fail(400, { message: "invalid" });`, 416 - { cause: e } 417 - ); 418 - } 419 - if ("path" in error2) { 420 - let message = `Data returned from action inside ${route_id} is not serializable: ${error2.message}`; 421 - if (error2.path !== "") message += ` (data.${error2.path})`; 422 - throw new Error(message, { cause: e }); 423 - } 424 - throw error2; 425 - } 426 - } 427 - function create_async_iterator() { 428 - let resolved = -1; 429 - let returned = -1; 430 - const deferred = []; 431 - return { 432 - iterate: (transform = (x) => x) => { 433 - return { 434 - [Symbol.asyncIterator]() { 435 - return { 436 - next: async () => { 437 - const next = deferred[++returned]; 438 - if (!next) return { value: null, done: true }; 439 - const value = await next.promise; 440 - return { value: transform(value), done: false }; 441 - } 442 - }; 443 - } 444 - }; 445 - }, 446 - add: (promise) => { 447 - deferred.push(with_resolvers()); 448 - void promise.then((value) => { 449 - deferred[++resolved].resolve(value); 450 - }); 451 - } 452 - }; 453 - } 454 - function server_data_serializer(event, event_state, options2) { 455 - let promise_id = 1; 456 - let max_nodes = -1; 457 - const iterator = create_async_iterator(); 458 - const global = get_global_name(options2); 459 - function get_replacer(index) { 460 - return function replacer(thing) { 461 - if (typeof thing?.then === "function") { 462 - const id = promise_id++; 463 - const promise = thing.then( 464 - /** @param {any} data */ 465 - (data) => ({ data }) 466 - ).catch( 467 - /** @param {any} error */ 468 - async (error2) => ({ 469 - error: await handle_error_and_jsonify(event, event_state, options2, error2) 470 - }) 471 - ).then( 472 - /** 473 - * @param {{data: any; error: any}} result 474 - */ 475 - async ({ data, error: error2 }) => { 476 - let str; 477 - try { 478 - str = devalue.uneval(error2 ? [, error2] : [data], replacer); 479 - } catch { 480 - error2 = await handle_error_and_jsonify( 481 - event, 482 - event_state, 483 - options2, 484 - new Error(`Failed to serialize promise while rendering ${event.route.id}`) 485 - ); 486 - str = devalue.uneval([, error2], replacer); 487 - } 488 - return { 489 - index, 490 - str: `${global}.resolve(${id}, ${str.includes("app.decode") ? `(app) => ${str}` : `() => ${str}`})` 491 - }; 492 - } 493 - ); 494 - iterator.add(promise); 495 - return `${global}.defer(${id})`; 496 - } else { 497 - for (const key2 in options2.hooks.transport) { 498 - const encoded = options2.hooks.transport[key2].encode(thing); 499 - if (encoded) { 500 - return `app.decode('${key2}', ${devalue.uneval(encoded, replacer)})`; 501 - } 502 - } 503 - } 504 - }; 505 - } 506 - const strings = ( 507 - /** @type {string[]} */ 508 - [] 509 - ); 510 - return { 511 - set_max_nodes(i) { 512 - max_nodes = i; 513 - }, 514 - add_node(i, node) { 515 - try { 516 - if (!node) { 517 - strings[i] = "null"; 518 - return; 519 - } 520 - const payload = { type: "data", data: node.data, uses: serialize_uses(node) }; 521 - if (node.slash) payload.slash = node.slash; 522 - strings[i] = devalue.uneval(payload, get_replacer(i)); 523 - } catch (e) { 524 - e.path = e.path.slice(1); 525 - throw new Error(clarify_devalue_error( 526 - event, 527 - /** @type {any} */ 528 - e 529 - ), { cause: e }); 530 - } 531 - }, 532 - get_data(csp) { 533 - const open = `<script${csp.script_needs_nonce ? ` nonce="${csp.nonce}"` : ""}>`; 534 - const close = `<\/script> 535 - `; 536 - return { 537 - data: `[${compact(max_nodes > -1 ? strings.slice(0, max_nodes) : strings).join(",")}]`, 538 - chunks: promise_id > 1 ? iterator.iterate(({ index, str }) => { 539 - if (max_nodes > -1 && index >= max_nodes) { 540 - return ""; 541 - } 542 - return open + str + close; 543 - }) : null 544 - }; 545 - } 546 - }; 547 - } 548 - function server_data_serializer_json(event, event_state, options2) { 549 - let promise_id = 1; 550 - const iterator = create_async_iterator(); 551 - const reducers = { 552 - ...Object.fromEntries( 553 - Object.entries(options2.hooks.transport).map(([key2, value]) => [key2, value.encode]) 554 - ), 555 - /** @param {any} thing */ 556 - Promise: (thing) => { 557 - if (typeof thing?.then !== "function") { 558 - return; 559 - } 560 - const id = promise_id++; 561 - let key2 = "data"; 562 - const promise = thing.catch( 563 - /** @param {any} e */ 564 - async (e) => { 565 - key2 = "error"; 566 - return handle_error_and_jsonify( 567 - event, 568 - event_state, 569 - options2, 570 - /** @type {any} */ 571 - e 572 - ); 573 - } 574 - ).then( 575 - /** @param {any} value */ 576 - async (value) => { 577 - let str; 578 - try { 579 - str = devalue.stringify(value, reducers); 580 - } catch { 581 - const error2 = await handle_error_and_jsonify( 582 - event, 583 - event_state, 584 - options2, 585 - new Error(`Failed to serialize promise while rendering ${event.route.id}`) 586 - ); 587 - key2 = "error"; 588 - str = devalue.stringify(error2, reducers); 589 - } 590 - return `{"type":"chunk","id":${id},"${key2}":${str}} 591 - `; 592 - } 593 - ); 594 - iterator.add(promise); 595 - return id; 596 - } 597 - }; 598 - const strings = ( 599 - /** @type {string[]} */ 600 - [] 601 - ); 602 - return { 603 - add_node(i, node) { 604 - try { 605 - if (!node) { 606 - strings[i] = "null"; 607 - return; 608 - } 609 - if (node.type === "error" || node.type === "skip") { 610 - strings[i] = JSON.stringify(node); 611 - return; 612 - } 613 - strings[i] = `{"type":"data","data":${devalue.stringify(node.data, reducers)},"uses":${JSON.stringify( 614 - serialize_uses(node) 615 - )}${node.slash ? `,"slash":${JSON.stringify(node.slash)}` : ""}}`; 616 - } catch (e) { 617 - e.path = "data" + e.path; 618 - throw new Error(clarify_devalue_error( 619 - event, 620 - /** @type {any} */ 621 - e 622 - ), { cause: e }); 623 - } 624 - }, 625 - get_data() { 626 - return { 627 - data: `{"type":"data","nodes":[${strings.join(",")}]} 628 - `, 629 - chunks: promise_id > 1 ? iterator.iterate() : null 630 - }; 631 - } 632 - }; 633 - } 634 - async function load_server_data({ event, event_state, state, node, parent }) { 635 - if (!node?.server) return null; 636 - let is_tracking = true; 637 - const uses = { 638 - dependencies: /* @__PURE__ */ new Set(), 639 - params: /* @__PURE__ */ new Set(), 640 - parent: false, 641 - route: false, 642 - url: false, 643 - search_params: /* @__PURE__ */ new Set() 644 - }; 645 - const load = node.server.load; 646 - const slash = node.server.trailingSlash; 647 - if (!load) { 648 - return { type: "data", data: null, uses, slash }; 649 - } 650 - const url = make_trackable( 651 - event.url, 652 - () => { 653 - if (is_tracking) { 654 - uses.url = true; 655 - } 656 - }, 657 - (param) => { 658 - if (is_tracking) { 659 - uses.search_params.add(param); 660 - } 661 - } 662 - ); 663 - if (state.prerendering) { 664 - disable_search(url); 665 - } 666 - const result = await record_span({ 667 - name: "sveltekit.load", 668 - attributes: { 669 - "sveltekit.load.node_id": node.server_id || "unknown", 670 - "sveltekit.load.node_type": get_node_type(node.server_id), 671 - "http.route": event.route.id || "unknown" 672 - }, 673 - fn: async (current2) => { 674 - const traced_event = merge_tracing(event, current2); 675 - const result2 = await with_request_store( 676 - { event: traced_event, state: event_state }, 677 - () => load.call(null, { 678 - ...traced_event, 679 - fetch: (info, init2) => { 680 - new URL(info instanceof Request ? info.url : info, event.url); 681 - return event.fetch(info, init2); 682 - }, 683 - /** @param {string[]} deps */ 684 - depends: (...deps) => { 685 - for (const dep of deps) { 686 - const { href } = new URL(dep, event.url); 687 - uses.dependencies.add(href); 688 - } 689 - }, 690 - params: new Proxy(event.params, { 691 - get: (target, key2) => { 692 - if (is_tracking) { 693 - uses.params.add(key2); 694 - } 695 - return target[ 696 - /** @type {string} */ 697 - key2 698 - ]; 699 - } 700 - }), 701 - parent: async () => { 702 - if (is_tracking) { 703 - uses.parent = true; 704 - } 705 - return parent(); 706 - }, 707 - route: new Proxy(event.route, { 708 - get: (target, key2) => { 709 - if (is_tracking) { 710 - uses.route = true; 711 - } 712 - return target[ 713 - /** @type {'id'} */ 714 - key2 715 - ]; 716 - } 717 - }), 718 - url, 719 - untrack(fn) { 720 - is_tracking = false; 721 - try { 722 - return fn(); 723 - } finally { 724 - is_tracking = true; 725 - } 726 - } 727 - }) 728 - ); 729 - return result2; 730 - } 731 - }); 732 - return { 733 - type: "data", 734 - data: result ?? null, 735 - uses, 736 - slash 737 - }; 738 - } 739 - async function load_data({ 740 - event, 741 - event_state, 742 - fetched, 743 - node, 744 - parent, 745 - server_data_promise, 746 - state, 747 - resolve_opts, 748 - csr 749 - }) { 750 - const server_data_node = await server_data_promise; 751 - const load = node?.universal?.load; 752 - if (!load) { 753 - return server_data_node?.data ?? null; 754 - } 755 - const result = await record_span({ 756 - name: "sveltekit.load", 757 - attributes: { 758 - "sveltekit.load.node_id": node.universal_id || "unknown", 759 - "sveltekit.load.node_type": get_node_type(node.universal_id), 760 - "http.route": event.route.id || "unknown" 761 - }, 762 - fn: async (current2) => { 763 - const traced_event = merge_tracing(event, current2); 764 - return await with_request_store( 765 - { event: traced_event, state: event_state }, 766 - () => load.call(null, { 767 - url: event.url, 768 - params: event.params, 769 - data: server_data_node?.data ?? null, 770 - route: event.route, 771 - fetch: create_universal_fetch(event, state, fetched, csr, resolve_opts), 772 - setHeaders: event.setHeaders, 773 - depends: () => { 774 - }, 775 - parent, 776 - untrack: (fn) => fn(), 777 - tracing: traced_event.tracing 778 - }) 779 - ); 780 - } 781 - }); 782 - return result ?? null; 783 - } 784 - function create_universal_fetch(event, state, fetched, csr, resolve_opts) { 785 - const universal_fetch = async (input, init2) => { 786 - const cloned_body = input instanceof Request && input.body ? input.clone().body : null; 787 - const cloned_headers = input instanceof Request && [...input.headers].length ? new Headers(input.headers) : init2?.headers; 788 - let response = await event.fetch(input, init2); 789 - const url = new URL(input instanceof Request ? input.url : input, event.url); 790 - const same_origin = url.origin === event.url.origin; 791 - let dependency; 792 - if (same_origin) { 793 - if (state.prerendering) { 794 - dependency = { response, body: null }; 795 - state.prerendering.dependencies.set(url.pathname, dependency); 796 - } 797 - } else if (url.protocol === "https:" || url.protocol === "http:") { 798 - const mode = input instanceof Request ? input.mode : init2?.mode ?? "cors"; 799 - if (mode === "no-cors") { 800 - response = new Response("", { 801 - status: response.status, 802 - statusText: response.statusText, 803 - headers: response.headers 804 - }); 805 - } else { 806 - const acao = response.headers.get("access-control-allow-origin"); 807 - if (!acao || acao !== event.url.origin && acao !== "*") { 808 - throw new Error( 809 - `CORS error: ${acao ? "Incorrect" : "No"} 'Access-Control-Allow-Origin' header is present on the requested resource` 810 - ); 811 - } 812 - } 813 - } 814 - let teed_body; 815 - const proxy = new Proxy(response, { 816 - get(response2, key2, receiver) { 817 - async function push_fetched(body2, is_b64) { 818 - const status_number = Number(response2.status); 819 - if (isNaN(status_number)) { 820 - throw new Error( 821 - `response.status is not a number. value: "${response2.status}" type: ${typeof response2.status}` 822 - ); 823 - } 824 - fetched.push({ 825 - url: same_origin ? url.href.slice(event.url.origin.length) : url.href, 826 - method: event.request.method, 827 - request_body: ( 828 - /** @type {string | ArrayBufferView | undefined} */ 829 - input instanceof Request && cloned_body ? await stream_to_string(cloned_body) : init2?.body 830 - ), 831 - request_headers: cloned_headers, 832 - response_body: body2, 833 - response: response2, 834 - is_b64 835 - }); 836 - } 837 - if (key2 === "body") { 838 - if (response2.body === null) { 839 - return null; 840 - } 841 - if (teed_body) { 842 - return teed_body; 843 - } 844 - const [a, b] = response2.body.tee(); 845 - void (async () => { 846 - let result = new Uint8Array(); 847 - for await (const chunk of a) { 848 - const combined = new Uint8Array(result.length + chunk.length); 849 - combined.set(result, 0); 850 - combined.set(chunk, result.length); 851 - result = combined; 852 - } 853 - if (dependency) { 854 - dependency.body = new Uint8Array(result); 855 - } 856 - void push_fetched(base64_encode(result), true); 857 - })(); 858 - return teed_body = b; 859 - } 860 - if (key2 === "arrayBuffer") { 861 - return async () => { 862 - const buffer = await response2.arrayBuffer(); 863 - const bytes = new Uint8Array(buffer); 864 - if (dependency) { 865 - dependency.body = bytes; 866 - } 867 - if (buffer instanceof ArrayBuffer) { 868 - await push_fetched(base64_encode(bytes), true); 869 - } 870 - return buffer; 871 - }; 872 - } 873 - async function text2() { 874 - const body2 = await response2.text(); 875 - if (body2 === "" && NULL_BODY_STATUS.includes(response2.status)) { 876 - await push_fetched(void 0, false); 877 - return void 0; 878 - } 879 - if (!body2 || typeof body2 === "string") { 880 - await push_fetched(body2, false); 881 - } 882 - if (dependency) { 883 - dependency.body = body2; 884 - } 885 - return body2; 886 - } 887 - if (key2 === "text") { 888 - return text2; 889 - } 890 - if (key2 === "json") { 891 - return async () => { 892 - const body2 = await text2(); 893 - return body2 ? JSON.parse(body2) : void 0; 894 - }; 895 - } 896 - const value = Reflect.get(response2, key2, response2); 897 - if (value instanceof Function) { 898 - return Object.defineProperties( 899 - /** 900 - * @this {any} 901 - */ 902 - function() { 903 - return Reflect.apply(value, this === receiver ? response2 : this, arguments); 904 - }, 905 - { 906 - name: { value: value.name }, 907 - length: { value: value.length } 908 - } 909 - ); 910 - } 911 - return value; 912 - } 913 - }); 914 - if (csr) { 915 - const get = response.headers.get; 916 - response.headers.get = (key2) => { 917 - const lower = key2.toLowerCase(); 918 - const value = get.call(response.headers, lower); 919 - if (value && !lower.startsWith("x-sveltekit-")) { 920 - const included = resolve_opts.filterSerializedResponseHeaders(lower, value); 921 - if (!included) { 922 - throw new Error( 923 - `Failed to get response header "${lower}" — it must be included by the \`filterSerializedResponseHeaders\` option: https://svelte.dev/docs/kit/hooks#Server-hooks-handle (at ${event.route.id})` 924 - ); 925 - } 926 - } 927 - return value; 928 - }; 929 - } 930 - return proxy; 931 - }; 932 - return (input, init2) => { 933 - const response = universal_fetch(input, init2); 934 - response.catch(() => { 935 - }); 936 - return response; 937 - }; 938 - } 939 - async function stream_to_string(stream) { 940 - let result = ""; 941 - const reader = stream.getReader(); 942 - while (true) { 943 - const { done, value } = await reader.read(); 944 - if (done) { 945 - break; 946 - } 947 - result += text_decoder.decode(value); 948 - } 949 - return result; 950 - } 951 - function hash(...values) { 952 - let hash2 = 5381; 953 - for (const value of values) { 954 - if (typeof value === "string") { 955 - let i = value.length; 956 - while (i) hash2 = hash2 * 33 ^ value.charCodeAt(--i); 957 - } else if (ArrayBuffer.isView(value)) { 958 - const buffer = new Uint8Array(value.buffer, value.byteOffset, value.byteLength); 959 - let i = buffer.length; 960 - while (i) hash2 = hash2 * 33 ^ buffer[--i]; 961 - } else { 962 - throw new TypeError("value must be a string or TypedArray"); 963 - } 964 - } 965 - return (hash2 >>> 0).toString(36); 966 - } 967 - const replacements = { 968 - "<": "\\u003C", 969 - "\u2028": "\\u2028", 970 - "\u2029": "\\u2029" 971 - }; 972 - const pattern = new RegExp(`[${Object.keys(replacements).join("")}]`, "g"); 973 - function serialize_data(fetched, filter, prerendering = false) { 974 - const headers2 = {}; 975 - let cache_control = null; 976 - let age = null; 977 - let varyAny = false; 978 - for (const [key2, value] of fetched.response.headers) { 979 - if (filter(key2, value)) { 980 - headers2[key2] = value; 981 - } 982 - if (key2 === "cache-control") cache_control = value; 983 - else if (key2 === "age") age = value; 984 - else if (key2 === "vary" && value.trim() === "*") varyAny = true; 985 - } 986 - const payload = { 987 - status: fetched.response.status, 988 - statusText: fetched.response.statusText, 989 - headers: headers2, 990 - body: fetched.response_body 991 - }; 992 - const safe_payload = JSON.stringify(payload).replace(pattern, (match) => replacements[match]); 993 - const attrs = [ 994 - 'type="application/json"', 995 - "data-sveltekit-fetched", 996 - `data-url="${escape_html(fetched.url, true)}"` 997 - ]; 998 - if (fetched.is_b64) { 999 - attrs.push("data-b64"); 1000 - } 1001 - if (fetched.request_headers || fetched.request_body) { 1002 - const values = []; 1003 - if (fetched.request_headers) { 1004 - values.push([...new Headers(fetched.request_headers)].join(",")); 1005 - } 1006 - if (fetched.request_body) { 1007 - values.push(fetched.request_body); 1008 - } 1009 - attrs.push(`data-hash="${hash(...values)}"`); 1010 - } 1011 - if (!prerendering && fetched.method === "GET" && cache_control && !varyAny) { 1012 - const match = /s-maxage=(\d+)/g.exec(cache_control) ?? /max-age=(\d+)/g.exec(cache_control); 1013 - if (match) { 1014 - const ttl = +match[1] - +(age ?? "0"); 1015 - attrs.push(`data-ttl="${ttl}"`); 1016 - } 1017 - } 1018 - return `<script ${attrs.join(" ")}>${safe_payload}<\/script>`; 1019 - } 1020 - const s = JSON.stringify; 1021 - function sha256(data) { 1022 - if (!key[0]) precompute(); 1023 - const out = init.slice(0); 1024 - const array2 = encode(data); 1025 - for (let i = 0; i < array2.length; i += 16) { 1026 - const w = array2.subarray(i, i + 16); 1027 - let tmp; 1028 - let a; 1029 - let b; 1030 - let out0 = out[0]; 1031 - let out1 = out[1]; 1032 - let out2 = out[2]; 1033 - let out3 = out[3]; 1034 - let out4 = out[4]; 1035 - let out5 = out[5]; 1036 - let out6 = out[6]; 1037 - let out7 = out[7]; 1038 - for (let i2 = 0; i2 < 64; i2++) { 1039 - if (i2 < 16) { 1040 - tmp = w[i2]; 1041 - } else { 1042 - a = w[i2 + 1 & 15]; 1043 - b = w[i2 + 14 & 15]; 1044 - tmp = w[i2 & 15] = (a >>> 7 ^ a >>> 18 ^ a >>> 3 ^ a << 25 ^ a << 14) + (b >>> 17 ^ b >>> 19 ^ b >>> 10 ^ b << 15 ^ b << 13) + w[i2 & 15] + w[i2 + 9 & 15] | 0; 1045 - } 1046 - tmp = tmp + out7 + (out4 >>> 6 ^ out4 >>> 11 ^ out4 >>> 25 ^ out4 << 26 ^ out4 << 21 ^ out4 << 7) + (out6 ^ out4 & (out5 ^ out6)) + key[i2]; 1047 - out7 = out6; 1048 - out6 = out5; 1049 - out5 = out4; 1050 - out4 = out3 + tmp | 0; 1051 - out3 = out2; 1052 - out2 = out1; 1053 - out1 = out0; 1054 - out0 = tmp + (out1 & out2 ^ out3 & (out1 ^ out2)) + (out1 >>> 2 ^ out1 >>> 13 ^ out1 >>> 22 ^ out1 << 30 ^ out1 << 19 ^ out1 << 10) | 0; 1055 - } 1056 - out[0] = out[0] + out0 | 0; 1057 - out[1] = out[1] + out1 | 0; 1058 - out[2] = out[2] + out2 | 0; 1059 - out[3] = out[3] + out3 | 0; 1060 - out[4] = out[4] + out4 | 0; 1061 - out[5] = out[5] + out5 | 0; 1062 - out[6] = out[6] + out6 | 0; 1063 - out[7] = out[7] + out7 | 0; 1064 - } 1065 - const bytes = new Uint8Array(out.buffer); 1066 - reverse_endianness(bytes); 1067 - return btoa(String.fromCharCode(...bytes)); 1068 - } 1069 - const init = new Uint32Array(8); 1070 - const key = new Uint32Array(64); 1071 - function precompute() { 1072 - function frac(x) { 1073 - return (x - Math.floor(x)) * 4294967296; 1074 - } 1075 - let prime = 2; 1076 - for (let i = 0; i < 64; prime++) { 1077 - let is_prime = true; 1078 - for (let factor = 2; factor * factor <= prime; factor++) { 1079 - if (prime % factor === 0) { 1080 - is_prime = false; 1081 - break; 1082 - } 1083 - } 1084 - if (is_prime) { 1085 - if (i < 8) { 1086 - init[i] = frac(prime ** (1 / 2)); 1087 - } 1088 - key[i] = frac(prime ** (1 / 3)); 1089 - i++; 1090 - } 1091 - } 1092 - } 1093 - function reverse_endianness(bytes) { 1094 - for (let i = 0; i < bytes.length; i += 4) { 1095 - const a = bytes[i + 0]; 1096 - const b = bytes[i + 1]; 1097 - const c = bytes[i + 2]; 1098 - const d = bytes[i + 3]; 1099 - bytes[i + 0] = d; 1100 - bytes[i + 1] = c; 1101 - bytes[i + 2] = b; 1102 - bytes[i + 3] = a; 1103 - } 1104 - } 1105 - function encode(str) { 1106 - const encoded = text_encoder.encode(str); 1107 - const length = encoded.length * 8; 1108 - const size = 512 * Math.ceil((length + 65) / 512); 1109 - const bytes = new Uint8Array(size / 8); 1110 - bytes.set(encoded); 1111 - bytes[encoded.length] = 128; 1112 - reverse_endianness(bytes); 1113 - const words = new Uint32Array(bytes.buffer); 1114 - words[words.length - 2] = Math.floor(length / 4294967296); 1115 - words[words.length - 1] = length; 1116 - return words; 1117 - } 1118 - const array = new Uint8Array(16); 1119 - function generate_nonce() { 1120 - crypto.getRandomValues(array); 1121 - return btoa(String.fromCharCode(...array)); 1122 - } 1123 - const quoted = /* @__PURE__ */ new Set([ 1124 - "self", 1125 - "unsafe-eval", 1126 - "unsafe-hashes", 1127 - "unsafe-inline", 1128 - "none", 1129 - "strict-dynamic", 1130 - "report-sample", 1131 - "wasm-unsafe-eval", 1132 - "script" 1133 - ]); 1134 - const crypto_pattern = /^(nonce|sha\d\d\d)-/; 1135 - class BaseProvider { 1136 - /** @type {boolean} */ 1137 - #use_hashes; 1138 - /** @type {boolean} */ 1139 - #script_needs_csp; 1140 - /** @type {boolean} */ 1141 - #script_src_needs_csp; 1142 - /** @type {boolean} */ 1143 - #script_src_elem_needs_csp; 1144 - /** @type {boolean} */ 1145 - #style_needs_csp; 1146 - /** @type {boolean} */ 1147 - #style_src_needs_csp; 1148 - /** @type {boolean} */ 1149 - #style_src_attr_needs_csp; 1150 - /** @type {boolean} */ 1151 - #style_src_elem_needs_csp; 1152 - /** @type {import('types').CspDirectives} */ 1153 - #directives; 1154 - /** @type {Set<import('types').Csp.Source>} */ 1155 - #script_src; 1156 - /** @type {Set<import('types').Csp.Source>} */ 1157 - #script_src_elem; 1158 - /** @type {Set<import('types').Csp.Source>} */ 1159 - #style_src; 1160 - /** @type {Set<import('types').Csp.Source>} */ 1161 - #style_src_attr; 1162 - /** @type {Set<import('types').Csp.Source>} */ 1163 - #style_src_elem; 1164 - /** @type {boolean} */ 1165 - script_needs_nonce; 1166 - /** @type {boolean} */ 1167 - style_needs_nonce; 1168 - /** @type {boolean} */ 1169 - script_needs_hash; 1170 - /** @type {string} */ 1171 - #nonce; 1172 - /** 1173 - * @param {boolean} use_hashes 1174 - * @param {import('types').CspDirectives} directives 1175 - * @param {string} nonce 1176 - */ 1177 - constructor(use_hashes, directives, nonce) { 1178 - this.#use_hashes = use_hashes; 1179 - this.#directives = directives; 1180 - const d = this.#directives; 1181 - this.#script_src = /* @__PURE__ */ new Set(); 1182 - this.#script_src_elem = /* @__PURE__ */ new Set(); 1183 - this.#style_src = /* @__PURE__ */ new Set(); 1184 - this.#style_src_attr = /* @__PURE__ */ new Set(); 1185 - this.#style_src_elem = /* @__PURE__ */ new Set(); 1186 - const effective_script_src = d["script-src"] || d["default-src"]; 1187 - const script_src_elem = d["script-src-elem"]; 1188 - const effective_style_src = d["style-src"] || d["default-src"]; 1189 - const style_src_attr = d["style-src-attr"]; 1190 - const style_src_elem = d["style-src-elem"]; 1191 - const style_needs_csp = (directive) => !!directive && !directive.some((value) => value === "unsafe-inline"); 1192 - const script_needs_csp = (directive) => !!directive && (!directive.some((value) => value === "unsafe-inline") || directive.some((value) => value === "strict-dynamic")); 1193 - this.#script_src_needs_csp = script_needs_csp(effective_script_src); 1194 - this.#script_src_elem_needs_csp = script_needs_csp(script_src_elem); 1195 - this.#style_src_needs_csp = style_needs_csp(effective_style_src); 1196 - this.#style_src_attr_needs_csp = style_needs_csp(style_src_attr); 1197 - this.#style_src_elem_needs_csp = style_needs_csp(style_src_elem); 1198 - this.#script_needs_csp = this.#script_src_needs_csp || this.#script_src_elem_needs_csp; 1199 - this.#style_needs_csp = this.#style_src_needs_csp || this.#style_src_attr_needs_csp || this.#style_src_elem_needs_csp; 1200 - this.script_needs_nonce = this.#script_needs_csp && !this.#use_hashes; 1201 - this.style_needs_nonce = this.#style_needs_csp && !this.#use_hashes; 1202 - this.script_needs_hash = this.#script_needs_csp && this.#use_hashes; 1203 - this.#nonce = nonce; 1204 - } 1205 - /** @param {string} content */ 1206 - add_script(content) { 1207 - if (!this.#script_needs_csp) return; 1208 - const source = this.#use_hashes ? `sha256-${sha256(content)}` : `nonce-${this.#nonce}`; 1209 - if (this.#script_src_needs_csp) { 1210 - this.#script_src.add(source); 1211 - } 1212 - if (this.#script_src_elem_needs_csp) { 1213 - this.#script_src_elem.add(source); 1214 - } 1215 - } 1216 - /** @param {`sha256-${string}`[]} hashes */ 1217 - add_script_hashes(hashes) { 1218 - for (const hash2 of hashes) { 1219 - if (this.#script_src_needs_csp) { 1220 - this.#script_src.add(hash2); 1221 - } 1222 - if (this.#script_src_elem_needs_csp) { 1223 - this.#script_src_elem.add(hash2); 1224 - } 1225 - } 1226 - } 1227 - /** @param {string} content */ 1228 - add_style(content) { 1229 - if (!this.#style_needs_csp) return; 1230 - const source = this.#use_hashes ? `sha256-${sha256(content)}` : `nonce-${this.#nonce}`; 1231 - if (this.#style_src_needs_csp) { 1232 - this.#style_src.add(source); 1233 - } 1234 - if (this.#style_src_attr_needs_csp) { 1235 - this.#style_src_attr.add(source); 1236 - } 1237 - if (this.#style_src_elem_needs_csp) { 1238 - const sha256_empty_comment_hash = "sha256-9OlNO0DNEeaVzHL4RZwCLsBHA8WBQ8toBp/4F5XV2nc="; 1239 - const d = this.#directives; 1240 - if (d["style-src-elem"] && !d["style-src-elem"].includes(sha256_empty_comment_hash) && !this.#style_src_elem.has(sha256_empty_comment_hash)) { 1241 - this.#style_src_elem.add(sha256_empty_comment_hash); 1242 - } 1243 - if (source !== sha256_empty_comment_hash) { 1244 - this.#style_src_elem.add(source); 1245 - } 1246 - } 1247 - } 1248 - /** 1249 - * @param {boolean} [is_meta] 1250 - */ 1251 - get_header(is_meta = false) { 1252 - const header = []; 1253 - const directives = { ...this.#directives }; 1254 - if (this.#style_src.size > 0) { 1255 - directives["style-src"] = [ 1256 - ...directives["style-src"] || directives["default-src"] || [], 1257 - ...this.#style_src 1258 - ]; 1259 - } 1260 - if (this.#style_src_attr.size > 0) { 1261 - directives["style-src-attr"] = [ 1262 - ...directives["style-src-attr"] || [], 1263 - ...this.#style_src_attr 1264 - ]; 1265 - } 1266 - if (this.#style_src_elem.size > 0) { 1267 - directives["style-src-elem"] = [ 1268 - ...directives["style-src-elem"] || [], 1269 - ...this.#style_src_elem 1270 - ]; 1271 - } 1272 - if (this.#script_src.size > 0) { 1273 - directives["script-src"] = [ 1274 - ...directives["script-src"] || directives["default-src"] || [], 1275 - ...this.#script_src 1276 - ]; 1277 - } 1278 - if (this.#script_src_elem.size > 0) { 1279 - directives["script-src-elem"] = [ 1280 - ...directives["script-src-elem"] || [], 1281 - ...this.#script_src_elem 1282 - ]; 1283 - } 1284 - for (const key2 in directives) { 1285 - if (is_meta && (key2 === "frame-ancestors" || key2 === "report-uri" || key2 === "sandbox")) { 1286 - continue; 1287 - } 1288 - const value = ( 1289 - /** @type {string[] | true} */ 1290 - directives[key2] 1291 - ); 1292 - if (!value) continue; 1293 - const directive = [key2]; 1294 - if (Array.isArray(value)) { 1295 - value.forEach((value2) => { 1296 - if (quoted.has(value2) || crypto_pattern.test(value2)) { 1297 - directive.push(`'${value2}'`); 1298 - } else { 1299 - directive.push(value2); 1300 - } 1301 - }); 1302 - } 1303 - header.push(directive.join(" ")); 1304 - } 1305 - return header.join("; "); 1306 - } 1307 - } 1308 - class CspProvider extends BaseProvider { 1309 - get_meta() { 1310 - const content = this.get_header(true); 1311 - if (!content) { 1312 - return; 1313 - } 1314 - return `<meta http-equiv="content-security-policy" content="${escape_html(content, true)}">`; 1315 - } 1316 - } 1317 - class CspReportOnlyProvider extends BaseProvider { 1318 - /** 1319 - * @param {boolean} use_hashes 1320 - * @param {import('types').CspDirectives} directives 1321 - * @param {string} nonce 1322 - */ 1323 - constructor(use_hashes, directives, nonce) { 1324 - super(use_hashes, directives, nonce); 1325 - if (Object.values(directives).filter((v) => !!v).length > 0) { 1326 - const has_report_to = directives["report-to"]?.length ?? 0 > 0; 1327 - const has_report_uri = directives["report-uri"]?.length ?? 0 > 0; 1328 - if (!has_report_to && !has_report_uri) { 1329 - throw Error( 1330 - "`content-security-policy-report-only` must be specified with either the `report-to` or `report-uri` directives, or both" 1331 - ); 1332 - } 1333 - } 1334 - } 1335 - } 1336 - class Csp { 1337 - /** @readonly */ 1338 - nonce = generate_nonce(); 1339 - /** @type {CspProvider} */ 1340 - csp_provider; 1341 - /** @type {CspReportOnlyProvider} */ 1342 - report_only_provider; 1343 - /** 1344 - * @param {import('./types.js').CspConfig} config 1345 - * @param {import('./types.js').CspOpts} opts 1346 - */ 1347 - constructor({ mode, directives, reportOnly }, { prerender }) { 1348 - const use_hashes = mode === "hash" || mode === "auto" && prerender; 1349 - this.csp_provider = new CspProvider(use_hashes, directives, this.nonce); 1350 - this.report_only_provider = new CspReportOnlyProvider(use_hashes, reportOnly, this.nonce); 1351 - } 1352 - get script_needs_hash() { 1353 - return this.csp_provider.script_needs_hash || this.report_only_provider.script_needs_hash; 1354 - } 1355 - get script_needs_nonce() { 1356 - return this.csp_provider.script_needs_nonce || this.report_only_provider.script_needs_nonce; 1357 - } 1358 - get style_needs_nonce() { 1359 - return this.csp_provider.style_needs_nonce || this.report_only_provider.style_needs_nonce; 1360 - } 1361 - /** @param {string} content */ 1362 - add_script(content) { 1363 - this.csp_provider.add_script(content); 1364 - this.report_only_provider.add_script(content); 1365 - } 1366 - /** @param {`sha256-${string}`[]} hashes */ 1367 - add_script_hashes(hashes) { 1368 - this.csp_provider.add_script_hashes(hashes); 1369 - this.report_only_provider.add_script_hashes(hashes); 1370 - } 1371 - /** @param {string} content */ 1372 - add_style(content) { 1373 - this.csp_provider.add_style(content); 1374 - this.report_only_provider.add_style(content); 1375 - } 1376 - } 1377 - function exec(match, params, matchers) { 1378 - const result = {}; 1379 - const values = match.slice(1); 1380 - const values_needing_match = values.filter((value) => value !== void 0); 1381 - let buffered = 0; 1382 - for (let i = 0; i < params.length; i += 1) { 1383 - const param = params[i]; 1384 - let value = values[i - buffered]; 1385 - if (param.chained && param.rest && buffered) { 1386 - value = values.slice(i - buffered, i + 1).filter((s2) => s2).join("/"); 1387 - buffered = 0; 1388 - } 1389 - if (value === void 0) { 1390 - if (param.rest) { 1391 - value = ""; 1392 - } else { 1393 - continue; 1394 - } 1395 - } 1396 - if (!param.matcher || matchers[param.matcher](value)) { 1397 - result[param.name] = value; 1398 - const next_param = params[i + 1]; 1399 - const next_value = values[i + 1]; 1400 - if (next_param && !next_param.rest && next_param.optional && next_value && param.chained) { 1401 - buffered = 0; 1402 - } 1403 - if (!next_param && !next_value && Object.keys(result).length === values_needing_match.length) { 1404 - buffered = 0; 1405 - } 1406 - continue; 1407 - } 1408 - if (param.optional && param.chained) { 1409 - buffered++; 1410 - continue; 1411 - } 1412 - return; 1413 - } 1414 - if (buffered) return; 1415 - return result; 1416 - } 1417 - function find_route(path, routes, matchers) { 1418 - for (const route of routes) { 1419 - const match = route.pattern.exec(path); 1420 - if (!match) continue; 1421 - const matched = exec(match, route.params, matchers); 1422 - if (matched) { 1423 - return { 1424 - route, 1425 - params: decode_params(matched) 1426 - }; 1427 - } 1428 - } 1429 - return null; 1430 - } 1431 - function generate_route_object(route, url, manifest) { 1432 - const { errors, layouts, leaf } = route; 1433 - const nodes = [...errors, ...layouts.map((l) => l?.[1]), leaf[1]].filter((n) => typeof n === "number").map((n) => `'${n}': () => ${create_client_import(manifest._.client.nodes?.[n], url)}`).join(",\n "); 1434 - return [ 1435 - `{ 1436 - id: ${s(route.id)}`, 1437 - `errors: ${s(route.errors)}`, 1438 - `layouts: ${s(route.layouts)}`, 1439 - `leaf: ${s(route.leaf)}`, 1440 - `nodes: { 1441 - ${nodes} 1442 - } 1443 - }` 1444 - ].join(",\n "); 1445 - } 1446 - function create_client_import(import_path, url) { 1447 - if (!import_path) return "Promise.resolve({})"; 1448 - if (import_path[0] === "/") { 1449 - return `import('${import_path}')`; 1450 - } 1451 - if (assets !== "") { 1452 - return `import('${assets}/${import_path}')`; 1453 - } 1454 - let path = get_relative_path(url.pathname, `${base}/${import_path}`); 1455 - if (path[0] !== ".") path = `./${path}`; 1456 - return `import('${path}')`; 1457 - } 1458 - async function resolve_route(resolved_path, url, manifest) { 1459 - if (!manifest._.client.routes) { 1460 - return text("Server-side route resolution disabled", { status: 400 }); 1461 - } 1462 - const matchers = await manifest._.matchers(); 1463 - const result = find_route(resolved_path, manifest._.client.routes, matchers); 1464 - return create_server_routing_response(result?.route ?? null, result?.params ?? {}, url, manifest).response; 1465 - } 1466 - function create_server_routing_response(route, params, url, manifest) { 1467 - const headers2 = new Headers({ 1468 - "content-type": "application/javascript; charset=utf-8" 1469 - }); 1470 - if (route) { 1471 - const csr_route = generate_route_object(route, url, manifest); 1472 - const body2 = `${create_css_import(route, url, manifest)} 1473 - export const route = ${csr_route}; export const params = ${JSON.stringify(params)};`; 1474 - return { response: text(body2, { headers: headers2 }), body: body2 }; 1475 - } else { 1476 - return { response: text("", { headers: headers2 }), body: "" }; 1477 - } 1478 - } 1479 - function create_css_import(route, url, manifest) { 1480 - const { errors, layouts, leaf } = route; 1481 - let css = ""; 1482 - for (const node of [...errors, ...layouts.map((l) => l?.[1]), leaf[1]]) { 1483 - if (typeof node !== "number") continue; 1484 - const node_css = manifest._.client.css?.[node]; 1485 - for (const css_path of node_css ?? []) { 1486 - css += `'${assets || base}/${css_path}',`; 1487 - } 1488 - } 1489 - if (!css) return ""; 1490 - return `${create_client_import( 1491 - /** @type {string} */ 1492 - manifest._.client.start, 1493 - url 1494 - )}.then(x => x.load_css([${css}]));`; 1495 - } 1496 - const updated = { 1497 - ...readable(false), 1498 - check: () => false 1499 - }; 1500 - async function render_response({ 1501 - branch, 1502 - fetched, 1503 - options: options2, 1504 - manifest, 1505 - state, 1506 - page_config, 1507 - status, 1508 - error: error2 = null, 1509 - event, 1510 - event_state, 1511 - resolve_opts, 1512 - action_result, 1513 - data_serializer, 1514 - error_components 1515 - }) { 1516 - if (state.prerendering) { 1517 - if (options2.csp.mode === "nonce") { 1518 - throw new Error('Cannot use prerendering if config.kit.csp.mode === "nonce"'); 1519 - } 1520 - if (options2.app_template_contains_nonce) { 1521 - throw new Error("Cannot use prerendering if page template contains %sveltekit.nonce%"); 1522 - } 1523 - } 1524 - const { client } = manifest._; 1525 - const modulepreloads = new Set(client.imports); 1526 - const stylesheets = new Set(client.stylesheets); 1527 - const fonts = new Set(client.fonts); 1528 - const link_headers = /* @__PURE__ */ new Set(); 1529 - const inline_styles = /* @__PURE__ */ new Map(); 1530 - let rendered; 1531 - const form_value = action_result?.type === "success" || action_result?.type === "failure" ? action_result.data ?? null : null; 1532 - let base$1 = base; 1533 - let assets$1 = assets; 1534 - let base_expression = s(base); 1535 - const csp = new Csp(options2.csp, { 1536 - prerender: !!state.prerendering 1537 - }); 1538 - { 1539 - if (!state.prerendering?.fallback) { 1540 - const segments = event.url.pathname.slice(base.length).split("/").slice(2); 1541 - base$1 = segments.map(() => "..").join("/") || "."; 1542 - base_expression = `new URL(${s(base$1)}, location).pathname.slice(0, -1)`; 1543 - if (!assets || assets[0] === "/" && assets !== SVELTE_KIT_ASSETS) { 1544 - assets$1 = base$1; 1545 - } 1546 - } else if (options2.hash_routing) { 1547 - base_expression = "new URL('.', location).pathname.slice(0, -1)"; 1548 - } 1549 - } 1550 - if (page_config.ssr) { 1551 - const props = { 1552 - stores: { 1553 - page: writable(null), 1554 - navigating: writable(null), 1555 - updated 1556 - }, 1557 - constructors: await Promise.all( 1558 - branch.map(({ node }) => { 1559 - if (!node.component) { 1560 - throw new Error(`Missing +page.svelte component for route ${event.route.id}`); 1561 - } 1562 - return node.component(); 1563 - }) 1564 - ), 1565 - form: form_value 1566 - }; 1567 - if (error_components) { 1568 - if (error2) { 1569 - props.error = error2; 1570 - } 1571 - props.errors = error_components; 1572 - } 1573 - let data2 = {}; 1574 - for (let i = 0; i < branch.length; i += 1) { 1575 - data2 = { ...data2, ...branch[i].data }; 1576 - props[`data_${i}`] = data2; 1577 - } 1578 - props.page = { 1579 - error: error2, 1580 - params: ( 1581 - /** @type {Record<string, any>} */ 1582 - event.params 1583 - ), 1584 - route: event.route, 1585 - status, 1586 - url: event.url, 1587 - data: data2, 1588 - form: form_value, 1589 - state: {} 1590 - }; 1591 - const render_opts = { 1592 - context: /* @__PURE__ */ new Map([ 1593 - [ 1594 - "__request__", 1595 - { 1596 - page: props.page 1597 - } 1598 - ] 1599 - ]), 1600 - csp: csp.script_needs_nonce ? { nonce: csp.nonce } : { hash: csp.script_needs_hash }, 1601 - transformError: error_components ? ( 1602 - /** @param {unknown} e */ 1603 - async (e) => { 1604 - const transformed2 = await handle_error_and_jsonify(event, event_state, options2, e); 1605 - props.page.error = props.error = error2 = transformed2; 1606 - props.page.status = status = get_status(e); 1607 - return transformed2; 1608 - } 1609 - ) : void 0 1610 - }; 1611 - const fetch2 = globalThis.fetch; 1612 - try { 1613 - if (BROWSER) ; 1614 - event_state.allows_commands = false; 1615 - rendered = await with_request_store({ event, state: event_state }, async () => { 1616 - if (relative) override({ base: base$1, assets: assets$1 }); 1617 - const maybe_promise = options2.root.render(props, render_opts); 1618 - const rendered2 = options2.async && "then" in maybe_promise ? ( 1619 - /** @type {ReturnType<typeof options.root.render> & Promise<any>} */ 1620 - maybe_promise.then((r) => r) 1621 - ) : maybe_promise; 1622 - if (options2.async) { 1623 - reset(); 1624 - } 1625 - const { head: head2, html: html2, css, hashes } = ( 1626 - /** @type {ReturnType<typeof options.root.render>} */ 1627 - options2.async ? await rendered2 : rendered2 1628 - ); 1629 - if (hashes) { 1630 - csp.add_script_hashes(hashes.script); 1631 - } 1632 - return { head: head2, html: html2, css, hashes }; 1633 - }); 1634 - } finally { 1635 - reset(); 1636 - } 1637 - for (const { node } of branch) { 1638 - for (const url of node.imports) modulepreloads.add(url); 1639 - for (const url of node.stylesheets) stylesheets.add(url); 1640 - for (const url of node.fonts) fonts.add(url); 1641 - if (node.inline_styles && !client.inline) { 1642 - Object.entries(await node.inline_styles()).forEach(([filename, css]) => { 1643 - if (typeof css === "string") { 1644 - inline_styles.set(filename, css); 1645 - return; 1646 - } 1647 - inline_styles.set(filename, css(`${assets$1}/${app_dir}/immutable/assets`, assets$1)); 1648 - }); 1649 - } 1650 - } 1651 - } else { 1652 - rendered = { head: "", html: "", css: { code: "", map: null }, hashes: { script: [] } }; 1653 - } 1654 - const head = new Head(rendered.head, !!state.prerendering); 1655 - let body2 = rendered.html; 1656 - const prefixed = (path) => { 1657 - if (path.startsWith("/")) { 1658 - return base + path; 1659 - } 1660 - return `${assets$1}/${path}`; 1661 - }; 1662 - const style = client.inline ? client.inline?.style : Array.from(inline_styles.values()).join("\n"); 1663 - if (style) { 1664 - const attributes = []; 1665 - if (csp.style_needs_nonce) attributes.push(`nonce="${csp.nonce}"`); 1666 - csp.add_style(style); 1667 - head.add_style(style, attributes); 1668 - } 1669 - for (const dep of stylesheets) { 1670 - const path = prefixed(dep); 1671 - const attributes = ['rel="stylesheet"']; 1672 - if (inline_styles.has(dep)) { 1673 - attributes.push("disabled", 'media="(max-width: 0)"'); 1674 - } else { 1675 - if (resolve_opts.preload({ type: "css", path })) { 1676 - link_headers.add(`<${encodeURI(path)}>; rel="preload"; as="style"; nopush`); 1677 - } 1678 - } 1679 - head.add_stylesheet(path, attributes); 1680 - } 1681 - for (const dep of fonts) { 1682 - const path = prefixed(dep); 1683 - if (resolve_opts.preload({ type: "font", path })) { 1684 - const ext = dep.slice(dep.lastIndexOf(".") + 1); 1685 - head.add_link_tag(path, ['rel="preload"', 'as="font"', `type="font/${ext}"`, "crossorigin"]); 1686 - link_headers.add( 1687 - `<${encodeURI(path)}>; rel="preload"; as="font"; type="font/${ext}"; crossorigin; nopush` 1688 - ); 1689 - } 1690 - } 1691 - const global = get_global_name(options2); 1692 - const { data, chunks } = data_serializer.get_data(csp); 1693 - if (page_config.ssr && page_config.csr) { 1694 - body2 += ` 1695 - ${fetched.map( 1696 - (item) => serialize_data(item, resolve_opts.filterSerializedResponseHeaders, !!state.prerendering) 1697 - ).join("\n ")}`; 1698 - } 1699 - if (page_config.csr) { 1700 - const route = manifest._.client.routes?.find((r) => r.id === event.route.id) ?? null; 1701 - if (client.uses_env_dynamic_public && state.prerendering) { 1702 - modulepreloads.add(`${app_dir}/env.js`); 1703 - } 1704 - if (!client.inline) { 1705 - const included_modulepreloads = Array.from(modulepreloads, (dep) => prefixed(dep)).filter( 1706 - (path) => resolve_opts.preload({ type: "js", path }) 1707 - ); 1708 - for (const path of included_modulepreloads) { 1709 - link_headers.add(`<${encodeURI(path)}>; rel="modulepreload"; nopush`); 1710 - if (options2.preload_strategy !== "modulepreload") { 1711 - head.add_script_preload(path); 1712 - } else { 1713 - head.add_link_tag(path, ['rel="modulepreload"']); 1714 - } 1715 - } 1716 - } 1717 - if (manifest._.client.routes && state.prerendering && !state.prerendering.fallback) { 1718 - const pathname = add_resolution_suffix(event.url.pathname); 1719 - state.prerendering.dependencies.set( 1720 - pathname, 1721 - create_server_routing_response(route, event.params, new URL(pathname, event.url), manifest) 1722 - ); 1723 - } 1724 - const blocks = []; 1725 - const load_env_eagerly = client.uses_env_dynamic_public && state.prerendering; 1726 - const properties = [`base: ${base_expression}`]; 1727 - if (assets) { 1728 - properties.push(`assets: ${s(assets)}`); 1729 - } 1730 - if (client.uses_env_dynamic_public) { 1731 - properties.push(`env: ${load_env_eagerly ? "null" : s(public_env)}`); 1732 - } 1733 - if (chunks) { 1734 - blocks.push("const deferred = new Map();"); 1735 - properties.push(`defer: (id) => new Promise((fulfil, reject) => { 1736 - deferred.set(id, { fulfil, reject }); 1737 - })`); 1738 - let app_declaration = ""; 1739 - if (Object.keys(options2.hooks.transport).length > 0) { 1740 - if (client.inline) { 1741 - app_declaration = `const app = __sveltekit_${options2.version_hash}.app.app;`; 1742 - } else if (client.app) { 1743 - app_declaration = `const app = await import(${s(prefixed(client.app))});`; 1744 - } else { 1745 - app_declaration = `const { app } = await import(${s(prefixed(client.start))});`; 1746 - } 1747 - } 1748 - const prelude = app_declaration ? `${app_declaration} 1749 - const [data, error] = fn(app);` : `const [data, error] = fn();`; 1750 - properties.push(`resolve: async (id, fn) => { 1751 - ${prelude} 1752 - 1753 - const try_to_resolve = () => { 1754 - if (!deferred.has(id)) { 1755 - setTimeout(try_to_resolve, 0); 1756 - return; 1757 - } 1758 - const { fulfil, reject } = deferred.get(id); 1759 - deferred.delete(id); 1760 - if (error) reject(error); 1761 - else fulfil(data); 1762 - } 1763 - try_to_resolve(); 1764 - }`); 1765 - } 1766 - blocks.push(`${global} = { 1767 - ${properties.join(",\n ")} 1768 - };`); 1769 - const args = ["element"]; 1770 - blocks.push("const element = document.currentScript.parentElement;"); 1771 - if (page_config.ssr) { 1772 - const serialized = { form: "null", error: "null" }; 1773 - if (form_value) { 1774 - serialized.form = uneval_action_response( 1775 - form_value, 1776 - /** @type {string} */ 1777 - event.route.id, 1778 - options2.hooks.transport 1779 - ); 1780 - } 1781 - if (error2) { 1782 - serialized.error = devalue.uneval(error2); 1783 - } 1784 - const hydrate = [ 1785 - `node_ids: [${branch.map(({ node }) => node.index).join(", ")}]`, 1786 - `data: ${data}`, 1787 - `form: ${serialized.form}`, 1788 - `error: ${serialized.error}` 1789 - ]; 1790 - if (status !== 200) { 1791 - hydrate.push(`status: ${status}`); 1792 - } 1793 - if (manifest._.client.routes) { 1794 - if (route) { 1795 - const stringified = generate_route_object(route, event.url, manifest).replaceAll( 1796 - "\n", 1797 - "\n " 1798 - ); 1799 - hydrate.push(`params: ${devalue.uneval(event.params)}`, `server_route: ${stringified}`); 1800 - } 1801 - } else if (options2.embedded) { 1802 - hydrate.push(`params: ${devalue.uneval(event.params)}`, `route: ${s(event.route)}`); 1803 - } 1804 - const indent = " ".repeat(load_env_eagerly ? 7 : 6); 1805 - args.push(`{ 1806 - ${indent} ${hydrate.join(`, 1807 - ${indent} `)} 1808 - ${indent}}`); 1809 - } 1810 - const { remote_data: remote_cache } = event_state; 1811 - let serialized_remote_data = ""; 1812 - if (remote_cache) { 1813 - const remote = {}; 1814 - for (const [info, cache] of remote_cache) { 1815 - if (!info.id) continue; 1816 - for (const key2 in cache) { 1817 - const remote_key = create_remote_key(info.id, key2); 1818 - if (event_state.refreshes?.[remote_key] !== void 0) { 1819 - remote[remote_key] = await cache[key2]; 1820 - } else { 1821 - const result = await Promise.race([ 1822 - Promise.resolve(cache[key2]).then( 1823 - (v) => ( 1824 - /** @type {const} */ 1825 - { settled: true, value: v } 1826 - ), 1827 - (e) => ( 1828 - /** @type {const} */ 1829 - { settled: true, error: e } 1830 - ) 1831 - ), 1832 - new Promise((resolve2) => { 1833 - queueMicrotask(() => resolve2( 1834 - /** @type {const} */ 1835 - { settled: false } 1836 - )); 1837 - }) 1838 - ]); 1839 - if (result.settled) { 1840 - if ("error" in result) throw result.error; 1841 - remote[remote_key] = result.value; 1842 - } 1843 - } 1844 - } 1845 - } 1846 - const replacer = (thing) => { 1847 - for (const key2 in options2.hooks.transport) { 1848 - const encoded = options2.hooks.transport[key2].encode(thing); 1849 - if (encoded) { 1850 - return `app.decode('${key2}', ${devalue.uneval(encoded, replacer)})`; 1851 - } 1852 - } 1853 - }; 1854 - serialized_remote_data = `${global}.data = ${devalue.uneval(remote, replacer)}; 1855 - 1856 - `; 1857 - } 1858 - const boot = client.inline ? `${client.inline.script} 1859 - 1860 - ${serialized_remote_data}${global}.app.start(${args.join(", ")});` : client.app ? `Promise.all([ 1861 - import(${s(prefixed(client.start))}), 1862 - import(${s(prefixed(client.app))}) 1863 - ]).then(([kit, app]) => { 1864 - ${serialized_remote_data}kit.start(app, ${args.join(", ")}); 1865 - });` : `import(${s(prefixed(client.start))}).then((app) => { 1866 - ${serialized_remote_data}app.start(${args.join(", ")}) 1867 - });`; 1868 - if (load_env_eagerly) { 1869 - blocks.push(`import(${s(`${base$1}/${app_dir}/env.js`)}).then(({ env }) => { 1870 - ${global}.env = env; 1871 - 1872 - ${boot.replace(/\n/g, "\n ")} 1873 - });`); 1874 - } else { 1875 - blocks.push(boot); 1876 - } 1877 - if (options2.service_worker) { 1878 - let opts = ""; 1879 - if (options2.service_worker_options != null) { 1880 - const service_worker_options = { ...options2.service_worker_options }; 1881 - opts = `, ${s(service_worker_options)}`; 1882 - } 1883 - blocks.push(`if ('serviceWorker' in navigator) { 1884 - addEventListener('load', function () { 1885 - navigator.serviceWorker.register('${prefixed("service-worker.js")}'${opts}); 1886 - }); 1887 - }`); 1888 - } 1889 - const init_app = ` 1890 - { 1891 - ${blocks.join("\n\n ")} 1892 - } 1893 - `; 1894 - csp.add_script(init_app); 1895 - body2 += ` 1896 - <script${csp.script_needs_nonce ? ` nonce="${csp.nonce}"` : ""}>${init_app}<\/script> 1897 - `; 1898 - } 1899 - const headers2 = new Headers({ 1900 - "x-sveltekit-page": "true", 1901 - "content-type": "text/html" 1902 - }); 1903 - if (state.prerendering) { 1904 - const csp_headers = csp.csp_provider.get_meta(); 1905 - if (csp_headers) { 1906 - head.add_http_equiv(csp_headers); 1907 - } 1908 - if (state.prerendering.cache) { 1909 - head.add_http_equiv( 1910 - `<meta http-equiv="cache-control" content="${state.prerendering.cache}">` 1911 - ); 1912 - } 1913 - } else { 1914 - const csp_header = csp.csp_provider.get_header(); 1915 - if (csp_header) { 1916 - headers2.set("content-security-policy", csp_header); 1917 - } 1918 - const report_only_header = csp.report_only_provider.get_header(); 1919 - if (report_only_header) { 1920 - headers2.set("content-security-policy-report-only", report_only_header); 1921 - } 1922 - if (link_headers.size) { 1923 - headers2.set("link", Array.from(link_headers).join(", ")); 1924 - } 1925 - } 1926 - const html = options2.templates.app({ 1927 - head: head.build(), 1928 - body: body2, 1929 - assets: assets$1, 1930 - nonce: ( 1931 - /** @type {string} */ 1932 - csp.nonce 1933 - ), 1934 - env: public_env 1935 - }); 1936 - const transformed = await resolve_opts.transformPageChunk({ 1937 - html, 1938 - done: true 1939 - }) || ""; 1940 - if (!chunks) { 1941 - headers2.set("etag", `"${hash(transformed)}"`); 1942 - } 1943 - return !chunks ? text(transformed, { 1944 - status, 1945 - headers: headers2 1946 - }) : new Response( 1947 - new ReadableStream({ 1948 - async start(controller) { 1949 - controller.enqueue(text_encoder.encode(transformed + "\n")); 1950 - for await (const chunk of chunks) { 1951 - if (chunk.length) controller.enqueue(text_encoder.encode(chunk)); 1952 - } 1953 - controller.close(); 1954 - }, 1955 - type: "bytes" 1956 - }), 1957 - { 1958 - headers: headers2 1959 - } 1960 - ); 1961 - } 1962 - class Head { 1963 - #rendered; 1964 - #prerendering; 1965 - /** @type {string[]} */ 1966 - #http_equiv = []; 1967 - /** @type {string[]} */ 1968 - #link_tags = []; 1969 - /** @type {string[]} */ 1970 - #script_preloads = []; 1971 - /** @type {string[]} */ 1972 - #style_tags = []; 1973 - /** @type {string[]} */ 1974 - #stylesheet_links = []; 1975 - /** 1976 - * @param {string} rendered 1977 - * @param {boolean} prerendering 1978 - */ 1979 - constructor(rendered, prerendering) { 1980 - this.#rendered = rendered; 1981 - this.#prerendering = prerendering; 1982 - } 1983 - build() { 1984 - return [ 1985 - ...this.#http_equiv, 1986 - ...this.#link_tags, 1987 - ...this.#script_preloads, 1988 - this.#rendered, 1989 - ...this.#style_tags, 1990 - ...this.#stylesheet_links 1991 - ].join("\n "); 1992 - } 1993 - /** 1994 - * @param {string} style 1995 - * @param {string[]} attributes 1996 - */ 1997 - add_style(style, attributes) { 1998 - this.#style_tags.push( 1999 - `<style${attributes.length ? " " + attributes.join(" ") : ""}>${style}</style>` 2000 - ); 2001 - } 2002 - /** 2003 - * @param {string} href 2004 - * @param {string[]} attributes 2005 - */ 2006 - add_stylesheet(href, attributes) { 2007 - this.#stylesheet_links.push(`<link href="${href}" ${attributes.join(" ")}>`); 2008 - } 2009 - /** @param {string} href */ 2010 - add_script_preload(href) { 2011 - this.#script_preloads.push( 2012 - `<link rel="preload" as="script" crossorigin="anonymous" href="${href}">` 2013 - ); 2014 - } 2015 - /** 2016 - * @param {string} href 2017 - * @param {string[]} attributes 2018 - */ 2019 - add_link_tag(href, attributes) { 2020 - if (!this.#prerendering) return; 2021 - this.#link_tags.push(`<link href="${href}" ${attributes.join(" ")}>`); 2022 - } 2023 - /** @param {string} tag */ 2024 - add_http_equiv(tag) { 2025 - if (!this.#prerendering) return; 2026 - this.#http_equiv.push(tag); 2027 - } 2028 - } 2029 - class PageNodes { 2030 - data; 2031 - /** 2032 - * @param {Array<import('types').SSRNode | undefined>} nodes 2033 - */ 2034 - constructor(nodes) { 2035 - this.data = nodes; 2036 - } 2037 - layouts() { 2038 - return this.data.slice(0, -1); 2039 - } 2040 - page() { 2041 - return this.data.at(-1); 2042 - } 2043 - validate() { 2044 - for (const layout of this.layouts()) { 2045 - if (layout) { 2046 - validate_layout_server_exports( 2047 - layout.server, 2048 - /** @type {string} */ 2049 - layout.server_id 2050 - ); 2051 - validate_layout_exports( 2052 - layout.universal, 2053 - /** @type {string} */ 2054 - layout.universal_id 2055 - ); 2056 - } 2057 - } 2058 - const page = this.page(); 2059 - if (page) { 2060 - validate_page_server_exports( 2061 - page.server, 2062 - /** @type {string} */ 2063 - page.server_id 2064 - ); 2065 - validate_page_exports( 2066 - page.universal, 2067 - /** @type {string} */ 2068 - page.universal_id 2069 - ); 2070 - } 2071 - } 2072 - /** 2073 - * @template {'prerender' | 'ssr' | 'csr' | 'trailingSlash'} Option 2074 - * @param {Option} option 2075 - * @returns {Value | undefined} 2076 - */ 2077 - #get_option(option) { 2078 - return this.data.reduce( 2079 - (value, node) => { 2080 - return node?.universal?.[option] ?? node?.server?.[option] ?? value; 2081 - }, 2082 - /** @type {Value | undefined} */ 2083 - void 0 2084 - ); 2085 - } 2086 - csr() { 2087 - return this.#get_option("csr") ?? true; 2088 - } 2089 - ssr() { 2090 - return this.#get_option("ssr") ?? true; 2091 - } 2092 - prerender() { 2093 - return this.#get_option("prerender") ?? false; 2094 - } 2095 - trailing_slash() { 2096 - return this.#get_option("trailingSlash") ?? "never"; 2097 - } 2098 - get_config() { 2099 - let current2 = {}; 2100 - for (const node of this.data) { 2101 - if (!node?.universal?.config && !node?.server?.config) continue; 2102 - current2 = { 2103 - ...current2, 2104 - // TODO: should we override the server config value with the universal value similar to other page options? 2105 - ...node?.universal?.config, 2106 - ...node?.server?.config 2107 - }; 2108 - } 2109 - return Object.keys(current2).length ? current2 : void 0; 2110 - } 2111 - should_prerender_data() { 2112 - return this.data.some( 2113 - // prerender in case of trailingSlash because the client retrieves that value from the server 2114 - (node) => node?.server?.load || node?.server?.trailingSlash !== void 0 2115 - ); 2116 - } 2117 - } 2118 - async function respond_with_error({ 2119 - event, 2120 - event_state, 2121 - options: options2, 2122 - manifest, 2123 - state, 2124 - status, 2125 - error: error2, 2126 - resolve_opts 2127 - }) { 2128 - if (event.request.headers.get("x-sveltekit-error")) { 2129 - return static_error_page( 2130 - options2, 2131 - status, 2132 - /** @type {Error} */ 2133 - error2.message 2134 - ); 2135 - } 2136 - const fetched = []; 2137 - try { 2138 - const branch = []; 2139 - const default_layout = await manifest._.nodes[0](); 2140 - const nodes = new PageNodes([default_layout]); 2141 - const ssr = nodes.ssr(); 2142 - const csr = nodes.csr(); 2143 - const data_serializer = server_data_serializer(event, event_state, options2); 2144 - if (ssr) { 2145 - state.error = true; 2146 - const server_data_promise = load_server_data({ 2147 - event, 2148 - event_state, 2149 - state, 2150 - node: default_layout, 2151 - // eslint-disable-next-line @typescript-eslint/require-await 2152 - parent: async () => ({}) 2153 - }); 2154 - const server_data = await server_data_promise; 2155 - data_serializer.add_node(0, server_data); 2156 - const data = await load_data({ 2157 - event, 2158 - event_state, 2159 - fetched, 2160 - node: default_layout, 2161 - // eslint-disable-next-line @typescript-eslint/require-await 2162 - parent: async () => ({}), 2163 - resolve_opts, 2164 - server_data_promise, 2165 - state, 2166 - csr 2167 - }); 2168 - branch.push( 2169 - { 2170 - node: default_layout, 2171 - server_data, 2172 - data 2173 - }, 2174 - { 2175 - node: await manifest._.nodes[1](), 2176 - // 1 is always the root error 2177 - data: null, 2178 - server_data: null 2179 - } 2180 - ); 2181 - } 2182 - return await render_response({ 2183 - options: options2, 2184 - manifest, 2185 - state, 2186 - page_config: { 2187 - ssr, 2188 - csr 2189 - }, 2190 - status, 2191 - error: await handle_error_and_jsonify(event, event_state, options2, error2), 2192 - branch, 2193 - error_components: [], 2194 - fetched, 2195 - event, 2196 - event_state, 2197 - resolve_opts, 2198 - data_serializer 2199 - }); 2200 - } catch (e) { 2201 - if (e instanceof Redirect) { 2202 - return redirect_response(e.status, e.location); 2203 - } 2204 - return static_error_page( 2205 - options2, 2206 - get_status(e), 2207 - (await handle_error_and_jsonify(event, event_state, options2, e)).message 2208 - ); 2209 - } 2210 - } 2211 - async function handle_remote_call(event, state, options2, manifest, id) { 2212 - return record_span({ 2213 - name: "sveltekit.remote.call", 2214 - attributes: {}, 2215 - fn: (current2) => { 2216 - const traced_event = merge_tracing(event, current2); 2217 - return with_request_store( 2218 - { event: traced_event, state }, 2219 - () => handle_remote_call_internal(traced_event, state, options2, manifest, id) 2220 - ); 2221 - } 2222 - }); 2223 - } 2224 - async function handle_remote_call_internal(event, state, options2, manifest, id) { 2225 - const [hash2, name, additional_args] = id.split("/"); 2226 - const remotes = manifest._.remotes; 2227 - if (!remotes[hash2]) error(404); 2228 - const module = await remotes[hash2](); 2229 - const fn = module.default[name]; 2230 - if (!fn) error(404); 2231 - const info = fn.__; 2232 - const transport = options2.hooks.transport; 2233 - event.tracing.current.setAttributes({ 2234 - "sveltekit.remote.call.type": info.type, 2235 - "sveltekit.remote.call.name": info.name 2236 - }); 2237 - let form_client_refreshes; 2238 - try { 2239 - if (info.type === "query_batch") { 2240 - if (event.request.method !== "POST") { 2241 - throw new SvelteKitError( 2242 - 405, 2243 - "Method Not Allowed", 2244 - `\`query.batch\` functions must be invoked via POST request, not ${event.request.method}` 2245 - ); 2246 - } 2247 - const { payloads } = await event.request.json(); 2248 - const args = await Promise.all( 2249 - payloads.map((payload2) => parse_remote_arg(payload2, transport)) 2250 - ); 2251 - const results = await with_request_store({ event, state }, () => info.run(args, options2)); 2252 - return json( 2253 - /** @type {RemoteFunctionResponse} */ 2254 - { 2255 - type: "result", 2256 - result: stringify(results, transport) 2257 - } 2258 - ); 2259 - } 2260 - if (info.type === "form") { 2261 - if (event.request.method !== "POST") { 2262 - throw new SvelteKitError( 2263 - 405, 2264 - "Method Not Allowed", 2265 - `\`form\` functions must be invoked via POST request, not ${event.request.method}` 2266 - ); 2267 - } 2268 - if (!is_form_content_type(event.request)) { 2269 - throw new SvelteKitError( 2270 - 415, 2271 - "Unsupported Media Type", 2272 - `\`form\` functions expect form-encoded data — received ${event.request.headers.get( 2273 - "content-type" 2274 - )}` 2275 - ); 2276 - } 2277 - const { data: data2, meta, form_data } = await deserialize_binary_form(event.request); 2278 - form_client_refreshes = meta.remote_refreshes; 2279 - if (additional_args && !("id" in data2)) { 2280 - data2.id = JSON.parse(decodeURIComponent(additional_args)); 2281 - } 2282 - const fn2 = info.fn; 2283 - const result = await with_request_store({ event, state }, () => fn2(data2, meta, form_data)); 2284 - return json( 2285 - /** @type {RemoteFunctionResponse} */ 2286 - { 2287 - type: "result", 2288 - result: stringify(result, transport), 2289 - refreshes: result.issues ? void 0 : await serialize_refreshes(meta.remote_refreshes) 2290 - } 2291 - ); 2292 - } 2293 - if (info.type === "command") { 2294 - const { payload: payload2, refreshes } = await event.request.json(); 2295 - const arg = parse_remote_arg(payload2, transport); 2296 - const data2 = await with_request_store({ event, state }, () => fn(arg)); 2297 - return json( 2298 - /** @type {RemoteFunctionResponse} */ 2299 - { 2300 - type: "result", 2301 - result: stringify(data2, transport), 2302 - refreshes: await serialize_refreshes(refreshes) 2303 - } 2304 - ); 2305 - } 2306 - const payload = info.type === "prerender" ? additional_args : ( 2307 - /** @type {string} */ 2308 - // new URL(...) necessary because we're hiding the URL from the user in the event object 2309 - new URL(event.request.url).searchParams.get("payload") 2310 - ); 2311 - const data = await with_request_store( 2312 - { event, state }, 2313 - () => fn(parse_remote_arg(payload, transport)) 2314 - ); 2315 - return json( 2316 - /** @type {RemoteFunctionResponse} */ 2317 - { 2318 - type: "result", 2319 - result: stringify(data, transport) 2320 - } 2321 - ); 2322 - } catch (error2) { 2323 - if (error2 instanceof Redirect) { 2324 - return json( 2325 - /** @type {RemoteFunctionResponse} */ 2326 - { 2327 - type: "redirect", 2328 - location: error2.location, 2329 - refreshes: await serialize_refreshes(form_client_refreshes) 2330 - } 2331 - ); 2332 - } 2333 - const status = error2 instanceof HttpError || error2 instanceof SvelteKitError ? error2.status : 500; 2334 - return json( 2335 - /** @type {RemoteFunctionResponse} */ 2336 - { 2337 - type: "error", 2338 - error: await handle_error_and_jsonify(event, state, options2, error2), 2339 - status 2340 - }, 2341 - { 2342 - // By setting a non-200 during prerendering we fail the prerender process (unless handleHttpError handles it). 2343 - // Errors at runtime will be passed to the client and are handled there 2344 - status: state.prerendering ? status : void 0, 2345 - headers: { 2346 - "cache-control": "private, no-store" 2347 - } 2348 - } 2349 - ); 2350 - } 2351 - async function serialize_refreshes(client_refreshes) { 2352 - const refreshes = state.refreshes ?? {}; 2353 - if (client_refreshes) { 2354 - for (const key2 of client_refreshes) { 2355 - if (refreshes[key2] !== void 0) continue; 2356 - const [hash3, name2, payload] = key2.split("/"); 2357 - const loader = manifest._.remotes[hash3]; 2358 - const fn2 = (await loader?.())?.default?.[name2]; 2359 - if (!fn2) error(400, "Bad Request"); 2360 - refreshes[key2] = with_request_store( 2361 - { event, state }, 2362 - () => fn2(parse_remote_arg(payload, transport)) 2363 - ); 2364 - } 2365 - } 2366 - if (Object.keys(refreshes).length === 0) { 2367 - return void 0; 2368 - } 2369 - return stringify( 2370 - Object.fromEntries( 2371 - await Promise.all( 2372 - Object.entries(refreshes).map(async ([key2, promise]) => [key2, await promise]) 2373 - ) 2374 - ), 2375 - transport 2376 - ); 2377 - } 2378 - } 2379 - async function handle_remote_form_post(event, state, manifest, id) { 2380 - return record_span({ 2381 - name: "sveltekit.remote.form.post", 2382 - attributes: {}, 2383 - fn: (current2) => { 2384 - const traced_event = merge_tracing(event, current2); 2385 - return with_request_store( 2386 - { event: traced_event, state }, 2387 - () => handle_remote_form_post_internal(traced_event, state, manifest, id) 2388 - ); 2389 - } 2390 - }); 2391 - } 2392 - async function handle_remote_form_post_internal(event, state, manifest, id) { 2393 - const [hash2, name, action_id] = id.split("/"); 2394 - const remotes = manifest._.remotes; 2395 - const module = await remotes[hash2]?.(); 2396 - let form = ( 2397 - /** @type {RemoteForm<any, any>} */ 2398 - module?.default[name] 2399 - ); 2400 - if (!form) { 2401 - event.setHeaders({ 2402 - // https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 2403 - // "The server must generate an Allow header field in a 405 status code response" 2404 - allow: "GET" 2405 - }); 2406 - return { 2407 - type: "error", 2408 - error: new SvelteKitError( 2409 - 405, 2410 - "Method Not Allowed", 2411 - `POST method not allowed. No form actions exist for ${"this page"}` 2412 - ) 2413 - }; 2414 - } 2415 - if (action_id) { 2416 - form = with_request_store({ event, state }, () => form.for(JSON.parse(action_id))); 2417 - } 2418 - try { 2419 - const fn = ( 2420 - /** @type {RemoteInfo & { type: 'form' }} */ 2421 - /** @type {any} */ 2422 - form.__.fn 2423 - ); 2424 - const { data, meta, form_data } = await deserialize_binary_form(event.request); 2425 - if (action_id && !("id" in data)) { 2426 - data.id = JSON.parse(decodeURIComponent(action_id)); 2427 - } 2428 - await with_request_store({ event, state }, () => fn(data, meta, form_data)); 2429 - return { 2430 - type: "success", 2431 - status: 200 2432 - }; 2433 - } catch (e) { 2434 - const err = normalize_error(e); 2435 - if (err instanceof Redirect) { 2436 - return { 2437 - type: "redirect", 2438 - status: err.status, 2439 - location: err.location 2440 - }; 2441 - } 2442 - return { 2443 - type: "error", 2444 - error: check_incorrect_fail_use(err) 2445 - }; 2446 - } 2447 - } 2448 - function get_remote_id(url) { 2449 - return url.pathname.startsWith(`${base}/${app_dir}/remote/`) && url.pathname.replace(`${base}/${app_dir}/remote/`, ""); 2450 - } 2451 - function get_remote_action(url) { 2452 - return url.searchParams.get("/remote"); 2453 - } 2454 - const MAX_DEPTH = 10; 2455 - async function render_page(event, event_state, page, options2, manifest, state, nodes, resolve_opts) { 2456 - if (state.depth > MAX_DEPTH) { 2457 - return text(`Not found: ${event.url.pathname}`, { 2458 - status: 404 2459 - // TODO in some cases this should be 500. not sure how to differentiate 2460 - }); 2461 - } 2462 - if (is_action_json_request(event)) { 2463 - const node = await manifest._.nodes[page.leaf](); 2464 - return handle_action_json_request(event, event_state, options2, node?.server); 2465 - } 2466 - try { 2467 - const leaf_node = ( 2468 - /** @type {import('types').SSRNode} */ 2469 - nodes.page() 2470 - ); 2471 - let status = 200; 2472 - let action_result = void 0; 2473 - if (is_action_request(event)) { 2474 - const remote_id = get_remote_action(event.url); 2475 - if (remote_id) { 2476 - action_result = await handle_remote_form_post(event, event_state, manifest, remote_id); 2477 - } else { 2478 - action_result = await handle_action_request(event, event_state, leaf_node.server); 2479 - } 2480 - if (action_result?.type === "redirect") { 2481 - return redirect_response(action_result.status, action_result.location); 2482 - } 2483 - if (action_result?.type === "error") { 2484 - status = get_status(action_result.error); 2485 - } 2486 - if (action_result?.type === "failure") { 2487 - status = action_result.status; 2488 - } 2489 - } 2490 - const should_prerender = nodes.prerender(); 2491 - if (should_prerender) { 2492 - const mod = leaf_node.server; 2493 - if (mod?.actions) { 2494 - throw new Error("Cannot prerender pages with actions"); 2495 - } 2496 - } else if (state.prerendering) { 2497 - return new Response(void 0, { 2498 - status: 204 2499 - }); 2500 - } 2501 - state.prerender_default = should_prerender; 2502 - const should_prerender_data = nodes.should_prerender_data(); 2503 - const data_pathname = add_data_suffix(event.url.pathname); 2504 - const fetched = []; 2505 - const ssr = nodes.ssr(); 2506 - const csr = nodes.csr(); 2507 - if (ssr === false && !(state.prerendering && should_prerender_data)) { 2508 - if (BROWSER && action_result && !event.request.headers.has("x-sveltekit-action")) ; 2509 - return await render_response({ 2510 - branch: [], 2511 - fetched, 2512 - page_config: { 2513 - ssr: false, 2514 - csr 2515 - }, 2516 - status, 2517 - error: null, 2518 - event, 2519 - event_state, 2520 - options: options2, 2521 - manifest, 2522 - state, 2523 - resolve_opts, 2524 - data_serializer: server_data_serializer(event, event_state, options2) 2525 - }); 2526 - } 2527 - const branch = []; 2528 - let load_error = null; 2529 - const data_serializer = server_data_serializer(event, event_state, options2); 2530 - const data_serializer_json = state.prerendering && should_prerender_data ? server_data_serializer_json(event, event_state, options2) : null; 2531 - const server_promises = nodes.data.map((node, i) => { 2532 - if (load_error) { 2533 - throw load_error; 2534 - } 2535 - return Promise.resolve().then(async () => { 2536 - try { 2537 - if (node === leaf_node && action_result?.type === "error") { 2538 - throw action_result.error; 2539 - } 2540 - const server_data = await load_server_data({ 2541 - event, 2542 - event_state, 2543 - state, 2544 - node, 2545 - parent: async () => { 2546 - const data = {}; 2547 - for (let j = 0; j < i; j += 1) { 2548 - const parent = await server_promises[j]; 2549 - if (parent) Object.assign(data, parent.data); 2550 - } 2551 - return data; 2552 - } 2553 - }); 2554 - if (node) { 2555 - data_serializer.add_node(i, server_data); 2556 - } 2557 - data_serializer_json?.add_node(i, server_data); 2558 - return server_data; 2559 - } catch (e) { 2560 - load_error = /** @type {Error} */ 2561 - e; 2562 - throw load_error; 2563 - } 2564 - }); 2565 - }); 2566 - const load_promises = nodes.data.map((node, i) => { 2567 - if (load_error) throw load_error; 2568 - return Promise.resolve().then(async () => { 2569 - try { 2570 - return await load_data({ 2571 - event, 2572 - event_state, 2573 - fetched, 2574 - node, 2575 - parent: async () => { 2576 - const data = {}; 2577 - for (let j = 0; j < i; j += 1) { 2578 - Object.assign(data, await load_promises[j]); 2579 - } 2580 - return data; 2581 - }, 2582 - resolve_opts, 2583 - server_data_promise: server_promises[i], 2584 - state, 2585 - csr 2586 - }); 2587 - } catch (e) { 2588 - load_error = /** @type {Error} */ 2589 - e; 2590 - throw load_error; 2591 - } 2592 - }); 2593 - }); 2594 - for (const p of server_promises) p.catch(() => { 2595 - }); 2596 - for (const p of load_promises) p.catch(() => { 2597 - }); 2598 - for (let i = 0; i < nodes.data.length; i += 1) { 2599 - const node = nodes.data[i]; 2600 - if (node) { 2601 - try { 2602 - const server_data = await server_promises[i]; 2603 - const data = await load_promises[i]; 2604 - branch.push({ node, server_data, data }); 2605 - } catch (e) { 2606 - const err = normalize_error(e); 2607 - if (err instanceof Redirect) { 2608 - if (state.prerendering && should_prerender_data) { 2609 - const body2 = JSON.stringify({ 2610 - type: "redirect", 2611 - location: err.location 2612 - }); 2613 - state.prerendering.dependencies.set(data_pathname, { 2614 - response: text(body2), 2615 - body: body2 2616 - }); 2617 - } 2618 - return redirect_response(err.status, err.location); 2619 - } 2620 - const status2 = get_status(err); 2621 - const error2 = await handle_error_and_jsonify(event, event_state, options2, err); 2622 - while (i--) { 2623 - if (page.errors[i]) { 2624 - const index = ( 2625 - /** @type {number} */ 2626 - page.errors[i] 2627 - ); 2628 - const node2 = await manifest._.nodes[index](); 2629 - let j = i; 2630 - while (!branch[j]) j -= 1; 2631 - data_serializer.set_max_nodes(j + 1); 2632 - const layouts = compact(branch.slice(0, j + 1)); 2633 - const nodes2 = new PageNodes(layouts.map((layout) => layout.node)); 2634 - const error_branch = layouts.concat({ 2635 - node: node2, 2636 - data: null, 2637 - server_data: null 2638 - }); 2639 - return await render_response({ 2640 - event, 2641 - event_state, 2642 - options: options2, 2643 - manifest, 2644 - state, 2645 - resolve_opts, 2646 - page_config: { 2647 - ssr: nodes2.ssr(), 2648 - csr: nodes2.csr() 2649 - }, 2650 - status: status2, 2651 - error: error2, 2652 - error_components: await load_error_components( 2653 - options2, 2654 - ssr, 2655 - error_branch, 2656 - page, 2657 - manifest 2658 - ), 2659 - branch: error_branch, 2660 - fetched, 2661 - data_serializer 2662 - }); 2663 - } 2664 - } 2665 - return static_error_page(options2, status2, error2.message); 2666 - } 2667 - } else { 2668 - branch.push(null); 2669 - } 2670 - } 2671 - if (state.prerendering && data_serializer_json) { 2672 - let { data, chunks } = data_serializer_json.get_data(); 2673 - if (chunks) { 2674 - for await (const chunk of chunks) { 2675 - data += chunk; 2676 - } 2677 - } 2678 - state.prerendering.dependencies.set(data_pathname, { 2679 - response: text(data), 2680 - body: data 2681 - }); 2682 - } 2683 - return await render_response({ 2684 - event, 2685 - event_state, 2686 - options: options2, 2687 - manifest, 2688 - state, 2689 - resolve_opts, 2690 - page_config: { 2691 - csr, 2692 - ssr 2693 - }, 2694 - status, 2695 - error: null, 2696 - branch: !ssr ? [] : compact(branch), 2697 - action_result, 2698 - fetched, 2699 - data_serializer: !ssr ? server_data_serializer(event, event_state, options2) : data_serializer, 2700 - error_components: await load_error_components(options2, ssr, branch, page, manifest) 2701 - }); 2702 - } catch (e) { 2703 - if (e instanceof Redirect) { 2704 - return redirect_response(e.status, e.location); 2705 - } 2706 - return await respond_with_error({ 2707 - event, 2708 - event_state, 2709 - options: options2, 2710 - manifest, 2711 - state, 2712 - status: e instanceof HttpError ? e.status : 500, 2713 - error: e, 2714 - resolve_opts 2715 - }); 2716 - } 2717 - } 2718 - async function load_error_components(options2, ssr, branch, page, manifest) { 2719 - let error_components; 2720 - if (options2.server_error_boundaries && ssr) { 2721 - let last_idx = -1; 2722 - error_components = await Promise.all( 2723 - // eslint-disable-next-line @typescript-eslint/await-thenable 2724 - branch.map((b, i) => { 2725 - if (i === 0) return void 0; 2726 - if (!b) return null; 2727 - i--; 2728 - while (i > last_idx + 1 && page.errors[i] === void 0) i -= 1; 2729 - last_idx = i; 2730 - const idx = page.errors[i]; 2731 - if (idx == null) return void 0; 2732 - return manifest._.nodes[idx]?.().then((e) => e.component?.()).catch(() => void 0); 2733 - }).filter((e) => e !== null) 2734 - ); 2735 - } 2736 - return error_components; 2737 - } 2738 - function once(fn) { 2739 - let done = false; 2740 - let result; 2741 - return () => { 2742 - if (done) return result; 2743 - done = true; 2744 - return result = fn(); 2745 - }; 2746 - } 2747 - async function render_data(event, event_state, route, options2, manifest, state, invalidated_data_nodes, trailing_slash) { 2748 - if (!route.page) { 2749 - return new Response(void 0, { 2750 - status: 404 2751 - }); 2752 - } 2753 - try { 2754 - const node_ids = [...route.page.layouts, route.page.leaf]; 2755 - const invalidated = invalidated_data_nodes ?? node_ids.map(() => true); 2756 - let aborted = false; 2757 - const url = new URL(event.url); 2758 - url.pathname = normalize_path(url.pathname, trailing_slash); 2759 - const new_event = { ...event, url }; 2760 - const functions = node_ids.map((n, i) => { 2761 - return once(async () => { 2762 - try { 2763 - if (aborted) { 2764 - return ( 2765 - /** @type {import('types').ServerDataSkippedNode} */ 2766 - { 2767 - type: "skip" 2768 - } 2769 - ); 2770 - } 2771 - const node = n == void 0 ? n : await manifest._.nodes[n](); 2772 - return load_server_data({ 2773 - event: new_event, 2774 - event_state, 2775 - state, 2776 - node, 2777 - parent: async () => { 2778 - const data2 = {}; 2779 - for (let j = 0; j < i; j += 1) { 2780 - const parent = ( 2781 - /** @type {import('types').ServerDataNode | null} */ 2782 - await functions[j]() 2783 - ); 2784 - if (parent) { 2785 - Object.assign(data2, parent.data); 2786 - } 2787 - } 2788 - return data2; 2789 - } 2790 - }); 2791 - } catch (e) { 2792 - aborted = true; 2793 - throw e; 2794 - } 2795 - }); 2796 - }); 2797 - const promises = functions.map(async (fn, i) => { 2798 - if (!invalidated[i]) { 2799 - return ( 2800 - /** @type {import('types').ServerDataSkippedNode} */ 2801 - { 2802 - type: "skip" 2803 - } 2804 - ); 2805 - } 2806 - return fn(); 2807 - }); 2808 - let length = promises.length; 2809 - const nodes = await Promise.all( 2810 - promises.map( 2811 - (p, i) => p.catch(async (error2) => { 2812 - if (error2 instanceof Redirect) { 2813 - throw error2; 2814 - } 2815 - length = Math.min(length, i + 1); 2816 - return ( 2817 - /** @type {import('types').ServerErrorNode} */ 2818 - { 2819 - type: "error", 2820 - error: await handle_error_and_jsonify(event, event_state, options2, error2), 2821 - status: error2 instanceof HttpError || error2 instanceof SvelteKitError ? error2.status : void 0 2822 - } 2823 - ); 2824 - }) 2825 - ) 2826 - ); 2827 - const data_serializer = server_data_serializer_json(event, event_state, options2); 2828 - for (let i = 0; i < nodes.length; i++) data_serializer.add_node(i, nodes[i]); 2829 - const { data, chunks } = data_serializer.get_data(); 2830 - if (!chunks) { 2831 - return json_response(data); 2832 - } 2833 - return new Response( 2834 - new ReadableStream({ 2835 - async start(controller) { 2836 - controller.enqueue(text_encoder.encode(data)); 2837 - for await (const chunk of chunks) { 2838 - controller.enqueue(text_encoder.encode(chunk)); 2839 - } 2840 - controller.close(); 2841 - }, 2842 - type: "bytes" 2843 - }), 2844 - { 2845 - headers: { 2846 - // we use a proprietary content type to prevent buffering. 2847 - // the `text` prefix makes it inspectable 2848 - "content-type": "text/sveltekit-data", 2849 - "cache-control": "private, no-store" 2850 - } 2851 - } 2852 - ); 2853 - } catch (e) { 2854 - const error2 = normalize_error(e); 2855 - if (error2 instanceof Redirect) { 2856 - return redirect_json_response(error2); 2857 - } else { 2858 - return json_response(await handle_error_and_jsonify(event, event_state, options2, error2), 500); 2859 - } 2860 - } 2861 - } 2862 - function json_response(json2, status = 200) { 2863 - return text(typeof json2 === "string" ? json2 : JSON.stringify(json2), { 2864 - status, 2865 - headers: { 2866 - "content-type": "application/json", 2867 - "cache-control": "private, no-store" 2868 - } 2869 - }); 2870 - } 2871 - function redirect_json_response(redirect) { 2872 - return json_response( 2873 - /** @type {import('types').ServerRedirectNode} */ 2874 - { 2875 - type: "redirect", 2876 - location: redirect.location 2877 - } 2878 - ); 2879 - } 2880 - const INVALID_COOKIE_CHARACTER_REGEX = /[\x00-\x1F\x7F()<>@,;:"/[\]?={} \t]/; 2881 - function validate_options(options2) { 2882 - if (options2?.path === void 0) { 2883 - throw new Error("You must specify a `path` when setting, deleting or serializing cookies"); 2884 - } 2885 - } 2886 - function generate_cookie_key(domain, path, name) { 2887 - return `${domain || ""}${path}?${encodeURIComponent(name)}`; 2888 - } 2889 - function get_cookies(request, url) { 2890 - const header = request.headers.get("cookie") ?? ""; 2891 - const initial_cookies = parse(header, { decode: (value) => value }); 2892 - let normalized_url; 2893 - const new_cookies = /* @__PURE__ */ new Map(); 2894 - const defaults = { 2895 - httpOnly: true, 2896 - sameSite: "lax", 2897 - secure: url.hostname === "localhost" && url.protocol === "http:" ? false : true 2898 - }; 2899 - const cookies = { 2900 - // The JSDoc param annotations appearing below for get, set and delete 2901 - // are necessary to expose the `cookie` library types to 2902 - // typescript users. `@type {import('@sveltejs/kit').Cookies}` above is not 2903 - // sufficient to do so. 2904 - /** 2905 - * @param {string} name 2906 - * @param {import('cookie').CookieParseOptions} [opts] 2907 - */ 2908 - get(name, opts) { 2909 - const best_match = Array.from(new_cookies.values()).filter((c) => { 2910 - return c.name === name && domain_matches(url.hostname, c.options.domain) && path_matches(url.pathname, c.options.path); 2911 - }).sort((a, b) => b.options.path.length - a.options.path.length)[0]; 2912 - if (best_match) { 2913 - return best_match.options.maxAge === 0 ? void 0 : best_match.value; 2914 - } 2915 - const req_cookies = parse(header, { decode: opts?.decode }); 2916 - const cookie = req_cookies[name]; 2917 - return cookie; 2918 - }, 2919 - /** 2920 - * @param {import('cookie').CookieParseOptions} [opts] 2921 - */ 2922 - getAll(opts) { 2923 - const cookies2 = parse(header, { decode: opts?.decode }); 2924 - const lookup = /* @__PURE__ */ new Map(); 2925 - for (const c of new_cookies.values()) { 2926 - if (domain_matches(url.hostname, c.options.domain) && path_matches(url.pathname, c.options.path)) { 2927 - const existing = lookup.get(c.name); 2928 - if (!existing || c.options.path.length > existing.options.path.length) { 2929 - lookup.set(c.name, c); 2930 - } 2931 - } 2932 - } 2933 - for (const c of lookup.values()) { 2934 - cookies2[c.name] = c.value; 2935 - } 2936 - return Object.entries(cookies2).map(([name, value]) => ({ name, value })); 2937 - }, 2938 - /** 2939 - * @param {string} name 2940 - * @param {string} value 2941 - * @param {import('./page/types.js').Cookie['options']} options 2942 - */ 2943 - set(name, value, options2) { 2944 - const illegal_characters = name.match(INVALID_COOKIE_CHARACTER_REGEX); 2945 - if (illegal_characters) { 2946 - console.warn( 2947 - `The cookie name "${name}" will be invalid in SvelteKit 3.0 as it contains ${illegal_characters.join( 2948 - " and " 2949 - )}. See RFC 2616 for more details https://datatracker.ietf.org/doc/html/rfc2616#section-2.2` 2950 - ); 2951 - } 2952 - validate_options(options2); 2953 - set_internal(name, value, { ...defaults, ...options2 }); 2954 - }, 2955 - /** 2956 - * @param {string} name 2957 - * @param {import('./page/types.js').Cookie['options']} options 2958 - */ 2959 - delete(name, options2) { 2960 - validate_options(options2); 2961 - cookies.set(name, "", { ...options2, maxAge: 0 }); 2962 - }, 2963 - /** 2964 - * @param {string} name 2965 - * @param {string} value 2966 - * @param {import('./page/types.js').Cookie['options']} options 2967 - */ 2968 - serialize(name, value, options2) { 2969 - validate_options(options2); 2970 - let path = options2.path; 2971 - if (!options2.domain || options2.domain === url.hostname) { 2972 - if (!normalized_url) { 2973 - throw new Error("Cannot serialize cookies until after the route is determined"); 2974 - } 2975 - path = resolve(normalized_url, path); 2976 - } 2977 - return serialize(name, value, { ...defaults, ...options2, path }); 2978 - } 2979 - }; 2980 - function get_cookie_header(destination, header2) { 2981 - const combined_cookies = { 2982 - // cookies sent by the user agent have lowest precedence 2983 - ...initial_cookies 2984 - }; 2985 - for (const cookie of new_cookies.values()) { 2986 - if (!domain_matches(destination.hostname, cookie.options.domain)) continue; 2987 - if (!path_matches(destination.pathname, cookie.options.path)) continue; 2988 - const encoder = cookie.options.encode || encodeURIComponent; 2989 - combined_cookies[cookie.name] = encoder(cookie.value); 2990 - } 2991 - if (header2) { 2992 - const parsed = parse(header2, { decode: (value) => value }); 2993 - for (const name in parsed) { 2994 - combined_cookies[name] = parsed[name]; 2995 - } 2996 - } 2997 - return Object.entries(combined_cookies).map(([name, value]) => `${name}=${value}`).join("; "); 2998 - } 2999 - const internal_queue = []; 3000 - function set_internal(name, value, options2) { 3001 - if (!normalized_url) { 3002 - internal_queue.push(() => set_internal(name, value, options2)); 3003 - return; 3004 - } 3005 - let path = options2.path; 3006 - if (!options2.domain || options2.domain === url.hostname) { 3007 - path = resolve(normalized_url, path); 3008 - } 3009 - const cookie_key = generate_cookie_key(options2.domain, path, name); 3010 - const cookie = { name, value, options: { ...options2, path } }; 3011 - new_cookies.set(cookie_key, cookie); 3012 - } 3013 - function set_trailing_slash(trailing_slash) { 3014 - normalized_url = normalize_path(url.pathname, trailing_slash); 3015 - internal_queue.forEach((fn) => fn()); 3016 - } 3017 - return { cookies, new_cookies, get_cookie_header, set_internal, set_trailing_slash }; 3018 - } 3019 - function domain_matches(hostname, constraint) { 3020 - if (!constraint) return true; 3021 - const normalized = constraint[0] === "." ? constraint.slice(1) : constraint; 3022 - if (hostname === normalized) return true; 3023 - return hostname.endsWith("." + normalized); 3024 - } 3025 - function path_matches(path, constraint) { 3026 - if (!constraint) return true; 3027 - const normalized = constraint.endsWith("/") ? constraint.slice(0, -1) : constraint; 3028 - if (path === normalized) return true; 3029 - return path.startsWith(normalized + "/"); 3030 - } 3031 - function add_cookies_to_headers(headers2, cookies) { 3032 - for (const new_cookie of cookies) { 3033 - const { name, value, options: options2 } = new_cookie; 3034 - headers2.append("set-cookie", serialize(name, value, options2)); 3035 - if (options2.path.endsWith(".html")) { 3036 - const path = add_data_suffix(options2.path); 3037 - headers2.append("set-cookie", serialize(name, value, { ...options2, path })); 3038 - } 3039 - } 3040 - } 3041 - function create_fetch({ event, options: options2, manifest, state, get_cookie_header, set_internal }) { 3042 - const server_fetch = async (info, init2) => { 3043 - const original_request = normalize_fetch_input(info, init2, event.url); 3044 - let mode = (info instanceof Request ? info.mode : init2?.mode) ?? "cors"; 3045 - let credentials = (info instanceof Request ? info.credentials : init2?.credentials) ?? "same-origin"; 3046 - return options2.hooks.handleFetch({ 3047 - event, 3048 - request: original_request, 3049 - fetch: async (info2, init3) => { 3050 - const request = normalize_fetch_input(info2, init3, event.url); 3051 - const url = new URL(request.url); 3052 - if (!request.headers.has("origin")) { 3053 - request.headers.set("origin", event.url.origin); 3054 - } 3055 - if (info2 !== original_request) { 3056 - mode = (info2 instanceof Request ? info2.mode : init3?.mode) ?? "cors"; 3057 - credentials = (info2 instanceof Request ? info2.credentials : init3?.credentials) ?? "same-origin"; 3058 - } 3059 - if ((request.method === "GET" || request.method === "HEAD") && (mode === "no-cors" && url.origin !== event.url.origin || url.origin === event.url.origin)) { 3060 - request.headers.delete("origin"); 3061 - } 3062 - const decoded = decodeURIComponent(url.pathname); 3063 - if (url.origin !== event.url.origin || base && decoded !== base && !decoded.startsWith(`${base}/`)) { 3064 - if (`.${url.hostname}`.endsWith(`.${event.url.hostname}`) && credentials !== "omit") { 3065 - const cookie = get_cookie_header(url, request.headers.get("cookie")); 3066 - if (cookie) request.headers.set("cookie", cookie); 3067 - } 3068 - return fetch(request); 3069 - } 3070 - const prefix = assets || base; 3071 - const filename = (decoded.startsWith(prefix) ? decoded.slice(prefix.length) : decoded).slice(1); 3072 - const filename_html = `${filename}/index.html`; 3073 - const is_asset = manifest.assets.has(filename) || filename in manifest._.server_assets; 3074 - const is_asset_html = manifest.assets.has(filename_html) || filename_html in manifest._.server_assets; 3075 - if (is_asset || is_asset_html) { 3076 - const file = is_asset ? filename : filename_html; 3077 - if (state.read) { 3078 - const type = is_asset ? manifest.mimeTypes[filename.slice(filename.lastIndexOf("."))] : "text/html"; 3079 - return new Response(state.read(file), { 3080 - headers: type ? { "content-type": type } : {} 3081 - }); 3082 - } else if (read_implementation && file in manifest._.server_assets) { 3083 - const length = manifest._.server_assets[file]; 3084 - const type = manifest.mimeTypes[file.slice(file.lastIndexOf("."))]; 3085 - return new Response(read_implementation(file), { 3086 - headers: { 3087 - "Content-Length": "" + length, 3088 - "Content-Type": type 3089 - } 3090 - }); 3091 - } 3092 - return await fetch(request); 3093 - } 3094 - if (has_prerendered_path(manifest, base + decoded)) { 3095 - return await fetch(request); 3096 - } 3097 - if (credentials !== "omit") { 3098 - const cookie = get_cookie_header(url, request.headers.get("cookie")); 3099 - if (cookie) { 3100 - request.headers.set("cookie", cookie); 3101 - } 3102 - const authorization = event.request.headers.get("authorization"); 3103 - if (authorization && !request.headers.has("authorization")) { 3104 - request.headers.set("authorization", authorization); 3105 - } 3106 - } 3107 - if (!request.headers.has("accept")) { 3108 - request.headers.set("accept", "*/*"); 3109 - } 3110 - if (!request.headers.has("accept-language")) { 3111 - request.headers.set( 3112 - "accept-language", 3113 - /** @type {string} */ 3114 - event.request.headers.get("accept-language") 3115 - ); 3116 - } 3117 - const response = await internal_fetch(request, options2, manifest, state); 3118 - const set_cookie = response.headers.get("set-cookie"); 3119 - if (set_cookie) { 3120 - for (const str of set_cookie_parser.splitCookiesString(set_cookie)) { 3121 - const { name, value, ...options3 } = set_cookie_parser.parseString(str, { 3122 - decodeValues: false 3123 - }); 3124 - const path = options3.path ?? (url.pathname.split("/").slice(0, -1).join("/") || "/"); 3125 - set_internal(name, value, { 3126 - path, 3127 - encode: (value2) => value2, 3128 - .../** @type {import('cookie').CookieSerializeOptions} */ 3129 - options3 3130 - }); 3131 - } 3132 - } 3133 - return response; 3134 - } 3135 - }); 3136 - }; 3137 - return (input, init2) => { 3138 - const response = server_fetch(input, init2); 3139 - response.catch(() => { 3140 - }); 3141 - return response; 3142 - }; 3143 - } 3144 - function normalize_fetch_input(info, init2, url) { 3145 - if (info instanceof Request) { 3146 - return info; 3147 - } 3148 - return new Request(typeof info === "string" ? new URL(info, url) : info, init2); 3149 - } 3150 - async function internal_fetch(request, options2, manifest, state) { 3151 - if (request.signal) { 3152 - if (request.signal.aborted) { 3153 - throw new DOMException("The operation was aborted.", "AbortError"); 3154 - } 3155 - let remove_abort_listener = () => { 3156 - }; 3157 - const abort_promise = new Promise((_, reject) => { 3158 - const on_abort = () => { 3159 - reject(new DOMException("The operation was aborted.", "AbortError")); 3160 - }; 3161 - request.signal.addEventListener("abort", on_abort, { once: true }); 3162 - remove_abort_listener = () => request.signal.removeEventListener("abort", on_abort); 3163 - }); 3164 - const result = await Promise.race([ 3165 - respond(request, options2, manifest, { 3166 - ...state, 3167 - depth: state.depth + 1 3168 - }), 3169 - abort_promise 3170 - ]); 3171 - remove_abort_listener(); 3172 - return result; 3173 - } else { 3174 - return await respond(request, options2, manifest, { 3175 - ...state, 3176 - depth: state.depth + 1 3177 - }); 3178 - } 3179 - } 3180 - let body; 3181 - let etag; 3182 - let headers; 3183 - function get_public_env(request) { 3184 - body ??= `export const env=${JSON.stringify(public_env)}`; 3185 - etag ??= `W/${Date.now()}`; 3186 - headers ??= new Headers({ 3187 - "content-type": "application/javascript; charset=utf-8", 3188 - etag 3189 - }); 3190 - if (request.headers.get("if-none-match") === etag) { 3191 - return new Response(void 0, { status: 304, headers }); 3192 - } 3193 - return new Response(body, { headers }); 3194 - } 3195 - const default_transform = ({ html }) => html; 3196 - const default_filter = () => false; 3197 - const default_preload = ({ type }) => type === "js" || type === "css"; 3198 - const page_methods = /* @__PURE__ */ new Set(["GET", "HEAD", "POST"]); 3199 - const allowed_page_methods = /* @__PURE__ */ new Set(["GET", "HEAD", "OPTIONS"]); 3200 - let warned_on_devtools_json_request = false; 3201 - const respond = propagate_context(internal_respond); 3202 - async function internal_respond(request, options2, manifest, state) { 3203 - const url = new URL(request.url); 3204 - const is_route_resolution_request = has_resolution_suffix(url.pathname); 3205 - const is_data_request = has_data_suffix(url.pathname); 3206 - const remote_id = get_remote_id(url); 3207 - { 3208 - const request_origin = request.headers.get("origin"); 3209 - if (remote_id) { 3210 - if (request.method !== "GET" && request_origin !== url.origin) { 3211 - const message = "Cross-site remote requests are forbidden"; 3212 - return json({ message }, { status: 403 }); 3213 - } 3214 - } else if (options2.csrf_check_origin) { 3215 - const forbidden = is_form_content_type(request) && (request.method === "POST" || request.method === "PUT" || request.method === "PATCH" || request.method === "DELETE") && request_origin !== url.origin && (!request_origin || !options2.csrf_trusted_origins.includes(request_origin)); 3216 - if (forbidden) { 3217 - const message = `Cross-site ${request.method} form submissions are forbidden`; 3218 - const opts = { status: 403 }; 3219 - if (request.headers.get("accept") === "application/json") { 3220 - return json({ message }, opts); 3221 - } 3222 - return text(message, opts); 3223 - } 3224 - } 3225 - } 3226 - if (options2.hash_routing && url.pathname !== base + "/" && url.pathname !== "/[fallback]") { 3227 - return text("Not found", { status: 404 }); 3228 - } 3229 - let invalidated_data_nodes; 3230 - if (is_route_resolution_request) { 3231 - url.pathname = strip_resolution_suffix(url.pathname); 3232 - } else if (is_data_request) { 3233 - url.pathname = strip_data_suffix(url.pathname) + (url.searchParams.get(TRAILING_SLASH_PARAM) === "1" ? "/" : "") || "/"; 3234 - url.searchParams.delete(TRAILING_SLASH_PARAM); 3235 - invalidated_data_nodes = url.searchParams.get(INVALIDATED_PARAM)?.split("").map((node) => node === "1"); 3236 - url.searchParams.delete(INVALIDATED_PARAM); 3237 - } else if (remote_id) { 3238 - url.pathname = request.headers.get("x-sveltekit-pathname") ?? base; 3239 - url.search = request.headers.get("x-sveltekit-search") ?? ""; 3240 - } 3241 - const headers2 = {}; 3242 - const { cookies, new_cookies, get_cookie_header, set_internal, set_trailing_slash } = get_cookies( 3243 - request, 3244 - url 3245 - ); 3246 - const event_state = { 3247 - prerendering: state.prerendering, 3248 - transport: options2.hooks.transport, 3249 - handleValidationError: options2.hooks.handleValidationError, 3250 - tracing: { 3251 - record_span 3252 - }, 3253 - is_in_remote_function: false 3254 - }; 3255 - const event = { 3256 - cookies, 3257 - // @ts-expect-error `fetch` needs to be created after the `event` itself 3258 - fetch: null, 3259 - getClientAddress: state.getClientAddress || (() => { 3260 - throw new Error( 3261 - `${"@sveltejs/adapter-static"} does not specify getClientAddress. Please raise an issue` 3262 - ); 3263 - }), 3264 - locals: {}, 3265 - params: {}, 3266 - platform: state.platform, 3267 - request, 3268 - route: { id: null }, 3269 - setHeaders: (new_headers) => { 3270 - for (const key2 in new_headers) { 3271 - const lower = key2.toLowerCase(); 3272 - const value = new_headers[key2]; 3273 - if (lower === "set-cookie") { 3274 - throw new Error( 3275 - "Use `event.cookies.set(name, value, options)` instead of `event.setHeaders` to set cookies" 3276 - ); 3277 - } else if (lower in headers2) { 3278 - if (lower === "server-timing") { 3279 - headers2[lower] += ", " + value; 3280 - } else { 3281 - throw new Error(`"${key2}" header is already set`); 3282 - } 3283 - } else { 3284 - headers2[lower] = value; 3285 - if (state.prerendering && lower === "cache-control") { 3286 - state.prerendering.cache = /** @type {string} */ 3287 - value; 3288 - } 3289 - } 3290 - } 3291 - }, 3292 - url, 3293 - isDataRequest: is_data_request, 3294 - isSubRequest: state.depth > 0, 3295 - isRemoteRequest: !!remote_id 3296 - }; 3297 - event.fetch = create_fetch({ 3298 - event, 3299 - options: options2, 3300 - manifest, 3301 - state, 3302 - get_cookie_header, 3303 - set_internal 3304 - }); 3305 - if (state.emulator?.platform) { 3306 - event.platform = await state.emulator.platform({ 3307 - config: {}, 3308 - prerender: !!state.prerendering?.fallback 3309 - }); 3310 - } 3311 - let resolved_path = url.pathname; 3312 - if (!remote_id) { 3313 - const prerendering_reroute_state = state.prerendering?.inside_reroute; 3314 - try { 3315 - if (state.prerendering) state.prerendering.inside_reroute = true; 3316 - resolved_path = await options2.hooks.reroute({ url: new URL(url), fetch: event.fetch }) ?? url.pathname; 3317 - } catch { 3318 - return text("Internal Server Error", { 3319 - status: 500 3320 - }); 3321 - } finally { 3322 - if (state.prerendering) state.prerendering.inside_reroute = prerendering_reroute_state; 3323 - } 3324 - } 3325 - try { 3326 - resolved_path = decode_pathname(resolved_path); 3327 - } catch { 3328 - return text("Malformed URI", { status: 400 }); 3329 - } 3330 - if ( 3331 - // the resolved path has been decoded so it should be compared to the decoded url pathname 3332 - resolved_path !== decode_pathname(url.pathname) && !state.prerendering?.fallback && has_prerendered_path(manifest, resolved_path) 3333 - ) { 3334 - const url2 = new URL(request.url); 3335 - url2.pathname = is_data_request ? add_data_suffix(resolved_path) : is_route_resolution_request ? add_resolution_suffix(resolved_path) : resolved_path; 3336 - try { 3337 - const response = await fetch(url2, request); 3338 - const headers22 = new Headers(response.headers); 3339 - if (headers22.has("content-encoding")) { 3340 - headers22.delete("content-encoding"); 3341 - headers22.delete("content-length"); 3342 - } 3343 - return new Response(response.body, { 3344 - headers: headers22, 3345 - status: response.status, 3346 - statusText: response.statusText 3347 - }); 3348 - } catch (error2) { 3349 - return await handle_fatal_error(event, event_state, options2, error2); 3350 - } 3351 - } 3352 - let route = null; 3353 - if (base && !state.prerendering?.fallback) { 3354 - if (!resolved_path.startsWith(base)) { 3355 - return text("Not found", { status: 404 }); 3356 - } 3357 - resolved_path = resolved_path.slice(base.length) || "/"; 3358 - } 3359 - if (is_route_resolution_request) { 3360 - return resolve_route(resolved_path, new URL(request.url), manifest); 3361 - } 3362 - if (resolved_path === `/${app_dir}/env.js`) { 3363 - return get_public_env(request); 3364 - } 3365 - if (!remote_id && resolved_path.startsWith(`/${app_dir}`)) { 3366 - const headers22 = new Headers(); 3367 - headers22.set("cache-control", "public, max-age=0, must-revalidate"); 3368 - return text("Not found", { status: 404, headers: headers22 }); 3369 - } 3370 - if (!state.prerendering?.fallback) { 3371 - const matchers = await manifest._.matchers(); 3372 - const result = find_route(resolved_path, manifest._.routes, matchers); 3373 - if (result) { 3374 - route = result.route; 3375 - event.route = { id: route.id }; 3376 - event.params = result.params; 3377 - } 3378 - } 3379 - let resolve_opts = { 3380 - transformPageChunk: default_transform, 3381 - filterSerializedResponseHeaders: default_filter, 3382 - preload: default_preload 3383 - }; 3384 - let trailing_slash = "never"; 3385 - try { 3386 - const page_nodes = route?.page ? new PageNodes(await load_page_nodes(route.page, manifest)) : void 0; 3387 - if (route && !remote_id) { 3388 - if (url.pathname === base || url.pathname === base + "/") { 3389 - trailing_slash = "always"; 3390 - } else if (page_nodes) { 3391 - if (BROWSER) ; 3392 - trailing_slash = page_nodes.trailing_slash(); 3393 - } else if (route.endpoint) { 3394 - const node = await route.endpoint(); 3395 - trailing_slash = node.trailingSlash ?? "never"; 3396 - if (BROWSER) ; 3397 - } 3398 - if (!is_data_request) { 3399 - const normalized = normalize_path(url.pathname, trailing_slash); 3400 - if (normalized !== url.pathname && !state.prerendering?.fallback) { 3401 - return new Response(void 0, { 3402 - status: 308, 3403 - headers: { 3404 - "x-sveltekit-normalize": "1", 3405 - location: ( 3406 - // ensure paths starting with '//' are not treated as protocol-relative 3407 - (normalized.startsWith("//") ? url.origin + normalized : normalized) + (url.search === "?" ? "" : url.search) 3408 - ) 3409 - } 3410 - }); 3411 - } 3412 - } 3413 - if (state.before_handle || state.emulator?.platform) { 3414 - let config = {}; 3415 - let prerender = false; 3416 - if (route.endpoint) { 3417 - const node = await route.endpoint(); 3418 - config = node.config ?? config; 3419 - prerender = node.prerender ?? prerender; 3420 - } else if (page_nodes) { 3421 - config = page_nodes.get_config() ?? config; 3422 - prerender = page_nodes.prerender(); 3423 - } 3424 - if (state.before_handle) { 3425 - state.before_handle(event, config, prerender); 3426 - } 3427 - if (state.emulator?.platform) { 3428 - event.platform = await state.emulator.platform({ config, prerender }); 3429 - } 3430 - } 3431 - } 3432 - set_trailing_slash(trailing_slash); 3433 - if (state.prerendering && !state.prerendering.fallback && !state.prerendering.inside_reroute) { 3434 - disable_search(url); 3435 - } 3436 - const response = await record_span({ 3437 - name: "sveltekit.handle.root", 3438 - attributes: { 3439 - "http.route": event.route.id || "unknown", 3440 - "http.method": event.request.method, 3441 - "http.url": event.url.href, 3442 - "sveltekit.is_data_request": is_data_request, 3443 - "sveltekit.is_sub_request": event.isSubRequest 3444 - }, 3445 - fn: async (root_span) => { 3446 - const traced_event = { 3447 - ...event, 3448 - tracing: { 3449 - enabled: false, 3450 - root: root_span, 3451 - current: root_span 3452 - } 3453 - }; 3454 - event_state.allows_commands = MUTATIVE_METHODS.includes(request.method); 3455 - return await with_request_store( 3456 - { event: traced_event, state: event_state }, 3457 - () => options2.hooks.handle({ 3458 - event: traced_event, 3459 - resolve: (event2, opts) => { 3460 - return record_span({ 3461 - name: "sveltekit.resolve", 3462 - attributes: { 3463 - "http.route": event2.route.id || "unknown" 3464 - }, 3465 - fn: (resolve_span) => { 3466 - return with_request_store( 3467 - null, 3468 - () => resolve2(merge_tracing(event2, resolve_span), page_nodes, opts).then( 3469 - (response2) => { 3470 - for (const key2 in headers2) { 3471 - const value = headers2[key2]; 3472 - response2.headers.set( 3473 - key2, 3474 - /** @type {string} */ 3475 - value 3476 - ); 3477 - } 3478 - add_cookies_to_headers(response2.headers, new_cookies.values()); 3479 - if (state.prerendering && event2.route.id !== null) { 3480 - response2.headers.set("x-sveltekit-routeid", encodeURI(event2.route.id)); 3481 - } 3482 - resolve_span.setAttributes({ 3483 - "http.response.status_code": response2.status, 3484 - "http.response.body.size": response2.headers.get("content-length") || "unknown" 3485 - }); 3486 - return response2; 3487 - } 3488 - ) 3489 - ); 3490 - } 3491 - }); 3492 - } 3493 - }) 3494 - ); 3495 - } 3496 - }); 3497 - if (response.status === 200 && response.headers.has("etag")) { 3498 - let if_none_match_value = request.headers.get("if-none-match"); 3499 - if (if_none_match_value?.startsWith('W/"')) { 3500 - if_none_match_value = if_none_match_value.substring(2); 3501 - } 3502 - const etag2 = ( 3503 - /** @type {string} */ 3504 - response.headers.get("etag") 3505 - ); 3506 - if (if_none_match_value === etag2) { 3507 - const headers22 = new Headers({ etag: etag2 }); 3508 - for (const key2 of [ 3509 - "cache-control", 3510 - "content-location", 3511 - "date", 3512 - "expires", 3513 - "vary", 3514 - "set-cookie" 3515 - ]) { 3516 - const value = response.headers.get(key2); 3517 - if (value) headers22.set(key2, value); 3518 - } 3519 - return new Response(void 0, { 3520 - status: 304, 3521 - headers: headers22 3522 - }); 3523 - } 3524 - } 3525 - if (is_data_request && response.status >= 300 && response.status <= 308) { 3526 - const location = response.headers.get("location"); 3527 - if (location) { 3528 - return redirect_json_response(new Redirect( 3529 - /** @type {any} */ 3530 - response.status, 3531 - location 3532 - )); 3533 - } 3534 - } 3535 - return response; 3536 - } catch (e) { 3537 - if (e instanceof Redirect) { 3538 - const response = is_data_request || remote_id ? redirect_json_response(e) : route?.page && is_action_json_request(event) ? action_json_redirect(e) : redirect_response(e.status, e.location); 3539 - add_cookies_to_headers(response.headers, new_cookies.values()); 3540 - return response; 3541 - } 3542 - return await handle_fatal_error(event, event_state, options2, e); 3543 - } 3544 - async function resolve2(event2, page_nodes, opts) { 3545 - try { 3546 - if (opts) { 3547 - resolve_opts = { 3548 - transformPageChunk: opts.transformPageChunk || default_transform, 3549 - filterSerializedResponseHeaders: opts.filterSerializedResponseHeaders || default_filter, 3550 - preload: opts.preload || default_preload 3551 - }; 3552 - } 3553 - if (options2.hash_routing || state.prerendering?.fallback) { 3554 - return await render_response({ 3555 - event: event2, 3556 - event_state, 3557 - options: options2, 3558 - manifest, 3559 - state, 3560 - page_config: { ssr: false, csr: true }, 3561 - status: 200, 3562 - error: null, 3563 - branch: [], 3564 - fetched: [], 3565 - resolve_opts, 3566 - data_serializer: server_data_serializer(event2, event_state, options2) 3567 - }); 3568 - } 3569 - if (remote_id) { 3570 - return await handle_remote_call(event2, event_state, options2, manifest, remote_id); 3571 - } 3572 - if (route) { 3573 - const method = ( 3574 - /** @type {import('types').HttpMethod} */ 3575 - event2.request.method 3576 - ); 3577 - let response2; 3578 - if (is_data_request) { 3579 - response2 = await render_data( 3580 - event2, 3581 - event_state, 3582 - route, 3583 - options2, 3584 - manifest, 3585 - state, 3586 - invalidated_data_nodes, 3587 - trailing_slash 3588 - ); 3589 - } else if (route.endpoint && (!route.page || is_endpoint_request(event2))) { 3590 - response2 = await render_endpoint(event2, event_state, await route.endpoint(), state); 3591 - } else if (route.page) { 3592 - if (!page_nodes) { 3593 - throw new Error("page_nodes not found. This should never happen"); 3594 - } else if (page_methods.has(method)) { 3595 - response2 = await render_page( 3596 - event2, 3597 - event_state, 3598 - route.page, 3599 - options2, 3600 - manifest, 3601 - state, 3602 - page_nodes, 3603 - resolve_opts 3604 - ); 3605 - } else { 3606 - const allowed_methods = new Set(allowed_page_methods); 3607 - const node = await manifest._.nodes[route.page.leaf](); 3608 - if (node?.server?.actions) { 3609 - allowed_methods.add("POST"); 3610 - } 3611 - if (method === "OPTIONS") { 3612 - response2 = new Response(null, { 3613 - status: 204, 3614 - headers: { 3615 - allow: Array.from(allowed_methods.values()).join(", ") 3616 - } 3617 - }); 3618 - } else { 3619 - const mod = [...allowed_methods].reduce( 3620 - (acc, curr) => { 3621 - acc[curr] = true; 3622 - return acc; 3623 - }, 3624 - /** @type {Record<string, any>} */ 3625 - {} 3626 - ); 3627 - response2 = method_not_allowed(mod, method); 3628 - } 3629 - } 3630 - } else { 3631 - throw new Error("Route is neither page nor endpoint. This should never happen"); 3632 - } 3633 - if (request.method === "GET" && route.page && route.endpoint) { 3634 - const vary = response2.headers.get("vary")?.split(",")?.map((v) => v.trim().toLowerCase()); 3635 - if (!(vary?.includes("accept") || vary?.includes("*"))) { 3636 - response2 = new Response(response2.body, { 3637 - status: response2.status, 3638 - statusText: response2.statusText, 3639 - headers: new Headers(response2.headers) 3640 - }); 3641 - response2.headers.append("Vary", "Accept"); 3642 - } 3643 - } 3644 - return response2; 3645 - } 3646 - if (state.error && event2.isSubRequest) { 3647 - const headers22 = new Headers(request.headers); 3648 - headers22.set("x-sveltekit-error", "true"); 3649 - return await fetch(request, { headers: headers22 }); 3650 - } 3651 - if (state.error) { 3652 - return text("Internal Server Error", { 3653 - status: 500 3654 - }); 3655 - } 3656 - if (state.depth === 0) { 3657 - if (BROWSER && event2.url.pathname === "/.well-known/appspecific/com.chrome.devtools.json") ; 3658 - return await respond_with_error({ 3659 - event: event2, 3660 - event_state, 3661 - options: options2, 3662 - manifest, 3663 - state, 3664 - status: 404, 3665 - error: new SvelteKitError(404, "Not Found", `Not found: ${event2.url.pathname}`), 3666 - resolve_opts 3667 - }); 3668 - } 3669 - if (state.prerendering) { 3670 - return text("not found", { status: 404 }); 3671 - } 3672 - const response = await fetch(request); 3673 - return new Response(response.body, response); 3674 - } catch (e) { 3675 - return await handle_fatal_error(event2, event_state, options2, e); 3676 - } finally { 3677 - event2.cookies.set = () => { 3678 - throw new Error("Cannot use `cookies.set(...)` after the response has been generated"); 3679 - }; 3680 - event2.setHeaders = () => { 3681 - throw new Error("Cannot use `setHeaders(...)` after the response has been generated"); 3682 - }; 3683 - } 3684 - } 3685 - } 3686 - function load_page_nodes(page, manifest) { 3687 - return Promise.all([ 3688 - // we use == here rather than === because [undefined] serializes as "[null]" 3689 - ...page.layouts.map((n) => n == void 0 ? n : manifest._.nodes[n]()), 3690 - manifest._.nodes[page.leaf]() 3691 - ]); 3692 - } 3693 - function propagate_context(fn) { 3694 - return async (req, ...rest) => { 3695 - { 3696 - return fn(req, ...rest); 3697 - } 3698 - }; 3699 - } 3700 - function filter_env(env, allowed, disallowed) { 3701 - return Object.fromEntries( 3702 - Object.entries(env).filter( 3703 - ([k]) => k.startsWith(allowed) && (disallowed === "" || !k.startsWith(disallowed)) 3704 - ) 3705 - ); 3706 - } 3707 - function set_app(value) { 3708 - } 3709 - let init_promise; 3710 - let current = null; 3711 - class Server { 3712 - /** @type {import('types').SSROptions} */ 3713 - #options; 3714 - /** @type {import('@sveltejs/kit').SSRManifest} */ 3715 - #manifest; 3716 - /** @param {import('@sveltejs/kit').SSRManifest} manifest */ 3717 - constructor(manifest) { 3718 - this.#options = options; 3719 - this.#manifest = manifest; 3720 - if (IN_WEBCONTAINER) { 3721 - const respond2 = this.respond.bind(this); 3722 - this.respond = async (...args) => { 3723 - const { promise, resolve: resolve2 } = ( 3724 - /** @type {PromiseWithResolvers<void>} */ 3725 - with_resolvers() 3726 - ); 3727 - const previous = current; 3728 - current = promise; 3729 - await previous; 3730 - return respond2(...args).finally(resolve2); 3731 - }; 3732 - } 3733 - } 3734 - /** 3735 - * @param {import('@sveltejs/kit').ServerInitOptions} opts 3736 - */ 3737 - async init({ env, read }) { 3738 - const { env_public_prefix, env_private_prefix } = this.#options; 3739 - set_private_env(filter_env(env, env_private_prefix, env_public_prefix)); 3740 - set_public_env(filter_env(env, env_public_prefix, env_private_prefix)); 3741 - if (read) { 3742 - const wrapped_read = (file) => { 3743 - const result = read(file); 3744 - if (result instanceof ReadableStream) { 3745 - return result; 3746 - } else { 3747 - return new ReadableStream({ 3748 - async start(controller) { 3749 - try { 3750 - const stream = await Promise.resolve(result); 3751 - if (!stream) { 3752 - controller.close(); 3753 - return; 3754 - } 3755 - const reader = stream.getReader(); 3756 - while (true) { 3757 - const { done, value } = await reader.read(); 3758 - if (done) break; 3759 - controller.enqueue(value); 3760 - } 3761 - controller.close(); 3762 - } catch (error2) { 3763 - controller.error(error2); 3764 - } 3765 - } 3766 - }); 3767 - } 3768 - }; 3769 - set_read_implementation(wrapped_read); 3770 - } 3771 - await (init_promise ??= (async () => { 3772 - try { 3773 - const module = await get_hooks(); 3774 - this.#options.hooks = { 3775 - handle: module.handle || (({ event, resolve: resolve2 }) => resolve2(event)), 3776 - handleError: module.handleError || (({ status, error: error2, event }) => { 3777 - const error_message = format_server_error( 3778 - status, 3779 - /** @type {Error} */ 3780 - error2, 3781 - event 3782 - ); 3783 - console.error(error_message); 3784 - }), 3785 - handleFetch: module.handleFetch || (({ request, fetch: fetch2 }) => fetch2(request)), 3786 - handleValidationError: module.handleValidationError || (({ issues }) => { 3787 - console.error("Remote function schema validation failed:", issues); 3788 - return { message: "Bad Request" }; 3789 - }), 3790 - reroute: module.reroute || (() => { 3791 - }), 3792 - transport: module.transport || {} 3793 - }; 3794 - set_app({ 3795 - decoders: module.transport ? Object.fromEntries(Object.entries(module.transport).map(([k, v]) => [k, v.decode])) : {} 3796 - }); 3797 - if (module.init) { 3798 - await module.init(); 3799 - } 3800 - } catch (e) { 3801 - { 3802 - throw e; 3803 - } 3804 - } 3805 - })()); 3806 - } 3807 - /** 3808 - * @param {Request} request 3809 - * @param {import('types').RequestOptions} options 3810 - */ 3811 - async respond(request, options2) { 3812 - return respond(request, this.#options, this.#manifest, { 3813 - ...options2, 3814 - error: false, 3815 - depth: 0 3816 - }); 3817 - } 3818 - } 3819 - export { 3820 - Server 3821 - };
-14
.svelte-kit/output/server/internal.js
··· 1 - import "./chunks/root.js"; 2 - import { s, e, f } from "./chunks/environment.js"; 3 - import { g, o, c, s as s2, a, b } from "./chunks/internal.js"; 4 - export { 5 - g as get_hooks, 6 - o as options, 7 - s as set_assets, 8 - e as set_building, 9 - c as set_manifest, 10 - f as set_prerendering, 11 - s2 as set_private_env, 12 - a as set_public_env, 13 - b as set_read_implementation 14 - };
-47
.svelte-kit/output/server/manifest-full.js
··· 1 - export const manifest = (() => { 2 - function __memo(fn) { 3 - let value; 4 - return () => value ??= (value = fn()); 5 - } 6 - 7 - return { 8 - appDir: "_app", 9 - appPath: "_app", 10 - assets: new Set(["favicon.png","favicon.svg","fonts/Fang-Italic.otf","fonts/Fang-Roman.otf","fonts/PicNic-Regular.otf","frogcursor-small.png","frogcursor.png","frogeye.png","froggie.png","froggiejump.png","froggiestand.png","frogicon.png","leaves.png","robots.txt"]), 11 - mimeTypes: {".png":"image/png",".svg":"image/svg+xml",".otf":"font/otf",".txt":"text/plain"}, 12 - _: { 13 - client: {start:"_app/immutable/entry/start.CgMVs50r.js",app:"_app/immutable/entry/app.D1MwiwKn.js",imports:["_app/immutable/entry/start.CgMVs50r.js","_app/immutable/chunks/BKjtTD7m.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/entry/app.D1MwiwKn.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/CCoS_Egr.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/chunks/CvWmAKek.js","_app/immutable/chunks/D1Ae0CO3.js","_app/immutable/chunks/lKBsgujO.js"],stylesheets:[],fonts:[],uses_env_dynamic_public:false}, 14 - nodes: [ 15 - __memo(() => import('./nodes/0.js')), 16 - __memo(() => import('./nodes/1.js')), 17 - __memo(() => import('./nodes/2.js')), 18 - __memo(() => import('./nodes/3.js')) 19 - ], 20 - remotes: { 21 - 22 - }, 23 - routes: [ 24 - { 25 - id: "/", 26 - pattern: /^\/$/, 27 - params: [], 28 - page: { layouts: [0,], errors: [1,], leaf: 2 }, 29 - endpoint: null 30 - }, 31 - { 32 - id: "/profile/[handle]", 33 - pattern: /^\/profile\/([^/]+?)\/?$/, 34 - params: [{"name":"handle","optional":false,"rest":false,"chained":false}], 35 - page: { layouts: [0,], errors: [1,], leaf: 3 }, 36 - endpoint: null 37 - } 38 - ], 39 - prerendered_routes: new Set([]), 40 - matchers: async () => { 41 - 42 - return { }; 43 - }, 44 - server_assets: {} 45 - } 46 - } 47 - })();
-39
.svelte-kit/output/server/manifest.js
··· 1 - export const manifest = (() => { 2 - function __memo(fn) { 3 - let value; 4 - return () => value ??= (value = fn()); 5 - } 6 - 7 - return { 8 - appDir: "_app", 9 - appPath: "_app", 10 - assets: new Set(["favicon.png","favicon.svg","fonts/Fang-Italic.otf","fonts/Fang-Roman.otf","fonts/PicNic-Regular.otf","frogcursor-small.png","frogcursor.png","frogeye.png","froggie.png","froggiejump.png","froggiestand.png","frogicon.png","leaves.png","robots.txt"]), 11 - mimeTypes: {".png":"image/png",".svg":"image/svg+xml",".otf":"font/otf",".txt":"text/plain"}, 12 - _: { 13 - client: {start:"_app/immutable/entry/start.CgMVs50r.js",app:"_app/immutable/entry/app.D1MwiwKn.js",imports:["_app/immutable/entry/start.CgMVs50r.js","_app/immutable/chunks/BKjtTD7m.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/entry/app.D1MwiwKn.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/CCoS_Egr.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/chunks/CvWmAKek.js","_app/immutable/chunks/D1Ae0CO3.js","_app/immutable/chunks/lKBsgujO.js"],stylesheets:[],fonts:[],uses_env_dynamic_public:false}, 14 - nodes: [ 15 - __memo(() => import('./nodes/0.js')), 16 - __memo(() => import('./nodes/1.js')), 17 - __memo(() => import('./nodes/3.js')) 18 - ], 19 - remotes: { 20 - 21 - }, 22 - routes: [ 23 - { 24 - id: "/profile/[handle]", 25 - pattern: /^\/profile\/([^/]+?)\/?$/, 26 - params: [{"name":"handle","optional":false,"rest":false,"chained":false}], 27 - page: { layouts: [0,], errors: [1,], leaf: 2 }, 28 - endpoint: null 29 - } 30 - ], 31 - prerendered_routes: new Set(["/"]), 32 - matchers: async () => { 33 - 34 - return { }; 35 - }, 36 - server_assets: {} 37 - } 38 - } 39 - })();
-13
.svelte-kit/output/server/nodes/0.js
··· 1 - 2 - 3 - export const index = 0; 4 - let component_cache; 5 - export const component = async () => component_cache ??= (await import('../entries/pages/_layout.svelte.js')).default; 6 - export const universal = { 7 - "prerender": true, 8 - "ssr": false 9 - }; 10 - export const universal_id = "src/routes/+layout.ts"; 11 - export const imports = ["_app/immutable/nodes/0.Bkiv3Mo1.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/iHYN8FkY.js","_app/immutable/chunks/D1Ae0CO3.js","_app/immutable/chunks/C8Fv-wU3.js"]; 12 - export const stylesheets = ["_app/immutable/assets/0.DKk5J4IK.css"]; 13 - export const fonts = [];
-8
.svelte-kit/output/server/nodes/1.js
··· 1 - 2 - 3 - export const index = 1; 4 - let component_cache; 5 - export const component = async () => component_cache ??= (await import('../entries/fallbacks/error.svelte.js')).default; 6 - export const imports = ["_app/immutable/nodes/1.kjxH651Z.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/C8Fv-wU3.js","_app/immutable/chunks/CCoS_Egr.js","_app/immutable/chunks/BKjtTD7m.js","_app/immutable/chunks/pNsQzX0r.js"]; 7 - export const stylesheets = []; 8 - export const fonts = [];
-8
.svelte-kit/output/server/nodes/2.js
··· 1 - 2 - 3 - export const index = 2; 4 - let component_cache; 5 - export const component = async () => component_cache ??= (await import('../entries/pages/_page.svelte.js')).default; 6 - export const imports = ["_app/immutable/nodes/2.BZdgRwqQ.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/chunks/CCoS_Egr.js","_app/immutable/chunks/CvWmAKek.js","_app/immutable/chunks/D1Ae0CO3.js","_app/immutable/chunks/iHYN8FkY.js","_app/immutable/chunks/4YFwho-X.js","_app/immutable/chunks/lKBsgujO.js"]; 7 - export const stylesheets = ["_app/immutable/assets/FrogHeader.D-WUJdl3.css","_app/immutable/assets/2.tHQ608Ax.css"]; 8 - export const fonts = [];
-13
.svelte-kit/output/server/nodes/3.js
··· 1 - 2 - 3 - export const index = 3; 4 - let component_cache; 5 - export const component = async () => component_cache ??= (await import('../entries/pages/profile/_handle_/_page.svelte.js')).default; 6 - export const universal = { 7 - "prerender": false, 8 - "ssr": false 9 - }; 10 - export const universal_id = "src/routes/profile/[handle]/+page.ts"; 11 - export const imports = ["_app/immutable/nodes/3.Bx_OPh6d.js","_app/immutable/chunks/6qGwBjhj.js","_app/immutable/chunks/BuZ8u_VS.js","_app/immutable/chunks/pNsQzX0r.js","_app/immutable/chunks/CCoS_Egr.js","_app/immutable/chunks/CvWmAKek.js","_app/immutable/chunks/D1Ae0CO3.js","_app/immutable/chunks/iHYN8FkY.js","_app/immutable/chunks/4YFwho-X.js","_app/immutable/chunks/BKjtTD7m.js"]; 12 - export const stylesheets = ["_app/immutable/assets/FrogHeader.D-WUJdl3.css","_app/immutable/assets/3.JMkiik8G.css"]; 13 - export const fonts = [];
-557
.svelte-kit/output/server/remote-entry.js
··· 1 - import { get_request_store, with_request_store } from "@sveltejs/kit/internal/server"; 2 - import { parse } from "devalue"; 3 - import { error, json } from "@sveltejs/kit"; 4 - import { u as stringify_remote_arg, M as MUTATIVE_METHODS, v as create_field_proxy, w as normalize_issue, x as set_nested_value, y as flatten_issues, z as deep_set, k as stringify, f as create_remote_key, h as handle_error_and_jsonify } from "./chunks/shared.js"; 5 - import { ValidationError, HttpError, SvelteKitError } from "@sveltejs/kit/internal"; 6 - import { B as BROWSER } from "./chunks/false.js"; 7 - import { b as base, c as app_dir, p as prerendering } from "./chunks/environment.js"; 8 - function create_validator(validate_or_fn, maybe_fn) { 9 - if (!maybe_fn) { 10 - return (arg) => { 11 - if (arg !== void 0) { 12 - error(400, "Bad Request"); 13 - } 14 - }; 15 - } 16 - if (validate_or_fn === "unchecked") { 17 - return (arg) => arg; 18 - } 19 - if ("~standard" in validate_or_fn) { 20 - return async (arg) => { 21 - const { event, state } = get_request_store(); 22 - const result = await validate_or_fn["~standard"].validate(arg); 23 - if (result.issues) { 24 - error( 25 - 400, 26 - await state.handleValidationError({ 27 - issues: result.issues, 28 - event 29 - }) 30 - ); 31 - } 32 - return result.value; 33 - }; 34 - } 35 - throw new Error( 36 - 'Invalid validator passed to remote function. Expected "unchecked" or a Standard Schema (https://standardschema.dev)' 37 - ); 38 - } 39 - async function get_response(info, arg, state, get_result) { 40 - await 0; 41 - const cache = get_cache(info, state); 42 - return cache[stringify_remote_arg(arg, state.transport)] ??= get_result(); 43 - } 44 - function parse_remote_response(data, transport) { 45 - const revivers = {}; 46 - for (const key in transport) { 47 - revivers[key] = transport[key].decode; 48 - } 49 - return parse(data, revivers); 50 - } 51 - async function run_remote_function(event, state, allow_cookies, get_input, fn) { 52 - const store = { 53 - event: { 54 - ...event, 55 - setHeaders: () => { 56 - throw new Error("setHeaders is not allowed in remote functions"); 57 - }, 58 - cookies: { 59 - ...event.cookies, 60 - set: (name, value, opts) => { 61 - if (!allow_cookies) { 62 - throw new Error("Cannot set cookies in `query` or `prerender` functions"); 63 - } 64 - if (opts.path && !opts.path.startsWith("/")) { 65 - throw new Error("Cookies set in remote functions must have an absolute path"); 66 - } 67 - return event.cookies.set(name, value, opts); 68 - }, 69 - delete: (name, opts) => { 70 - if (!allow_cookies) { 71 - throw new Error("Cannot delete cookies in `query` or `prerender` functions"); 72 - } 73 - if (opts.path && !opts.path.startsWith("/")) { 74 - throw new Error("Cookies deleted in remote functions must have an absolute path"); 75 - } 76 - return event.cookies.delete(name, opts); 77 - } 78 - } 79 - }, 80 - state: { 81 - ...state, 82 - is_in_remote_function: true 83 - } 84 - }; 85 - const input = await with_request_store(store, get_input); 86 - return with_request_store(store, () => fn(input)); 87 - } 88 - function get_cache(info, state = get_request_store().state) { 89 - let cache = state.remote_data?.get(info); 90 - if (cache === void 0) { 91 - cache = {}; 92 - (state.remote_data ??= /* @__PURE__ */ new Map()).set(info, cache); 93 - } 94 - return cache; 95 - } 96 - // @__NO_SIDE_EFFECTS__ 97 - function command(validate_or_fn, maybe_fn) { 98 - const fn = maybe_fn ?? validate_or_fn; 99 - const validate = create_validator(validate_or_fn, maybe_fn); 100 - const __ = { type: "command", id: "", name: "" }; 101 - const wrapper = (arg) => { 102 - const { event, state } = get_request_store(); 103 - if (!state.allows_commands) { 104 - const disallowed_method = !MUTATIVE_METHODS.includes(event.request.method); 105 - throw new Error( 106 - `Cannot call a command (\`${__.name}(${maybe_fn ? "..." : ""})\`) ${disallowed_method ? `from a ${event.request.method} handler or ` : ""}during server-side rendering` 107 - ); 108 - } 109 - state.refreshes ??= {}; 110 - const promise = Promise.resolve( 111 - run_remote_function(event, state, true, () => validate(arg), fn) 112 - ); 113 - promise.updates = () => { 114 - throw new Error(`Cannot call '${__.name}(...).updates(...)' on the server`); 115 - }; 116 - return ( 117 - /** @type {ReturnType<RemoteCommand<Input, Output>>} */ 118 - promise 119 - ); 120 - }; 121 - Object.defineProperty(wrapper, "__", { value: __ }); 122 - Object.defineProperty(wrapper, "pending", { 123 - get: () => 0 124 - }); 125 - return wrapper; 126 - } 127 - // @__NO_SIDE_EFFECTS__ 128 - function form(validate_or_fn, maybe_fn) { 129 - const fn = maybe_fn ?? validate_or_fn; 130 - const schema = !maybe_fn || validate_or_fn === "unchecked" ? null : ( 131 - /** @type {any} */ 132 - validate_or_fn 133 - ); 134 - function create_instance(key) { 135 - const instance = {}; 136 - instance.method = "POST"; 137 - Object.defineProperty(instance, "enhance", { 138 - value: () => { 139 - return { action: instance.action, method: instance.method }; 140 - } 141 - }); 142 - const __ = { 143 - type: "form", 144 - name: "", 145 - id: "", 146 - fn: async (data, meta, form_data) => { 147 - const output = {}; 148 - output.submission = true; 149 - const { event, state } = get_request_store(); 150 - const validated = await schema?.["~standard"].validate(data); 151 - if (meta.validate_only) { 152 - return validated?.issues?.map((issue) => normalize_issue(issue, true)) ?? []; 153 - } 154 - if (validated?.issues !== void 0) { 155 - handle_issues(output, validated.issues, form_data); 156 - } else { 157 - if (validated !== void 0) { 158 - data = validated.value; 159 - } 160 - state.refreshes ??= {}; 161 - const issue = create_issues(); 162 - try { 163 - output.result = await run_remote_function( 164 - event, 165 - state, 166 - true, 167 - () => data, 168 - (data2) => !maybe_fn ? fn() : fn(data2, issue) 169 - ); 170 - } catch (e) { 171 - if (e instanceof ValidationError) { 172 - handle_issues(output, e.issues, form_data); 173 - } else { 174 - throw e; 175 - } 176 - } 177 - } 178 - if (!event.isRemoteRequest) { 179 - get_cache(__, state)[""] ??= output; 180 - } 181 - return output; 182 - } 183 - }; 184 - Object.defineProperty(instance, "__", { value: __ }); 185 - Object.defineProperty(instance, "action", { 186 - get: () => `?/remote=${__.id}`, 187 - enumerable: true 188 - }); 189 - Object.defineProperty(instance, "fields", { 190 - get() { 191 - return create_field_proxy( 192 - {}, 193 - () => get_cache(__)?.[""]?.input ?? {}, 194 - (path, value) => { 195 - const cache = get_cache(__); 196 - const data = cache[""]; 197 - if (data?.submission) { 198 - return; 199 - } 200 - if (path.length === 0) { 201 - (cache[""] ??= {}).input = value; 202 - return; 203 - } 204 - const input = data?.input ?? {}; 205 - deep_set(input, path.map(String), value); 206 - (cache[""] ??= {}).input = input; 207 - }, 208 - () => flatten_issues(get_cache(__)?.[""]?.issues ?? []) 209 - ); 210 - } 211 - }); 212 - Object.defineProperty(instance, "result", { 213 - get() { 214 - try { 215 - return get_cache(__)?.[""]?.result; 216 - } catch { 217 - return void 0; 218 - } 219 - } 220 - }); 221 - Object.defineProperty(instance, "pending", { 222 - get: () => 0 223 - }); 224 - Object.defineProperty(instance, "preflight", { 225 - // preflight is a noop on the server 226 - value: () => instance 227 - }); 228 - Object.defineProperty(instance, "validate", { 229 - value: () => { 230 - throw new Error("Cannot call validate() on the server"); 231 - } 232 - }); 233 - if (key == void 0) { 234 - Object.defineProperty(instance, "for", { 235 - /** @type {RemoteForm<any, any>['for']} */ 236 - value: (key2) => { 237 - const { state } = get_request_store(); 238 - const cache_key = __.id + "|" + JSON.stringify(key2); 239 - let instance2 = (state.form_instances ??= /* @__PURE__ */ new Map()).get(cache_key); 240 - if (!instance2) { 241 - instance2 = create_instance(key2); 242 - instance2.__.id = `${__.id}/${encodeURIComponent(JSON.stringify(key2))}`; 243 - instance2.__.name = __.name; 244 - state.form_instances.set(cache_key, instance2); 245 - } 246 - return instance2; 247 - } 248 - }); 249 - } 250 - return instance; 251 - } 252 - return create_instance(); 253 - } 254 - function handle_issues(output, issues, form_data) { 255 - output.issues = issues.map((issue) => normalize_issue(issue, true)); 256 - if (form_data) { 257 - output.input = {}; 258 - for (let key of form_data.keys()) { 259 - if (/^[.\]]?_/.test(key)) continue; 260 - const is_array = key.endsWith("[]"); 261 - const values = form_data.getAll(key).filter((value) => typeof value === "string"); 262 - if (is_array) key = key.slice(0, -2); 263 - set_nested_value( 264 - /** @type {Record<string, any>} */ 265 - output.input, 266 - key, 267 - is_array ? values : values[0] 268 - ); 269 - } 270 - } 271 - } 272 - function create_issues() { 273 - return ( 274 - /** @type {InvalidField<any>} */ 275 - new Proxy( 276 - /** @param {string} message */ 277 - (message) => { 278 - if (typeof message !== "string") { 279 - throw new Error( 280 - "`invalid` should now be imported from `@sveltejs/kit` to throw validation issues. The second parameter provided to the form function (renamed to `issue`) is still used to construct issues, e.g. `invalid(issue.field('message'))`. For more info see https://github.com/sveltejs/kit/pulls/14768" 281 - ); 282 - } 283 - return create_issue(message); 284 - }, 285 - { 286 - get(target, prop) { 287 - if (typeof prop === "symbol") return ( 288 - /** @type {any} */ 289 - target[prop] 290 - ); 291 - return create_issue_proxy(prop, []); 292 - } 293 - } 294 - ) 295 - ); 296 - function create_issue(message, path = []) { 297 - return { 298 - message, 299 - path 300 - }; 301 - } 302 - function create_issue_proxy(key, path) { 303 - const new_path = [...path, key]; 304 - const issue_func = (message) => create_issue(message, new_path); 305 - return new Proxy(issue_func, { 306 - get(target, prop) { 307 - if (typeof prop === "symbol") return ( 308 - /** @type {any} */ 309 - target[prop] 310 - ); 311 - if (/^\d+$/.test(prop)) { 312 - return create_issue_proxy(parseInt(prop, 10), new_path); 313 - } 314 - return create_issue_proxy(prop, new_path); 315 - } 316 - }); 317 - } 318 - } 319 - // @__NO_SIDE_EFFECTS__ 320 - function prerender(validate_or_fn, fn_or_options, maybe_options) { 321 - const maybe_fn = typeof fn_or_options === "function" ? fn_or_options : void 0; 322 - const options = maybe_options ?? (maybe_fn ? void 0 : fn_or_options); 323 - const fn = maybe_fn ?? validate_or_fn; 324 - const validate = create_validator(validate_or_fn, maybe_fn); 325 - const __ = { 326 - type: "prerender", 327 - id: "", 328 - name: "", 329 - has_arg: !!maybe_fn, 330 - inputs: options?.inputs, 331 - dynamic: options?.dynamic 332 - }; 333 - const wrapper = (arg) => { 334 - const promise = (async () => { 335 - const { event, state } = get_request_store(); 336 - const payload = stringify_remote_arg(arg, state.transport); 337 - const id = __.id; 338 - const url = `${base}/${app_dir}/remote/${id}${payload ? `/${payload}` : ""}`; 339 - if (!state.prerendering && !BROWSER && !event.isRemoteRequest) { 340 - try { 341 - return await get_response(__, arg, state, async () => { 342 - const key = stringify_remote_arg(arg, state.transport); 343 - const cache = get_cache(__, state); 344 - const promise3 = cache[key] ??= fetch(new URL(url, event.url.origin).href).then( 345 - async (response) => { 346 - if (!response.ok) { 347 - throw new Error("Prerendered response not found"); 348 - } 349 - const prerendered = await response.json(); 350 - if (prerendered.type === "error") { 351 - error(prerendered.status, prerendered.error); 352 - } 353 - return prerendered.result; 354 - } 355 - ); 356 - return parse_remote_response(await promise3, state.transport); 357 - }); 358 - } catch { 359 - } 360 - } 361 - if (state.prerendering?.remote_responses.has(url)) { 362 - return ( 363 - /** @type {Promise<any>} */ 364 - state.prerendering.remote_responses.get(url) 365 - ); 366 - } 367 - const promise2 = get_response( 368 - __, 369 - arg, 370 - state, 371 - () => run_remote_function(event, state, false, () => validate(arg), fn) 372 - ); 373 - if (state.prerendering) { 374 - state.prerendering.remote_responses.set(url, promise2); 375 - } 376 - const result = await promise2; 377 - if (state.prerendering) { 378 - const body = { type: "result", result: stringify(result, state.transport) }; 379 - state.prerendering.dependencies.set(url, { 380 - body: JSON.stringify(body), 381 - response: json(body) 382 - }); 383 - } 384 - return result; 385 - })(); 386 - promise.catch(() => { 387 - }); 388 - return ( 389 - /** @type {RemoteResource<Output>} */ 390 - promise 391 - ); 392 - }; 393 - Object.defineProperty(wrapper, "__", { value: __ }); 394 - return wrapper; 395 - } 396 - // @__NO_SIDE_EFFECTS__ 397 - function query(validate_or_fn, maybe_fn) { 398 - const fn = maybe_fn ?? validate_or_fn; 399 - const validate = create_validator(validate_or_fn, maybe_fn); 400 - const __ = { type: "query", id: "", name: "" }; 401 - const wrapper = (arg) => { 402 - if (prerendering) { 403 - throw new Error( 404 - `Cannot call query '${__.name}' while prerendering, as prerendered pages need static data. Use 'prerender' from $app/server instead` 405 - ); 406 - } 407 - const { event, state } = get_request_store(); 408 - const get_remote_function_result = () => run_remote_function(event, state, false, () => validate(arg), fn); 409 - const promise = get_response(__, arg, state, get_remote_function_result); 410 - promise.catch(() => { 411 - }); 412 - promise.set = (value) => update_refresh_value(get_refresh_context(__, "set", arg), value); 413 - promise.refresh = () => { 414 - const refresh_context = get_refresh_context(__, "refresh", arg); 415 - const is_immediate_refresh = !refresh_context.cache[refresh_context.cache_key]; 416 - const value = is_immediate_refresh ? promise : get_remote_function_result(); 417 - return update_refresh_value(refresh_context, value, is_immediate_refresh); 418 - }; 419 - promise.withOverride = () => { 420 - throw new Error(`Cannot call '${__.name}.withOverride()' on the server`); 421 - }; 422 - return ( 423 - /** @type {RemoteQuery<Output>} */ 424 - promise 425 - ); 426 - }; 427 - Object.defineProperty(wrapper, "__", { value: __ }); 428 - return wrapper; 429 - } 430 - // @__NO_SIDE_EFFECTS__ 431 - function batch(validate_or_fn, maybe_fn) { 432 - const fn = maybe_fn ?? validate_or_fn; 433 - const validate = create_validator(validate_or_fn, maybe_fn); 434 - const __ = { 435 - type: "query_batch", 436 - id: "", 437 - name: "", 438 - run: async (args, options) => { 439 - const { event, state } = get_request_store(); 440 - return run_remote_function( 441 - event, 442 - state, 443 - false, 444 - async () => Promise.all(args.map(validate)), 445 - async (input) => { 446 - const get_result = await fn(input); 447 - return Promise.all( 448 - input.map(async (arg, i) => { 449 - try { 450 - return { type: "result", data: get_result(arg, i) }; 451 - } catch (error2) { 452 - return { 453 - type: "error", 454 - error: await handle_error_and_jsonify(event, state, options, error2), 455 - status: error2 instanceof HttpError || error2 instanceof SvelteKitError ? error2.status : 500 456 - }; 457 - } 458 - }) 459 - ); 460 - } 461 - ); 462 - } 463 - }; 464 - let batching = { args: [], resolvers: [] }; 465 - const wrapper = (arg) => { 466 - if (prerendering) { 467 - throw new Error( 468 - `Cannot call query.batch '${__.name}' while prerendering, as prerendered pages need static data. Use 'prerender' from $app/server instead` 469 - ); 470 - } 471 - const { event, state } = get_request_store(); 472 - const get_remote_function_result = () => { 473 - return new Promise((resolve, reject) => { 474 - batching.args.push(arg); 475 - batching.resolvers.push({ resolve, reject }); 476 - if (batching.args.length > 1) return; 477 - setTimeout(async () => { 478 - const batched = batching; 479 - batching = { args: [], resolvers: [] }; 480 - try { 481 - return await run_remote_function( 482 - event, 483 - state, 484 - false, 485 - async () => Promise.all(batched.args.map(validate)), 486 - async (input) => { 487 - const get_result = await fn(input); 488 - for (let i = 0; i < batched.resolvers.length; i++) { 489 - try { 490 - batched.resolvers[i].resolve(get_result(input[i], i)); 491 - } catch (error2) { 492 - batched.resolvers[i].reject(error2); 493 - } 494 - } 495 - } 496 - ); 497 - } catch (error2) { 498 - for (const resolver of batched.resolvers) { 499 - resolver.reject(error2); 500 - } 501 - } 502 - }, 0); 503 - }); 504 - }; 505 - const promise = get_response(__, arg, state, get_remote_function_result); 506 - promise.catch(() => { 507 - }); 508 - promise.set = (value) => update_refresh_value(get_refresh_context(__, "set", arg), value); 509 - promise.refresh = () => { 510 - const refresh_context = get_refresh_context(__, "refresh", arg); 511 - const is_immediate_refresh = !refresh_context.cache[refresh_context.cache_key]; 512 - const value = is_immediate_refresh ? promise : get_remote_function_result(); 513 - return update_refresh_value(refresh_context, value, is_immediate_refresh); 514 - }; 515 - promise.withOverride = () => { 516 - throw new Error(`Cannot call '${__.name}.withOverride()' on the server`); 517 - }; 518 - return ( 519 - /** @type {RemoteQuery<Output>} */ 520 - promise 521 - ); 522 - }; 523 - Object.defineProperty(wrapper, "__", { value: __ }); 524 - return wrapper; 525 - } 526 - Object.defineProperty(query, "batch", { value: batch, enumerable: true }); 527 - function get_refresh_context(__, action, arg) { 528 - const { state } = get_request_store(); 529 - const { refreshes } = state; 530 - if (!refreshes) { 531 - const name = __.type === "query_batch" ? `query.batch '${__.name}'` : `query '${__.name}'`; 532 - throw new Error( 533 - `Cannot call ${action} on ${name} because it is not executed in the context of a command/form remote function` 534 - ); 535 - } 536 - const cache = get_cache(__, state); 537 - const cache_key = stringify_remote_arg(arg, state.transport); 538 - const refreshes_key = create_remote_key(__.id, cache_key); 539 - return { __, state, refreshes, refreshes_key, cache, cache_key }; 540 - } 541 - function update_refresh_value({ __, refreshes, refreshes_key, cache, cache_key }, value, is_immediate_refresh = false) { 542 - const promise = Promise.resolve(value); 543 - if (!is_immediate_refresh) { 544 - cache[cache_key] = promise; 545 - } 546 - if (__.id) { 547 - refreshes[refreshes_key] = promise; 548 - } 549 - return promise.then(() => { 550 - }); 551 - } 552 - export { 553 - command, 554 - form, 555 - prerender, 556 - query 557 - };
-55
.svelte-kit/tsconfig.json
··· 1 - { 2 - "compilerOptions": { 3 - "paths": { 4 - "$lib": [ 5 - "../src/lib" 6 - ], 7 - "$lib/*": [ 8 - "../src/lib/*" 9 - ], 10 - "$app/types": [ 11 - "./types/index.d.ts" 12 - ] 13 - }, 14 - "rootDirs": [ 15 - "..", 16 - "./types" 17 - ], 18 - "verbatimModuleSyntax": true, 19 - "isolatedModules": true, 20 - "lib": [ 21 - "esnext", 22 - "DOM", 23 - "DOM.Iterable" 24 - ], 25 - "moduleResolution": "bundler", 26 - "module": "esnext", 27 - "noEmit": true, 28 - "target": "esnext" 29 - }, 30 - "include": [ 31 - "ambient.d.ts", 32 - "non-ambient.d.ts", 33 - "./types/**/$types.d.ts", 34 - "../vite.config.js", 35 - "../vite.config.ts", 36 - "../src/**/*.js", 37 - "../src/**/*.ts", 38 - "../src/**/*.svelte", 39 - "../test/**/*.js", 40 - "../test/**/*.ts", 41 - "../test/**/*.svelte", 42 - "../tests/**/*.js", 43 - "../tests/**/*.ts", 44 - "../tests/**/*.svelte" 45 - ], 46 - "exclude": [ 47 - "../node_modules/**", 48 - "../src/service-worker.js", 49 - "../src/service-worker/**/*.js", 50 - "../src/service-worker.ts", 51 - "../src/service-worker/**/*.ts", 52 - "../src/service-worker.d.ts", 53 - "../src/service-worker/**/*.d.ts" 54 - ] 55 - }
-10
.svelte-kit/types/route_meta_data.json
··· 1 - { 2 - "/": [ 3 - "src/routes/+layout.ts", 4 - "src/routes/+layout.ts" 5 - ], 6 - "/profile/[handle]": [ 7 - "src/routes/profile/[handle]/+page.ts", 8 - "src/routes/+layout.ts" 9 - ] 10 - }
-25
.svelte-kit/types/src/routes/$types.d.ts
··· 1 - import type * as Kit from '@sveltejs/kit'; 2 - 3 - type Expand<T> = T extends infer O ? { [K in keyof O]: O[K] } : never; 4 - type MatcherParam<M> = M extends (param : string) => param is (infer U extends string) ? U : string; 5 - type RouteParams = { }; 6 - type RouteId = '/'; 7 - type MaybeWithVoid<T> = {} extends T ? T | void : T; 8 - export type RequiredKeys<T> = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T]; 9 - type OutputDataShape<T> = MaybeWithVoid<Omit<App.PageData, RequiredKeys<T>> & Partial<Pick<App.PageData, keyof T & keyof App.PageData>> & Record<string, any>> 10 - type EnsureDefined<T> = T extends null | undefined ? {} : T; 11 - type OptionalUnion<U extends Record<string, any>, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude<A, keyof U>]?: never } & U : never; 12 - export type Snapshot<T = any> = Kit.Snapshot<T>; 13 - type PageParentData = EnsureDefined<LayoutData>; 14 - type LayoutRouteId = RouteId | "/" | "/profile/[handle]" | null 15 - type LayoutParams = RouteParams & { handle?: string } 16 - type LayoutParentData = EnsureDefined<{}>; 17 - 18 - export type PageServerData = null; 19 - export type PageData = Expand<PageParentData>; 20 - export type PageProps = { params: RouteParams; data: PageData } 21 - export type LayoutServerData = null; 22 - export type LayoutLoad<OutputData extends OutputDataShape<LayoutParentData> = OutputDataShape<LayoutParentData>> = Kit.Load<LayoutParams, LayoutServerData, LayoutParentData, OutputData, LayoutRouteId>; 23 - export type LayoutLoadEvent = Parameters<LayoutLoad>[0]; 24 - export type LayoutData = Expand<Omit<LayoutParentData, keyof LayoutParentData & EnsureDefined<LayoutServerData>> & OptionalUnion<EnsureDefined<LayoutParentData & EnsureDefined<LayoutServerData>>>>; 25 - export type LayoutProps = { params: LayoutParams; data: LayoutData; children: import("svelte").Snippet }
-20
.svelte-kit/types/src/routes/profile/[handle]/$types.d.ts
··· 1 - import type * as Kit from '@sveltejs/kit'; 2 - 3 - type Expand<T> = T extends infer O ? { [K in keyof O]: O[K] } : never; 4 - type MatcherParam<M> = M extends (param : string) => param is (infer U extends string) ? U : string; 5 - type RouteParams = { handle: string }; 6 - type RouteId = '/profile/[handle]'; 7 - type MaybeWithVoid<T> = {} extends T ? T | void : T; 8 - export type RequiredKeys<T> = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T]; 9 - type OutputDataShape<T> = MaybeWithVoid<Omit<App.PageData, RequiredKeys<T>> & Partial<Pick<App.PageData, keyof T & keyof App.PageData>> & Record<string, any>> 10 - type EnsureDefined<T> = T extends null | undefined ? {} : T; 11 - type OptionalUnion<U extends Record<string, any>, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude<A, keyof U>]?: never } & U : never; 12 - export type Snapshot<T = any> = Kit.Snapshot<T>; 13 - type PageParentData = EnsureDefined<import('../../$types.js').LayoutData>; 14 - 15 - export type EntryGenerator = () => Promise<Array<RouteParams>> | Array<RouteParams>; 16 - export type PageServerData = null; 17 - export type PageLoad<OutputData extends OutputDataShape<PageParentData> = OutputDataShape<PageParentData>> = Kit.Load<RouteParams, PageServerData, PageParentData, OutputData, RouteId>; 18 - export type PageLoadEvent = Parameters<PageLoad>[0]; 19 - export type PageData = Expand<Omit<PageParentData, keyof PageParentData & EnsureDefined<PageServerData>> & OptionalUnion<EnsureDefined<PageParentData & EnsureDefined<PageServerData>>>>; 20 - export type PageProps = { params: RouteParams; data: PageData }
+56 -24
README.md
··· 1 - # sv 2 - 3 - Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli). 4 - 5 - ## Creating a project 1 + # vod frog 6 2 7 - If you're seeing this, you've probably already done this step. Congrats! 3 + A whimsical, frog-themed video player for VODs from [stream.place](https://stream.place), a decentralized video streaming service built on the AT Protocol. Inspired by the playful, hand-crafted feel of late 90s / early 2000s web design. 8 4 9 - ```sh 10 - # create a new project in the current directory 11 - npx sv create 5 + ## Running 12 6 13 - # create a new project in my-app 14 - npx sv create my-app 7 + ```bash 8 + npm install 9 + npm run dev 15 10 ``` 16 11 17 - ## Developing 12 + Build for production: 18 13 19 - Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: 14 + ```bash 15 + npm run build 16 + npm run preview 17 + ``` 20 18 21 - ```sh 22 - npm run dev 19 + ## Project structure 23 20 24 - # or start the server and open the app in a new browser tab 25 - npm run dev -- --open 21 + ``` 22 + src/ 23 + ├── app.html # HTML shell with OpenGraph meta 24 + ├── lib/ 25 + │ ├── api.ts # AT Protocol & UFOs API client, video fetching, handle/profile resolution 26 + │ ├── theme.ts # Color scheme, seeded RNG, card offset/rotation generation 27 + │ ├── WavyBorder.svelte # Rectangular wavy border: SVG stroke + CSS clip-path polygon 28 + │ ├── WavyCircle.svelte # Circular wavy border for avatars 29 + │ ├── MeshBackground.svelte # Layered SVG radial gradient background 30 + │ ├── PlantOverlay.svelte # Fern leaves photo overlay with multiply blend 31 + │ ├── FrogHeader.svelte # "vod frog" header with frog illustration 32 + │ ├── VideoCard.svelte # Video thumbnail card with scrub preview and hopping frog 33 + │ └── VideoPlayer.svelte # Custom HLS video player with frog scrub bar and frogeye fullscreen 34 + ├── routes/ 35 + │ ├── +layout.svelte # Global layout: fonts, cursor, background, plants 36 + │ ├── +layout.ts # SPA mode config 37 + │ ├── +page.svelte # Main video listing with pagination 38 + │ └── profile/[handle]/ 39 + │ ├── +page.svelte # Bluesky profile display 40 + │ └── +page.ts # Profile route config 41 + ├── static/ 42 + │ ├── fonts/ # Bundled PicNic and Fang webfonts 43 + │ ├── froggie.png # Header frog illustration 44 + │ ├── froggiestand.png # Frog scrub sprite (standing) 45 + │ ├── froggiejump.png # Frog scrub sprite (jumping) 46 + │ ├── frogeye.png # Fullscreen toggle button 47 + │ ├── frogcursor-small.png # Custom cursor 48 + │ ├── frogicon.png # Favicon 49 + │ ├── leaves.png # Fern overlay photo 50 + │ └── opengraph.png # OG image 51 + ├── spec/ # Design reference (mockups, assets, design doc) 52 + └── tests/ 53 + ├── load-test.ts # API load time, title ordering, handle resolution tests 54 + └── stream-test.ts # Stream diagnostics: codecs, bandwidth, availability 26 55 ``` 27 56 28 - ## Building 57 + ## Design 29 58 30 - To create a production version of your app: 59 + Videos are fetched from across the AT Protocol network via the [UFOs API](https://ufos-api.microcosm.blue), which indexes all `place.stream.video` records. Playback uses HLS via [hls.js](https://github.com/video-dev/hls.js/). 31 60 32 - ```sh 33 - npm run build 34 - ``` 61 + Each video card gets a unique wavy border generated from layered sine waves, seeded by the record's key. Cards are offset with random rotation (±5°) and position jitter (±30px) for an organic, hand-placed feel. The wavy borders use a CSS `clip-path: polygon()` for content masking and an SVG path for the visible stroke, both derived from the same control points. 35 62 36 - You can preview the production build with `npm run preview`. 63 + Fonts are PicNic (headers) and Fang (body), bundled as webfonts. 37 64 38 - > To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment. 65 + ## Tests 66 + 67 + ```bash 68 + npx tsx tests/load-test.ts # API + content tests 69 + npx tsx tests/stream-test.ts # Stream codec/bandwidth diagnostics 70 + ```
-1
build/_app/env.js
··· 1 - export const env={}
-1
build/_app/immutable/assets/0.DKk5J4IK.css
··· 1 - .mesh-bg.svelte-17k46oa{position:fixed;inset:0;z-index:-2;overflow:hidden}.mesh-svg.svelte-17k46oa{width:100%;height:100%}.plant-overlay.svelte-11afcec{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;mix-blend-mode:multiply}.leaves.svelte-11afcec{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(max-width:768px){.plant-overlay.svelte-11afcec{display:none}}html,body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}body{font-family:Fang,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}::selection{background:#ff399280;color:#ffdeed}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a8c22}::-webkit-scrollbar-thumb{background:#0a182b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff3992}
-1
build/_app/immutable/assets/2.tHQ608Ax.css
··· 1 - .player-wrapper.svelte-zbxgh1{position:relative;width:100%;background:#0a182b;overflow:hidden}.player-wrapper.svelte-zbxgh1:fullscreen{display:flex;align-items:center;justify-content:center}.player-wrapper.svelte-zbxgh1:fullscreen video:where(.svelte-zbxgh1){max-height:100vh;max-width:100vw;object-fit:contain}video.svelte-zbxgh1{width:100%;display:block;max-height:70vh;cursor:pointer}.controls.svelte-zbxgh1{position:absolute;bottom:5%;left:10%;right:15%;opacity:0;transition:opacity .25s ease;pointer-events:none}.controls.visible.svelte-zbxgh1{opacity:1;pointer-events:auto}.scrub-bar.svelte-zbxgh1{position:relative;height:48px;cursor:pointer}.scrub-frog.svelte-zbxgh1{position:absolute;bottom:0;transform:translate(-50%);cursor:grab;transition:left .05s linear;z-index:2;padding:6px}.scrub-frog.svelte-zbxgh1:active{cursor:grabbing}.scrub-frog.flipped.svelte-zbxgh1{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-zbxgh1{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));pointer-events:none}.fullscreen-btn.svelte-zbxgh1{all:unset;position:absolute;bottom:5%;right:8%;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .2s ease;z-index:5}.fullscreen-btn.visible.svelte-zbxgh1{opacity:1}.fullscreen-btn.svelte-zbxgh1:hover{transform:scale(1.15)}.frogeye.svelte-zbxgh1{width:44px;height:44px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.error-overlay.svelte-zbxgh1{position:absolute;bottom:15%;left:10%;right:10%;background:#ff3992d9;color:#ffdeed;padding:8px 12px;border-radius:6px;font-family:Fang,system-ui,sans-serif;font-size:.8rem}.card.svelte-1nxalmg{all:unset;cursor:url(../../../frogcursor-small.png) 12 12,pointer;display:flex;flex-direction:column;transition:transform .2s ease;position:relative}.duration-badge.svelte-1nxalmg{display:block;font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#ff3992;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-align:right}.thumb-wrapper.svelte-1nxalmg{margin:0}.thumbnail.svelte-1nxalmg{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#3992ff,#1e4e8c);display:flex;align-items:center;justify-content:center;overflow:hidden}.thumb-img.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .15s}.scrub-canvas.svelte-1nxalmg{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.scrub-canvas.visible.svelte-1nxalmg{opacity:1}.scrub-frog.svelte-1nxalmg{position:absolute;bottom:0%;z-index:4;pointer-events:none;transform:translate(-50%);transition:left .05s linear}.scrub-frog.flipped.svelte-1nxalmg{transform:translate(-50%) scaleX(-1)}.frog-sprite.svelte-1nxalmg{width:48px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));image-rendering:auto}.thumb-shadow.svelte-1nxalmg{position:absolute;inset:0;box-shadow:inset 0 3px 16px #0a182b80;pointer-events:none}.loading-spinner.svelte-1nxalmg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:3}.spinner.svelte-1nxalmg{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1nxalmg-spin .8s linear infinite}@keyframes svelte-1nxalmg-spin{to{transform:rotate(360deg)}}.scrub-bar.svelte-1nxalmg{position:absolute;bottom:0;left:0;right:0;height:3px;background:#fff3;z-index:2}.scrub-bar-fill.svelte-1nxalmg{height:100%;background:#ff3992;transition:width .05s linear}.info.svelte-1nxalmg{padding:14px 10px 8px}.title.svelte-1nxalmg{margin:0;font-family:Fang,system-ui,sans-serif;font-size:.9rem;font-weight:700;color:#0a182b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator.svelte-1nxalmg{display:block;margin:4px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.8rem;color:#0a182b;opacity:.8;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.creator.svelte-1nxalmg:hover{color:#ff3992}.date.svelte-1nxalmg{margin:2px 0 0;font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#ff3992;font-style:italic}.wavy-circle.svelte-95sxdm{position:relative;flex-shrink:0}.circle-clipped.svelte-95sxdm{position:relative;width:100%;height:100%}.circle-fill.svelte-95sxdm{position:absolute;inset:0}.circle-content.svelte-95sxdm{position:relative;width:100%;height:100%}.circle-content.svelte-95sxdm img{width:100%;height:100%;object-fit:cover;display:block}.circle-stroke.svelte-95sxdm{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:visible}.app.svelte-1uha8ag{max-width:1300px;margin:0 auto;padding:0 clamp(24px,7vw,120px) 60px}.player-section.svelte-1uha8ag{margin-bottom:40px;margin-top:20px;padding:0 10px}.player-info.svelte-1uha8ag{padding:20px 4px}.player-meta-row.svelte-1uha8ag{display:flex;align-items:center;gap:10px;margin-top:6px}.creator-avatar-link.svelte-1uha8ag{flex-shrink:0;transition:transform .15s}.creator-avatar-link.svelte-1uha8ag:hover{transform:scale(1.1)}.player-title.svelte-1uha8ag{margin:0;font-family:PicNic,cursive,system-ui;font-size:clamp(1.4rem,3vw,2rem);color:#0a182b}.player-meta.svelte-1uha8ag{margin:6px 0 0;font-family:Fang,system-ui,sans-serif;color:#0a182b;opacity:.7;font-size:.85rem}.creator-tag.svelte-1uha8ag{color:#3992ff;text-decoration:underline}.dot.svelte-1uha8ag{margin:0 4px;color:#0a182b;opacity:.4}.grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:clamp(32px,5vw,50px);padding:20px clamp(16px,3vw,24px)}.pagination.svelte-1uha8ag{display:flex;justify-content:center;align-items:center;gap:20px;padding:30px}.page-btn.svelte-1uha8ag{background:#0a182b;color:#39ff44;border:3px solid #0a182b;padding:12px 32px;border-radius:40px;font-family:PicNic,cursive,system-ui;font-size:1.1rem;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.page-btn.svelte-1uha8ag:hover{background:#39ff44;color:#0a182b;border-color:#0a182b}.page-btn.svelte-1uha8ag:disabled{background:#1a8c22;color:#0a182b;border-color:#1a8c22;cursor:wait;opacity:.6}.page-num.svelte-1uha8ag{font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b}.error.svelte-1uha8ag{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:0 10px 20px;font-family:Fang,system-ui,sans-serif;border:2px solid #ff3992}
-1
build/_app/immutable/assets/3.JMkiik8G.css
··· 1 - .profile-page.svelte-oxml5t{max-width:800px;margin:0 auto;padding:0 clamp(24px,7vw,80px) 60px}.loading.svelte-oxml5t{text-align:center;padding:60px 20px}.loading-frog.svelte-oxml5t{width:64px;height:auto;animation:svelte-oxml5t-hop .6s ease-in-out infinite alternate}@keyframes svelte-oxml5t-hop{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.loading-text.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.2rem;color:#0a182b;margin-top:12px}.error.svelte-oxml5t{background:#ff399226;color:#ff3992;padding:12px 16px;border-radius:8px;margin:20px 0;font-family:Fang,system-ui,sans-serif;border:2px solid #FF3992}.profile-layout.svelte-oxml5t{display:flex;flex-direction:column;gap:24px}.banner-img.svelte-oxml5t{width:100%;display:block;aspect-ratio:3 / 1;object-fit:cover}.profile-card-area.svelte-oxml5t{margin-top:-20px}.profile-card.svelte-oxml5t{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.avatar-wrapper.svelte-oxml5t{width:clamp(80px,15vw,120px);margin-bottom:8px}.avatar.svelte-oxml5t{width:100%;display:block;aspect-ratio:1;object-fit:cover;border-radius:0}.display-name.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:clamp(1.8rem,4vw,2.8rem);color:#0a182b;margin:0;line-height:1.1}.handle.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:1rem;color:#0a182b;opacity:.7;margin:0}.description.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.95rem;color:#0a182b;margin:8px 0;max-width:500px;line-height:1.5}.stats.svelte-oxml5t{display:flex;gap:clamp(16px,4vw,32px);margin:12px 0}.stat.svelte-oxml5t{display:flex;flex-direction:column;align-items:center}.stat-num.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1.4rem;color:#0a182b;font-weight:700}.stat-label.svelte-oxml5t{font-family:Fang,system-ui,sans-serif;font-size:.75rem;color:#0a182b;opacity:.6}.profile-link.svelte-oxml5t{font-family:PicNic,cursive,system-ui;font-size:1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;margin-top:8px;transition:color .15s}.profile-link.svelte-oxml5t:hover{color:#ff3992}.back-link.svelte-oxml5t{text-align:center;padding:30px}.back-link.svelte-oxml5t a:where(.svelte-oxml5t){font-family:PicNic,cursive,system-ui;font-size:1.1rem;color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.back-link.svelte-oxml5t a:where(.svelte-oxml5t):hover{color:#ff3992}
-1
build/_app/immutable/assets/FrogHeader.D-WUJdl3.css
··· 1 - .wavy-container.svelte-7frlgw{position:relative;isolation:isolate}.wavy-clipped.svelte-7frlgw{position:relative}.wavy-fill.svelte-7frlgw{position:absolute;inset:0;z-index:0}.wavy-content.svelte-7frlgw{position:relative;z-index:1;padding:var(--padding)}.wavy-stroke.svelte-7frlgw{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:visible}.frog-header.svelte-1kxia9k{padding:30px 20px 50px;position:relative}.title-area.svelte-1kxia9k{position:relative;display:inline-block}.logo-link.svelte-1kxia9k{text-decoration:none;color:inherit}.logo-text.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(3rem,8vw,5.5rem);color:#0a182b;margin:0;line-height:.9;font-weight:400;letter-spacing:-1px;position:relative;z-index:1}.header-frog.svelte-1kxia9k{position:absolute;right:-80px;top:-60px;width:clamp(120px,18vw,220px);height:auto;z-index:2;transform:rotate(-10deg);filter:drop-shadow(2px 4px 6px rgba(10,24,43,.3));transition:transform .3s ease}.header-frog.svelte-1kxia9k:hover{transform:rotate(5deg) scale(1.1)}.subtitle-lines.svelte-1kxia9k{margin-top:6px;position:relative;z-index:0}.subtitle-link.svelte-1kxia9k{color:#0a182b;text-decoration:underline;text-decoration-color:#ff3992;transition:color .15s}.subtitle-link.svelte-1kxia9k:hover{color:#ff3992}.subtitle.svelte-1kxia9k{font-family:PicNic,cursive,system-ui;font-size:clamp(.85rem,2vw,1.15rem);color:#0a182b;margin:0;line-height:1.4;opacity:.85}@media(max-width:600px){.frog-header.svelte-1kxia9k{padding:20px 16px 8px}.header-frog.svelte-1kxia9k{right:-100px;top:-20px}}
-2
build/_app/immutable/chunks/4YFwho-X.js
··· 1 - import{a as Z,f as J}from"./6qGwBjhj.js";import{j as O,aP as ct,aQ as it,aR as lt,aS as pt,aT as ft,a1 as z,a5 as y,a7 as Y,a6 as w,a3 as ut,a4 as tt,aa as G}from"./BuZ8u_VS.js";import{s as ht}from"./iHYN8FkY.js";import{p as $}from"./CvWmAKek.js";import{d as dt,a as gt}from"./CCoS_Egr.js";const X=[...` 2 - \r\f \v\uFEFF`];function Bt(t,e,s){var r=t==null?"":""+t;if(s){for(var o of Object.keys(s))if(s[o])r=r?r+" "+o:o;else if(r.length)for(var a=o.length,p=0;(p=r.indexOf(o,p))>=0;){var d=p+a;(p===0||X.includes(r[p-1]))&&(d===r.length||X.includes(r[d]))?r=(p===0?"":r.substring(0,p))+r.substring(d+1):p=d}}return r===""?null:r}function vt(t,e){return t==null?null:String(t)}function E(t,e,s,r){var o=t.__style;if(O||o!==e){var a=vt(e);(!O||a!==t.getAttribute("style"))&&(a==null?t.removeAttribute("style"):t.style.cssText=a),t.__style=e}return r}const mt=Symbol("is custom element"),kt=Symbol("is html"),yt=lt?"link":"LINK";function j(t,e,s,r){var o=wt(t);O&&(o[e]=t.getAttribute(e),e==="src"||e==="srcset"||e==="href"&&t.nodeName===yt)||o[e]!==(o[e]=s)&&(e==="loading"&&(t[ct]=s),s==null?t.removeAttribute(e):typeof s!="string"&&_t(t).includes(e)?t[e]=s:t.setAttribute(e,s))}function wt(t){return t.__attributes??={[mt]:t.nodeName.includes("-"),[kt]:t.namespaceURI===it}}var Q=new Map;function _t(t){var e=t.getAttribute("is")||t.nodeName,s=Q.get(e);if(s)return s;Q.set(e,s=[]);for(var r,o=t,a=Element.prototype;a!==o;){r=ft(o);for(var p in r)r[p].set&&s.push(p);o=pt(o)}return s}const xt="place.stream.video",bt="https://vod-beta.stream.place/xrpc/place.stream.playback.getVideoPlaylist",St="https://ufos-api.microcosm.blue";let A=null;async function Pt(){if(A)return A;const t=await fetch(`${St}/records?collection=${xt}`);if(!t.ok)throw new Error(`Failed to fetch records: ${t.status}`);return A=(await t.json()).sort((s,r)=>r.time_us-s.time_us).map(s=>({uri:`at://${s.did}/${s.collection}/${s.rkey}`,cid:"",value:s.record})),A}async function Nt(t=0,e=9){const s=await Pt(),r=t*e;return{records:s.slice(r,r+e),hasMore:r+e<s.length}}function Ot(t){return`${bt}?uri=${encodeURIComponent(t)}`}function Dt(t){const e=Math.floor(t/1e9),s=Math.floor(e/3600),r=Math.floor(e%3600/60),o=e%60;return s>0?`${s}:${String(r).padStart(2,"0")}:${String(o).padStart(2,"0")}`:`${r}:${String(o).padStart(2,"0")}`}function Ht(t){return new Date(t).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}const $t="https://public.api.bsky.app";async function Vt(t){const e=new URLSearchParams({actor:t}),s=await fetch(`${$t}/xrpc/app.bsky.actor.getProfile?${e}`);if(!s.ok)throw new Error(`Failed to fetch profile: ${s.status}`);return s.json()}const B=new Map;async function qt(t){if(B.has(t))return B.get(t);try{const e=await fetch(`https://plc.directory/${t}`);if(!e.ok)return t;const r=(await e.json()).alsoKnownAs?.[0],o=r?r.replace("at://","@"):t;return B.set(t,o),o}catch{return t}}const N=new Map;async function At(t){if(N.has(t))return N.get(t);try{const e=await fetch(`https://plc.directory/${t}`);if(!e.ok)return null;const o=(await e.json()).service?.find(a=>a.id==="#atproto_pds"||a.type==="AtprotoPersonalDataServer")?.serviceEndpoint??null;return o&&N.set(t,o),o}catch{return null}}function Mt(t){const e=t.match(/^at:\/\/([^/]+)\/([^/]+)\/([^/]+)$/);return e?{repo:e[1],collection:e[2],rkey:e[3]}:null}const M=new Map;async function Kt(t){const e=t.value.livestream?.uri;if(!e)return null;if(M.has(e))return M.get(e);try{const s=Mt(e);if(!s)return null;const r=await At(s.repo);if(!r)return null;const o=new URLSearchParams({repo:s.repo,collection:s.collection,rkey:s.rkey}),a=await fetch(`${r}/xrpc/com.atproto.repo.getRecord?${o}`);if(!a.ok)return null;const d=(await a.json()).value?.thumb?.ref?.$link;if(!d)return null;const x=`${r}/xrpc/com.atproto.sync.getBlob?did=${encodeURIComponent(s.repo)}&cid=${encodeURIComponent(d)}`;return M.set(e,x),x}catch{return M.set(e,null),null}}function v(t,e=0){let s=0;const r=t+String(e);for(let o=0;o<r.length;o++){const a=r.charCodeAt(o);s=(s<<5)-s+a|0}return(s%65536+65536)%65536/65536}function Wt(t){const e=v(t,0),s=v(t,1),r=v(t,2);return{rotation:(e-.5)*10,translateX:(s-.5)*60,translateY:(r-.5)*60}}var Ct=J('<div class="wavy-container svelte-7frlgw"><div class="wavy-clipped svelte-7frlgw"><div class="wavy-fill svelte-7frlgw"></div> <div class="wavy-content svelte-7frlgw"><!></div></div> <svg class="wavy-stroke svelte-7frlgw" viewBox="0 0 100 100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" overflow="visible"><path fill="none" stroke-linejoin="round" stroke-linecap="round"></path></svg></div>');function Yt(t,e){z(e,!0);let s=$(e,"fill",3,"#39FF44"),r=$(e,"strokeColor",3,"#0A182B"),o=$(e,"strokeWidth",3,3),a=$(e,"padding",3,"16px");const p=typeof a()=="number"?`${a()}px`:a(),{pts:d,svgPath:x}=st(e.seed),et=`polygon(${d.map(([m,q])=>`${m.toFixed(2)}% ${q.toFixed(2)}%`).join(", ")})`;function st(m){const nt=[0,1,2,3].map(n=>{const l=n===1||n===3?.5:1;return{phase1:v(m,n*10+1)*Math.PI*2,phase2:v(m,n*10+2)*Math.PI*2,freq1:(1.5+v(m,n*10+3)*1.5)*l,freq2:(3+v(m,n*10+4)*2)*l,ampScale:.7+v(m,n*10+5)*.6}});function P(n,c){const l=nt[n],f=Math.sin(c*l.freq1*Math.PI*2+l.phase1)*2.5*.7,k=Math.sin(c*l.freq2*Math.PI*2+l.phase2)*2.5*.3;return(f+k)*l.ampScale}const i=[];for(let n=0;n<=16;n++){const c=n/16;i.push([1+c*98,1+P(0,c)])}for(let n=1;n<=16;n++){const c=n/16;i.push([99+P(1,c),1+c*98])}for(let n=1;n<=16;n++){const c=n/16;i.push([99-c*98,99+P(2,c)])}for(let n=1;n<16;n++){const c=n/16;i.push([1+P(3,c),99-c*98])}let I=`M ${i[0][0].toFixed(1)} ${i[0][1].toFixed(1)}`;for(let n=0;n<i.length;n++){const c=i[(n-1+i.length)%i.length],l=i[n],f=i[(n+1)%i.length],k=i[(n+2)%i.length],g=.3,F=l[0]+(f[0]-c[0])*g,L=l[1]+(f[1]-c[1])*g,U=f[0]-(k[0]-l[0])*g,R=f[1]-(k[1]-l[1])*g;I+=` C ${F.toFixed(1)} ${L.toFixed(1)}, ${U.toFixed(1)} ${R.toFixed(1)}, ${f[0].toFixed(1)} ${f[1].toFixed(1)}`}I+=" Z";const K=[],_=i.length,W=10;for(let n=0;n<_;n++){const c=i[(n-1+_)%_],l=i[n],f=i[(n+1)%_],k=i[(n+2)%_],g=.3,F=l[0]+(f[0]-c[0])*g,L=l[1]+(f[1]-c[1])*g,U=f[0]-(k[0]-l[0])*g,R=f[1]-(k[1]-l[1])*g;for(let T=0;T<W;T++){const u=T/W,h=1-u,ot=h*h*h*l[0]+3*h*h*u*F+3*h*u*u*U+u*u*u*f[0],at=h*h*h*l[1]+3*h*h*u*L+3*h*u*u*R+u*u*u*f[1];K.push([ot,at])}}return{pts:K,svgPath:I}}var b=Ct(),S=y(b),D=y(S),H=Y(D,2),rt=y(H);ht(rt,()=>e.children),w(H),w(S);var V=Y(S,2),C=y(V);w(V),w(b),ut(()=>{E(b,`--padding: ${p??""};`),E(S,`clip-path: ${et};`),E(D,`background: ${s()??""};`),j(C,"d",x),j(C,"stroke",r()),j(C,"stroke-width",o())}),Z(t,b),tt()}var It=J('<header class="frog-header svelte-1kxia9k"><div class="title-area svelte-1kxia9k"><a href="/" class="logo-link svelte-1kxia9k"><h1 class="logo-text svelte-1kxia9k">vod frog</h1></a> <img src="/froggie.png" alt="A cute frog" class="header-frog svelte-1kxia9k"/></div> <div class="subtitle-lines svelte-1kxia9k"><p class="subtitle svelte-1kxia9k">an exploration by</p> <p class="subtitle svelte-1kxia9k"><a href="https://witchsky.app/profile/goose.art" target="_blank" class="subtitle-link svelte-1kxia9k">@goose.art</a> using <a href="https://witchsky.app/profile/stream.place" target="_blank" class="subtitle-link svelte-1kxia9k">@stream.place</a></p></div></header>');function Gt(t,e){z(e,!0);function s(p){e.onHomeClick&&(p.preventDefault(),e.onHomeClick())}var r=It(),o=y(r),a=y(o);G(2),w(o),G(2),w(r),gt("click",a,s),Z(t,r),tt()}dt(["click"]);export{Gt as F,Yt as W,E as a,Wt as b,Kt as c,Ht as d,Ot as e,Dt as f,Vt as g,v as h,Pt as i,Nt as l,qt as r,j as s,Bt as t};
-1
build/_app/immutable/chunks/6qGwBjhj.js
··· 1 - import{ae as v,v as u,af as T,ag as p,ah as h,b as l,j as i,k as s,ai as g,F as E,g as d,aj as y,t as w,ak as N}from"./BuZ8u_VS.js";const M=globalThis?.window?.trustedTypes&&globalThis.window.trustedTypes.createPolicy("svelte-trusted-html",{createHTML:t=>t});function b(t){return M?.createHTML(t)??t}function x(t){var r=v("template");return r.innerHTML=b(t.replaceAll("<!>","<!---->")),r.content}function n(t,r){var e=l;e.nodes===null&&(e.nodes={start:t,end:r,a:null,t:null})}function O(t,r){var e=(r&p)!==0,f=(r&h)!==0,a,_=!t.startsWith("<!>");return()=>{if(i)return n(s,null),s;a===void 0&&(a=x(_?t:"<!>"+t),e||(a=u(a)));var o=f||T?document.importNode(a,!0):a.cloneNode(!0);if(e){var c=u(o),m=o.lastChild;n(c,m)}else n(o,o);return o}}function P(t=""){if(!i){var r=d(t+"");return n(r,r),r}var e=s;return e.nodeType!==y?(e.before(e=d()),w(e)):N(e),n(e,e),e}function R(){if(i)return n(s,null),s;var t=document.createDocumentFragment(),r=document.createComment(""),e=d();return t.append(r,e),n(r,e),t}function C(t,r){if(i){var e=l;((e.f&g)===0||e.nodes.end===null)&&(e.nodes.end=s),E();return}t!==null&&t.before(r)}const A="5";typeof window<"u"&&((window.__svelte??={}).v??=new Set).add(A);export{C as a,n as b,R as c,O as f,P as t};
-1
build/_app/immutable/chunks/BKjtTD7m.js
··· 1 - import{ab as L,A as U,B as T,aO as te,b2 as gt}from"./BuZ8u_VS.js";import{w as Ee,o as qe}from"./pNsQzX0r.js";class Se{constructor(t,n){this.status=t,typeof n=="string"?this.body={message:n}:n?this.body=n:this.body={message:`Error: ${t}`}}toString(){return JSON.stringify(this.body)}}class Re{constructor(t,n){this.status=t,this.location=n}}class xe extends Error{constructor(t,n,r){super(r),this.status=t,this.text=n}}new URL("sveltekit-internal://");function _t(e,t){return e==="/"||t==="ignore"?e:t==="never"?e.endsWith("/")?e.slice(0,-1):e:t==="always"&&!e.endsWith("/")?e+"/":e}function mt(e){return e.split("%25").map(decodeURI).join("%25")}function vt(e){for(const t in e)e[t]=decodeURIComponent(e[t]);return e}function pe({href:e}){return e.split("#")[0]}function wt(...e){let t=5381;for(const n of e)if(typeof n=="string"){let r=n.length;for(;r;)t=t*33^n.charCodeAt(--r)}else if(ArrayBuffer.isView(n)){const r=new Uint8Array(n.buffer,n.byteOffset,n.byteLength);let a=r.length;for(;a;)t=t*33^r[--a]}else throw new TypeError("value must be a string or TypedArray");return(t>>>0).toString(36)}new TextEncoder;new TextDecoder;function yt(e){const t=atob(e),n=new Uint8Array(t.length);for(let r=0;r<t.length;r++)n[r]=t.charCodeAt(r);return n}const bt=window.fetch;window.fetch=(e,t)=>((e instanceof Request?e.method:t?.method||"GET")!=="GET"&&W.delete(Ae(e)),bt(e,t));const W=new Map;function kt(e,t){const n=Ae(e,t),r=document.querySelector(n);if(r?.textContent){r.remove();let{body:a,...i}=JSON.parse(r.textContent);const o=r.getAttribute("data-ttl");return o&&W.set(n,{body:a,init:i,ttl:1e3*Number(o)}),r.getAttribute("data-b64")!==null&&(a=yt(a)),Promise.resolve(new Response(a,i))}return window.fetch(e,t)}function Et(e,t,n){if(W.size>0){const r=Ae(e,n),a=W.get(r);if(a){if(performance.now()<a.ttl&&["default","force-cache","only-if-cached",void 0].includes(n?.cache))return new Response(a.body,a.init);W.delete(r)}}return window.fetch(t,n)}function Ae(e,t){let r=`script[data-sveltekit-fetched][data-url=${JSON.stringify(e instanceof Request?e.url:e)}]`;if(t?.headers||t?.body){const a=[];t.headers&&a.push([...new Headers(t.headers)].join(",")),t.body&&(typeof t.body=="string"||ArrayBuffer.isView(t.body))&&a.push(t.body),r+=`[data-hash="${wt(...a)}"]`}return r}const St=/^(\[)?(\.\.\.)?(\w+)(?:=(\w+))?(\])?$/;function Rt(e){const t=[];return{pattern:e==="/"?/^\/$/:new RegExp(`^${At(e).map(r=>{const a=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(r);if(a)return t.push({name:a[1],matcher:a[2],optional:!1,rest:!0,chained:!0}),"(?:/([^]*))?";const i=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(r);if(i)return t.push({name:i[1],matcher:i[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!r)return;const o=r.split(/\[(.+?)\](?!\])/);return"/"+o.map((l,c)=>{if(c%2){if(l.startsWith("x+"))return ge(String.fromCharCode(parseInt(l.slice(2),16)));if(l.startsWith("u+"))return ge(String.fromCharCode(...l.slice(2).split("-").map(_=>parseInt(_,16))));const f=St.exec(l),[,p,v,h,u]=f;return t.push({name:h,matcher:u,optional:!!p,rest:!!v,chained:v?c===1&&o[0]==="":!1}),v?"([^]*?)":p?"([^/]*)?":"([^/]+?)"}return ge(l)}).join("")}).join("")}/?$`),params:t}}function xt(e){return e!==""&&!/^\([^)]+\)$/.test(e)}function At(e){return e.slice(1).split("/").filter(xt)}function Lt(e,t,n){const r={},a=e.slice(1),i=a.filter(s=>s!==void 0);let o=0;for(let s=0;s<t.length;s+=1){const l=t[s];let c=a[s-o];if(l.chained&&l.rest&&o&&(c=a.slice(s-o,s+1).filter(f=>f).join("/"),o=0),c===void 0)if(l.rest)c="";else continue;if(!l.matcher||n[l.matcher](c)){r[l.name]=c;const f=t[s+1],p=a[s+1];f&&!f.rest&&f.optional&&p&&l.chained&&(o=0),!f&&!p&&Object.keys(r).length===i.length&&(o=0);continue}if(l.optional&&l.chained){o++;continue}return}if(!o)return r}function ge(e){return e.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function Ut({nodes:e,server_loads:t,dictionary:n,matchers:r}){const a=new Set(t);return Object.entries(n).map(([s,[l,c,f]])=>{const{pattern:p,params:v}=Rt(s),h={id:s,exec:u=>{const _=p.exec(u);if(_)return Lt(_,v,r)},errors:[1,...f||[]].map(u=>e[u]),layouts:[0,...c||[]].map(o),leaf:i(l)};return h.errors.length=h.layouts.length=Math.max(h.errors.length,h.layouts.length),h});function i(s){const l=s<0;return l&&(s=~s),[l,e[s]]}function o(s){return s===void 0?s:[a.has(s),e[s]]}}function Ye(e,t=JSON.parse){try{return t(sessionStorage[e])}catch{}}function De(e,t,n=JSON.stringify){const r=n(t);try{sessionStorage[e]=r}catch{}}const x=globalThis.__sveltekit_lq47rm?.base??"",Tt=globalThis.__sveltekit_lq47rm?.assets??x??"",It="1774913971226",ze="sveltekit:snapshot",He="sveltekit:scroll",Je="sveltekit:states",Ot="sveltekit:pageurl",V="sveltekit:history",z="sveltekit:navigation",j={tap:1,hover:2,viewport:3,eager:4,off:-1,false:-1},Le=location.origin;function Xe(e){if(e instanceof URL)return e;let t=document.baseURI;if(!t){const n=document.getElementsByTagName("base");t=n.length?n[0].href:document.URL}return new URL(e,t)}function q(){return{x:pageXOffset,y:pageYOffset}}function D(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const Ve={...j,"":j.hover};function Qe(e){let t=e.assignedSlot??e.parentNode;return t?.nodeType===11&&(t=t.host),t}function Ze(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=Qe(e)}}function ve(e,t,n){let r;try{if(r=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI),n&&r.hash.match(/^#[^/]/)){const s=location.hash.split("#")[1]||"/";r.hash=`#${s}${r.hash}`}}catch{}const a=e instanceof SVGAElement?e.target.baseVal:e.target,i=!r||!!a||ue(r,t,n)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),o=r?.origin===Le&&e.hasAttribute("download");return{url:r,external:i,target:a,download:o}}function ne(e){let t=null,n=null,r=null,a=null,i=null,o=null,s=e;for(;s&&s!==document.documentElement;)r===null&&(r=D(s,"preload-code")),a===null&&(a=D(s,"preload-data")),t===null&&(t=D(s,"keepfocus")),n===null&&(n=D(s,"noscroll")),i===null&&(i=D(s,"reload")),o===null&&(o=D(s,"replacestate")),s=Qe(s);function l(c){switch(c){case"":case"true":return!0;case"off":case"false":return!1;default:return}}return{preload_code:Ve[r??"off"],preload_data:Ve[a??"off"],keepfocus:l(t),noscroll:l(n),reload:l(i),replace_state:l(o)}}function Be(e){const t=Ee(e);let n=!0;function r(){n=!0,t.update(o=>o)}function a(o){n=!1,t.set(o)}function i(o){let s;return t.subscribe(l=>{(s===void 0||n&&l!==s)&&o(s=l)})}return{notify:r,set:a,subscribe:i}}const et={v:()=>{}};function Pt(){const{set:e,subscribe:t}=Ee(!1);let n;async function r(){clearTimeout(n);try{const a=await fetch(`${Tt}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!a.ok)return!1;const o=(await a.json()).version!==It;return o&&(e(!0),et.v(),clearTimeout(n)),o}catch{return!1}}return{subscribe:t,check:r}}function ue(e,t,n){return e.origin!==Le||!e.pathname.startsWith(t)?!0:n?e.pathname!==location.pathname:!1}function ln(e){}const tt=new Set(["load","prerender","csr","ssr","trailingSlash","config"]);[...tt];const $t=new Set([...tt]);[...$t];function Ct(e){return e.filter(t=>t!=null)}function Ue(e){return e instanceof Se||e instanceof xe?e.status:500}function jt(e){return e instanceof xe?e.text:"Internal Error"}let k,H,_e;const Nt=qe.toString().includes("$$")||/function \w+\(\) \{\}/.test(qe.toString()),Ke="a:";Nt?(k={data:{},form:null,error:null,params:{},route:{id:null},state:{},status:-1,url:new URL(Ke)},H={current:null},_e={current:!1}):(k=new class{#e=L({});get data(){return U(this.#e)}set data(t){T(this.#e,t)}#t=L(null);get form(){return U(this.#t)}set form(t){T(this.#t,t)}#n=L(null);get error(){return U(this.#n)}set error(t){T(this.#n,t)}#r=L({});get params(){return U(this.#r)}set params(t){T(this.#r,t)}#a=L({id:null});get route(){return U(this.#a)}set route(t){T(this.#a,t)}#o=L({});get state(){return U(this.#o)}set state(t){T(this.#o,t)}#s=L(-1);get status(){return U(this.#s)}set status(t){T(this.#s,t)}#i=L(new URL(Ke));get url(){return U(this.#i)}set url(t){T(this.#i,t)}},H=new class{#e=L(null);get current(){return U(this.#e)}set current(t){T(this.#e,t)}},_e=new class{#e=L(!1);get current(){return U(this.#e)}set current(t){T(this.#e,t)}},et.v=()=>_e.current=!0);function qt(e){Object.assign(k,e)}const Dt=new Set(["icon","shortcut icon","apple-touch-icon"]);let F=null;const C=Ye(He)??{},J=Ye(ze)??{},$={url:Be({}),page:Be({}),navigating:Ee(null),updated:Pt()};function Te(e){C[e]=q()}function Vt(e,t){let n=e+1;for(;C[n];)delete C[n],n+=1;for(n=t+1;J[n];)delete J[n],n+=1}function X(e,t=!1){return t?location.replace(e.href):location.href=e.href,new Promise(()=>{})}async function nt(){if("serviceWorker"in navigator){const e=await navigator.serviceWorker.getRegistration(x||"/");e&&await e.update()}}function Me(){}let Ie,we,re,I,ye,y;const ae=[],oe=[];let A=null;function be(){A?.fork?.then(e=>e?.discard()),A=null}const ee=new Map,rt=new Set,Bt=new Set,Y=new Set;let m={branch:[],error:null,url:null},at=!1,se=!1,Fe=!0,Q=!1,G=!1,ot=!1,Oe=!1,st,w,R,N;const ie=new Set,Ge=new Map;async function dn(e,t,n){globalThis.__sveltekit_lq47rm?.data&&globalThis.__sveltekit_lq47rm.data,document.URL!==location.href&&(location.href=location.href),y=e,await e.hooks.init?.(),Ie=Ut(e),I=document.documentElement,ye=t,we=e.nodes[0],re=e.nodes[1],we(),re(),w=history.state?.[V],R=history.state?.[z],w||(w=R=Date.now(),history.replaceState({...history.state,[V]:w,[z]:R},""));const r=C[w];function a(){r&&(history.scrollRestoration="manual",scrollTo(r.x,r.y))}n?(a(),await tn(ye,n)):(await B({type:"enter",url:Xe(y.hash?an(new URL(location.href)):location.href),replace_state:!0}),a()),en()}function Kt(){ae.length=0,Oe=!1}function it(e){oe.some(t=>t?.snapshot)&&(J[e]=oe.map(t=>t?.snapshot?.capture()))}function lt(e){J[e]?.forEach((t,n)=>{oe[n]?.snapshot?.restore(t)})}function We(){Te(w),De(He,C),it(R),De(ze,J)}async function Mt(e,t,n,r){let a;t.invalidateAll&&be(),await B({type:"goto",url:Xe(e),keepfocus:t.keepFocus,noscroll:t.noScroll,replace_state:t.replaceState,state:t.state,redirect_count:n,nav_token:r,accept:()=>{t.invalidateAll&&(Oe=!0,a=[...Ge.keys()]),t.invalidate&&t.invalidate.forEach(Zt)}}),t.invalidateAll&&te().then(te).then(()=>{Ge.forEach(({resource:i},o)=>{a?.includes(o)&&i.refresh?.()})})}async function Ft(e){if(e.id!==A?.id){be();const t={};ie.add(t),A={id:e.id,token:t,promise:ut({...e,preload:t}).then(n=>(ie.delete(t),n.type==="loaded"&&n.state.error&&be(),n)),fork:null}}return A.promise}async function me(e){const t=(await fe(e,!1))?.route;t&&await Promise.all([...t.layouts,t.leaf].filter(Boolean).map(n=>n[1]()))}async function ct(e,t,n){const r={params:m.params,route:{id:m.route?.id??null},url:new URL(location.href)};m={...e.state,nav:r};const a=document.querySelector("style[data-sveltekit]");if(a&&a.remove(),Object.assign(k,e.props.page),st=new y.root({target:t,props:{...e.props,stores:$,components:oe},hydrate:n,sync:!1,transformError:void 0}),await Promise.resolve(),lt(R),n){const i={from:null,to:{...r,scroll:C[w]??q()},willUnload:!1,type:"enter",complete:Promise.resolve()};Y.forEach(o=>o(i))}se=!0}async function le({url:e,params:t,branch:n,errors:r,status:a,error:i,route:o,form:s}){let l="never";if(x&&(e.pathname===x||e.pathname===x+"/"))l="always";else for(const u of n)u?.slash!==void 0&&(l=u.slash);e.pathname=_t(e.pathname,l),e.search=e.search;const c={type:"loaded",state:{url:e,params:t,branch:n,error:i,route:o},props:{constructors:Ct(n).map(u=>u.node.component),page:Ne(k)}};s!==void 0&&(c.props.form=s);let f={},p=!k,v=0;for(let u=0;u<Math.max(n.length,m.branch.length);u+=1){const _=n[u],g=m.branch[u];_?.data!==g?.data&&(p=!0),_&&(f={...f,..._.data},p&&(c.props[`data_${v}`]=f),v+=1)}return(!m.url||e.href!==m.url.href||m.error!==i||s!==void 0&&s!==k.form||p)&&(c.props.page={error:i,params:t,route:{id:o?.id??null},state:{},status:a,url:new URL(e),form:s??null,data:p?f:k.data}),c}async function Pe({loader:e,parent:t,url:n,params:r,route:a,server_data_node:i}){let o=null;const s={dependencies:new Set,params:new Set,parent:!1,route:!1,url:!1,search_params:new Set},l=await e();return{node:l,loader:e,server:i,universal:l.universal?.load?{type:"data",data:o,uses:s}:null,data:o??i?.data??null,slash:l.universal?.trailingSlash??i?.slash}}function Gt(e,t,n){let r=e instanceof Request?e.url:e;const a=new URL(r,n);a.origin===n.origin&&(r=a.href.slice(n.origin.length));const i=se?Et(r,a.href,t):kt(r,t);return{resolved:a,promise:i}}function Wt(e,t,n,r,a,i){if(Oe)return!0;if(!a)return!1;if(a.parent&&e||a.route&&t||a.url&&n)return!0;for(const o of a.search_params)if(r.has(o))return!0;for(const o of a.params)if(i[o]!==m.params[o])return!0;for(const o of a.dependencies)if(ae.some(s=>s(new URL(o))))return!0;return!1}function $e(e,t){return e?.type==="data"?e:e?.type==="skip"?t??null:null}function Yt(e,t){if(!e)return new Set(t.searchParams.keys());const n=new Set([...e.searchParams.keys(),...t.searchParams.keys()]);for(const r of n){const a=e.searchParams.getAll(r),i=t.searchParams.getAll(r);a.every(o=>i.includes(o))&&i.every(o=>a.includes(o))&&n.delete(r)}return n}function zt({error:e,url:t,route:n,params:r}){return{type:"loaded",state:{error:e,url:t,route:n,params:r,branch:[]},props:{page:Ne(k),constructors:[]}}}async function ut({id:e,invalidating:t,url:n,params:r,route:a,preload:i}){if(A?.id===e)return ie.delete(A.token),A.promise;const{errors:o,layouts:s,leaf:l}=a,c=[...s,l];o.forEach(g=>g?.().catch(()=>{})),c.forEach(g=>g?.[1]().catch(()=>{}));const f=m.url?e!==ce(m.url):!1,p=m.route?a.id!==m.route.id:!1,v=Yt(m.url,n);let h=!1;const u=c.map(async(g,d)=>{if(!g)return;const E=m.branch[d];return g[1]===E?.loader&&!Wt(h,p,f,v,E.universal?.uses,r)?E:(h=!0,Pe({loader:g[1],url:n,params:r,route:a,parent:async()=>{const O={};for(let P=0;P<d;P+=1)Object.assign(O,(await u[P])?.data);return O},server_data_node:$e(g[0]?{type:"skip"}:null,g[0]?E?.server:void 0)}))});for(const g of u)g.catch(()=>{});const _=[];for(let g=0;g<c.length;g+=1)if(c[g])try{_.push(await u[g])}catch(d){if(d instanceof Re)return{type:"redirect",location:d.location};if(ie.has(i))return zt({error:await Z(d,{params:r,url:n,route:{id:a.id}}),url:n,params:r,route:a});let E=Ue(d),S;if(d instanceof Se)S=d.body;else{if(await $.updated.check())return await nt(),await X(n);S=await Z(d,{params:r,url:n,route:{id:a.id}})}const O=await Ht(g,_,o);return O?le({url:n,params:r,branch:_.slice(0,O.idx).concat(O.node),errors:o,status:E,error:S,route:a}):await dt(n,{id:a.id},S,E)}else _.push(void 0);return le({url:n,params:r,branch:_,errors:o,status:200,error:null,route:a,form:t?void 0:null})}async function Ht(e,t,n){for(;e--;)if(n[e]){let r=e;for(;!t[r];)r-=1;try{return{idx:r+1,node:{node:await n[e](),loader:n[e],data:{},server:null,universal:null}}}catch{continue}}}async function Ce({status:e,error:t,url:n,route:r}){const a={};let i=null;try{const o=await Pe({loader:we,url:n,params:a,route:r,parent:()=>Promise.resolve({}),server_data_node:$e(i)}),s={node:await re(),loader:re,universal:null,server:null,data:null};return le({url:n,params:a,branch:[o,s],status:e,error:t,errors:[],route:null})}catch(o){if(o instanceof Re)return Mt(new URL(o.location,location.href),{},0);throw o}}async function Jt(e){const t=e.href;if(ee.has(t))return ee.get(t);let n;try{const r=(async()=>{let a=await y.hooks.reroute({url:new URL(e),fetch:async(i,o)=>Gt(i,o,e).promise})??e;if(typeof a=="string"){const i=new URL(e);y.hash?i.hash=a:i.pathname=a,a=i}return a})();ee.set(t,r),n=await r}catch{ee.delete(t);return}return n}async function fe(e,t){if(e&&!ue(e,x,y.hash)){const n=await Jt(e);if(!n)return;const r=Xt(n);for(const a of Ie){const i=a.exec(r);if(i)return{id:ce(e),invalidating:t,route:a,params:vt(i),url:e}}}}function Xt(e){return mt(y.hash?e.hash.replace(/^#/,"").replace(/[?#].+/,""):e.pathname.slice(x.length))||"/"}function ce(e){return(y.hash?e.hash.replace(/^#/,""):e.pathname)+e.search}function ft({url:e,type:t,intent:n,delta:r,event:a,scroll:i}){let o=!1;const s=je(m,n,e,t,i??null);r!==void 0&&(s.navigation.delta=r),a!==void 0&&(s.navigation.event=a);const l={...s.navigation,cancel:()=>{o=!0,s.reject(new Error("navigation cancelled"))}};return Q||rt.forEach(c=>c(l)),o?null:s}async function B({type:e,url:t,popped:n,keepfocus:r,noscroll:a,replace_state:i,state:o={},redirect_count:s=0,nav_token:l={},accept:c=Me,block:f=Me,event:p}){const v=N;N=l;const h=await fe(t,!1),u=e==="enter"?je(m,h,t,e):ft({url:t,type:e,delta:n?.delta,intent:h,scroll:n?.scroll,event:p});if(!u){f(),N===l&&(N=v);return}const _=w,g=R;c(),Q=!0,se&&u.navigation.type!=="enter"&&$.navigating.set(H.current=u.navigation);let d=h&&await ut(h);if(!d){if(ue(t,x,y.hash))return await X(t,i);d=await dt(t,{id:null},await Z(new xe(404,"Not Found",`Not found: ${t.pathname}`),{url:t,params:{},route:{id:null}}),404,i)}if(t=h?.url||t,N!==l)return u.reject(new Error("navigation aborted")),!1;if(d.type==="redirect"){if(s<20){await B({type:e,url:new URL(d.location,t),popped:n,keepfocus:r,noscroll:a,replace_state:i,state:o,redirect_count:s+1,nav_token:l}),u.fulfil(void 0);return}d=await Ce({status:500,error:await Z(new Error("Redirect loop"),{url:t,params:{},route:{id:null}}),url:t,route:{id:null}})}else d.props.page.status>=400&&await $.updated.check()&&(await nt(),await X(t,i));if(Kt(),Te(_),it(g),d.props.page.url.pathname!==t.pathname&&(t.pathname=d.props.page.url.pathname),o=n?n.state:o,!n){const b=i?0:1,K={[V]:w+=b,[z]:R+=b,[Je]:o};(i?history.replaceState:history.pushState).call(history,K,"",t),i||Vt(w,R)}const E=h&&A?.id===h.id?A.fork:null;A=null,d.props.page.state=o;let S;if(se){const b=(await Promise.all(Array.from(Bt,M=>M(u.navigation)))).filter(M=>typeof M=="function");if(b.length>0){let M=function(){b.forEach(he=>{Y.delete(he)})};b.push(M),b.forEach(he=>{Y.add(he)})}const K=u.navigation.to;m={...d.state,nav:{params:K.params,route:K.route,url:K.url}},d.props.page&&(d.props.page.url=t);const de=E&&await E;de?S=de.commit():(F=null,st.$set(d.props),F&&Object.assign(d.props.page,F),qt(d.props.page),S=gt?.()),ot=!0}else await ct(d,ye,!1);const{activeElement:O}=document;await S,await te(),await te();let P=null;if(Fe){const b=n?n.scroll:a?q():null;b?scrollTo(b.x,b.y):(P=t.hash&&document.getElementById(ht(t)))?P.scrollIntoView():scrollTo(0,0)}const pt=document.activeElement!==O&&document.activeElement!==document.body;!r&&!pt&&rn(t,!P),Fe=!0,d.props.page&&(F&&Object.assign(d.props.page,F),Object.assign(k,d.props.page)),Q=!1,e==="popstate"&&lt(R),u.fulfil(void 0),u.navigation.to&&(u.navigation.to.scroll=q()),Y.forEach(b=>b(u.navigation)),$.navigating.set(H.current=null)}async function dt(e,t,n,r,a){return e.origin===Le&&e.pathname===location.pathname&&!at?await Ce({status:r,error:n,url:e,route:t}):await X(e,a)}function Qt(){let e,t={element:void 0,href:void 0},n;I.addEventListener("mousemove",s=>{const l=s.target;clearTimeout(e),e=setTimeout(()=>{i(l,j.hover)},20)});function r(s){s.defaultPrevented||i(s.composedPath()[0],j.tap)}I.addEventListener("mousedown",r),I.addEventListener("touchstart",r,{passive:!0});const a=new IntersectionObserver(s=>{for(const l of s)l.isIntersecting&&(me(new URL(l.target.href)),a.unobserve(l.target))},{threshold:0});async function i(s,l){const c=Ze(s,I),f=c===t.element&&c?.href===t.href&&l>=n;if(!c||f)return;const{url:p,external:v,download:h}=ve(c,x,y.hash);if(v||h)return;const u=ne(c),_=p&&ce(m.url)===ce(p);if(!(u.reload||_))if(l<=u.preload_data){t={element:c,href:c.href},n=j.tap;const g=await fe(p,!1);if(!g)return;Ft(g)}else l<=u.preload_code&&(t={element:c,href:c.href},n=l,me(p))}function o(){a.disconnect();for(const s of I.querySelectorAll("a")){const{url:l,external:c,download:f}=ve(s,x,y.hash);if(c||f)continue;const p=ne(s);p.reload||(p.preload_code===j.viewport&&a.observe(s),p.preload_code===j.eager&&me(l))}}Y.add(o),o()}function Z(e,t){if(e instanceof Se)return e.body;const n=Ue(e),r=jt(e);return y.hooks.handleError({error:e,event:t,status:n,message:r})??{message:r}}function Zt(e){if(typeof e=="function")ae.push(e);else{const{href:t}=new URL(e,location.href);ae.push(n=>n.href===t)}}function en(){history.scrollRestoration="manual",addEventListener("beforeunload",t=>{let n=!1;if(We(),!Q){const r=je(m,void 0,null,"leave"),a={...r.navigation,cancel:()=>{n=!0,r.reject(new Error("navigation cancelled"))}};rt.forEach(i=>i(a))}n?(t.preventDefault(),t.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&We()}),navigator.connection?.saveData||Qt(),I.addEventListener("click",async t=>{if(t.button||t.which!==1||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.defaultPrevented)return;const n=Ze(t.composedPath()[0],I);if(!n)return;const{url:r,external:a,target:i,download:o}=ve(n,x,y.hash);if(!r)return;if(i==="_parent"||i==="_top"){if(window.parent!==window)return}else if(i&&i!=="_self")return;const s=ne(n);if(!(n instanceof SVGAElement)&&r.protocol!==location.protocol&&!(r.protocol==="https:"||r.protocol==="http:")||o)return;const[c,f]=(y.hash?r.hash.replace(/^#/,""):r.href).split("#"),p=c===pe(location);if(a||s.reload&&(!p||!f)){ft({url:r,type:"link",event:t})?Q=!0:t.preventDefault();return}if(f!==void 0&&p){const[,v]=m.url.href.split("#");if(v===f){if(t.preventDefault(),f===""||f==="top"&&n.ownerDocument.getElementById("top")===null)scrollTo({top:0});else{const h=n.ownerDocument.getElementById(decodeURIComponent(f));h&&(h.scrollIntoView(),h.focus())}return}if(G=!0,Te(w),e(r),!s.replace_state)return;G=!1}t.preventDefault(),await new Promise(v=>{requestAnimationFrame(()=>{setTimeout(v,0)}),setTimeout(v,100)}),await B({type:"link",url:r,keepfocus:s.keepfocus,noscroll:s.noscroll,replace_state:s.replace_state??r.href===location.href,event:t})}),I.addEventListener("submit",t=>{if(t.defaultPrevented)return;const n=HTMLFormElement.prototype.cloneNode.call(t.target),r=t.submitter;if((r?.formTarget||n.target)==="_blank"||(r?.formMethod||n.method)!=="get")return;const o=new URL(r?.hasAttribute("formaction")&&r?.formAction||n.action);if(ue(o,x,!1))return;const s=t.target,l=ne(s);if(l.reload)return;t.preventDefault(),t.stopPropagation();const c=new FormData(s,r);o.search=new URLSearchParams(c).toString(),B({type:"form",url:o,keepfocus:l.keepfocus,noscroll:l.noscroll,replace_state:l.replace_state??o.href===location.href,event:t})}),addEventListener("popstate",async t=>{if(!ke){if(t.state?.[V]){const n=t.state[V];if(N={},n===w)return;const r=C[n],a=t.state[Je]??{},i=new URL(t.state[Ot]??location.href),o=t.state[z],s=m.url?pe(location)===pe(m.url):!1;if(o===R&&(ot||s)){a!==k.state&&(k.state=a),e(i),C[w]=q(),r&&scrollTo(r.x,r.y),w=n;return}const c=n-w;await B({type:"popstate",url:i,popped:{state:a,scroll:r,delta:c},accept:()=>{w=n,R=o},block:()=>{history.go(-c)},nav_token:N,event:t})}else if(!G){const n=new URL(location.href);e(n),y.hash&&location.reload()}}}),addEventListener("hashchange",()=>{G&&(G=!1,history.replaceState({...history.state,[V]:++w,[z]:R},"",location.href))});for(const t of document.querySelectorAll("link"))Dt.has(t.rel)&&(t.href=t.href);addEventListener("pageshow",t=>{t.persisted&&$.navigating.set(H.current=null)});function e(t){m.url=k.url=t,$.page.set(Ne(k)),$.page.notify()}}async function tn(e,{status:t=200,error:n,node_ids:r,params:a,route:i,server_route:o,data:s,form:l}){at=!0;const c=new URL(location.href);let f;({params:a={},route:i={id:null}}=await fe(c,!1)||{}),f=Ie.find(({id:h})=>h===i.id);let p,v=!0;try{const h=r.map(async(_,g)=>{const d=s[g];return d?.uses&&(d.uses=nn(d.uses)),Pe({loader:y.nodes[_],url:c,params:a,route:i,parent:async()=>{const E={};for(let S=0;S<g;S+=1)Object.assign(E,(await h[S]).data);return E},server_data_node:$e(d)})}),u=await Promise.all(h);if(f){const _=f.layouts;for(let g=0;g<_.length;g++)_[g]||u.splice(g,0,void 0)}p=await le({url:c,params:a,branch:u,status:t,error:n,errors:f?.errors,form:l,route:f??null})}catch(h){if(h instanceof Re){await X(new URL(h.location,location.href));return}p=await Ce({status:Ue(h),error:await Z(h,{url:c,params:a,route:i}),url:c,route:i}),e.textContent="",v=!1}p.props.page&&(p.props.page.state={}),await ct(p,e,v)}function nn(e){return{dependencies:new Set(e?.dependencies??[]),params:new Set(e?.params??[]),parent:!!e?.parent,route:!!e?.route,url:!!e?.url,search_params:new Set(e?.search_params??[])}}let ke=!1;function rn(e,t=!0){const n=document.querySelector("[autofocus]");if(n)n.focus();else{const r=ht(e);if(r&&document.getElementById(r)){const{x:i,y:o}=q();setTimeout(()=>{const s=history.state;ke=!0,location.replace(new URL(`#${r}`,location.href)),history.replaceState(s,"",e),t&&scrollTo(i,o),ke=!1})}else{const i=document.body,o=i.getAttribute("tabindex");i.tabIndex=-1,i.focus({preventScroll:!0,focusVisible:!1}),o!==null?i.setAttribute("tabindex",o):i.removeAttribute("tabindex")}const a=getSelection();if(a&&a.type!=="None"){const i=[];for(let o=0;o<a.rangeCount;o+=1)i.push(a.getRangeAt(o));setTimeout(()=>{if(a.rangeCount===i.length){for(let o=0;o<a.rangeCount;o+=1){const s=i[o],l=a.getRangeAt(o);if(s.commonAncestorContainer!==l.commonAncestorContainer||s.startContainer!==l.startContainer||s.endContainer!==l.endContainer||s.startOffset!==l.startOffset||s.endOffset!==l.endOffset)return}a.removeAllRanges()}})}}}function je(e,t,n,r,a=null){let i,o;const s=new Promise((c,f)=>{i=c,o=f});return s.catch(()=>{}),{navigation:{from:{params:e.params,route:{id:e.route?.id??null},url:e.url,scroll:q()},to:n&&{params:t?.params??null,route:{id:t?.route?.id??null},url:n,scroll:a},willUnload:!t,type:r,complete:s},fulfil:i,reject:o}}function Ne(e){return{data:e.data,error:e.error,form:e.form,params:e.params,route:e.route,state:e.state,status:e.status,url:e.url}}function an(e){const t=new URL(e);return t.hash=decodeURIComponent(e.hash),t}function ht(e){let t;if(y.hash){const[,,n]=e.hash.split("#",3);t=n??""}else t=e.hash.slice(1);return decodeURIComponent(t)}export{dn as a,ln as l,k as p,$ as s};
-1
build/_app/immutable/chunks/BuZ8u_VS.js
··· 1 - var Ht=Array.isArray,Ut=Array.prototype.indexOf,ie=Array.prototype.includes,Cn=Array.from,Mn=Object.defineProperty,ve=Object.getOwnPropertyDescriptor,Vt=Object.getOwnPropertyDescriptors,Bt=Object.prototype,zt=Array.prototype,it=Object.getPrototypeOf,Qe=Object.isExtensible;const Gt=()=>{};function Fn(e){return e()}function Kt(e){for(var t=0;t<e.length;t++)e[t]()}function ft(){var e,t,n=new Promise((r,s)=>{e=r,t=s});return{promise:n,resolve:e,reject:t}}const E=2,Q=4,we=8,ut=1<<24,q=16,F=32,ee=64,$t=128,k=512,g=1024,b=2048,j=4096,P=8192,C=16384,le=32768,et=1<<25,Ae=65536,Me=1<<17,Xt=1<<18,ye=1<<19,ot=1<<20,jn=1<<25,te=65536,Fe=1<<21,Oe=1<<22,B=1<<23,de=Symbol("$state"),Ln=Symbol("legacy props"),Yn=Symbol(""),Y=new class extends Error{name="StaleReactionError";message="The reaction that called `getAbortSignal()` was re-run or destroyed"},Hn=!!globalThis.document?.contentType&&globalThis.document.contentType.includes("xml"),Ne=3,ct=8;function Zt(){throw new Error("https://svelte.dev/e/async_derived_orphan")}function Un(e,t,n){throw new Error("https://svelte.dev/e/each_key_duplicate")}function Wt(e){throw new Error("https://svelte.dev/e/effect_in_teardown")}function Jt(){throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function Qt(e){throw new Error("https://svelte.dev/e/effect_orphan")}function en(){throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function Vn(){throw new Error("https://svelte.dev/e/hydration_failed")}function Bn(e){throw new Error("https://svelte.dev/e/props_invalid_value")}function tn(){throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function nn(){throw new Error("https://svelte.dev/e/state_prototype_fixed")}function rn(){throw new Error("https://svelte.dev/e/state_unsafe_mutation")}function zn(){throw new Error("https://svelte.dev/e/svelte_boundary_reset_onerror")}const Gn=1,Kn=2,$n=16,Xn=1,Zn=2,Wn=4,Jn=8,Qn=16,er=1,tr=2,sn="[",ln="[!",nr="[?",an="]",Ue={},m=Symbol(),fn="http://www.w3.org/1999/xhtml";function Ve(e){console.warn("https://svelte.dev/e/hydration_mismatch")}function rr(){console.warn("https://svelte.dev/e/svelte_boundary_reset_noop")}let ne=!1;function sr(e){ne=e}let S;function fe(e){if(e===null)throw Ve(),Ue;return S=e}function lr(){return fe($(S))}function ar(e){if(ne){if($(S)!==null)throw Ve(),Ue;S=e}}function ir(e=1){if(ne){for(var t=e,n=S;t--;)n=$(n);S=n}}function fr(e=!0){for(var t=0,n=S;;){if(n.nodeType===ct){var r=n.data;if(r===an){if(t===0)return n;t-=1}else(r===sn||r===ln||r[0]==="["&&!isNaN(Number(r.slice(1))))&&(t+=1)}var s=$(n);e&&n.remove(),n=s}}function ur(e){if(!e||e.nodeType!==ct)throw Ve(),Ue;return e.data}function _t(e){return e===this.v}function un(e,t){return e!=e?t==t:e!==t||e!==null&&typeof e=="object"||typeof e=="function"}function vt(e){return!un(e,this.v)}let De=!1;function or(){De=!0}let T=null;function Se(e){T=e}function cr(e,t=!1,n){T={p:T,i:!1,c:null,e:null,s:e,x:null,r:d,l:De&&!t?{s:null,u:null,$:[]}:null}}function _r(e){var t=T,n=t.e;if(n!==null){t.e=null;for(var r of n)Ot(r)}return t.i=!0,T=t.p,{}}function ge(){return!De||T!==null&&T.l===null}let X=[];function dt(){var e=X;X=[],Kt(e)}function tt(e){if(X.length===0&&!he){var t=X;queueMicrotask(()=>{t===X&&dt()})}X.push(e)}function on(){for(;X.length>0;)dt()}function cn(e){var t=d;if(t===null)return v.f|=B,e;if((t.f&le)===0&&(t.f&Q)===0)throw e;Re(e,t)}function Re(e,t){for(;t!==null;){if((t.f&$t)!==0){if((t.f&le)===0)throw e;try{t.b.error(e);return}catch(n){e=n}}t=t.parent}throw e}const _n=-7169;function y(e,t){e.f=e.f&_n|t}function Be(e){(e.f&k)!==0||e.deps===null?y(e,g):y(e,j)}function ht(e){if(e!==null)for(const t of e)(t.f&E)===0||(t.f&te)===0||(t.f^=te,ht(t.deps))}function vn(e,t,n){(e.f&b)!==0?t.add(e):(e.f&j)!==0&&n.add(e),ht(e.deps),y(e,g)}const H=new Set;let w=null,D=null,je=null,he=!1,Pe=!1,ae=null,be=null;var nt=0;let dn=1;class G{id=dn++;current=new Map;previous=new Map;#i=new Set;#f=new Set;#r=new Map;#t=new Map;#_=null;#e=[];#v=[];#l=new Set;#s=new Set;#n=new Map;is_fork=!1;#u=!1;#a=new Set;#o(){return this.is_fork||this.#t.size>0}#p(){for(const r of this.#a)for(const s of r.#t.keys()){for(var t=!1,n=s;n.parent!==null;){if(this.#n.has(n)){t=!0;break}n=n.parent}if(!t)return!0}return!1}skip_effect(t){this.#n.has(t)||this.#n.set(t,{d:[],m:[]})}unskip_effect(t){var n=this.#n.get(t);if(n){this.#n.delete(t);for(var r of n.d)y(r,b),this.schedule(r);for(r of n.m)y(r,j),this.schedule(r)}}#c(){if(nt++>1e3&&(H.delete(this),pn()),!this.#o()){for(const a of this.#l)this.#s.delete(a),y(a,b),this.schedule(a);for(const a of this.#s)y(a,j),this.schedule(a)}const t=this.#e;this.#e=[],this.apply();var n=ae=[],r=[],s=be=[];for(const a of t)try{this.#d(a,n,r)}catch(i){throw yt(a),i}if(w=null,s.length>0){var l=G.ensure();for(const a of s)l.schedule(a)}if(ae=null,be=null,this.#o()||this.#p()){this.#h(r),this.#h(n);for(const[a,i]of this.#n)wt(a,i)}else{this.#r.size===0&&H.delete(this),this.#l.clear(),this.#s.clear();for(const a of this.#i)a(this);this.#i.clear(),rt(r),rt(n),this.#_?.resolve()}var u=w;if(this.#e.length>0){const a=u??=this;a.#e.push(...this.#e.filter(i=>!a.#e.includes(i)))}u!==null&&(H.add(u),u.#c()),H.has(this)||this.#w()}#d(t,n,r){t.f^=g;for(var s=t.first;s!==null;){var l=s.f,u=(l&(F|ee))!==0,a=u&&(l&g)!==0,i=a||(l&P)!==0||this.#n.has(s);if(!i&&s.fn!==null){u?s.f^=g:(l&Q)!==0?n.push(s):Ee(s)&&((l&q)!==0&&this.#s.add(s),oe(s));var o=s.first;if(o!==null){s=o;continue}}for(;s!==null;){var f=s.next;if(f!==null){s=f;break}s=s.parent}}}#h(t){for(var n=0;n<t.length;n+=1)vn(t[n],this.#l,this.#s)}capture(t,n,r=!1){n!==m&&!this.previous.has(t)&&this.previous.set(t,n),(t.f&B)===0&&(this.current.set(t,[t.v,r]),D?.set(t,t.v))}activate(){w=this}deactivate(){w=null,D=null}flush(){try{Pe=!0,w=this,this.#c()}finally{nt=0,je=null,ae=null,be=null,Pe=!1,w=null,D=null,z.clear()}}discard(){for(const t of this.#f)t(this);this.#f.clear(),H.delete(this)}register_created_effect(t){this.#v.push(t)}#w(){for(const f of H){var t=f.id<this.id,n=[];for(const[c,[_,p]]of this.current){if(f.current.has(c)){var r=f.current.get(c)[0];if(t&&_!==r)f.current.set(c,[_,p]);else continue}n.push(c)}var s=[...f.current.keys()].filter(c=>!this.current.has(c));if(s.length===0)t&&f.discard();else if(n.length>0){f.activate();var l=new Set,u=new Map;for(var a of n)pt(a,s,l,u);u=new Map;var i=[...f.current.keys()].filter(c=>this.current.has(c)?this.current.get(c)[0]!==c:!0);for(const c of this.#v)(c.f&(C|P|Me))===0&&ze(c,i,u)&&((c.f&(Oe|q))!==0?(y(c,b),f.schedule(c)):f.#l.add(c));if(f.#e.length>0){f.apply();for(var o of f.#e)f.#d(o,[],[]);f.#e=[]}f.deactivate()}}for(const f of H)f.#a.has(this)&&(f.#a.delete(this),f.#a.size===0&&!f.#o()&&(f.activate(),f.#c()))}increment(t,n){let r=this.#r.get(n)??0;if(this.#r.set(n,r+1),t){let s=this.#t.get(n)??0;this.#t.set(n,s+1)}}decrement(t,n,r){let s=this.#r.get(n)??0;if(s===1?this.#r.delete(n):this.#r.set(n,s-1),t){let l=this.#t.get(n)??0;l===1?this.#t.delete(n):this.#t.set(n,l-1)}this.#u||r||(this.#u=!0,tt(()=>{this.#u=!1,this.flush()}))}transfer_effects(t,n){for(const r of t)this.#l.add(r);for(const r of n)this.#s.add(r);t.clear(),n.clear()}oncommit(t){this.#i.add(t)}ondiscard(t){this.#f.add(t)}settled(){return(this.#_??=ft()).promise}static ensure(){if(w===null){const t=w=new G;Pe||(H.add(w),he||tt(()=>{w===t&&t.flush()}))}return w}apply(){{D=null;return}}schedule(t){if(je=t,t.b?.is_pending&&(t.f&(Q|we|ut))!==0&&(t.f&le)===0){t.b.defer_effect(t);return}for(var n=t;n.parent!==null;){n=n.parent;var r=n.f;if(ae!==null&&n===d&&(v===null||(v.f&E)===0))return;if((r&(ee|F))!==0){if((r&g)===0)return;n.f^=g}}this.#e.push(n)}}function hn(e){var t=he;he=!0;try{for(var n;;){if(on(),w===null)return n;w.flush()}}finally{he=t}}function pn(){try{en()}catch(e){Re(e,je)}}let L=null;function rt(e){var t=e.length;if(t!==0){for(var n=0;n<t;){var r=e[n++];if((r.f&(C|P))===0&&Ee(r)&&(L=new Set,oe(r),r.deps===null&&r.first===null&&r.nodes===null&&r.teardown===null&&r.ac===null&&Dt(r),L?.size>0)){z.clear();for(const s of L){if((s.f&(C|P))!==0)continue;const l=[s];let u=s.parent;for(;u!==null;)L.has(u)&&(L.delete(u),l.push(u)),u=u.parent;for(let a=l.length-1;a>=0;a--){const i=l[a];(i.f&(C|P))===0&&oe(i)}}L.clear()}}L=null}}function pt(e,t,n,r){if(!n.has(e)&&(n.add(e),e.reactions!==null))for(const s of e.reactions){const l=s.f;(l&E)!==0?pt(s,t,n,r):(l&(Oe|q))!==0&&(l&b)===0&&ze(s,t,r)&&(y(s,b),Ge(s))}}function ze(e,t,n){const r=n.get(e);if(r!==void 0)return r;if(e.deps!==null)for(const s of e.deps){if(ie.call(t,s))return!0;if((s.f&E)!==0&&ze(s,t,n))return n.set(s,!0),!0}return n.set(e,!1),!1}function Ge(e){w.schedule(e)}function wt(e,t){if(!((e.f&F)!==0&&(e.f&g)!==0)){(e.f&b)!==0?t.d.push(e):(e.f&j)!==0&&t.m.push(e),y(e,g);for(var n=e.first;n!==null;)wt(n,t),n=n.next}}function yt(e){y(e,g);for(var t=e.first;t!==null;)yt(t),t=t.next}function gt(e,t,n,r){const s=ge()?$e:gn;var l=e.filter(_=>!_.settled);if(n.length===0&&l.length===0){r(t.map(s));return}var u=d,a=wn(),i=l.length===1?l[0].promise:l.length>1?Promise.all(l.map(_=>_.promise)):null;function o(_){a();try{r(_)}catch(p){(u.f&C)===0&&Re(p,u)}xe()}if(n.length===0){i.then(()=>o(t.map(s)));return}var f=Ke();function c(){Promise.all(n.map(_=>yn(_))).then(_=>o([...t.map(s),..._])).catch(_=>Re(_,u)).finally(()=>f())}i?i.then(()=>{a(),c(),xe()}):c()}function wn(){var e=d,t=v,n=T,r=w;return function(l=!0){ue(e),K(t),Se(n),l&&(e.f&C)===0&&(r?.activate(),r?.apply())}}function xe(e=!0){ue(null),K(null),Se(null),e&&w?.deactivate()}function Ke(){var e=d,t=e.b,n=w,r=t.is_rendered();return t.update_pending_count(1,n),n.increment(r,e),(s=!1)=>{t.update_pending_count(-1,n),n.decrement(r,e,s)}}function $e(e){var t=E|b,n=v!==null&&(v.f&E)!==0?v:null;return d!==null&&(d.f|=ye),{ctx:T,deps:null,effects:null,equals:_t,f:t,fn:e,reactions:null,rv:0,v:m,wv:0,parent:n??d,ac:null}}function yn(e,t,n){let r=d;r===null&&Zt();var s=void 0,l=Ze(m),u=!v,a=new Map;return kn(()=>{var i=d,o=ft();s=o.promise;try{Promise.resolve(e()).then(o.resolve,o.reject).finally(xe)}catch(p){o.reject(p),xe()}var f=w;if(u){if((i.f&le)!==0)var c=Ke();if(r.b.is_rendered())a.get(f)?.reject(Y),a.delete(f);else{for(const p of a.values())p.reject(Y);a.clear()}a.set(f,o)}const _=(p,h=void 0)=>{if(c){var N=h===Y;c(N)}if(!(h===Y||(i.f&C)!==0)){if(f.activate(),h)l.f|=B,Ye(l,h);else{(l.f&B)!==0&&(l.f^=B),Ye(l,p);for(const[ce,me]of a){if(a.delete(ce),ce===f)break;me.reject(Y)}}f.deactivate()}};o.promise.then(_,p=>_(null,p||"unknown"))}),xn(()=>{for(const i of a.values())i.reject(Y)}),new Promise(i=>{function o(f){function c(){f===s?i(l):o(s)}f.then(c,c)}o(s)})}function vr(e){const t=$e(e);return Ct(t),t}function gn(e){const t=$e(e);return t.equals=vt,t}function En(e){var t=e.effects;if(t!==null){e.effects=null;for(var n=0;n<t.length;n+=1)re(t[n])}}function mn(e){for(var t=e.parent;t!==null;){if((t.f&E)===0)return(t.f&C)===0?t:null;t=t.parent}return null}function Xe(e){var t,n=d;ue(mn(e));try{e.f&=~te,En(e),t=Lt(e)}finally{ue(n)}return t}function Et(e){var t=e.v,n=Xe(e);if(!e.equals(n)&&(e.wv=Ft(),(!w?.is_fork||e.deps===null)&&(e.v=n,w?.capture(e,t,!0),e.deps===null))){y(e,g);return}se||(D!==null?(kt()||w?.is_fork)&&D.set(e,n):Be(e))}function bn(e){if(e.effects!==null)for(const t of e.effects)(t.teardown||t.ac)&&(t.teardown?.(),t.ac?.abort(Y),t.teardown=Gt,t.ac=null,pe(t,0),Je(t))}function mt(e){if(e.effects!==null)for(const t of e.effects)t.teardown&&oe(t)}let Le=new Set;const z=new Map;let bt=!1;function Ze(e,t){var n={f:0,v:e,reactions:null,equals:_t,rv:0,wv:0};return n}function U(e,t){const n=Ze(e);return Ct(n),n}function dr(e,t=!1,n=!0){const r=Ze(e);return t||(r.equals=vt),De&&n&&T!==null&&T.l!==null&&(T.l.s??=[]).push(r),r}function V(e,t,n=!1){v!==null&&(!I||(v.f&Me)!==0)&&ge()&&(v.f&(E|q|Oe|Me))!==0&&(O===null||!ie.call(O,e))&&rn();let r=n?_e(t):t;return Ye(e,r,be)}function Ye(e,t,n=null){if(!e.equals(t)){var r=e.v;se?z.set(e,t):z.set(e,r),e.v=t;var s=G.ensure();if(s.capture(e,r),(e.f&E)!==0){const l=e;(e.f&b)!==0&&Xe(l),D===null&&Be(l)}e.wv=Ft(),Tt(e,b,n),ge()&&d!==null&&(d.f&g)!==0&&(d.f&(F|ee))===0&&(x===null?In([e]):x.push(e)),!s.is_fork&&Le.size>0&&!bt&&Tn()}return t}function Tn(){bt=!1;for(const e of Le)(e.f&g)!==0&&y(e,j),Ee(e)&&oe(e);Le.clear()}function hr(e,t=1){var n=W(e),r=t===1?n++:n--;return V(e,n),r}function Ce(e){V(e,e.v+1)}function Tt(e,t,n){var r=e.reactions;if(r!==null)for(var s=ge(),l=r.length,u=0;u<l;u++){var a=r[u],i=a.f;if(!(!s&&a===d)){var o=(i&b)===0;if(o&&y(a,t),(i&E)!==0){var f=a;D?.delete(f),(i&te)===0&&(i&k&&(a.f|=te),Tt(f,j,n))}else if(o){var c=a;(i&q)!==0&&L!==null&&L.add(c),n!==null?n.push(c):Ge(c)}}}}function _e(e){if(typeof e!="object"||e===null||de in e)return e;const t=it(e);if(t!==Bt&&t!==zt)return e;var n=new Map,r=Ht(e),s=U(0),l=J,u=a=>{if(J===l)return a();var i=v,o=J;K(null),at(l);var f=a();return K(i),at(o),f};return r&&n.set("length",U(e.length)),new Proxy(e,{defineProperty(a,i,o){(!("value"in o)||o.configurable===!1||o.enumerable===!1||o.writable===!1)&&tn();var f=n.get(i);return f===void 0?u(()=>{var c=U(o.value);return n.set(i,c),c}):V(f,o.value,!0),!0},deleteProperty(a,i){var o=n.get(i);if(o===void 0){if(i in a){const f=u(()=>U(m));n.set(i,f),Ce(s)}}else V(o,m),Ce(s);return!0},get(a,i,o){if(i===de)return e;var f=n.get(i),c=i in a;if(f===void 0&&(!c||ve(a,i)?.writable)&&(f=u(()=>{var p=_e(c?a[i]:m),h=U(p);return h}),n.set(i,f)),f!==void 0){var _=W(f);return _===m?void 0:_}return Reflect.get(a,i,o)},getOwnPropertyDescriptor(a,i){var o=Reflect.getOwnPropertyDescriptor(a,i);if(o&&"value"in o){var f=n.get(i);f&&(o.value=W(f))}else if(o===void 0){var c=n.get(i),_=c?.v;if(c!==void 0&&_!==m)return{enumerable:!0,configurable:!0,value:_,writable:!0}}return o},has(a,i){if(i===de)return!0;var o=n.get(i),f=o!==void 0&&o.v!==m||Reflect.has(a,i);if(o!==void 0||d!==null&&(!f||ve(a,i)?.writable)){o===void 0&&(o=u(()=>{var _=f?_e(a[i]):m,p=U(_);return p}),n.set(i,o));var c=W(o);if(c===m)return!1}return f},set(a,i,o,f){var c=n.get(i),_=i in a;if(r&&i==="length")for(var p=o;p<c.v;p+=1){var h=n.get(p+"");h!==void 0?V(h,m):p in a&&(h=u(()=>U(m)),n.set(p+"",h))}if(c===void 0)(!_||ve(a,i)?.writable)&&(c=u(()=>U(void 0)),V(c,_e(o)),n.set(i,c));else{_=c.v!==m;var N=u(()=>_e(o));V(c,N)}var ce=Reflect.getOwnPropertyDescriptor(a,i);if(ce?.set&&ce.set.call(f,o),!_){if(r&&typeof i=="string"){var me=n.get("length"),Ie=Number(i);Number.isInteger(Ie)&&Ie>=me.v&&V(me,Ie+1)}Ce(s)}return!0},ownKeys(a){W(s);var i=Reflect.ownKeys(a).filter(c=>{var _=n.get(c);return _===void 0||_.v!==m});for(var[o,f]of n)f.v!==m&&!(o in a)&&i.push(o);return i},setPrototypeOf(){nn()}})}var st,An,Sn,At,St;function pr(){if(st===void 0){st=window,An=document,Sn=/Firefox/.test(navigator.userAgent);var e=Element.prototype,t=Node.prototype,n=Text.prototype;At=ve(t,"firstChild").get,St=ve(t,"nextSibling").get,Qe(e)&&(e.__click=void 0,e.__className=void 0,e.__attributes=null,e.__style=void 0,e.__e=void 0),Qe(n)&&(n.__t=void 0)}}function ke(e=""){return document.createTextNode(e)}function qe(e){return At.call(e)}function $(e){return St.call(e)}function wr(e,t){if(!ne)return qe(e);var n=qe(S);if(n===null)n=S.appendChild(ke());else if(t&&n.nodeType!==Ne){var r=ke();return n?.before(r),fe(r),r}return t&&We(n),fe(n),n}function yr(e,t=!1){if(!ne){var n=qe(e);return n instanceof Comment&&n.data===""?$(n):n}if(t){if(S?.nodeType!==Ne){var r=ke();return S?.before(r),fe(r),r}We(S)}return S}function gr(e,t=1,n=!1){let r=ne?S:e;for(var s;t--;)s=r,r=$(r);if(!ne)return r;if(n){if(r?.nodeType!==Ne){var l=ke();return r===null?s?.after(l):r.before(l),fe(l),l}We(r)}return fe(r),r}function Er(e){e.textContent=""}function mr(){return!1}function br(e,t,n){return document.createElementNS(fn,e,void 0)}function We(e){if(e.nodeValue.length<65536)return;let t=e.nextSibling;for(;t!==null&&t.nodeType===Ne;)t.remove(),e.nodeValue+=t.nodeValue,t=e.nextSibling}function Rt(e){var t=v,n=d;K(null),ue(null);try{return e()}finally{K(t),ue(n)}}function xt(e){d===null&&(v===null&&Qt(),Jt()),se&&Wt()}function Rn(e,t){var n=t.last;n===null?t.last=t.first=e:(n.next=e,e.prev=n,t.last=e)}function M(e,t){var n=d;n!==null&&(n.f&P)!==0&&(e|=P);var r={ctx:T,deps:null,nodes:null,f:e|b|k,first:null,fn:t,last:null,next:null,parent:n,b:n&&n.b,prev:null,teardown:null,wv:0,ac:null};w?.register_created_effect(r);var s=r;if((e&Q)!==0)ae!==null?ae.push(r):G.ensure().schedule(r);else if(t!==null){try{oe(r)}catch(u){throw re(r),u}s.deps===null&&s.teardown===null&&s.nodes===null&&s.first===s.last&&(s.f&ye)===0&&(s=s.first,(e&q)!==0&&(e&Ae)!==0&&s!==null&&(s.f|=Ae))}if(s!==null&&(s.parent=n,n!==null&&Rn(s,n),v!==null&&(v.f&E)!==0&&(e&ee)===0)){var l=v;(l.effects??=[]).push(s)}return r}function kt(){return v!==null&&!I}function xn(e){const t=M(we,null);return y(t,g),t.teardown=e,t}function Tr(e){xt();var t=d.f,n=!v&&(t&F)!==0&&(t&le)===0;if(n){var r=T;(r.e??=[]).push(e)}else return Ot(e)}function Ot(e){return M(Q|ot,e)}function Ar(e){return xt(),M(we|ot,e)}function Sr(e){G.ensure();const t=M(ee|ye,e);return(n={})=>new Promise(r=>{n.outro?Dn(t,()=>{re(t),r(void 0)}):(re(t),r(void 0))})}function Rr(e){return M(Q,e)}function kn(e){return M(Oe|ye,e)}function xr(e,t=0){return M(we|t,e)}function kr(e,t=[],n=[],r=[]){gt(r,t,n,s=>{M(we,()=>e(...s.map(W)))})}function Or(e,t=[],n=[],r=[]){if(n.length>0||r.length>0)var s=Ke();gt(r,t,n,l=>{M(Q,()=>e(...l.map(W))),s&&s()})}function Nr(e,t=0){var n=M(q|t,e);return n}function Dr(e){return M(F|ye,e)}function Nt(e){var t=e.teardown;if(t!==null){const n=se,r=v;lt(!0),K(null);try{t.call(null)}finally{lt(n),K(r)}}}function Je(e,t=!1){var n=e.first;for(e.first=e.last=null;n!==null;){const s=n.ac;s!==null&&Rt(()=>{s.abort(Y)});var r=n.next;(n.f&ee)!==0?n.parent=null:re(n,t),n=r}}function On(e){for(var t=e.first;t!==null;){var n=t.next;(t.f&F)===0&&re(t),t=n}}function re(e,t=!0){var n=!1;(t||(e.f&Xt)!==0)&&e.nodes!==null&&e.nodes.end!==null&&(Nn(e.nodes.start,e.nodes.end),n=!0),y(e,et),Je(e,t&&!n),pe(e,0);var r=e.nodes&&e.nodes.t;if(r!==null)for(const l of r)l.stop();Nt(e),e.f^=et,e.f|=C;var s=e.parent;s!==null&&s.first!==null&&Dt(e),e.next=e.prev=e.teardown=e.ctx=e.deps=e.fn=e.nodes=e.ac=e.b=null}function Nn(e,t){for(;e!==null;){var n=e===t?null:$(e);e.remove(),e=n}}function Dt(e){var t=e.parent,n=e.prev,r=e.next;n!==null&&(n.next=r),r!==null&&(r.prev=n),t!==null&&(t.first===e&&(t.first=r),t.last===e&&(t.last=n))}function Dn(e,t,n=!0){var r=[];It(e,r,!0);var s=()=>{n&&re(e),t&&t()},l=r.length;if(l>0){var u=()=>--l||s();for(var a of r)a.out(u)}else s()}function It(e,t,n){if((e.f&P)===0){e.f^=P;var r=e.nodes&&e.nodes.t;if(r!==null)for(const a of r)(a.is_global||n)&&t.push(a);for(var s=e.first;s!==null;){var l=s.next,u=(s.f&Ae)!==0||(s.f&F)!==0&&(e.f&q)!==0;It(s,t,u?n:!1),s=l}}}function Ir(e){Pt(e,!0)}function Pt(e,t){if((e.f&P)!==0){e.f^=P,(e.f&g)===0&&(y(e,b),G.ensure().schedule(e));for(var n=e.first;n!==null;){var r=n.next,s=(n.f&Ae)!==0||(n.f&F)!==0;Pt(n,s?t:!1),n=r}var l=e.nodes&&e.nodes.t;if(l!==null)for(const u of l)(u.is_global||t)&&u.in()}}function Pr(e,t){if(e.nodes)for(var n=e.nodes.start,r=e.nodes.end;n!==null;){var s=n===r?null:$(n);t.append(n),n=s}}let Te=!1,se=!1;function lt(e){se=e}let v=null,I=!1;function K(e){v=e}let d=null;function ue(e){d=e}let O=null;function Ct(e){v!==null&&(O===null?O=[e]:O.push(e))}let A=null,R=0,x=null;function In(e){x=e}let Mt=1,Z=0,J=Z;function at(e){J=e}function Ft(){return++Mt}function Ee(e){var t=e.f;if((t&b)!==0)return!0;if(t&E&&(e.f&=~te),(t&j)!==0){for(var n=e.deps,r=n.length,s=0;s<r;s++){var l=n[s];if(Ee(l)&&Et(l),l.wv>e.wv)return!0}(t&k)!==0&&D===null&&y(e,g)}return!1}function jt(e,t,n=!0){var r=e.reactions;if(r!==null&&!(O!==null&&ie.call(O,e)))for(var s=0;s<r.length;s++){var l=r[s];(l.f&E)!==0?jt(l,t,!1):t===l&&(n?y(l,b):(l.f&g)!==0&&y(l,j),Ge(l))}}function Lt(e){var t=A,n=R,r=x,s=v,l=O,u=T,a=I,i=J,o=e.f;A=null,R=0,x=null,v=(o&(F|ee))===0?e:null,O=null,Se(e.ctx),I=!1,J=++Z,e.ac!==null&&(Rt(()=>{e.ac.abort(Y)}),e.ac=null);try{e.f|=Fe;var f=e.fn,c=f();e.f|=le;var _=e.deps,p=w?.is_fork;if(A!==null){var h;if(p||pe(e,R),_!==null&&R>0)for(_.length=R+A.length,h=0;h<A.length;h++)_[R+h]=A[h];else e.deps=_=A;if(kt()&&(e.f&k)!==0)for(h=R;h<_.length;h++)(_[h].reactions??=[]).push(e)}else!p&&_!==null&&R<_.length&&(pe(e,R),_.length=R);if(ge()&&x!==null&&!I&&_!==null&&(e.f&(E|j|b))===0)for(h=0;h<x.length;h++)jt(x[h],e);if(s!==null&&s!==e){if(Z++,s.deps!==null)for(let N=0;N<n;N+=1)s.deps[N].rv=Z;if(t!==null)for(const N of t)N.rv=Z;x!==null&&(r===null?r=x:r.push(...x))}return(e.f&B)!==0&&(e.f^=B),c}catch(N){return cn(N)}finally{e.f^=Fe,A=t,R=n,x=r,v=s,O=l,Se(u),I=a,J=i}}function Pn(e,t){let n=t.reactions;if(n!==null){var r=Ut.call(n,e);if(r!==-1){var s=n.length-1;s===0?n=t.reactions=null:(n[r]=n[s],n.pop())}}if(n===null&&(t.f&E)!==0&&(A===null||!ie.call(A,t))){var l=t;(l.f&k)!==0&&(l.f^=k,l.f&=~te),Be(l),bn(l),pe(l,0)}}function pe(e,t){var n=e.deps;if(n!==null)for(var r=t;r<n.length;r++)Pn(e,n[r])}function oe(e){var t=e.f;if((t&C)===0){y(e,g);var n=d,r=Te;d=e,Te=!0;try{(t&(q|ut))!==0?On(e):Je(e),Nt(e);var s=Lt(e);e.teardown=typeof s=="function"?s:null,e.wv=Mt;var l}finally{Te=r,d=n}}}async function Cr(){await Promise.resolve(),hn()}function Mr(){return G.ensure().settled()}function W(e){var t=e.f,n=(t&E)!==0;if(v!==null&&!I){var r=d!==null&&(d.f&C)!==0;if(!r&&(O===null||!ie.call(O,e))){var s=v.deps;if((v.f&Fe)!==0)e.rv<Z&&(e.rv=Z,A===null&&s!==null&&s[R]===e?R++:A===null?A=[e]:A.push(e));else{(v.deps??=[]).push(e);var l=e.reactions;l===null?e.reactions=[v]:ie.call(l,v)||l.push(v)}}}if(se&&z.has(e))return z.get(e);if(n){var u=e;if(se){var a=u.v;return((u.f&g)===0&&u.reactions!==null||qt(u))&&(a=Xe(u)),z.set(u,a),a}var i=(u.f&k)===0&&!I&&v!==null&&(Te||(v.f&k)!==0),o=(u.f&le)===0;Ee(u)&&(i&&(u.f|=k),Et(u)),i&&!o&&(mt(u),Yt(u))}if(D?.has(e))return D.get(e);if((e.f&B)!==0)throw e.v;return e.v}function Yt(e){if(e.f|=k,e.deps!==null)for(const t of e.deps)(t.reactions??=[]).push(e),(t.f&E)!==0&&(t.f&k)===0&&(mt(t),Yt(t))}function qt(e){if(e.v===m)return!0;if(e.deps===null)return!1;for(const t of e.deps)if(z.has(t)||(t.f&E)!==0&&qt(t))return!0;return!1}function Fr(e){var t=I;try{return I=!0,e()}finally{I=t}}function jr(e){if(!(typeof e!="object"||!e||e instanceof EventTarget)){if(de in e)He(e);else if(!Array.isArray(e))for(let t in e){const n=e[t];typeof n=="object"&&n&&de in n&&He(n)}}}function He(e,t=new Set){if(typeof e=="object"&&e!==null&&!(e instanceof EventTarget)&&!t.has(e)){t.add(e),e instanceof Date&&e.getTime();for(let r in e)try{He(e[r],t)}catch{}const n=it(e);if(n!==Object.prototype&&n!==Array.prototype&&n!==Map.prototype&&n!==Set.prototype&&n!==Date.prototype){const r=Vt(n);for(let s in r){const l=r[s].get;if(l)try{l.call(e)}catch{}}}}}export{Fn as $,W as A,V as B,ct as C,et as D,Ae as E,lr as F,ur as G,Xt as H,fr as I,ve as J,Bn as K,_e as L,se as M,C as N,Jn as O,Wn as P,De as Q,Zn as R,de as S,Xn as T,$e as U,gn as V,Qn as W,Ln as X,Ar as Y,Tr as Z,Kt as _,Rr as a,F as a$,jr as a0,cr as a1,yr as a2,kr as a3,_r as a4,wr as a5,ar as a6,gr as a7,Or as a8,An as a9,Re as aA,zn as aB,rr as aC,Rt as aD,pr as aE,sn as aF,Ue as aG,Vn as aH,Er as aI,Sr as aJ,Cn as aK,an as aL,Ve as aM,hn as aN,Cr as aO,Yn as aP,fn as aQ,Hn as aR,it as aS,Vt as aT,jn as aU,Un as aV,Ht as aW,Gn as aX,$n as aY,Kn as aZ,P as a_,ir as aa,U as ab,vr as ac,un as ad,br as ae,Sn as af,er as ag,tr as ah,le as ai,Ne as aj,We as ak,kt as al,Ze as am,Ce as an,tt as ao,$t as ap,ln as aq,nr as ar,vn as as,ue as at,K as au,Se as av,G as aw,cn as ax,v as ay,Ye as az,d as b,st as b0,hr as b1,Mr as b2,T as c,Ir as d,or as e,re as f,ke as g,Dr as h,w as i,ne as j,S as k,Nr as l,Pr as m,ye as n,$ as o,Dn as p,sr as q,xr as r,mr as s,fe as t,Fr as u,qe as v,xn as w,Mn as x,Gt as y,dr as z};
-1
build/_app/immutable/chunks/C8Fv-wU3.js
··· 1 - import{e}from"./BuZ8u_VS.js";e();
-2
build/_app/immutable/chunks/CCoS_Egr.js
··· 1 - import{al as Z,A as j,r as ee,am as z,u as te,an as Y,ao as T,k as g,j as v,b as m,ap as q,l as re,F as se,aq as ie,ar as P,h as p,g as J,p as x,i as V,m as ne,as as ae,at as N,au as D,av as W,aw as fe,ax as he,ay as G,c as K,az as oe,f as k,t as F,aa as le,I as de,aA as S,E as ce,n as ue,aB as _e,aC as pe,w as ge,aD as ve,x as ye,aE as I,v as be,C as U,aF as me,o as Ee,aG as L,q as R,aH as we,aI as Te,aJ as Se,aK as Re,a1 as Ae,aL as Ne,aM as De,a4 as Fe}from"./BuZ8u_VS.js";import{b as Oe}from"./6qGwBjhj.js";function xe(t){let e=0,r=z(0),i;return()=>{Z()&&(j(r),ee(()=>(e===0&&(i=te(()=>t(()=>Y(r)))),e+=1,()=>{T(()=>{e-=1,e===0&&(i?.(),i=void 0,Y(r))})})))}}var ke=ce|ue;function Ie(t,e,r,i){new Le(t,e,r,i)}class Le{parent;is_pending=!1;transform_error;#t;#_=v?g:null;#i;#o;#e;#n=null;#r=null;#s=null;#a=null;#l=0;#h=0;#d=!1;#p=new Set;#g=new Set;#f=null;#b=xe(()=>(this.#f=z(this.#l),()=>{this.#f=null}));constructor(e,r,i,n){this.#t=e,this.#i=r,this.#o=s=>{var a=m;a.b=this,a.f|=q,i(s)},this.parent=m.b,this.transform_error=n??this.parent?.transform_error??(s=>s),this.#e=re(()=>{if(v){const s=this.#_;se();const a=s.data===ie;if(s.data.startsWith(P)){const f=JSON.parse(s.data.slice(P.length));this.#E(f)}else a?this.#w():this.#m()}else this.#v()},ke),v&&(this.#t=g)}#m(){try{this.#n=p(()=>this.#o(this.#t))}catch(e){this.error(e)}}#E(e){const r=this.#i.failed;r&&(this.#s=p(()=>{r(this.#t,()=>e,()=>()=>{})}))}#w(){const e=this.#i.pending;e&&(this.is_pending=!0,this.#r=p(()=>e(this.#t)),T(()=>{var r=this.#a=document.createDocumentFragment(),i=J();r.append(i),this.#n=this.#u(()=>p(()=>this.#o(i))),this.#h===0&&(this.#t.before(r),this.#a=null,x(this.#r,()=>{this.#r=null}),this.#c(V))}))}#v(){try{if(this.is_pending=this.has_pending_snippet(),this.#h=0,this.#l=0,this.#n=p(()=>{this.#o(this.#t)}),this.#h>0){var e=this.#a=document.createDocumentFragment();ne(this.#n,e);const r=this.#i.pending;this.#r=p(()=>r(this.#t))}else this.#c(V)}catch(r){this.error(r)}}#c(e){this.is_pending=!1,e.transfer_effects(this.#p,this.#g)}defer_effect(e){ae(e,this.#p,this.#g)}is_rendered(){return!this.is_pending&&(!this.parent||this.parent.is_rendered())}has_pending_snippet(){return!!this.#i.pending}#u(e){var r=m,i=G,n=K;N(this.#e),D(this.#e),W(this.#e.ctx);try{return fe.ensure(),e()}catch(s){return he(s),null}finally{N(r),D(i),W(n)}}#y(e,r){if(!this.has_pending_snippet()){this.parent&&this.parent.#y(e,r);return}this.#h+=e,this.#h===0&&(this.#c(r),this.#r&&x(this.#r,()=>{this.#r=null}),this.#a&&(this.#t.before(this.#a),this.#a=null))}update_pending_count(e,r){this.#y(e,r),this.#l+=e,!(!this.#f||this.#d)&&(this.#d=!0,T(()=>{this.#d=!1,this.#f&&oe(this.#f,this.#l)}))}get_effect_pending(){return this.#b(),j(this.#f)}error(e){var r=this.#i.onerror;let i=this.#i.failed;if(!r&&!i)throw e;this.#n&&(k(this.#n),this.#n=null),this.#r&&(k(this.#r),this.#r=null),this.#s&&(k(this.#s),this.#s=null),v&&(F(this.#_),le(),F(de()));var n=!1,s=!1;const a=()=>{if(n){pe();return}n=!0,s&&_e(),this.#s!==null&&x(this.#s,()=>{this.#s=null}),this.#u(()=>{this.#v()})},c=f=>{try{s=!0,r?.(f,a),s=!1}catch(h){S(h,this.#e&&this.#e.parent)}i&&(this.#s=this.#u(()=>{try{return p(()=>{var h=m;h.b=this,h.f|=q,i(this.#t,()=>f,()=>a)})}catch(h){return S(h,this.#e.parent),null}}))};T(()=>{var f;try{f=this.transform_error(e)}catch(h){S(h,this.#e&&this.#e.parent);return}f!==null&&typeof f=="object"&&typeof f.then=="function"?f.then(c,h=>S(h,this.#e&&this.#e.parent)):c(f)})}}const Me=["touchstart","touchmove"];function Ce(t){return Me.includes(t)}const w=Symbol("events"),Q=new Set,M=new Set;function He(t,e,r,i={}){function n(s){if(i.capture||C.call(e,s),!s.cancelBubble)return ve(()=>r?.call(this,s))}return t.startsWith("pointer")||t.startsWith("touch")||t==="wheel"?T(()=>{e.addEventListener(t,n,i)}):e.addEventListener(t,n,i),n}function Pe(t,e,r,i,n){var s={capture:i,passive:n},a=He(t,e,r,s);(e===document.body||e===window||e===document||e instanceof HTMLMediaElement)&&ge(()=>{e.removeEventListener(t,a,s)})}function Ve(t,e,r){(e[w]??={})[t]=r}function We(t){for(var e=0;e<t.length;e++)Q.add(t[e]);for(var r of M)r(t)}let $=null;function C(t){var e=this,r=e.ownerDocument,i=t.type,n=t.composedPath?.()||[],s=n[0]||t.target;$=t;var a=0,c=$===t&&t[w];if(c){var f=n.indexOf(c);if(f!==-1&&(e===document||e===window)){t[w]=e;return}var h=n.indexOf(e);if(h===-1)return;f<=h&&(a=f)}if(s=n[a]||t.target,s!==e){ye(t,"currentTarget",{configurable:!0,get(){return s||r}});var y=G,E=m;D(null),N(null);try{for(var _,l=[];s!==null;){var o=s.assignedSlot||s.parentNode||s.host||null;try{var d=s[w]?.[i];d!=null&&(!s.disabled||t.target===s)&&d.call(s,t)}catch(u){_?l.push(u):_=u}if(t.cancelBubble||o===e||o===null)break;s=o}if(_){for(let u of l)queueMicrotask(()=>{throw u});throw _}}finally{t[w]=e,delete t.currentTarget,D(y),N(E)}}}function $e(t,e){var r=e==null?"":typeof e=="object"?`${e}`:e;r!==(t.__t??=t.nodeValue)&&(t.__t=r,t.nodeValue=`${r}`)}function Be(t,e){return X(t,e)}function je(t,e){I(),e.intro=e.intro??!1;const r=e.target,i=v,n=g;try{for(var s=be(r);s&&(s.nodeType!==U||s.data!==me);)s=Ee(s);if(!s)throw L;R(!0),F(s);const a=X(t,{...e,anchor:s});return R(!1),a}catch(a){if(a instanceof Error&&a.message.split(` 2 - `).some(c=>c.startsWith("https://svelte.dev/e/")))throw a;return a!==L&&console.warn("Failed to hydrate: ",a),e.recover===!1&&we(),I(),Te(r),R(!1),Be(t,e)}finally{R(i),F(n)}}const A=new Map;function X(t,{target:e,anchor:r,props:i={},events:n,context:s,intro:a=!0,transformError:c}){I();var f=void 0,h=Se(()=>{var y=r??e.appendChild(J());Ie(y,{pending:()=>{}},l=>{Ae({});var o=K;if(s&&(o.c=s),n&&(i.$$events=n),v&&Oe(l,null),f=t(l,i)||{},v&&(m.nodes.end=g,g===null||g.nodeType!==U||g.data!==Ne))throw De(),L;Fe()},c);var E=new Set,_=l=>{for(var o=0;o<l.length;o++){var d=l[o];if(!E.has(d)){E.add(d);var u=Ce(d);for(const O of[e,document]){var b=A.get(O);b===void 0&&(b=new Map,A.set(O,b));var B=b.get(d);B===void 0?(O.addEventListener(d,C,{passive:u}),b.set(d,1)):b.set(d,B+1)}}}};return _(Re(Q)),M.add(_),()=>{for(var l of E)for(const u of[e,document]){var o=A.get(u),d=o.get(l);--d==0?(u.removeEventListener(l,C),o.delete(l),o.size===0&&A.delete(u)):o.set(l,d)}M.delete(_),y!==r&&y.parentNode?.removeChild(y)}});return H.set(f,h),f}let H=new WeakMap;function ze(t,e){const r=H.get(t);return r?(H.delete(t),r(e)):Promise.resolve()}export{Ve as a,We as d,Pe as e,je as h,Be as m,$e as s,ze as u};
-1
build/_app/immutable/chunks/CvWmAKek.js
··· 1 - import{w as B,x as L,y as m,z as D,A as S,B as A,l as M,j as R,F as U,E as p,G as w,I as x,t as Y,q as T,k as F,J as $,K as q,P as z,L as C,M as G,b as j,N as J,O as K,u as Q,Q as V,R as W,T as X,U as Z,V as H,W as k,S as ee,X as re}from"./BuZ8u_VS.js";import{B as ne}from"./D1Ae0CO3.js";import{s as ae,g as se}from"./pNsQzX0r.js";let g=!1,E=Symbol();function _e(e,n,s){const r=s[n]??={store:null,source:D(void 0),unsubscribe:m};if(r.store!==e&&!(E in s))if(r.unsubscribe(),r.store=e??null,e==null)r.source.v=void 0,r.unsubscribe=m;else{var i=!0;r.unsubscribe=ae(e,u=>{i?r.source.v=u:A(r.source,u)}),i=!1}return e&&E in s?se(e):S(r.source)}function de(){const e={};function n(){B(()=>{for(var s in e)e[s].unsubscribe();L(e,E,{enumerable:!1,value:!0})})}return[e,n]}function te(e){var n=g;try{return g=!1,[e(),g]}finally{g=n}}function le(e,n,s=!1){var r;R&&(r=F,U());var i=new ne(e),u=s?p:0;function v(t,f){if(R){var d=w(r);if(t!==parseInt(d.substring(1))){var _=x();Y(_),i.anchor=_,T(!1),i.ensure(t,f),T(!0);return}}i.ensure(t,f)}M(()=>{var t=!1;n((f,d=0)=>{t=!0,v(d,f)}),t||v(-1,null)},u)}function oe(e,n,s,r){var i=!V||(s&W)!==0,u=(s&K)!==0,v=(s&k)!==0,t=r,f=!0,d=()=>(f&&(f=!1,t=v?Q(r):r),t);let _;if(u){var O=ee in e||re in e;_=$(e,n)?.set??(O&&n in e?a=>e[n]=a:void 0)}var o,I=!1;u?[o,I]=te(()=>e[n]):o=e[n],o===void 0&&r!==void 0&&(o=d(),_&&(i&&q(),_(o)));var l;if(i?l=()=>{var a=e[n];return a===void 0?d():(f=!0,a)}:l=()=>{var a=e[n];return a!==void 0&&(t=void 0),a===void 0?t:a},i&&(s&z)===0)return l;if(_){var y=e.$$legacy;return(function(a,b){return arguments.length>0?((!i||!b||y||I)&&_(b?l():a),a):l()})}var P=!1,c=((s&X)!==0?Z:H)(()=>(P=!1,l()));u&&S(c);var N=j;return(function(a,b){if(arguments.length>0){const h=b?S(c):i&&u?C(a):a;return A(c,h),P=!0,t!==void 0&&(t=h),a}return G&&P||(N.f&J)!==0?c.v:S(c)})}export{_e as a,le as i,oe as p,de as s};
-1
build/_app/immutable/chunks/D1Ae0CO3.js
··· 1 - import{d as l,f as o,p as u,g as n,h as d,i as m,j as p,k as _,m as v,s as k}from"./BuZ8u_VS.js";class w{anchor;#t=new Map;#s=new Map;#e=new Map;#i=new Set;#f=!0;constructor(t,s=!0){this.anchor=t,this.#f=s}#a=t=>{if(this.#t.has(t)){var s=this.#t.get(t),e=this.#s.get(s);if(e)l(e),this.#i.delete(s);else{var f=this.#e.get(s);f&&(this.#s.set(s,f.effect),this.#e.delete(s),f.fragment.lastChild.remove(),this.anchor.before(f.fragment),e=f.effect)}for(const[i,a]of this.#t){if(this.#t.delete(i),i===t)break;const r=this.#e.get(a);r&&(o(r.effect),this.#e.delete(a))}for(const[i,a]of this.#s){if(i===s||this.#i.has(i))continue;const r=()=>{if(Array.from(this.#t.values()).includes(i)){var c=document.createDocumentFragment();v(a,c),c.append(n()),this.#e.set(i,{effect:a,fragment:c})}else o(a);this.#i.delete(i),this.#s.delete(i)};this.#f||!e?(this.#i.add(i),u(a,r,!1)):r()}}};#r=t=>{this.#t.delete(t);const s=Array.from(this.#t.values());for(const[e,f]of this.#e)s.includes(e)||(o(f.effect),this.#e.delete(e))};ensure(t,s){var e=m,f=k();if(s&&!this.#s.has(t)&&!this.#e.has(t))if(f){var i=document.createDocumentFragment(),a=n();i.append(a),this.#e.set(t,{effect:d(()=>s(a)),fragment:i})}else this.#s.set(t,d(()=>s(this.anchor)));if(this.#t.set(e,t),f){for(const[r,h]of this.#s)r===t?e.unskip_effect(h):e.skip_effect(h);for(const[r,h]of this.#e)r===t?e.unskip_effect(h.effect):e.skip_effect(h.effect);e.oncommit(this.#a),e.ondiscard(this.#r)}else p&&(this.anchor=_),this.#a(e)}}export{w as B};
-1
build/_app/immutable/chunks/iHYN8FkY.js
··· 1 - import{l as o,E as p,g as u,H as y,n as _,j as l,C as g,o as r,q as E,t as d,k as m,v}from"./BuZ8u_VS.js";import{B as T}from"./D1Ae0CO3.js";function c(a,n,...s){var i=new T(a);o(()=>{const t=n()??null;i.ensure(t,t&&(e=>t(e,...s)))},p)}function N(a,n){let s=null,i=l;var t;if(l){s=m;for(var e=v(document.head);e!==null&&(e.nodeType!==g||e.data!==a);)e=r(e);if(e===null)E(!1);else{var f=r(e);e.remove(),d(f)}}l||(t=document.head.appendChild(u()));try{o(()=>n(t),y|_)}finally{i&&(E(!0),d(s))}}export{N as h,c as s};
-1
build/_app/immutable/chunks/lKBsgujO.js
··· 1 - import{c as w,a as S,r as b,u as h,b as o,D as T,S as e}from"./BuZ8u_VS.js";function n(r,s){return r===s||r?.[e]===s}function x(r={},s,i,l){var c=w.r,d=o;return S(()=>{var f,a;return b(()=>{f=a,a=[],h(()=>{r!==i(...a)&&(s(r,...a),f&&n(i(...f),r)&&s(null,...f))})}),()=>{let t=d;for(;t!==c&&t.parent!==null&&t.parent.f&T;)t=t.parent;const p=()=>{a&&n(i(...a),r)&&s(null,...a)},u=t.teardown;t.teardown=()=>{p(),u?.()}}}),r}export{x as b};
-1
build/_app/immutable/chunks/pNsQzX0r.js
··· 1 - import{y as i,u as a,ad as d,Z as m,c as r,Q as g}from"./BuZ8u_VS.js";function _(n){throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function h(n,e,s){if(n==null)return e(void 0),i;const u=a(()=>n.subscribe(e,s));return u.unsubscribe?()=>u.unsubscribe():u}const c=[];function k(n,e=i){let s=null;const u=new Set;function f(o){if(d(n,o)&&(n=o,s)){const l=!c.length;for(const t of u)t[1](),c.push(t,n);if(l){for(let t=0;t<c.length;t+=2)c[t][0](c[t+1]);c.length=0}}}function b(o){f(o(n))}function p(o,l=i){const t=[o,l];return u.add(t),u.size===1&&(s=e(f,b)||i),o(n),()=>{u.delete(t),u.size===0&&s&&(s(),s=null)}}return{set:f,update:b,subscribe:p}}function x(n){let e;return h(n,s=>e=s)(),e}function y(n){r===null&&_(),g&&r.l!==null?w(r).m.push(n):m(()=>{const e=a(n);if(typeof e=="function")return e})}function z(n){r===null&&_(),y(()=>()=>a(n))}function w(n){var e=n.l;return e.u??={a:[],b:[],m:[]}}export{z as a,x as g,y as o,h as s,k as w};
-2
build/_app/immutable/entry/app.D1MwiwKn.js
··· 1 - const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["../nodes/0.Bkiv3Mo1.js","../chunks/6qGwBjhj.js","../chunks/BuZ8u_VS.js","../chunks/iHYN8FkY.js","../chunks/D1Ae0CO3.js","../chunks/C8Fv-wU3.js","../assets/0.DKk5J4IK.css","../nodes/1.kjxH651Z.js","../chunks/CCoS_Egr.js","../chunks/BKjtTD7m.js","../chunks/pNsQzX0r.js","../nodes/2.BZdgRwqQ.js","../chunks/CvWmAKek.js","../chunks/4YFwho-X.js","../assets/FrogHeader.D-WUJdl3.css","../chunks/lKBsgujO.js","../assets/2.tHQ608Ax.css","../nodes/3.Bx_OPh6d.js","../assets/3.JMkiik8G.css"])))=>i.map(i=>d[i]); 2 - import{j as I,F as U,l as z,E as H,G as W,I as X,t as Z,q as D,aF as J,k as K,B as O,X as Q,A as f,aN as $,x as ee,z as te,a1 as re,Y as se,Z as ae,aO as ne,a2 as k,a7 as oe,a4 as ce,ab as x,a5 as ie,a6 as le,a3 as ue,ac as A}from"../chunks/BuZ8u_VS.js";import{h as de,m as fe,u as me,s as he}from"../chunks/CCoS_Egr.js";import{a as P,c as S,f as F,t as _e}from"../chunks/6qGwBjhj.js";import{o as ve}from"../chunks/pNsQzX0r.js";import{p as T,i as j}from"../chunks/CvWmAKek.js";import{B as ge}from"../chunks/D1Ae0CO3.js";import{b as L}from"../chunks/lKBsgujO.js";function C(o,e,s){var l;I&&(l=K,U());var c=new ge(o);z(()=>{var t=e()??null;if(I){var r=W(l),a=r===J,E=t!==null;if(a!==E){var m=X();Z(m),c.anchor=m,D(!1),c.ensure(t,t&&(n=>s(n,t))),D(!0);return}}c.ensure(t,t&&(n=>s(n,t)))},H)}function ye(o){return class extends Ee{constructor(e){super({component:o,...e})}}}class Ee{#t;#e;constructor(e){var s=new Map,l=(t,r)=>{var a=te(r,!1,!1);return s.set(t,a),a};const c=new Proxy({...e.props||{},$$events:{}},{get(t,r){return f(s.get(r)??l(r,Reflect.get(t,r)))},has(t,r){return r===Q?!0:(f(s.get(r)??l(r,Reflect.get(t,r))),Reflect.has(t,r))},set(t,r,a){return O(s.get(r)??l(r,a),a),Reflect.set(t,r,a)}});this.#e=(e.hydrate?de:fe)(e.component,{target:e.target,anchor:e.anchor,props:c,context:e.context,intro:e.intro??!1,recover:e.recover,transformError:e.transformError}),(!e?.props?.$$host||e.sync===!1)&&$(),this.#t=c.$$events;for(const t of Object.keys(this.#e))t==="$set"||t==="$destroy"||t==="$on"||ee(this,t,{get(){return this.#e[t]},set(r){this.#e[t]=r},enumerable:!0});this.#e.$set=t=>{Object.assign(c,t)},this.#e.$destroy=()=>{me(this.#e)}}$set(e){this.#e.$set(e)}$on(e,s){this.#t[e]=this.#t[e]||[];const l=(...c)=>s.call(this,...c);return this.#t[e].push(l),()=>{this.#t[e]=this.#t[e].filter(c=>c!==l)}}$destroy(){this.#e.$destroy()}}const be="modulepreload",Pe=function(o,e){return new URL(o,e).href},B={},w=function(e,s,l){let c=Promise.resolve();if(s&&s.length>0){let m=function(n){return Promise.all(n.map(d=>Promise.resolve(d).then(h=>({status:"fulfilled",value:h}),h=>({status:"rejected",reason:h}))))};const r=document.getElementsByTagName("link"),a=document.querySelector("meta[property=csp-nonce]"),E=a?.nonce||a?.getAttribute("nonce");c=m(s.map(n=>{if(n=Pe(n,l),n in B)return;B[n]=!0;const d=n.endsWith(".css"),h=d?'[rel="stylesheet"]':"";if(l)for(let _=r.length-1;_>=0;_--){const i=r[_];if(i.href===n&&(!d||i.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${n}"]${h}`))return;const u=document.createElement("link");if(u.rel=d?"stylesheet":be,d||(u.as="script"),u.crossOrigin="",u.href=n,E&&u.setAttribute("nonce",E),document.head.appendChild(u),d)return new Promise((_,i)=>{u.addEventListener("load",_),u.addEventListener("error",()=>i(new Error(`Unable to preload CSS for ${n}`)))})}))}function t(r){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=r,window.dispatchEvent(a),!a.defaultPrevented)throw r}return c.then(r=>{for(const a of r||[])a.status==="rejected"&&t(a.reason);return e().catch(t)})},Ne={};var Re=F('<div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px"><!></div>'),pe=F("<!> <!>",1);function ke(o,e){re(e,!0);let s=T(e,"components",23,()=>[]),l=T(e,"data_0",3,null),c=T(e,"data_1",3,null);se(()=>e.stores.page.set(e.page)),ae(()=>{e.stores,e.page,e.constructors,s(),e.form,l(),c(),e.stores.page.notify()});let t=x(!1),r=x(!1),a=x(null);ve(()=>{const i=e.stores.page.subscribe(()=>{f(t)&&(O(r,!0),ne().then(()=>{O(a,document.title||"untitled page",!0)}))});return O(t,!0),i});const E=A(()=>e.constructors[1]);var m=pe(),n=k(m);{var d=i=>{const v=A(()=>e.constructors[0]);var g=S(),R=k(g);C(R,()=>f(v),(y,b)=>{L(b(y,{get data(){return l()},get form(){return e.form},get params(){return e.page.params},children:(p,Oe)=>{var N=S(),V=k(N);C(V,()=>f(E),(q,Y)=>{L(Y(q,{get data(){return c()},get form(){return e.form},get params(){return e.page.params}}),G=>s()[1]=G,()=>s()?.[1])}),P(p,N)},$$slots:{default:!0}}),p=>s()[0]=p,()=>s()?.[0])}),P(i,g)},h=i=>{const v=A(()=>e.constructors[0]);var g=S(),R=k(g);C(R,()=>f(v),(y,b)=>{L(b(y,{get data(){return l()},get form(){return e.form},get params(){return e.page.params}}),p=>s()[0]=p,()=>s()?.[0])}),P(i,g)};j(n,i=>{e.constructors[1]?i(d):i(h,-1)})}var u=oe(n,2);{var _=i=>{var v=Re(),g=ie(v);{var R=y=>{var b=_e();ue(()=>he(b,f(a))),P(y,b)};j(g,y=>{f(r)&&y(R)})}le(v),P(i,v)};j(u,i=>{f(t)&&i(_)})}P(o,m),ce()}const Ie=ye(ke),De=[()=>w(()=>import("../nodes/0.Bkiv3Mo1.js"),__vite__mapDeps([0,1,2,3,4,5,6]),import.meta.url),()=>w(()=>import("../nodes/1.kjxH651Z.js"),__vite__mapDeps([7,1,2,5,8,9,10]),import.meta.url),()=>w(()=>import("../nodes/2.BZdgRwqQ.js"),__vite__mapDeps([11,1,2,10,8,12,4,3,13,14,15,16]),import.meta.url),()=>w(()=>import("../nodes/3.Bx_OPh6d.js"),__vite__mapDeps([17,1,2,10,8,12,4,3,13,14,9,18]),import.meta.url)],Be=[],Fe={"/":[2],"/profile/[handle]":[3]},M={handleError:(({error:o})=>{console.error(o)}),reroute:(()=>{}),transport:{}},we=Object.fromEntries(Object.entries(M.transport).map(([o,e])=>[o,e.decode])),Me=Object.fromEntries(Object.entries(M.transport).map(([o,e])=>[o,e.encode])),Ve=!1,qe=(o,e)=>we[o](e);export{qe as decode,we as decoders,Fe as dictionary,Me as encoders,Ve as hash,M as hooks,Ne as matchers,De as nodes,Ie as root,Be as server_loads};
-1
build/_app/immutable/entry/start.CgMVs50r.js
··· 1 - import{l as o,a as r}from"../chunks/BKjtTD7m.js";export{o as load_css,r as start};
-28
build/_app/immutable/nodes/0.Bkiv3Mo1.js
··· 1 - import{a as r,f as s}from"../chunks/6qGwBjhj.js";import{a2 as c,aa as d,a7 as l}from"../chunks/BuZ8u_VS.js";import{h as g,s as y}from"../chunks/iHYN8FkY.js";import"../chunks/C8Fv-wU3.js";const m=!0,v=!1,P=Object.freeze(Object.defineProperty({__proto__:null,prerender:m,ssr:v},Symbol.toStringTag,{value:"Module"}));var u=s('<div class="mesh-bg svelte-17k46oa"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none" class="mesh-svg svelte-17k46oa"><defs><radialGradient id="g1" cx="50%" cy="40%" r="70%"><stop offset="0%" stop-color="#39FF44"></stop><stop offset="60%" stop-color="#2BBF33"></stop><stop offset="100%" stop-color="#1A8C22"></stop></radialGradient><radialGradient id="g2" cx="90%" cy="5%" r="45%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.9"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.4"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g3" cx="5%" cy="95%" r="40%"><stop offset="0%" stop-color="#3992FF" stop-opacity="0.7"></stop><stop offset="50%" stop-color="#3992FF" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#3992FF" stop-opacity="0"></stop></radialGradient><radialGradient id="g4" cx="15%" cy="10%" r="50%"><stop offset="0%" stop-color="#5FFF66" stop-opacity="0.6"></stop><stop offset="100%" stop-color="#39FF44" stop-opacity="0"></stop></radialGradient><radialGradient id="g5" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="#4AFF54" stop-opacity="0.3"></stop><stop offset="100%" stop-color="#2BBF33" stop-opacity="0"></stop></radialGradient></defs><rect width="1000" height="1000" fill="url(#g1)"></rect><rect width="1000" height="1000" fill="url(#g2)"></rect><rect width="1000" height="1000" fill="url(#g3)"></rect><rect width="1000" height="1000" fill="url(#g4)"></rect><rect width="1000" height="1000" fill="url(#g5)"></rect></svg></div>');function h(t){var o=u();r(t,o)}var F=s('<div class="plant-overlay svelte-11afcec"><img src="/leaves.png" alt="" class="leaves svelte-11afcec"/></div>');function w(t){var o=F();r(t,o)}var _=s(`<link rel="icon" href="/frogicon.png"/> <style>@font-face { 2 - font-family: 'PicNic'; 3 - src: url('/fonts/PicNic-Regular.otf') format('opentype'); 4 - font-weight: normal; 5 - font-style: normal; 6 - font-display: swap; 7 - } 8 - @font-face { 9 - font-family: 'Fang'; 10 - src: url('/fonts/Fang-Roman.otf') format('opentype'); 11 - font-weight: normal; 12 - font-style: normal; 13 - font-display: swap; 14 - } 15 - @font-face { 16 - font-family: 'Fang'; 17 - src: url('/fonts/Fang-Italic.otf') format('opentype'); 18 - font-weight: normal; 19 - font-style: italic; 20 - font-display: swap; 21 - } 22 - /* Cursor must be in global head style to override everything */ 23 - *, *::before, *::after { 24 - cursor: url('/frogcursor-small.png') 8 4, auto !important; 25 - } 26 - a, button, [role="button"], input[type="submit"], select, summary { 27 - cursor: url('/frogcursor-small.png') 8 4, pointer !important; 28 - }</style>`,1),b=s("<!> <!> <!>",1);function A(t,o){var a=b();g("12qhfyh",n=>{var f=_();d(2),r(n,f)});var e=c(a);h(e);var i=l(e,2);w(i);var p=l(i,2);y(p,()=>o.children),r(t,a)}export{A as component,P as universal};
-1
build/_app/immutable/nodes/1.kjxH651Z.js
··· 1 - import{a as b,f as k}from"../chunks/6qGwBjhj.js";import"../chunks/C8Fv-wU3.js";import{c as x,Y as $,Z as i,u as y,_ as l,$ as A,A as v,a0 as E,U,a1 as Y,a2 as Z,a3 as j,a4 as q,a5 as u,a6 as m,a7 as w}from"../chunks/BuZ8u_VS.js";import{s as _}from"../chunks/CCoS_Egr.js";import{s as z,p as g}from"../chunks/BKjtTD7m.js";function B(r=!1){const e=x,t=e.l.u;if(!t)return;let a=()=>E(e.s);if(r){let o=0,s={};const f=U(()=>{let p=!1;const c=e.s;for(const n in c)c[n]!==s[n]&&(s[n]=c[n],p=!0);return p&&o++,o});a=()=>v(f)}t.b.length&&$(()=>{h(e,a),l(t.b)}),i(()=>{const o=y(()=>t.m.map(A));return()=>{for(const s of o)typeof s=="function"&&s()}}),t.a.length&&i(()=>{h(e,a),l(t.a)})}function h(r,e){if(r.l.s)for(const t of r.l.s)v(t);e()}const C={get error(){return g.error},get status(){return g.status}};z.updated.check;const d=C;var D=k("<h1> </h1> <p> </p>",1);function K(r,e){Y(e,!1),B();var t=D(),a=Z(t),o=u(a,!0);m(a);var s=w(a,2),f=u(s,!0);m(s),j(()=>{_(o,d.status),_(f,d.error?.message)}),b(r,t),q()}export{K as component};
-40
build/_app/immutable/nodes/2.BZdgRwqQ.js
··· 1 - import{a as _e,f as De}from"../chunks/6qGwBjhj.js";import{o as Zn,a as Uo}from"../chunks/pNsQzX0r.js";import{g as ii,l as $o,j as Tt,t as ri,v as Go,F as Ko,A as F,G as Vo,aq as Ho,I as _r,q as ni,k as fs,C as Yo,aL as Wo,az as Dr,i as qo,aU as pt,h as ki,aV as jo,s as zo,V as Xo,aW as Qo,aK as er,aX as Zo,aY as Jo,z as el,am as Cr,aZ as tl,N as sl,d as Jn,p as ea,a_ as ai,a$ as il,aI as rl,m as nl,f as al,o as ol,a1 as Qs,Z as oi,B as q,a5 as ne,a7 as fe,a6 as ie,a3 as Me,a4 as Zs,ab as re,L as ta,a2 as sa,aa as ll,ac as ia,a as cl,b0 as hl,a9 as ul,b1 as Pr}from"../chunks/BuZ8u_VS.js";import{d as tr,a as rt,e as At,s as Ze}from"../chunks/CCoS_Egr.js";import{i as nt,p as gs}from"../chunks/CvWmAKek.js";import{s as dl,h as fl}from"../chunks/iHYN8FkY.js";import{t as gl,W as Bs,s as Ne,a as kt,b as ml,r as wi,c as pl,f as ra,d as na,e as aa,h as Xt,F as yl,i as kr,l as El,g as vl}from"../chunks/4YFwho-X.js";import{b as Us}from"../chunks/lKBsgujO.js";function Tl(a,e,t){for(var s=[],i=e.length,r,n=e.length,o=0;o<i;o++){let u=e[o];ea(u,()=>{if(r){if(r.pending.delete(u),r.done.add(u),r.pending.size===0){var d=a.outrogroups;Oi(a,er(r.done)),d.delete(r),d.size===0&&(a.outrogroups=null)}}else n-=1},!1)}if(n===0){var c=s.length===0&&t!==null;if(c){var l=t,h=l.parentNode;rl(h),h.append(l),a.items.clear()}Oi(a,e,!c)}else r={pending:new Set(e),done:new Set},(a.outrogroups??=new Set).add(r)}function Oi(a,e,t=!0){var s;if(a.pending.size>0){s=new Set;for(const n of a.pending.values())for(const o of n)s.add(a.items.get(o).e)}for(var i=0;i<e.length;i++){var r=e[i];if(s?.has(r)){r.f|=pt;const n=document.createDocumentFragment();nl(r,n)}else al(e[i],t)}}var wr;function Sl(a,e,t,s,i,r=null){var n=a,o=new Map;{var c=a;n=Tt?ri(Go(c)):c.appendChild(ii())}Tt&&Ko();var l=null,h=Xo(()=>{var v=t();return Qo(v)?v:v==null?[]:er(v)}),u,d=new Map,g=!0;function f(v){(E.effect.f&sl)===0&&(E.pending.delete(v),E.fallback=l,xl(E,u,n,e,s),l!==null&&(u.length===0?(l.f&pt)===0?Jn(l):(l.f^=pt,Jt(l,null,n)):ea(l,()=>{l=null})))}function p(v){E.pending.delete(v)}var y=$o(()=>{u=F(h);var v=u.length;let T=!1;if(Tt){var S=Vo(n)===Ho;S!==(v===0)&&(n=_r(),ri(n),ni(!1),T=!0)}for(var x=new Set,D=qo,A=zo(),L=0;L<v;L+=1){Tt&&fs.nodeType===Yo&&fs.data===Wo&&(n=fs,T=!0,ni(!1));var R=u[L],I=s(R,L),C=g?null:o.get(I);C?(C.v&&Dr(C.v,R),C.i&&Dr(C.i,L),A&&D.unskip_effect(C.e)):(C=Al(o,g?n:wr??=ii(),R,I,L,i,e,t),g||(C.e.f|=pt),o.set(I,C)),x.add(I)}if(v===0&&r&&!l&&(g?l=ki(()=>r(n)):(l=ki(()=>r(wr??=ii())),l.f|=pt)),v>x.size&&jo(),Tt&&v>0&&ri(_r()),!g)if(d.set(D,x),A){for(const[$,V]of o)x.has($)||D.skip_effect(V.e);D.oncommit(f),D.ondiscard(p)}else f(D);T&&ni(!0),F(h)}),E={effect:y,items:o,pending:d,outrogroups:null,fallback:l};g=!1,Tt&&(n=fs)}function Qt(a){for(;a!==null&&(a.f&il)===0;)a=a.next;return a}function xl(a,e,t,s,i){var r=e.length,n=a.items,o=Qt(a.effect.first),c,l=null,h=[],u=[],d,g,f,p;for(p=0;p<r;p+=1){if(d=e[p],g=i(d,p),f=n.get(g).e,a.outrogroups!==null)for(const L of a.outrogroups)L.pending.delete(f),L.done.delete(f);if((f.f&ai)!==0&&Jn(f),(f.f&pt)!==0)if(f.f^=pt,f===o)Jt(f,null,t);else{var y=l?l.next:o;f===a.effect.last&&(a.effect.last=f.prev),f.prev&&(f.prev.next=f.next),f.next&&(f.next.prev=f.prev),yt(a,l,f),yt(a,f,y),Jt(f,y,t),l=f,h=[],u=[],o=Qt(l.next);continue}if(f!==o){if(c!==void 0&&c.has(f)){if(h.length<u.length){var E=u[0],v;l=E.prev;var T=h[0],S=h[h.length-1];for(v=0;v<h.length;v+=1)Jt(h[v],E,t);for(v=0;v<u.length;v+=1)c.delete(u[v]);yt(a,T.prev,S.next),yt(a,l,T),yt(a,S,E),o=E,l=S,p-=1,h=[],u=[]}else c.delete(f),Jt(f,o,t),yt(a,f.prev,f.next),yt(a,f,l===null?a.effect.first:l.next),yt(a,l,f),l=f;continue}for(h=[],u=[];o!==null&&o!==f;)(c??=new Set).add(o),u.push(o),o=Qt(o.next);if(o===null)continue}(f.f&pt)===0&&h.push(f),l=f,o=Qt(f.next)}if(a.outrogroups!==null){for(const L of a.outrogroups)L.pending.size===0&&(Oi(a,er(L.done)),a.outrogroups?.delete(L));a.outrogroups.size===0&&(a.outrogroups=null)}if(o!==null||c!==void 0){var x=[];if(c!==void 0)for(f of c)(f.f&ai)===0&&x.push(f);for(;o!==null;)(o.f&ai)===0&&o!==a.fallback&&x.push(o),o=Qt(o.next);var D=x.length;if(D>0){var A=r===0?t:null;Tl(a,x,A)}}}function Al(a,e,t,s,i,r,n,o){var c=(n&Zo)!==0?(n&Jo)===0?el(t,!1,!1):Cr(t):null,l=(n&tl)!==0?Cr(i):null;return{v:c,i:l,e:ki(()=>(r(e,c??t,l??i,o),()=>{a.delete(s)}))}}function Jt(a,e,t){if(a.nodes)for(var s=a.nodes.start,i=a.nodes.end,r=e&&(e.f&pt)===0?e.nodes.start:t;s!==null;){var n=ol(s);if(r.before(s),s===i)return;s=n}}function yt(a,e,t){e===null?a.effect.first=t:e.next=t,t===null?a.effect.last=e:t.prev=e}function ts(a,e,t,s,i,r){var n=a.__className;if(Tt||n!==t||n===void 0){var o=gl(t,s,r);(!Tt||o!==a.getAttribute("class"))&&(o==null?a.removeAttribute("class"):a.className=o),a.__className=t}else if(r&&i!==r)for(var c in r){var l=!!r[c];(i==null||l!==!!i[c])&&a.classList.toggle(c,l)}return r}const H=Number.isFinite||function(a){return typeof a=="number"&&isFinite(a)},Il=Number.isSafeInteger||function(a){return typeof a=="number"&&Math.abs(a)<=Ll},Ll=Number.MAX_SAFE_INTEGER||9007199254740991;let W=(function(a){return a.NETWORK_ERROR="networkError",a.MEDIA_ERROR="mediaError",a.KEY_SYSTEM_ERROR="keySystemError",a.MUX_ERROR="muxError",a.OTHER_ERROR="otherError",a})({}),_=(function(a){return a.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",a.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",a.KEY_SYSTEM_NO_SESSION="keySystemNoSession",a.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",a.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",a.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",a.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",a.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",a.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",a.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",a.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",a.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",a.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",a.MANIFEST_LOAD_ERROR="manifestLoadError",a.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",a.MANIFEST_PARSING_ERROR="manifestParsingError",a.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",a.LEVEL_EMPTY_ERROR="levelEmptyError",a.LEVEL_LOAD_ERROR="levelLoadError",a.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",a.LEVEL_PARSING_ERROR="levelParsingError",a.LEVEL_SWITCH_ERROR="levelSwitchError",a.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",a.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",a.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",a.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",a.FRAG_LOAD_ERROR="fragLoadError",a.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",a.FRAG_DECRYPT_ERROR="fragDecryptError",a.FRAG_PARSING_ERROR="fragParsingError",a.FRAG_GAP="fragGap",a.REMUX_ALLOC_ERROR="remuxAllocError",a.KEY_LOAD_ERROR="keyLoadError",a.KEY_LOAD_TIMEOUT="keyLoadTimeOut",a.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",a.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",a.BUFFER_APPEND_ERROR="bufferAppendError",a.BUFFER_APPENDING_ERROR="bufferAppendingError",a.BUFFER_STALLED_ERROR="bufferStalledError",a.BUFFER_FULL_ERROR="bufferFullError",a.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",a.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",a.ASSET_LIST_LOAD_ERROR="assetListLoadError",a.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",a.ASSET_LIST_PARSING_ERROR="assetListParsingError",a.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",a.INTERNAL_EXCEPTION="internalException",a.INTERNAL_ABORTED="aborted",a.ATTACH_MEDIA_ERROR="attachMediaError",a.UNKNOWN="unknown",a})({}),m=(function(a){return a.MEDIA_ATTACHING="hlsMediaAttaching",a.MEDIA_ATTACHED="hlsMediaAttached",a.MEDIA_DETACHING="hlsMediaDetaching",a.MEDIA_DETACHED="hlsMediaDetached",a.MEDIA_ENDED="hlsMediaEnded",a.STALL_RESOLVED="hlsStallResolved",a.BUFFER_RESET="hlsBufferReset",a.BUFFER_CODECS="hlsBufferCodecs",a.BUFFER_CREATED="hlsBufferCreated",a.BUFFER_APPENDING="hlsBufferAppending",a.BUFFER_APPENDED="hlsBufferAppended",a.BUFFER_EOS="hlsBufferEos",a.BUFFERED_TO_END="hlsBufferedToEnd",a.BUFFER_FLUSHING="hlsBufferFlushing",a.BUFFER_FLUSHED="hlsBufferFlushed",a.MANIFEST_LOADING="hlsManifestLoading",a.MANIFEST_LOADED="hlsManifestLoaded",a.MANIFEST_PARSED="hlsManifestParsed",a.LEVEL_SWITCHING="hlsLevelSwitching",a.LEVEL_SWITCHED="hlsLevelSwitched",a.LEVEL_LOADING="hlsLevelLoading",a.LEVEL_LOADED="hlsLevelLoaded",a.LEVEL_UPDATED="hlsLevelUpdated",a.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",a.LEVELS_UPDATED="hlsLevelsUpdated",a.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",a.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",a.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",a.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",a.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",a.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",a.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",a.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",a.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",a.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",a.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",a.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",a.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",a.CUES_PARSED="hlsCuesParsed",a.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",a.INIT_PTS_FOUND="hlsInitPtsFound",a.FRAG_LOADING="hlsFragLoading",a.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",a.FRAG_LOADED="hlsFragLoaded",a.FRAG_DECRYPTED="hlsFragDecrypted",a.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",a.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",a.FRAG_PARSING_METADATA="hlsFragParsingMetadata",a.FRAG_PARSED="hlsFragParsed",a.FRAG_BUFFERED="hlsFragBuffered",a.FRAG_CHANGED="hlsFragChanged",a.FPS_DROP="hlsFpsDrop",a.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",a.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",a.ERROR="hlsError",a.DESTROYING="hlsDestroying",a.KEY_LOADING="hlsKeyLoading",a.KEY_LOADED="hlsKeyLoaded",a.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",a.BACK_BUFFER_REACHED="hlsBackBufferReached",a.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",a.ASSET_LIST_LOADING="hlsAssetListLoading",a.ASSET_LIST_LOADED="hlsAssetListLoaded",a.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",a.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",a.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",a.INTERSTITIAL_STARTED="hlsInterstitialStarted",a.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",a.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",a.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",a.INTERSTITIAL_ENDED="hlsInterstitialEnded",a.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",a.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",a.EVENT_CUE_ENTER="hlsEventCueEnter",a})({});var se={MANIFEST:"manifest",LEVEL:"level",AUDIO_TRACK:"audioTrack",SUBTITLE_TRACK:"subtitleTrack"},Y={MAIN:"main",AUDIO:"audio",SUBTITLE:"subtitle"};class Mt{constructor(e,t=0,s=0){this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=e,this.alpha_=e?Math.exp(Math.log(.5)/e):0,this.estimate_=t,this.totalWeight_=s}sample(e,t){const s=Math.pow(this.alpha_,e);this.estimate_=t*(1-s)+s*this.estimate_,this.totalWeight_+=e}getTotalWeight(){return this.totalWeight_}getEstimate(){if(this.alpha_){const e=1-Math.pow(this.alpha_,this.totalWeight_);if(e)return this.estimate_/e}return this.estimate_}}class Rl{constructor(e,t,s,i=100){this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultTTFB_=void 0,this.ttfb_=void 0,this.defaultEstimate_=s,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new Mt(e),this.fast_=new Mt(t),this.defaultTTFB_=i,this.ttfb_=new Mt(e)}update(e,t){const{slow_:s,fast_:i,ttfb_:r}=this;s.halfLife!==e&&(this.slow_=new Mt(e,s.getEstimate(),s.getTotalWeight())),i.halfLife!==t&&(this.fast_=new Mt(t,i.getEstimate(),i.getTotalWeight())),r.halfLife!==e&&(this.ttfb_=new Mt(e,r.getEstimate(),r.getTotalWeight()))}sample(e,t){e=Math.max(e,this.minDelayMs_);const s=8*t,i=e/1e3,r=s/i;this.fast_.sample(i,r),this.slow_.sample(i,r)}sampleTTFB(e){const t=e/1e3,s=Math.sqrt(2)*Math.exp(-Math.pow(t,2)/2);this.ttfb_.sample(s,Math.max(e,5))}canEstimate(){return this.fast_.getTotalWeight()>=this.minWeight_}getEstimate(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_}getEstimateTTFB(){return this.ttfb_.getTotalWeight()>=this.minWeight_?this.ttfb_.getEstimate():this.defaultTTFB_}get defaultEstimate(){return this.defaultEstimate_}destroy(){}}function bl(a,e,t){return(e=Dl(e))in a?Object.defineProperty(a,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[e]=t,a}function le(){return le=Object.assign?Object.assign.bind():function(a){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var s in t)({}).hasOwnProperty.call(t,s)&&(a[s]=t[s])}return a},le.apply(null,arguments)}function Or(a,e){var t=Object.keys(a);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(a);e&&(s=s.filter(function(i){return Object.getOwnPropertyDescriptor(a,i).enumerable})),t.push.apply(t,s)}return t}function ae(a){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?Or(Object(t),!0).forEach(function(s){bl(a,s,t[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(t)):Or(Object(t)).forEach(function(s){Object.defineProperty(a,s,Object.getOwnPropertyDescriptor(t,s))})}return a}function _l(a,e){if(typeof a!="object"||!a)return a;var t=a[Symbol.toPrimitive];if(t!==void 0){var s=t.call(a,e);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(a)}function Dl(a){var e=_l(a,"string");return typeof e=="symbol"?e:e+""}class ze{constructor(e,t){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;const s=`[${e}]:`;this.trace=St,this.debug=t.debug.bind(null,s),this.log=t.log.bind(null,s),this.warn=t.warn.bind(null,s),this.info=t.info.bind(null,s),this.error=t.error.bind(null,s)}}const St=function(){},Cl={trace:St,debug:St,log:St,warn:St,info:St,error:St};function Fi(){return le({},Cl)}function Pl(a,e){const t=self.console[a];return t?t.bind(self.console,`${e?"["+e+"] ":""}[${a}] >`):St}function Fr(a,e,t){return e[a]?e[a].bind(e):Pl(a,t)}const Mi=Fi();function kl(a,e,t){const s=Fi();if(typeof console=="object"&&a===!0||typeof a=="object"){const i=["debug","log","info","warn","error"];i.forEach(r=>{s[r]=Fr(r,a,t)});try{s.log(`Debug logs enabled for "${e}" in hls.js version 1.6.15`)}catch{return Fi()}i.forEach(r=>{Mi[r]=Fr(r,a)})}else le(Mi,s);return s}const oe=Mi;function Lt(a=!0){return typeof self>"u"?void 0:(a||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function wl(a){return typeof self<"u"&&a===self.ManagedMediaSource}function oa(a,e){const t=Object.keys(a),s=Object.keys(e),i=t.length,r=s.length;return!i||!r||i===r&&!t.some(n=>s.indexOf(n)===-1)}function qe(a,e=!1){if(typeof TextDecoder<"u"){const l=new TextDecoder("utf-8").decode(a);if(e){const h=l.indexOf("\0");return h!==-1?l.substring(0,h):l}return l.replace(/\0/g,"")}const t=a.length;let s,i,r,n="",o=0;for(;o<t;){if(s=a[o++],s===0&&e)return n;if(s===0||s===3)continue;switch(s>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:n+=String.fromCharCode(s);break;case 12:case 13:i=a[o++],n+=String.fromCharCode((s&31)<<6|i&63);break;case 14:i=a[o++],r=a[o++],n+=String.fromCharCode((s&15)<<12|(i&63)<<6|(r&63)<<0);break}}return n}function Pe(a){let e="";for(let t=0;t<a.length;t++){let s=a[t].toString(16);s.length<2&&(s="0"+s),e+=s}return e}function la(a){return Uint8Array.from(a.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}function Ol(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var li={exports:{}},Mr;function Fl(){return Mr||(Mr=1,(function(a,e){(function(t){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,r=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,o={buildAbsoluteURL:function(c,l,h){if(h=h||{},c=c.trim(),l=l.trim(),!l){if(!h.alwaysNormalize)return c;var u=o.parseURL(c);if(!u)throw new Error("Error trying to parse base URL.");return u.path=o.normalizePath(u.path),o.buildURLFromParts(u)}var d=o.parseURL(l);if(!d)throw new Error("Error trying to parse relative URL.");if(d.scheme)return h.alwaysNormalize?(d.path=o.normalizePath(d.path),o.buildURLFromParts(d)):l;var g=o.parseURL(c);if(!g)throw new Error("Error trying to parse base URL.");if(!g.netLoc&&g.path&&g.path[0]!=="/"){var f=i.exec(g.path);g.netLoc=f[1],g.path=f[2]}g.netLoc&&!g.path&&(g.path="/");var p={scheme:g.scheme,netLoc:d.netLoc,path:null,params:d.params,query:d.query,fragment:d.fragment};if(!d.netLoc&&(p.netLoc=g.netLoc,d.path[0]!=="/"))if(!d.path)p.path=g.path,d.params||(p.params=g.params,d.query||(p.query=g.query));else{var y=g.path,E=y.substring(0,y.lastIndexOf("/")+1)+d.path;p.path=o.normalizePath(E)}return p.path===null&&(p.path=h.alwaysNormalize?o.normalizePath(d.path):d.path),o.buildURLFromParts(p)},parseURL:function(c){var l=s.exec(c);return l?{scheme:l[1]||"",netLoc:l[2]||"",path:l[3]||"",params:l[4]||"",query:l[5]||"",fragment:l[6]||""}:null},normalizePath:function(c){for(c=c.split("").reverse().join("").replace(r,"");c.length!==(c=c.replace(n,"")).length;);return c.split("").reverse().join("")},buildURLFromParts:function(c){return c.scheme+c.netLoc+c.path+c.params+c.query+c.fragment}};a.exports=o})()})(li)),li.exports}var sr=Fl();class ir{constructor(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}}}var he={AUDIO:"audio",VIDEO:"video",AUDIOVIDEO:"audiovideo"};class ca{constructor(e){this._byteRange=null,this._url=null,this._stats=null,this._streams=null,this.base=void 0,this.relurl=void 0,typeof e=="string"&&(e={url:e}),this.base=e,Nl(this,"stats")}setByteRange(e,t){const s=e.split("@",2);let i;s.length===1?i=t?.byteRangeEndOffset||0:i=parseInt(s[1]),this._byteRange=[i,parseInt(s[0])+i]}get baseurl(){return this.base.url}get byteRange(){return this._byteRange===null?[]:this._byteRange}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get elementaryStreams(){return this._streams===null&&(this._streams={[he.AUDIO]:null,[he.VIDEO]:null,[he.AUDIOVIDEO]:null}),this._streams}set elementaryStreams(e){this._streams=e}get hasStats(){return this._stats!==null}get hasStreams(){return this._streams!==null}get stats(){return this._stats===null&&(this._stats=new ir),this._stats}set stats(e){this._stats=e}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=sr.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(e){this._url=e}clearElementaryStreamInfo(){const{elementaryStreams:e}=this;e[he.AUDIO]=null,e[he.VIDEO]=null,e[he.AUDIOVIDEO]=null}}function Se(a){return a.sn!=="initSegment"}class ci extends ca{constructor(e,t){super(t),this._decryptdata=null,this._programDateTime=null,this._ref=null,this._bitrate=void 0,this.rawProgramDateTime=null,this.tagList=[],this.duration=0,this.sn=0,this.levelkeys=void 0,this.type=void 0,this.loader=null,this.keyLoader=null,this.level=-1,this.cc=0,this.startPTS=void 0,this.endPTS=void 0,this.startDTS=void 0,this.endDTS=void 0,this.start=0,this.playlistOffset=0,this.deltaPTS=void 0,this.maxStartPTS=void 0,this.minEndPTS=void 0,this.data=void 0,this.bitrateTest=!1,this.title=null,this.initSegment=null,this.endList=void 0,this.gap=void 0,this.urlId=0,this.type=e}get byteLength(){if(this.hasStats){const e=this.stats.total;if(e)return e}if(this.byteRange.length){const e=this.byteRange[0],t=this.byteRange[1];if(H(e)&&H(t))return t-e}return null}get bitrate(){return this.byteLength?this.byteLength*8/this.duration:this._bitrate?this._bitrate:null}set bitrate(e){this._bitrate=e}get decryptdata(){var e;const{levelkeys:t}=this;if(!t||t.NONE)return null;if(t.identity)this._decryptdata||(this._decryptdata=t.identity.getDecryptData(this.sn));else if(!((e=this._decryptdata)!=null&&e.keyId)){const s=Object.keys(t);if(s.length===1){const i=this._decryptdata=t[s[0]]||null;i&&(this._decryptdata=i.getDecryptData(this.sn,t))}}return this._decryptdata}get end(){return this.start+this.duration}get endProgramDateTime(){if(this.programDateTime===null)return null;const e=H(this.duration)?this.duration:0;return this.programDateTime+e*1e3}get encrypted(){var e;if((e=this._decryptdata)!=null&&e.encrypted)return!0;if(this.levelkeys){var t;const s=Object.keys(this.levelkeys),i=s.length;if(i>1||i===1&&(t=this.levelkeys[s[0]])!=null&&t.encrypted)return!0}return!1}get programDateTime(){return this._programDateTime===null&&this.rawProgramDateTime&&(this.programDateTime=Date.parse(this.rawProgramDateTime)),this._programDateTime}set programDateTime(e){if(!H(e)){this._programDateTime=this.rawProgramDateTime=null;return}this._programDateTime=e}get ref(){return Se(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}addStart(e){this.setStart(this.start+e)}setStart(e){this.start=e,this._ref&&(this._ref.start=e)}setDuration(e){this.duration=e,this._ref&&(this._ref.duration=e)}setKeyFormat(e){const t=this.levelkeys;if(t){var s;const i=t[e];i&&!((s=this._decryptdata)!=null&&s.keyId)&&(this._decryptdata=i.getDecryptData(this.sn,t))}}abortRequests(){var e,t;(e=this.loader)==null||e.abort(),(t=this.keyLoader)==null||t.abort()}setElementaryStreamInfo(e,t,s,i,r,n=!1){const{elementaryStreams:o}=this,c=o[e];if(!c){o[e]={startPTS:t,endPTS:s,startDTS:i,endDTS:r,partial:n};return}c.startPTS=Math.min(c.startPTS,t),c.endPTS=Math.max(c.endPTS,s),c.startDTS=Math.min(c.startDTS,i),c.endDTS=Math.max(c.endDTS,r)}}class Ml extends ca{constructor(e,t,s,i,r){super(s),this.fragOffset=0,this.duration=0,this.gap=!1,this.independent=!1,this.relurl=void 0,this.fragment=void 0,this.index=void 0,this.duration=e.decimalFloatingPoint("DURATION"),this.gap=e.bool("GAP"),this.independent=e.bool("INDEPENDENT"),this.relurl=e.enumeratedString("URI"),this.fragment=t,this.index=i;const n=e.enumeratedString("BYTERANGE");n&&this.setByteRange(n,r),r&&(this.fragOffset=r.fragOffset+r.duration)}get start(){return this.fragment.start+this.fragOffset}get end(){return this.start+this.duration}get loaded(){const{elementaryStreams:e}=this;return!!(e.audio||e.video||e.audiovideo)}}function ha(a,e){const t=Object.getPrototypeOf(a);if(t){const s=Object.getOwnPropertyDescriptor(t,e);return s||ha(t,e)}}function Nl(a,e){const t=ha(a,e);t&&(t.enumerable=!0,Object.defineProperty(a,e,t))}const Nr=Math.pow(2,32)-1,Bl=[].push,ua={video:1,audio:2,id3:3,text:4};function Ae(a){return String.fromCharCode.apply(null,a)}function da(a,e){const t=a[e]<<8|a[e+1];return t<0?65536+t:t}function X(a,e){const t=fa(a,e);return t<0?4294967296+t:t}function Br(a,e){let t=X(a,e);return t*=Math.pow(2,32),t+=X(a,e+4),t}function fa(a,e){return a[e]<<24|a[e+1]<<16|a[e+2]<<8|a[e+3]}function Ul(a){const e=a.byteLength;for(let t=0;t<e;){const s=X(a,t);if(s>8&&a[t+4]===109&&a[t+5]===111&&a[t+6]===111&&a[t+7]===102)return!0;t=s>1?t+s:e}return!1}function ee(a,e){const t=[];if(!e.length)return t;const s=a.byteLength;for(let i=0;i<s;){const r=X(a,i),n=Ae(a.subarray(i+4,i+8)),o=r>1?i+r:s;if(n===e[0])if(e.length===1)t.push(a.subarray(i+8,o));else{const c=ee(a.subarray(i+8,o),e.slice(1));c.length&&Bl.apply(t,c)}i=o}return t}function $l(a){const e=[],t=a[0];let s=8;const i=X(a,s);s+=4;let r=0,n=0;t===0?(r=X(a,s),n=X(a,s+4),s+=8):(r=Br(a,s),n=Br(a,s+8),s+=16),s+=2;let o=a.length+n;const c=da(a,s);s+=2;for(let l=0;l<c;l++){let h=s;const u=X(a,h);h+=4;const d=u&2147483647;if((u&2147483648)>>>31===1)return oe.warn("SIDX has hierarchical references (not supported)"),null;const f=X(a,h);h+=4,e.push({referenceSize:d,subsegmentDuration:f,info:{duration:f/i,start:o,end:o+d-1}}),o+=d,h+=4,s=h}return{earliestPresentationTime:r,timescale:i,version:t,referencesCount:c,references:e}}function ga(a){const e=[],t=ee(a,["moov","trak"]);for(let i=0;i<t.length;i++){const r=t[i],n=ee(r,["tkhd"])[0];if(n){let o=n[0];const c=X(n,o===0?12:20),l=ee(r,["mdia","mdhd"])[0];if(l){o=l[0];const h=X(l,o===0?12:20),u=ee(r,["mdia","hdlr"])[0];if(u){const d=Ae(u.subarray(8,12)),g={soun:he.AUDIO,vide:he.VIDEO}[d],f=ee(r,["mdia","minf","stbl","stsd"])[0],p=Gl(f);g?(e[c]={timescale:h,type:g,stsd:p},e[g]=ae({timescale:h,id:c},p)):e[c]={timescale:h,type:d,stsd:p}}}}}return ee(a,["moov","mvex","trex"]).forEach(i=>{const r=X(i,4),n=e[r];n&&(n.default={duration:X(i,12),flags:X(i,20)})}),e}function Gl(a){const e=a.subarray(8),t=e.subarray(86),s=Ae(e.subarray(4,8));let i=s,r;const n=s==="enca"||s==="encv";if(n){const l=ee(e,[s])[0].subarray(s==="enca"?28:78);ee(l,["sinf"]).forEach(u=>{const d=ee(u,["schm"])[0];if(d){const g=Ae(d.subarray(4,8));if(g==="cbcs"||g==="cenc"){const f=ee(u,["frma"])[0];f&&(i=Ae(f))}}})}const o=i;switch(i){case"avc1":case"avc2":case"avc3":case"avc4":{const c=ee(t,["avcC"])[0];c&&c.length>3&&(i+="."+ps(c[1])+ps(c[2])+ps(c[3]),r=ms(o==="avc1"?"dva1":"dvav",t));break}case"mp4a":{const c=ee(e,[s])[0],l=ee(c.subarray(28),["esds"])[0];if(l&&l.length>7){let h=4;if(l[h++]!==3)break;h=hi(l,h),h+=2;const u=l[h++];if(u&128&&(h+=2),u&64&&(h+=l[h++]),l[h++]!==4)break;h=hi(l,h);const d=l[h++];if(d===64)i+="."+ps(d);else break;if(h+=12,l[h++]!==5)break;h=hi(l,h);const g=l[h++];let f=(g&248)>>3;f===31&&(f+=1+((g&7)<<3)+((l[h]&224)>>5)),i+="."+f}break}case"hvc1":case"hev1":{const c=ee(t,["hvcC"])[0];if(c&&c.length>12){const l=c[1],h=["","A","B","C"][l>>6],u=l&31,d=X(c,2),g=(l&32)>>5?"H":"L",f=c[12],p=c.subarray(6,12);i+="."+h+u,i+="."+Kl(d).toString(16).toUpperCase(),i+="."+g+f;let y="";for(let E=p.length;E--;){const v=p[E];(v||y)&&(y="."+v.toString(16).toUpperCase()+y)}i+=y}r=ms(o=="hev1"?"dvhe":"dvh1",t);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":{i=ms(i,t)||i;break}case"vp09":{const c=ee(t,["vpcC"])[0];if(c&&c.length>6){const l=c[4],h=c[5],u=c[6]>>4&15;i+="."+st(l)+"."+st(h)+"."+st(u)}break}case"av01":{const c=ee(t,["av1C"])[0];if(c&&c.length>2){const l=c[1]>>>5,h=c[1]&31,u=c[2]>>>7?"H":"M",d=(c[2]&64)>>6,g=(c[2]&32)>>5,f=l===2&&d?g?12:10:d?10:8,p=(c[2]&16)>>4,y=(c[2]&8)>>3,E=(c[2]&4)>>2,v=c[2]&3;i+="."+l+"."+st(h)+u+"."+st(f)+"."+p+"."+y+E+v+"."+st(1)+"."+st(1)+"."+st(1)+"."+0,r=ms("dav1",t)}break}}return{codec:i,encrypted:n,supplemental:r}}function ms(a,e){const t=ee(e,["dvvC"]),s=t.length?t[0]:ee(e,["dvcC"])[0];if(s){const i=s[2]>>1&127,r=s[2]<<5&32|s[3]>>3&31;return a+"."+st(i)+"."+st(r)}}function Kl(a){let e=0;for(let t=0;t<32;t++)e|=(a>>t&1)<<31-t;return e>>>0}function hi(a,e){const t=e+5;for(;a[e++]&128&&e<t;);return e}function ps(a){return("0"+a.toString(16).toUpperCase()).slice(-2)}function st(a){return(a<10?"0":"")+a}function Vl(a,e){if(!a||!e)return;const t=e.keyId;t&&e.isCommonEncryption&&ma(a,(s,i)=>{const r=s.subarray(8,24);r.some(n=>n!==0)||(oe.log(`[eme] Patching keyId in 'enc${i?"a":"v"}>sinf>>tenc' box: ${Pe(r)} -> ${Pe(t)}`),s.set(t,8))})}function Hl(a){const e=[];return ma(a,t=>e.push(t.subarray(8,24))),e}function ma(a,e){ee(a,["moov","trak"]).forEach(s=>{const i=ee(s,["mdia","minf","stbl","stsd"])[0];if(!i)return;const r=i.subarray(8);let n=ee(r,["enca"]);const o=n.length>0;o||(n=ee(r,["encv"])),n.forEach(c=>{const l=o?c.subarray(28):c.subarray(78);ee(l,["sinf"]).forEach(u=>{const d=pa(u);d&&e(d,o)})})})}function pa(a){const e=ee(a,["schm"])[0];if(e){const t=Ae(e.subarray(4,8));if(t==="cbcs"||t==="cenc"){const s=ee(a,["schi","tenc"])[0];if(s)return s}}}function Yl(a,e,t){const s={},i=ee(a,["moof","traf"]);for(let r=0;r<i.length;r++){const n=i[r],o=ee(n,["tfhd"])[0],c=X(o,4),l=e[c];if(!l)continue;s[c]||(s[c]={start:NaN,duration:0,sampleCount:0,timescale:l.timescale,type:l.type});const h=s[c],u=ee(n,["tfdt"])[0];if(u){const T=u[0];let S=X(u,4);T===1&&(S===Nr?t.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(S*=Nr+1,S+=X(u,8))),H(S)&&(!H(h.start)||S<h.start)&&(h.start=S)}const d=l.default,g=X(o,0)|d?.flags;let f=d?.duration||0;g&8&&(g&2?f=X(o,12):f=X(o,8));const p=ee(n,["trun"]);let y=h.start||0,E=0,v=f;for(let T=0;T<p.length;T++){const S=p[T],x=X(S,4),D=h.sampleCount;h.sampleCount+=x;const A=S[3]&1,L=S[3]&4,R=S[2]&1,I=S[2]&2,C=S[2]&4,$=S[2]&8;let V=8,G=x;for(A&&(V+=4),L&&x&&(!(S[V+1]&1)&&h.keyFrameIndex===void 0&&(h.keyFrameIndex=D),V+=4,R?(v=X(S,V),V+=4):v=f,I&&(V+=4),$&&(V+=4),y+=v,E+=v,G--);G--;)R?(v=X(S,V),V+=4):v=f,I&&(V+=4),C&&(S[V+1]&1||h.keyFrameIndex===void 0&&(h.keyFrameIndex=h.sampleCount-(G+1),h.keyFrameStart=y),V+=4),$&&(V+=4),y+=v,E+=v;!E&&f&&(E+=f*x)}h.duration+=E}if(!Object.keys(s).some(r=>s[r].duration)){let r=1/0,n=0;const o=ee(a,["sidx"]);for(let c=0;c<o.length;c++){const l=$l(o[c]);if(l!=null&&l.references){r=Math.min(r,l.earliestPresentationTime/l.timescale);const h=l.references.reduce((u,d)=>u+d.info.duration||0,0);n=Math.max(n,h+l.earliestPresentationTime/l.timescale)}}n&&H(n)&&Object.keys(s).forEach(c=>{s[c].duration||(s[c].duration=n*s[c].timescale-s[c].start)})}return s}function Wl(a){const e={valid:null,remainder:null},t=ee(a,["moof"]);if(t.length<2)return e.remainder=a,e;const s=t[t.length-1];return e.valid=a.slice(0,s.byteOffset-8),e.remainder=a.slice(s.byteOffset-8),e}function je(a,e){const t=new Uint8Array(a.length+e.length);return t.set(a),t.set(e,a.length),t}function Ur(a,e){const t=[],s=e.samples,i=e.timescale,r=e.id;let n=!1;return ee(s,["moof"]).map(c=>{const l=c.byteOffset-8;ee(c,["traf"]).map(u=>{const d=ee(u,["tfdt"]).map(g=>{const f=g[0];let p=X(g,4);return f===1&&(p*=Math.pow(2,32),p+=X(g,8)),p/i})[0];return d!==void 0&&(a=d),ee(u,["tfhd"]).map(g=>{const f=X(g,4),p=X(g,0)&16777215,y=(p&1)!==0,E=(p&2)!==0,v=(p&8)!==0;let T=0;const S=(p&16)!==0;let x=0;const D=(p&32)!==0;let A=8;f===r&&(y&&(A+=8),E&&(A+=4),v&&(T=X(g,A),A+=4),S&&(x=X(g,A),A+=4),D&&(A+=4),e.type==="video"&&(n=Js(e.codec)),ee(u,["trun"]).map(L=>{const R=L[0],I=X(L,0)&16777215,C=(I&1)!==0;let $=0;const V=(I&4)!==0,G=(I&256)!==0;let O=0;const k=(I&512)!==0;let N=0;const P=(I&1024)!==0,M=(I&2048)!==0;let K=0;const B=X(L,4);let U=8;C&&($=X(L,U),U+=4),V&&(U+=4);let z=$+l;for(let Z=0;Z<B;Z++){if(G?(O=X(L,U),U+=4):O=T,k?(N=X(L,U),U+=4):N=x,P&&(U+=4),M&&(R===0?K=X(L,U):K=fa(L,U),U+=4),e.type===he.VIDEO){let j=0;for(;j<N;){const J=X(s,z);if(z+=4,ql(n,s[z])){const de=s.subarray(z,z+J);rr(de,n?2:1,a+K/i,t)}z+=J,j+=J+4}}a+=O/i}}))})})}),t}function Js(a){if(!a)return!1;const e=a.substring(0,4);return e==="hvc1"||e==="hev1"||e==="dvh1"||e==="dvhe"}function ql(a,e){if(a){const t=e>>1&63;return t===39||t===40}else return(e&31)===6}function rr(a,e,t,s){const i=ya(a);let r=0;r+=e;let n=0,o=0,c=0;for(;r<i.length;){n=0;do{if(r>=i.length)break;c=i[r++],n+=c}while(c===255);o=0;do{if(r>=i.length)break;c=i[r++],o+=c}while(c===255);const l=i.length-r;let h=r;if(o<l)r+=o;else if(o>l){oe.error(`Malformed SEI payload. ${o} is too small, only ${l} bytes left to parse.`);break}if(n===4){if(i[h++]===181){const d=da(i,h);if(h+=2,d===49){const g=X(i,h);if(h+=4,g===1195456820){const f=i[h++];if(f===3){const p=i[h++],y=31&p,E=64&p,v=E?2+y*3:0,T=new Uint8Array(v);if(E){T[0]=p;for(let S=1;S<v;S++)T[S]=i[h++]}s.push({type:f,payloadType:n,pts:t,bytes:T})}}}}}else if(n===5&&o>16){const u=[];for(let f=0;f<16;f++){const p=i[h++].toString(16);u.push(p.length==1?"0"+p:p),(f===3||f===5||f===7||f===9)&&u.push("-")}const d=o-16,g=new Uint8Array(d);for(let f=0;f<d;f++)g[f]=i[h++];s.push({payloadType:n,pts:t,uuid:u.join(""),userData:qe(g),userDataBytes:g})}}}function ya(a){const e=a.byteLength,t=[];let s=1;for(;s<e-2;)a[s]===0&&a[s+1]===0&&a[s+2]===3?(t.push(s+2),s+=2):s++;if(t.length===0)return a;const i=e-t.length,r=new Uint8Array(i);let n=0;for(s=0;s<i;n++,s++)n===t[0]&&(n++,t.shift()),r[s]=a[n];return r}function jl(a){const e=a[0];let t="",s="",i=0,r=0,n=0,o=0,c=0,l=0;if(e===0){for(;Ae(a.subarray(l,l+1))!=="\0";)t+=Ae(a.subarray(l,l+1)),l+=1;for(t+=Ae(a.subarray(l,l+1)),l+=1;Ae(a.subarray(l,l+1))!=="\0";)s+=Ae(a.subarray(l,l+1)),l+=1;s+=Ae(a.subarray(l,l+1)),l+=1,i=X(a,12),r=X(a,16),o=X(a,20),c=X(a,24),l=28}else if(e===1){l+=4,i=X(a,l),l+=4;const u=X(a,l);l+=4;const d=X(a,l);for(l+=4,n=2**32*u+d,Il(n)||(n=Number.MAX_SAFE_INTEGER,oe.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=X(a,l),l+=4,c=X(a,l),l+=4;Ae(a.subarray(l,l+1))!=="\0";)t+=Ae(a.subarray(l,l+1)),l+=1;for(t+=Ae(a.subarray(l,l+1)),l+=1;Ae(a.subarray(l,l+1))!=="\0";)s+=Ae(a.subarray(l,l+1)),l+=1;s+=Ae(a.subarray(l,l+1)),l+=1}const h=a.subarray(l,a.byteLength);return{schemeIdUri:t,value:s,timeScale:i,presentationTime:n,presentationTimeDelta:r,eventDuration:o,id:c,payload:h}}function zl(a,...e){const t=e.length;let s=8,i=t;for(;i--;)s+=e[i].byteLength;const r=new Uint8Array(s);for(r[0]=s>>24&255,r[1]=s>>16&255,r[2]=s>>8&255,r[3]=s&255,r.set(a,4),i=0,s=8;i<t;i++)r.set(e[i],s),s+=e[i].byteLength;return r}function Xl(a,e,t){if(a.byteLength!==16)throw new RangeError("Invalid system id");let s,i;s=0,i=new Uint8Array;let r;s>0?(r=new Uint8Array(4),e.length>0&&new DataView(r.buffer).setUint32(0,e.length,!1)):r=new Uint8Array;const n=new Uint8Array(4);return t.byteLength>0&&new DataView(n.buffer).setUint32(0,t.byteLength,!1),zl([112,115,115,104],new Uint8Array([s,0,0,0]),a,r,i,n,t)}function Ql(a){const e=[];if(a instanceof ArrayBuffer){const t=a.byteLength;let s=0;for(;s+32<t;){const i=new DataView(a,s),r=Zl(i);e.push(r),s+=r.size}}return e}function Zl(a){const e=a.getUint32(0),t=a.byteOffset,s=a.byteLength;if(s<e)return{offset:t,size:s};if(a.getUint32(4)!==1886614376)return{offset:t,size:e};const r=a.getUint32(8)>>>24;if(r!==0&&r!==1)return{offset:t,size:e};const n=a.buffer,o=Pe(new Uint8Array(n,t+12,16));let c=null,l=null,h=0;if(r===0)h=28;else{const d=a.getUint32(28);if(!d||s<32+d*16)return{offset:t,size:e};c=[];for(let g=0;g<d;g++)c.push(new Uint8Array(n,t+32+g*16,16));h=32+d*16}if(!h)return{offset:t,size:e};const u=a.getUint32(h);return e-32<u?{offset:t,size:e}:(l=new Uint8Array(n,t+h+4,u),{version:r,systemId:o,kids:c,data:l,offset:t,size:e})}const Ea=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),qt={audio:{a3ds:1,"ac-3":.95,"ac-4":1,alac:.9,alaw:1,dra1:1,"dts+":1,"dts-":1,dtsc:1,dtse:1,dtsh:1,"ec-3":.9,enca:1,fLaC:.9,flac:.9,FLAC:.9,g719:1,g726:1,m4ae:1,mha1:1,mha2:1,mhm1:1,mhm2:1,mlpa:1,mp4a:1,"raw ":1,Opus:1,opus:1,samr:1,sawb:1,sawp:1,sevc:1,sqcp:1,ssmv:1,twos:1,ulaw:1},video:{avc1:1,avc2:1,avc3:1,avc4:1,avcp:1,av01:.8,dav1:.8,drac:1,dva1:1,dvav:1,dvh1:.7,dvhe:.7,encv:1,hev1:.75,hvc1:.75,mjp2:1,mp4v:1,mvc1:1,mvc2:1,mvc3:1,mvc4:1,resv:1,rv60:1,s263:1,svc1:1,svc2:1,"vc-1":1,vp08:1,vp09:.9},text:{stpp:1,wvtt:1}};function nr(a,e){const t=qt[e];return!!t&&!!t[a.slice(0,4)]}function ns(a,e,t=!0){return!a.split(",").some(s=>!ar(s,e,t))}function ar(a,e,t=!0){var s;const i=Lt(t);return(s=i?.isTypeSupported(as(a,e)))!=null?s:!1}function as(a,e){return`${e}/mp4;codecs=${a}`}function $r(a){if(a){const e=a.substring(0,4);return qt.video[e]}return 2}function $s(a){const e=Ea();return a.split(",").reduce((t,s)=>{const r=e&&Js(s)?9:qt.video[s];return r?(r*2+t)/(t?3:2):(qt.audio[s]+t)/(t?2:1)},0)}const ui={};function Jl(a,e=!0){if(ui[a])return ui[a];const t={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[a];for(let i=0;i<t.length;i++){var s;if(ar(t[i],"audio",e))return ui[a]=t[i],t[i];if(t[i]==="mp3"&&(s=Lt(e))!=null&&s.isTypeSupported("audio/mpeg"))return""}return a}const ec=/flac|opus|mp4a\.40\.34/i;function Gs(a,e=!0){return a.replace(ec,t=>Jl(t.toLowerCase(),e))}function tc(a,e){const t=[];if(a){const s=a.split(",");for(let i=0;i<s.length;i++)nr(s[i],"video")||t.push(s[i])}return e&&t.push(e),t.join(",")}function Cs(a,e){if(a&&(a.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(a)!==-1)&&(Gr(a,"audio")||Gr(a,"video")))return a;if(e){const t=e.split(",");if(t.length>1){if(a){for(let s=t.length;s--;)if(t[s].substring(0,4)===a.substring(0,4))return t[s]}return t[0]}}return e||a}function Gr(a,e){return nr(a,e)&&ar(a,e)}function sc(a){const e=a.split(",");for(let t=0;t<e.length;t++){const s=e[t].split(".");s.length>2&&s[0]==="avc1"&&(e[t]=`avc1.${parseInt(s[1]).toString(16)}${("000"+parseInt(s[2]).toString(16)).slice(-4)}`)}return e.join(",")}function ic(a){if(a.startsWith("av01.")){const e=a.split("."),t=["0","111","01","01","01","0"];for(let s=e.length;s>4&&s<10;s++)e[s]=t[s-4];return e.join(".")}return a}function Kr(a){const e=Lt(a)||{isTypeSupported:()=>!1};return{mpeg:e.isTypeSupported("audio/mpeg"),mp3:e.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:e.isTypeSupported('audio/mp4; codecs="ac-3"')}}function Ni(a){return a.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const rc={supported:!0,powerEfficient:!0,smooth:!0},nc={supported:!1,smooth:!1,powerEfficient:!1},va={supported:!0,configurations:[],decodingInfoResults:[rc]};function Ta(a,e){return{supported:!1,configurations:e,decodingInfoResults:[nc],error:a}}function ac(a,e,t,s,i,r){const n=a.videoCodec,o=a.audioCodec?a.audioGroups:null,c=r?.audioCodec,l=r?.channels,h=l?parseInt(l):c?1/0:2;let u=null;if(o!=null&&o.length)try{o.length===1&&o[0]?u=e.groups[o[0]].channels:u=o.reduce((d,g)=>{if(g){const f=e.groups[g];if(!f)throw new Error(`Audio track group ${g} not found`);Object.keys(f.channels).forEach(p=>{d[p]=(d[p]||0)+f.channels[p]})}return d},{2:0})}catch{return!0}return n!==void 0&&(n.split(",").some(d=>Js(d))||a.width>1920&&a.height>1088||a.height>1920&&a.width>1088||a.frameRate>Math.max(s,30)||a.videoRange!=="SDR"&&a.videoRange!==t||a.bitrate>Math.max(i,8e6))||!!u&&H(h)&&Object.keys(u).some(d=>parseInt(d)>h)}function Sa(a,e,t,s={}){const i=a.videoCodec;if(!i&&!a.audioCodec||!t)return Promise.resolve(va);const r=[],n=oc(a),o=n.length,c=lc(a,e,o>0),l=c.length;for(let h=o||1*l||1;h--;){const u={type:"media-source"};if(o&&(u.video=n[h%o]),l){u.audio=c[h%l];const d=u.audio.bitrate;u.video&&d&&(u.video.bitrate-=d)}r.push(u)}if(i){const h=navigator.userAgent;if(i.split(",").some(u=>Js(u))&&Ea())return Promise.resolve(Ta(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: (${h})`),r))}return Promise.all(r.map(h=>{const u=hc(h);return s[u]||(s[u]=t.decodingInfo(h))})).then(h=>({supported:!h.some(u=>!u.supported),configurations:r,decodingInfoResults:h})).catch(h=>({supported:!1,configurations:r,decodingInfoResults:[],error:h}))}function oc(a){var e;const t=(e=a.videoCodec)==null?void 0:e.split(","),s=xa(a),i=a.width||640,r=a.height||480,n=a.frameRate||30,o=a.videoRange.toLowerCase();return t?t.map(c=>{const l={contentType:as(ic(c),"video"),width:i,height:r,bitrate:s,framerate:n};return o!=="sdr"&&(l.transferFunction=o),l}):[]}function lc(a,e,t){var s;const i=(s=a.audioCodec)==null?void 0:s.split(","),r=xa(a);return i&&a.audioGroups?a.audioGroups.reduce((n,o)=>{var c;const l=o?(c=e.groups[o])==null?void 0:c.tracks:null;return l?l.reduce((h,u)=>{if(u.groupId===o){const d=parseFloat(u.channels||"");i.forEach(g=>{const f={contentType:as(g,"audio"),bitrate:t?cc(g,r):r};d&&(f.channels=""+d),h.push(f)})}return h},n):n},[]):[]}function cc(a,e){if(e<=1)return 1;let t=128e3;return a==="ec-3"?t=768e3:a==="ac-3"&&(t=64e4),Math.min(e/2,t)}function xa(a){return Math.ceil(Math.max(a.bitrate*.9,a.averageBitrate)/1e3)*1e3||1}function hc(a){let e="";const{audio:t,video:s}=a;if(s){const i=Ni(s.contentType);e+=`${i}_r${s.height}x${s.width}f${Math.ceil(s.framerate)}${s.transferFunction||"sd"}_${Math.ceil(s.bitrate/1e5)}`}if(t){const i=Ni(t.contentType);e+=`${s?"_":""}${i}_c${t.channels}`}return e}const Bi=["NONE","TYPE-0","TYPE-1",null];function uc(a){return Bi.indexOf(a)>-1}const Ks=["SDR","PQ","HLG"];function dc(a){return!!a&&Ks.indexOf(a)>-1}var Ps={No:"",Yes:"YES",v2:"v2"};function Vr(a){const{canSkipUntil:e,canSkipDateRanges:t,age:s}=a,i=s<e/2;return e&&i?t?Ps.v2:Ps.Yes:Ps.No}class Hr{constructor(e,t,s){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=e,this.part=t,this.skip=s}addDirectives(e){const t=new self.URL(e);return this.msn!==void 0&&t.searchParams.set("_HLS_msn",this.msn.toString()),this.part!==void 0&&t.searchParams.set("_HLS_part",this.part.toString()),this.skip&&t.searchParams.set("_HLS_skip",this.skip),t.href}}class os{constructor(e){if(this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.url=void 0,this.frameRate=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.supplemental=void 0,this.videoCodec=void 0,this.width=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.supportedPromise=void 0,this.supportedResult=void 0,this._avgBitrate=0,this._audioGroups=void 0,this._subtitleGroups=void 0,this._urlId=0,this.url=[e.url],this._attrs=[e.attrs],this.bitrate=e.bitrate,e.details&&(this.details=e.details),this.id=e.id||0,this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.frameRate=e.attrs.optionalFloat("FRAME-RATE",0),this._avgBitrate=e.attrs.decimalInteger("AVERAGE-BANDWIDTH"),this.audioCodec=e.audioCodec,this.videoCodec=e.videoCodec,this.codecSet=[e.videoCodec,e.audioCodec].filter(s=>!!s).map(s=>s.substring(0,4)).join(","),"supplemental"in e){var t;this.supplemental=e.supplemental;const s=(t=e.supplemental)==null?void 0:t.videoCodec;s&&s!==e.videoCodec&&(this.codecSet+=`,${s.substring(0,4)}`)}this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}get maxBitrate(){return Math.max(this.realBitrate,this.bitrate)}get averageBitrate(){return this._avgBitrate||this.realBitrate||this.bitrate}get attrs(){return this._attrs[0]}get codecs(){return this.attrs.CODECS||""}get pathwayId(){return this.attrs["PATHWAY-ID"]||"."}get videoRange(){return this.attrs["VIDEO-RANGE"]||"SDR"}get score(){return this.attrs.optionalFloat("SCORE",0)}get uri(){return this.url[0]||""}hasAudioGroup(e){return Yr(this._audioGroups,e)}hasSubtitleGroup(e){return Yr(this._subtitleGroups,e)}get audioGroups(){return this._audioGroups}get subtitleGroups(){return this._subtitleGroups}addGroupId(e,t){if(t){if(e==="audio"){let s=this._audioGroups;s||(s=this._audioGroups=[]),s.indexOf(t)===-1&&s.push(t)}else if(e==="text"){let s=this._subtitleGroups;s||(s=this._subtitleGroups=[]),s.indexOf(t)===-1&&s.push(t)}}}get urlId(){return 0}set urlId(e){}get audioGroupIds(){return this.audioGroups?[this.audioGroupId]:void 0}get textGroupIds(){return this.subtitleGroups?[this.textGroupId]:void 0}get audioGroupId(){var e;return(e=this.audioGroups)==null?void 0:e[0]}get textGroupId(){var e;return(e=this.subtitleGroups)==null?void 0:e[0]}addFallback(){}}function Yr(a,e){return!e||!a?!1:a.indexOf(e)!==-1}function fc(){if(typeof matchMedia=="function"){const a=matchMedia("(dynamic-range: high)"),e=matchMedia("bad query");if(a.media!==e.media)return a.matches===!0}return!1}function gc(a,e){let t=!1,s=[];if(a&&(t=a!=="SDR",s=[a]),e){s=e.allowedVideoRanges||Ks.slice(0);const i=s.join("")!=="SDR"&&!e.videoCodec;t=e.preferHDR!==void 0?e.preferHDR:i&&fc(),t||(s=["SDR"])}return{preferHDR:t,allowedVideoRanges:s}}const mc=a=>{const e=new WeakSet;return(t,s)=>{if(a&&(s=a(t,s)),typeof s=="object"&&s!==null){if(e.has(s))return;e.add(s)}return s}},ue=(a,e)=>JSON.stringify(a,mc(e));function pc(a,e,t,s,i){const r=Object.keys(a),n=s?.channels,o=s?.audioCodec,c=i?.videoCodec,l=n&&parseInt(n)===2;let h=!1,u=!1,d=1/0,g=1/0,f=1/0,p=1/0,y=0,E=[];const{preferHDR:v,allowedVideoRanges:T}=gc(e,i);for(let L=r.length;L--;){const R=a[r[L]];h||(h=R.channels[2]>0),d=Math.min(d,R.minHeight),g=Math.min(g,R.minFramerate),f=Math.min(f,R.minBitrate),T.filter(C=>R.videoRanges[C]>0).length>0&&(u=!0)}d=H(d)?d:0,g=H(g)?g:0;const S=Math.max(1080,d),x=Math.max(30,g);f=H(f)?f:t,t=Math.max(f,t),u||(e=void 0);const D=r.length>1;return{codecSet:r.reduce((L,R)=>{const I=a[R];if(R===L)return L;if(E=u?T.filter(C=>I.videoRanges[C]>0):[],D){if(I.minBitrate>t)return et(R,`min bitrate of ${I.minBitrate} > current estimate of ${t}`),L;if(!I.hasDefaultAudio)return et(R,"no renditions with default or auto-select sound found"),L;if(o&&R.indexOf(o.substring(0,4))%5!==0)return et(R,`audio codec preference "${o}" not found`),L;if(n&&!l){if(!I.channels[n])return et(R,`no renditions with ${n} channel sound found (channels options: ${Object.keys(I.channels)})`),L}else if((!o||l)&&h&&I.channels[2]===0)return et(R,"no renditions with stereo sound found"),L;if(I.minHeight>S)return et(R,`min resolution of ${I.minHeight} > maximum of ${S}`),L;if(I.minFramerate>x)return et(R,`min framerate of ${I.minFramerate} > maximum of ${x}`),L;if(!E.some(C=>I.videoRanges[C]>0))return et(R,`no variants with VIDEO-RANGE of ${ue(E)} found`),L;if(c&&R.indexOf(c.substring(0,4))%5!==0)return et(R,`video codec preference "${c}" not found`),L;if(I.maxScore<y)return et(R,`max score of ${I.maxScore} < selected max of ${y}`),L}return L&&($s(R)>=$s(L)||I.fragmentError>a[L].fragmentError)?L:(p=I.minIndex,y=I.maxScore,R)},void 0),videoRanges:E,preferHDR:v,minFramerate:g,minBitrate:f,minIndex:p}}function et(a,e){oe.log(`[abr] start candidates with "${a}" ignored because ${e}`)}function Aa(a){return a.reduce((e,t)=>{let s=e.groups[t.groupId];s||(s=e.groups[t.groupId]={tracks:[],channels:{2:0},hasDefault:!1,hasAutoSelect:!1}),s.tracks.push(t);const i=t.channels||"2";return s.channels[i]=(s.channels[i]||0)+1,s.hasDefault=s.hasDefault||t.default,s.hasAutoSelect=s.hasAutoSelect||t.autoselect,s.hasDefault&&(e.hasDefaultAudio=!0),s.hasAutoSelect&&(e.hasAutoSelectAudio=!0),e},{hasDefaultAudio:!1,hasAutoSelectAudio:!1,groups:{}})}function yc(a,e,t,s){return a.slice(t,s+1).reduce((i,r,n)=>{if(!r.codecSet)return i;const o=r.audioGroups;let c=i[r.codecSet];c||(i[r.codecSet]=c={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:n,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!o,fragmentError:0}),c.minBitrate=Math.min(c.minBitrate,r.bitrate);const l=Math.min(r.height,r.width);return c.minHeight=Math.min(c.minHeight,l),c.minFramerate=Math.min(c.minFramerate,r.frameRate),c.minIndex=Math.min(c.minIndex,n),c.maxScore=Math.max(c.maxScore,r.score),c.fragmentError+=r.fragmentError,c.videoRanges[r.videoRange]=(c.videoRanges[r.videoRange]||0)+1,o&&o.forEach(h=>{if(!h)return;const u=e.groups[h];u&&(c.hasDefaultAudio=c.hasDefaultAudio||e.hasDefaultAudio?u.hasDefault:u.hasAutoSelect||!e.hasDefaultAudio&&!e.hasAutoSelectAudio,Object.keys(u.channels).forEach(d=>{c.channels[d]=(c.channels[d]||0)+u.channels[d]}))}),i},{})}function Wr(a){if(!a)return a;const{lang:e,assocLang:t,characteristics:s,channels:i,audioCodec:r}=a;return{lang:e,assocLang:t,characteristics:s,channels:i,audioCodec:r}}function at(a,e,t){if("attrs"in a){const s=e.indexOf(a);if(s!==-1)return s}for(let s=0;s<e.length;s++){const i=e[s];if(wt(a,i,t))return s}return-1}function wt(a,e,t){const{groupId:s,name:i,lang:r,assocLang:n,default:o}=a,c=a.forced;return(s===void 0||e.groupId===s)&&(i===void 0||e.name===i)&&(r===void 0||Ec(r,e.lang))&&(r===void 0||e.assocLang===n)&&(o===void 0||e.default===o)&&(c===void 0||e.forced===c)&&(!("characteristics"in a)||vc(a.characteristics||"",e.characteristics))&&(t===void 0||t(a,e))}function Ec(a,e="--"){return a.length===e.length?a===e:a.startsWith(e)||e.startsWith(a)}function vc(a,e=""){const t=a.split(","),s=e.split(",");return t.length===s.length&&!t.some(i=>s.indexOf(i)===-1)}function Pt(a,e){const{audioCodec:t,channels:s}=a;return(t===void 0||(e.audioCodec||"").substring(0,4)===t.substring(0,4))&&(s===void 0||s===(e.channels||"2"))}function Tc(a,e,t,s,i){const r=e[s],o=e.reduce((d,g,f)=>{const p=g.uri;return(d[p]||(d[p]=[])).push(f),d},{})[r.uri];o.length>1&&(s=Math.max.apply(Math,o));const c=r.videoRange,l=r.frameRate,h=r.codecSet.substring(0,4),u=qr(e,s,d=>{if(d.videoRange!==c||d.frameRate!==l||d.codecSet.substring(0,4)!==h)return!1;const g=d.audioGroups,f=t.filter(p=>!g||g.indexOf(p.groupId)!==-1);return at(a,f,i)>-1});return u>-1?u:qr(e,s,d=>{const g=d.audioGroups,f=t.filter(p=>!g||g.indexOf(p.groupId)!==-1);return at(a,f,i)>-1})}function qr(a,e,t){for(let s=e;s>-1;s--)if(t(a[s]))return s;for(let s=e+1;s<a.length;s++)if(t(a[s]))return s;return-1}function Vs(a,e){var t;return!!a&&a!==((t=e.loadLevelObj)==null?void 0:t.uri)}class Sc extends ze{constructor(e){super("abr",e.logger),this.hls=void 0,this.lastLevelLoadSec=0,this.lastLoadedFragLevel=-1,this.firstSelection=-1,this._nextAutoLevel=-1,this.nextAutoLevelKey="",this.audioTracksByGroup=null,this.codecTiers=null,this.timer=-1,this.fragCurrent=null,this.partCurrent=null,this.bitrateTestDelay=0,this.rebufferNotice=-1,this.supportedCache={},this.bwEstimator=void 0,this._abandonRulesCheck=t=>{var s;const{fragCurrent:i,partCurrent:r,hls:n}=this,{autoLevelEnabled:o,media:c}=n;if(!i||!c)return;const l=performance.now(),h=r?r.stats:i.stats,u=r?r.duration:i.duration,d=l-h.loading.start,g=n.minAutoLevel,f=i.level,p=this._nextAutoLevel;if(h.aborted||h.loaded&&h.loaded===h.total||f<=g){this.clearTimer(),this._nextAutoLevel=-1;return}if(!o)return;const y=p>-1&&p!==f,E=!!t||y;if(!E&&(c.paused||!c.playbackRate||!c.readyState))return;const v=n.mainForwardBufferInfo;if(!E&&v===null)return;const T=this.bwEstimator.getEstimateTTFB(),S=Math.abs(c.playbackRate);if(d<=Math.max(T,1e3*(u/(S*2))))return;const x=v?v.len/S:0,D=h.loading.first?h.loading.first-h.loading.start:-1,A=h.loaded&&D>-1,L=this.getBwEstimate(),R=n.levels,I=R[f],C=Math.max(h.loaded,Math.round(u*(i.bitrate||I.averageBitrate)/8));let $=A?d-D:d;$<1&&A&&($=Math.min(d,h.loaded*8/L));const V=A?h.loaded*1e3/$:0,G=T/1e3,O=V?(C-h.loaded)/V:C*8/L+G;if(O<=x)return;const k=V?V*8:L,N=((s=t?.details||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,P=this.hls.config.abrBandWidthUpFactor;let M=Number.POSITIVE_INFINITY,K;for(K=f-1;K>g;K--){const Z=R[K].maxBitrate,j=!R[K].details||N;if(M=this.getTimeToLoadFrag(G,k,u*Z,j),M<Math.min(x,u+G))break}if(M>=O||M>u*10)return;A?this.bwEstimator.sample(d-Math.min(T,D),h.loaded):this.bwEstimator.sampleTTFB(d);const B=R[K].maxBitrate;this.getBwEstimate()*P>B&&this.resetEstimator(B);const U=this.findBestLevel(B,g,K,0,x,1,1);U>-1&&(K=U),this.warn(`Fragment ${i.sn}${r?" part "+r.index:""} of level ${f} is loading too slowly; 2 - Fragment duration: ${i.duration.toFixed(3)} 3 - Time to underbuffer: ${x.toFixed(3)} s 4 - Estimated load time for current fragment: ${O.toFixed(3)} s 5 - Estimated load time for down switch fragment: ${M.toFixed(3)} s 6 - TTFB estimate: ${D|0} ms 7 - Current BW estimate: ${H(L)?L|0:"Unknown"} bps 8 - New BW estimate: ${this.getBwEstimate()|0} bps 9 - Switching to level ${K} @ ${B|0} bps`),n.nextLoadLevel=n.nextAutoLevel=K,this.clearTimer();const z=()=>{if(this.clearTimer(),this.fragCurrent===i&&this.hls.loadLevel===K&&K>0){const Z=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${K>0?"and switching down":""} 10 - Fragment duration: ${i.duration.toFixed(3)} s 11 - Time to underbuffer: ${Z.toFixed(3)} s`),i.abortRequests(),this.fragCurrent=this.partCurrent=null,K>g){let j=this.findBestLevel(this.hls.levels[g].bitrate,g,K,0,Z,1,1);j===-1&&(j=g),this.hls.nextLoadLevel=this.hls.nextAutoLevel=j,this.resetEstimator(this.hls.levels[j].bitrate)}}};y||O>M*2?z():this.timer=self.setInterval(z,M*1e3),n.trigger(m.FRAG_LOAD_EMERGENCY_ABORTED,{frag:i,part:r,stats:h})},this.hls=e,this.bwEstimator=this.initEstimator(),this.registerListeners()}resetEstimator(e){e&&(this.log(`setting initial bwe to ${e}`),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()}initEstimator(){const e=this.hls.config;return new Rl(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(m.ERROR,this.onError,this))}destroy(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=this.supportedCache=null,this.fragCurrent=this.partCurrent=null}onManifestLoading(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.supportedCache={},this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()}onLevelsUpdated(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null}onMaxAutoLevelUpdated(){this.firstSelection=-1,this.nextAutoLevelKey=""}onFragLoading(e,t){const s=t.frag;if(!this.ignoreFragment(s)){if(!s.bitrateTest){var i;this.fragCurrent=s,this.partCurrent=(i=t.part)!=null?i:null}this.clearTimer(),this.timer=self.setInterval(this._abandonRulesCheck,100)}}onLevelSwitching(e,t){this.clearTimer()}onError(e,t){if(!t.fatal)switch(t.details){case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case _.FRAG_LOAD_TIMEOUT:{const s=t.frag,{fragCurrent:i,partCurrent:r}=this;if(s&&i&&s.sn===i.sn&&s.level===i.level){const n=performance.now(),o=r?r.stats:s.stats,c=n-o.loading.start,l=o.loading.first?o.loading.first-o.loading.start:-1;if(o.loaded&&l>-1){const u=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(c-Math.min(u,l),o.loaded)}else this.bwEstimator.sampleTTFB(c)}break}}}getTimeToLoadFrag(e,t,s,i){const r=e+s/t,n=i?e+this.lastLevelLoadSec:0;return r+n}onLevelLoaded(e,t){const s=this.hls.config,{loading:i}=t.stats,r=i.end-i.first;H(r)&&(this.lastLevelLoadSec=r/1e3),t.details.live?this.bwEstimator.update(s.abrEwmaSlowLive,s.abrEwmaFastLive):this.bwEstimator.update(s.abrEwmaSlowVoD,s.abrEwmaFastVoD),this.timer>-1&&this._abandonRulesCheck(t.levelInfo)}onFragLoaded(e,{frag:t,part:s}){const i=s?s.stats:t.stats;if(t.type===Y.MAIN&&this.bwEstimator.sampleTTFB(i.loading.first-i.loading.start),!this.ignoreFragment(t)){if(this.clearTimer(),t.level===this._nextAutoLevel&&(this._nextAutoLevel=-1),this.firstSelection=-1,this.hls.config.abrMaxWithRealBitrate){const r=s?s.duration:t.duration,n=this.hls.levels[t.level],o=(n.loaded?n.loaded.bytes:0)+i.loaded,c=(n.loaded?n.loaded.duration:0)+r;n.loaded={bytes:o,duration:c},n.realBitrate=Math.round(8*o/c)}if(t.bitrateTest){const r={stats:i,frag:t,part:s,id:t.type};this.onFragBuffered(m.FRAG_BUFFERED,r),t.bitrateTest=!1}else this.lastLoadedFragLevel=t.level}}onFragBuffered(e,t){const{frag:s,part:i}=t,r=i!=null&&i.stats.loaded?i.stats:s.stats;if(r.aborted||this.ignoreFragment(s))return;const n=r.parsing.end-r.loading.start-Math.min(r.loading.first-r.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(n,r.loaded),r.bwEstimate=this.getBwEstimate(),s.bitrateTest?this.bitrateTestDelay=n/1e3:this.bitrateTestDelay=0}ignoreFragment(e){return e.type!==Y.MAIN||e.sn==="initSegment"}clearTimer(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)}get firstAutoLevel(){const{maxAutoLevel:e,minAutoLevel:t}=this.hls,s=this.getBwEstimate(),i=this.hls.config.maxStarvationDelay,r=this.findBestLevel(s,t,e,0,i,1,1);if(r>-1)return r;const n=this.hls.firstLevel,o=Math.min(Math.max(n,t),e);return this.warn(`Could not find best starting auto level. Defaulting to first in playlist ${n} clamped to ${o}`),o}get forcedAutoLevel(){return this.nextAutoLevelKey?-1:this._nextAutoLevel}get nextAutoLevel(){const e=this.forcedAutoLevel,s=this.bwEstimator.canEstimate(),i=this.lastLoadedFragLevel>-1;if(e!==-1&&(!s||!i||this.nextAutoLevelKey===this.getAutoLevelKey()))return e;const r=s&&i?this.getNextABRAutoLevel():this.firstAutoLevel;if(e!==-1){const n=this.hls.levels;if(n.length>Math.max(e,r)&&n[e].loadError<=n[r].loadError)return e}return this._nextAutoLevel=r,this.nextAutoLevelKey=this.getAutoLevelKey(),r}getAutoLevelKey(){return`${this.getBwEstimate()}_${this.getStarvationDelay().toFixed(2)}`}getNextABRAutoLevel(){const{fragCurrent:e,partCurrent:t,hls:s}=this;if(s.levels.length<=1)return s.loadLevel;const{maxAutoLevel:i,config:r,minAutoLevel:n}=s,o=t?t.duration:e?e.duration:0,c=this.getBwEstimate(),l=this.getStarvationDelay();let h=r.abrBandWidthFactor,u=r.abrBandWidthUpFactor;if(l){const y=this.findBestLevel(c,n,i,l,0,h,u);if(y>=0)return this.rebufferNotice=-1,y}let d=o?Math.min(o,r.maxStarvationDelay):r.maxStarvationDelay;if(!l){const y=this.bitrateTestDelay;y&&(d=(o?Math.min(o,r.maxLoadingDelay):r.maxLoadingDelay)-y,this.info(`bitrate test took ${Math.round(1e3*y)}ms, set first fragment max fetchDuration to ${Math.round(1e3*d)} ms`),h=u=1)}const g=this.findBestLevel(c,n,i,l,d,h,u);if(this.rebufferNotice!==g&&(this.rebufferNotice=g,this.info(`${l?"rebuffering expected":"buffer is empty"}, optimal quality level ${g}`)),g>-1)return g;const f=s.levels[n],p=s.loadLevelObj;return p&&f?.bitrate<p.bitrate?n:s.loadLevel}getStarvationDelay(){const e=this.hls,t=e.media;if(!t)return 1/0;const s=t&&t.playbackRate!==0?Math.abs(t.playbackRate):1,i=e.mainForwardBufferInfo;return(i?i.len:0)/s}getBwEstimate(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate}findBestLevel(e,t,s,i,r,n,o){var c;const l=i+r,h=this.lastLoadedFragLevel,u=h===-1?this.hls.firstLevel:h,{fragCurrent:d,partCurrent:g}=this,{levels:f,allAudioTracks:p,loadLevel:y,config:E}=this.hls;if(f.length===1)return 0;const v=f[u],T=!!((c=this.hls.latestLevelDetails)!=null&&c.live),S=y===-1||h===-1;let x,D="SDR",A=v?.frameRate||0;const{audioPreference:L,videoPreference:R}=E,I=this.audioTracksByGroup||(this.audioTracksByGroup=Aa(p));let C=-1;if(S){if(this.firstSelection!==-1)return this.firstSelection;const k=this.codecTiers||(this.codecTiers=yc(f,I,t,s)),N=pc(k,D,e,L,R),{codecSet:P,videoRanges:M,minFramerate:K,minBitrate:B,minIndex:U,preferHDR:z}=N;C=U,x=P,D=z?M[M.length-1]:M[0],A=K,e=Math.max(e,B),this.log(`picked start tier ${ue(N)}`)}else x=v?.codecSet,D=v?.videoRange;const $=g?g.duration:d?d.duration:0,V=this.bwEstimator.getEstimateTTFB()/1e3,G=[];for(let k=s;k>=t;k--){var O;const N=f[k],P=k>u;if(!N)continue;if(E.useMediaCapabilities&&!N.supportedResult&&!N.supportedPromise){const j=navigator.mediaCapabilities;typeof j?.decodingInfo=="function"&&ac(N,I,D,A,e,L)?(N.supportedPromise=Sa(N,I,j,this.supportedCache),N.supportedPromise.then(J=>{if(!this.hls)return;N.supportedResult=J;const de=this.hls.levels,ce=de.indexOf(N);J.error?this.warn(`MediaCapabilities decodingInfo error: "${J.error}" for level ${ce} ${ue(J)}`):J.supported?J.decodingInfoResults.some(ge=>ge.smooth===!1||ge.powerEfficient===!1)&&this.log(`MediaCapabilities decodingInfo for level ${ce} not smooth or powerEfficient: ${ue(J)}`):(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${ce} ${ue(J)}`),ce>-1&&de.length>1&&(this.log(`Removing unsupported level ${ce}`),this.hls.removeLevel(ce),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))}).catch(J=>{this.warn(`Error handling MediaCapabilities decodingInfo: ${J}`)})):N.supportedResult=va}if((x&&N.codecSet!==x||D&&N.videoRange!==D||P&&A>N.frameRate||!P&&A>0&&A<N.frameRate||(O=N.supportedResult)!=null&&(O=O.decodingInfoResults)!=null&&O.some(j=>j.smooth===!1))&&(!S||k!==C)){G.push(k);continue}const M=N.details,K=(g?M?.partTarget:M?.averagetargetduration)||$;let B;P?B=o*e:B=n*e;const U=$&&i>=$*2&&r===0?N.averageBitrate:N.maxBitrate,z=this.getTimeToLoadFrag(V,B,U*K,M===void 0);if(B>=U&&(k===h||N.loadError===0&&N.fragmentError===0)&&(z<=V||!H(z)||T&&!this.bitrateTestDelay||z<l)){const j=this.forcedAutoLevel;return k!==y&&(j===-1||j!==y)&&(G.length&&this.trace(`Skipped level(s) ${G.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${f[G[0]].codecs}" ${f[G[0]].videoRange}; not compatible with "${x}" ${D}`),this.info(`switch candidate:${u}->${k} adjustedbw(${Math.round(B)})-bitrate=${Math.round(B-U)} ttfb:${V.toFixed(1)} avgDuration:${K.toFixed(1)} maxFetchDuration:${l.toFixed(1)} fetchDuration:${z.toFixed(1)} firstSelection:${S} codecSet:${N.codecSet} videoRange:${N.videoRange} hls.loadLevel:${y}`)),S&&(this.firstSelection=k),k}}return-1}set nextAutoLevel(e){const t=this.deriveNextAutoLevel(e);this._nextAutoLevel!==t&&(this.nextAutoLevelKey="",this._nextAutoLevel=t)}deriveNextAutoLevel(e){const{maxAutoLevel:t,minAutoLevel:s}=this.hls;return Math.min(Math.max(e,s),t)}}const Ia={search:function(a,e){let t=0,s=a.length-1,i=null,r=null;for(;t<=s;){i=(t+s)/2|0,r=a[i];const n=e(r);if(n>0)t=i+1;else if(n<0)s=i-1;else return r}return null}};function xc(a,e,t){if(e===null||!Array.isArray(a)||!a.length||!H(e))return null;const s=a[0].programDateTime;if(e<(s||0))return null;const i=a[a.length-1].endProgramDateTime;if(e>=(i||0))return null;for(let r=0;r<a.length;++r){const n=a[r];if(Ic(e,t,n))return n}return null}function Ot(a,e,t=0,s=0,i=.005){let r=null;if(a){r=e[1+a.sn-e[0].sn]||null;const o=a.endDTS-t;o>0&&o<15e-7&&(t+=15e-7),r&&a.level!==r.level&&r.end<=a.end&&(r=e[2+a.sn-e[0].sn]||null)}else t===0&&e[0].start===0&&(r=e[0]);if(r&&((!a||a.level===r.level)&&jr(t,s,r)===0||Ac(r,a,Math.min(i,s))))return r;const n=Ia.search(e,jr.bind(null,t,s));return n&&(n!==a||!r)?n:r}function Ac(a,e,t){if(e&&e.start===0&&e.level<a.level&&(e.endPTS||0)>0){const s=e.tagList.reduce((i,r)=>(r[0]==="INF"&&(i+=parseFloat(r[1])),i),t);return a.start<=s}return!1}function jr(a=0,e=0,t){if(t.start<=a&&t.start+t.duration>a)return 0;const s=Math.min(e,t.duration+(t.deltaPTS?t.deltaPTS:0));return t.start+t.duration-s<=a?1:t.start-s>a&&t.start?-1:0}function Ic(a,e,t){const s=Math.min(e,t.duration+(t.deltaPTS?t.deltaPTS:0))*1e3;return(t.endProgramDateTime||0)-s>a}function La(a,e,t){if(a&&a.startCC<=e&&a.endCC>=e){let s=a.fragments;const{fragmentHint:i}=a;i&&(s=s.concat(i));let r;return Ia.search(s,n=>n.cc<e?1:n.cc>e?-1:(r=n,n.end<=t?1:n.start>t?-1:0)),r||null}return null}function Hs(a){switch(a.details){case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_TIMEOUT:case _.LEVEL_LOAD_TIMEOUT:case _.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function Ra(a){return a.details.startsWith("key")}function ba(a){return Ra(a)&&!!a.frag&&!a.frag.decryptdata}function zr(a,e){const t=Hs(e);return a.default[`${t?"timeout":"error"}Retry`]}function or(a,e){const t=a.backoff==="linear"?1:Math.pow(2,e);return Math.min(t*a.retryDelayMs,a.maxRetryDelayMs)}function Xr(a){return ae(ae({},a),{errorRetry:null,timeoutRetry:null})}function Ys(a,e,t,s){if(!a)return!1;const i=s?.code,r=e<a.maxNumRetry&&(Lc(i)||!!t);return a.shouldRetry?a.shouldRetry(a,e,t,s,r):r}function Lc(a){return Ui(a)||!!a&&(a<400||a>499)}function Ui(a){return a===0&&navigator.onLine===!1}var Ce={DoNothing:0,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,RetryRequest:5},He={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,MoveAllAlternatesMatchingKey:4};class Rc extends ze{constructor(e){super("error-controller",e.logger),this.hls=void 0,this.playlistError=0,this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(m.ERROR,this.onError,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this)}unregisterListeners(){const e=this.hls;e&&(e.off(m.ERROR,this.onError,this),e.off(m.ERROR,this.onErrorOut,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this))}destroy(){this.unregisterListeners(),this.hls=null}startLoad(e){}stopLoad(){this.playlistError=0}getVariantLevelIndex(e){return e?.type===Y.MAIN?e.level:this.getVariantIndex()}getVariantIndex(){var e;const t=this.hls,s=t.currentLevel;return(e=t.loadLevelObj)!=null&&e.details||s===-1?t.loadLevel:s}variantHasKey(e,t){if(e){var s;if((s=e.details)!=null&&s.hasKey(t))return!0;const i=e.audioGroups;if(i)return this.hls.allAudioTracks.filter(n=>i.indexOf(n.groupId)>=0).some(n=>{var o;return(o=n.details)==null?void 0:o.hasKey(t)})}return!1}onManifestLoading(){this.playlistError=0}onLevelUpdated(){this.playlistError=0}onError(e,t){var s;if(t.fatal)return;const i=this.hls,r=t.context;switch(t.details){case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:t.errorAction=this.getFragRetryOrSwitchAction(t);return;case _.FRAG_PARSING_ERROR:if((s=t.frag)!=null&&s.gap){t.errorAction=Vt();return}case _.FRAG_GAP:case _.FRAG_DECRYPT_ERROR:{t.errorAction=this.getFragRetryOrSwitchAction(t),t.errorAction.action=Ce.SendAlternateToPenaltyBox;return}case _.LEVEL_EMPTY_ERROR:case _.LEVEL_PARSING_ERROR:{var n;const c=t.parent===Y.MAIN?t.level:i.loadLevel;t.details===_.LEVEL_EMPTY_ERROR&&((n=t.context)!=null&&(n=n.levelDetails)!=null&&n.live)?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,c):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,c))}return;case _.LEVEL_LOAD_ERROR:case _.LEVEL_LOAD_TIMEOUT:typeof r?.level=="number"&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,r.level));return;case _.AUDIO_TRACK_LOAD_ERROR:case _.AUDIO_TRACK_LOAD_TIMEOUT:case _.SUBTITLE_LOAD_ERROR:case _.SUBTITLE_TRACK_LOAD_TIMEOUT:if(r){const c=i.loadLevelObj;if(c&&(r.type===se.AUDIO_TRACK&&c.hasAudioGroup(r.groupId)||r.type===se.SUBTITLE_TRACK&&c.hasSubtitleGroup(r.groupId))){t.errorAction=this.getPlaylistRetryOrSwitchAction(t,i.loadLevel),t.errorAction.action=Ce.SendAlternateToPenaltyBox,t.errorAction.flags=He.MoveAllAlternatesMatchingHost;return}}return;case _.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:t.errorAction={action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingHDCP};return;case _.KEY_SYSTEM_SESSION_UPDATE_FAILED:case _.KEY_SYSTEM_STATUS_INTERNAL_ERROR:case _.KEY_SYSTEM_NO_SESSION:t.errorAction={action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingKey};return;case _.BUFFER_ADD_CODEC_ERROR:case _.REMUX_ALLOC_ERROR:case _.BUFFER_APPEND_ERROR:if(!t.errorAction){var o;t.errorAction=this.getLevelSwitchAction(t,(o=t.level)!=null?o:i.loadLevel)}return;case _.INTERNAL_EXCEPTION:case _.BUFFER_APPENDING_ERROR:case _.BUFFER_FULL_ERROR:case _.LEVEL_SWITCH_ERROR:case _.BUFFER_STALLED_ERROR:case _.BUFFER_SEEK_OVER_HOLE:case _.BUFFER_NUDGE_ON_STALL:t.errorAction=Vt();return}t.type===W.KEY_SYSTEM_ERROR&&(t.levelRetry=!1,t.errorAction=Vt())}getPlaylistRetryOrSwitchAction(e,t){const s=this.hls,i=zr(s.config.playlistLoadPolicy,e),r=this.playlistError++;if(Ys(i,r,Hs(e),e.response))return{action:Ce.RetryRequest,flags:He.None,retryConfig:i,retryCount:r};const o=this.getLevelSwitchAction(e,t);return i&&(o.retryConfig=i,o.retryCount=r),o}getFragRetryOrSwitchAction(e){const t=this.hls,s=this.getVariantLevelIndex(e.frag),i=t.levels[s],{fragLoadPolicy:r,keyLoadPolicy:n}=t.config,o=zr(Ra(e)?n:r,e),c=t.levels.reduce((h,u)=>h+u.fragmentError,0);if(i&&(e.details!==_.FRAG_GAP&&i.fragmentError++,!ba(e)&&Ys(o,c,Hs(e),e.response)))return{action:Ce.RetryRequest,flags:He.None,retryConfig:o,retryCount:c};const l=this.getLevelSwitchAction(e,s);return o&&(l.retryConfig=o,l.retryCount=c),l}getLevelSwitchAction(e,t){const s=this.hls;t==null&&(t=s.loadLevel);const i=this.hls.levels[t];if(i){var r,n;const l=e.details;i.loadError++,l===_.BUFFER_APPEND_ERROR&&i.fragmentError++;let h=-1;const{levels:u,loadLevel:d,minAutoLevel:g,maxAutoLevel:f}=s;!s.autoLevelEnabled&&!s.config.preserveManualLevelOnError&&(s.loadLevel=-1);const p=(r=e.frag)==null?void 0:r.type,E=(p===Y.AUDIO&&l===_.FRAG_PARSING_ERROR||e.sourceBufferName==="audio"&&(l===_.BUFFER_ADD_CODEC_ERROR||l===_.BUFFER_APPEND_ERROR))&&u.some(({audioCodec:D})=>i.audioCodec!==D),T=e.sourceBufferName==="video"&&(l===_.BUFFER_ADD_CODEC_ERROR||l===_.BUFFER_APPEND_ERROR)&&u.some(({codecSet:D,audioCodec:A})=>i.codecSet!==D&&i.audioCodec===A),{type:S,groupId:x}=(n=e.context)!=null?n:{};for(let D=u.length;D--;){const A=(D+d)%u.length;if(A!==d&&A>=g&&A<=f&&u[A].loadError===0){var o,c;const L=u[A];if(l===_.FRAG_GAP&&p===Y.MAIN&&e.frag){const R=u[A].details;if(R){const I=Ot(e.frag,R.fragments,e.frag.start);if(I!=null&&I.gap)continue}}else{if(S===se.AUDIO_TRACK&&L.hasAudioGroup(x)||S===se.SUBTITLE_TRACK&&L.hasSubtitleGroup(x))continue;if(p===Y.AUDIO&&(o=i.audioGroups)!=null&&o.some(R=>L.hasAudioGroup(R))||p===Y.SUBTITLE&&(c=i.subtitleGroups)!=null&&c.some(R=>L.hasSubtitleGroup(R))||E&&i.audioCodec===L.audioCodec||T&&i.codecSet===L.codecSet||!E&&i.codecSet!==L.codecSet)continue}h=A;break}}if(h>-1&&s.loadLevel!==h)return e.levelRetry=!0,this.playlistError=0,{action:Ce.SendAlternateToPenaltyBox,flags:He.None,nextAutoLevel:h}}return{action:Ce.SendAlternateToPenaltyBox,flags:He.MoveAllAlternatesMatchingHost}}onErrorOut(e,t){var s;switch((s=t.errorAction)==null?void 0:s.action){case Ce.DoNothing:break;case Ce.SendAlternateToPenaltyBox:this.sendAlternateToPenaltyBox(t),!t.errorAction.resolved&&t.details!==_.FRAG_GAP?t.fatal=!0:/MediaSource readyState: ended/.test(t.error.message)&&(this.warn(`MediaSource ended after "${t.sourceBufferName}" sourceBuffer append error. Attempting to recover from media error.`),this.hls.recoverMediaError());break}if(t.fatal){this.hls.stopLoad();return}}sendAlternateToPenaltyBox(e){const t=this.hls,s=e.errorAction;if(!s)return;const{flags:i}=s,r=s.nextAutoLevel;switch(i){case He.None:this.switchLevel(e,r);break;case He.MoveAllAlternatesMatchingHDCP:{const c=this.getVariantLevelIndex(e.frag),l=t.levels[c],h=l?.attrs["HDCP-LEVEL"];if(s.hdcpLevel=h,h==="NONE")this.warn("HDCP policy resticted output with HDCP-LEVEL=NONE");else if(h){t.maxHdcpLevel=Bi[Bi.indexOf(h)-1],s.resolved=!0,this.warn(`Restricting playback to HDCP-LEVEL of "${t.maxHdcpLevel}" or lower`);break}}case He.MoveAllAlternatesMatchingKey:{const c=e.decryptdata;if(c){const l=this.hls.levels,h=l.length;for(let d=h;d--;)if(this.variantHasKey(l[d],c)){var n,o;this.log(`Banned key found in level ${d} (${l[d].bitrate}bps) or audio group "${(n=l[d].audioGroups)==null?void 0:n.join(",")}" (${(o=e.frag)==null?void 0:o.type} fragment) ${Pe(c.keyId||[])}`),l[d].fragmentError++,l[d].loadError++,this.log(`Removing level ${d} with key error (${e.error})`),this.hls.removeLevel(d)}const u=e.frag;if(this.hls.levels.length<h)s.resolved=!0;else if(u&&u.type!==Y.MAIN){const d=u.decryptdata;d&&!c.matches(d)&&(s.resolved=!0)}}break}}s.resolved||this.switchLevel(e,r)}switchLevel(e,t){if(t!==void 0&&e.errorAction&&(this.warn(`switching to level ${t} after ${e.details}`),this.hls.nextAutoLevel=t,e.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel,e.details===_.BUFFER_ADD_CODEC_ERROR&&e.mimeType&&e.sourceBufferName!=="audiovideo")){const s=Ni(e.mimeType),i=this.hls.levels;for(let r=i.length;r--;)i[r][`${e.sourceBufferName}Codec`]===s&&(this.log(`Removing level ${r} for ${e.details} ("${s}" not supported)`),this.hls.removeLevel(r))}}}function Vt(a){const e={action:Ce.DoNothing,flags:He.None};return a&&(e.resolved=!0),e}var Ie={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class bc{constructor(e){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=e,this._registerListeners()}_registerListeners(){const{hls:e}=this;e&&(e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this))}destroy(){this._unregisterListeners(),this.hls=this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null}getAppendedFrag(e,t){const s=this.activePartLists[t];if(s)for(let i=s.length;i--;){const r=s[i];if(!r)break;if(r.start<=e&&e<=r.end&&r.loaded)return r}return this.getBufferedFrag(e,t)}getBufferedFrag(e,t){return this.getFragAtPos(e,t,!0)}getFragAtPos(e,t,s){const{fragments:i}=this,r=Object.keys(i);for(let n=r.length;n--;){const o=i[r[n]];if(o?.body.type===t&&(!s||o.buffered)){const c=o.body;if(c.start<=e&&e<=c.end)return c}}return null}detectEvictedFragments(e,t,s,i,r){this.timeRanges&&(this.timeRanges[e]=t);const n=i?.fragment.sn||-1;Object.keys(this.fragments).forEach(o=>{const c=this.fragments[o];if(!c||n>=c.body.sn)return;if(!c.buffered&&(!c.loaded||r)){c.body.type===s&&this.removeFragment(c.body);return}const l=c.range[e];if(l){if(l.time.length===0){this.removeFragment(c.body);return}l.time.some(h=>{const u=!this.isTimeBuffered(h.startPTS,h.endPTS,t);return u&&this.removeFragment(c.body),u})}})}detectPartialFragments(e){const t=this.timeRanges;if(!t||e.frag.sn==="initSegment")return;const s=e.frag,i=Nt(s),r=this.fragments[i];if(!r||r.buffered&&s.gap)return;const n=!s.relurl;Object.keys(t).forEach(o=>{const c=s.elementaryStreams[o];if(!c)return;const l=t[o],h=n||c.partial===!0;r.range[o]=this.getBufferedTimes(s,e.part,h,l)}),r.loaded=null,Object.keys(r.range).length?(this.bufferedEnd(r,s),ys(r)||this.removeParts(s.sn-1,s.type)):this.removeFragment(r.body)}bufferedEnd(e,t){e.buffered=!0,(e.body.endList=t.endList||e.body.endList)&&(this.endListFragments[e.body.type]=e)}removeParts(e,t){const s=this.activePartLists[t];s&&(this.activePartLists[t]=Qr(s,i=>i.fragment.sn>=e))}fragBuffered(e,t){const s=Nt(e);let i=this.fragments[s];!i&&t&&(i=this.fragments[s]={body:e,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},e.gap&&(this.hasGaps=!0)),i&&(i.loaded=null,this.bufferedEnd(i,e))}getBufferedTimes(e,t,s,i){const r={time:[],partial:s},n=e.start,o=e.end,c=e.minEndPTS||o,l=e.maxStartPTS||n;for(let h=0;h<i.length;h++){const u=i.start(h)-this.bufferPadding,d=i.end(h)+this.bufferPadding;if(l>=u&&c<=d){r.time.push({startPTS:Math.max(n,i.start(h)),endPTS:Math.min(o,i.end(h))});break}else if(n<d&&o>u){const g=Math.max(n,i.start(h)),f=Math.min(o,i.end(h));f>g&&(r.partial=!0,r.time.push({startPTS:g,endPTS:f}))}else if(o<=u)break}return r}getPartialFragment(e){let t=null,s,i,r,n=0;const{bufferPadding:o,fragments:c}=this;return Object.keys(c).forEach(l=>{const h=c[l];h&&ys(h)&&(i=h.body.start-o,r=h.body.end+o,e>=i&&e<=r&&(s=Math.min(e-i,r-e),n<=s&&(t=h.body,n=s)))}),t}isEndListAppended(e){const t=this.endListFragments[e];return t!==void 0&&(t.buffered||ys(t))}getState(e){const t=Nt(e),s=this.fragments[t];return s?s.buffered?ys(s)?Ie.PARTIAL:Ie.OK:Ie.APPENDING:Ie.NOT_LOADED}isTimeBuffered(e,t,s){let i,r;for(let n=0;n<s.length;n++){if(i=s.start(n)-this.bufferPadding,r=s.end(n)+this.bufferPadding,e>=i&&t<=r)return!0;if(t<=i)return!1}return!1}onManifestLoading(){this.removeAllFragments()}onFragLoaded(e,t){if(t.frag.sn==="initSegment"||t.frag.bitrateTest)return;const s=t.frag,i=t.part?null:t,r=Nt(s);this.fragments[r]={body:s,appendedPTS:null,loaded:i,buffered:!1,range:Object.create(null)}}onBufferAppended(e,t){const{frag:s,part:i,timeRanges:r,type:n}=t;if(s.sn==="initSegment")return;const o=s.type;if(i){let l=this.activePartLists[o];l||(this.activePartLists[o]=l=[]),l.push(i)}this.timeRanges=r;const c=r[n];this.detectEvictedFragments(n,c,o,i)}onFragBuffered(e,t){this.detectPartialFragments(t)}hasFragment(e){const t=Nt(e);return!!this.fragments[t]}hasFragments(e){const{fragments:t}=this,s=Object.keys(t);if(!e)return s.length>0;for(let i=s.length;i--;){const r=t[s[i]];if(r?.body.type===e)return!0}return!1}hasParts(e){var t;return!!((t=this.activePartLists[e])!=null&&t.length)}removeFragmentsInRange(e,t,s,i,r){i&&!this.hasGaps||Object.keys(this.fragments).forEach(n=>{const o=this.fragments[n];if(!o)return;const c=o.body;c.type!==s||i&&!c.gap||c.start<t&&c.end>e&&(o.buffered||r)&&this.removeFragment(c)})}removeFragment(e){const t=Nt(e);e.clearElementaryStreamInfo();const s=this.activePartLists[e.type];if(s){const i=e.sn;this.activePartLists[e.type]=Qr(s,r=>r.fragment.sn!==i)}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]}removeAllFragments(){var e;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;const t=(e=this.hls)==null||(e=e.latestLevelDetails)==null?void 0:e.partList;t&&t.forEach(s=>s.clearElementaryStreamInfo())}}function ys(a){var e,t,s;return a.buffered&&!!(a.body.gap||(e=a.range.video)!=null&&e.partial||(t=a.range.audio)!=null&&t.partial||(s=a.range.audiovideo)!=null&&s.partial)}function Nt(a){return`${a.type}_${a.level}_${a.sn}`}function Qr(a,e){return a.filter(t=>{const s=e(t);return s||t.clearElementaryStreamInfo(),s})}var Rt={cbc:0,ctr:1};class _c{constructor(e,t,s){this.subtle=void 0,this.aesIV=void 0,this.aesMode=void 0,this.subtle=e,this.aesIV=t,this.aesMode=s}decrypt(e,t){switch(this.aesMode){case Rt.cbc:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e);case Rt.ctr:return this.subtle.decrypt({name:"AES-CTR",counter:this.aesIV,length:64},t,e);default:throw new Error(`[AESCrypto] invalid aes mode ${this.aesMode}`)}}}function Dc(a){const e=a.byteLength,t=e&&new DataView(a.buffer).getUint8(e-1);return t?a.slice(0,e-t):a}class Cc{constructor(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}uint8ArrayToUint32Array_(e){const t=new DataView(e),s=new Uint32Array(4);for(let i=0;i<4;i++)s[i]=t.getUint32(i*4);return s}initTable(){const e=this.sBox,t=this.invSBox,s=this.subMix,i=s[0],r=s[1],n=s[2],o=s[3],c=this.invSubMix,l=c[0],h=c[1],u=c[2],d=c[3],g=new Uint32Array(256);let f=0,p=0,y=0;for(y=0;y<256;y++)y<128?g[y]=y<<1:g[y]=y<<1^283;for(y=0;y<256;y++){let E=p^p<<1^p<<2^p<<3^p<<4;E=E>>>8^E&255^99,e[f]=E,t[E]=f;const v=g[f],T=g[v],S=g[T];let x=g[E]*257^E*16843008;i[f]=x<<24|x>>>8,r[f]=x<<16|x>>>16,n[f]=x<<8|x>>>24,o[f]=x,x=S*16843009^T*65537^v*257^f*16843008,l[E]=x<<24|x>>>8,h[E]=x<<16|x>>>16,u[E]=x<<8|x>>>24,d[E]=x,f?(f=v^g[g[g[S^v]]],p^=g[g[p]]):f=p=1}}expandKey(e){const t=this.uint8ArrayToUint32Array_(e);let s=!0,i=0;for(;i<t.length&&s;)s=t[i]===this.key[i],i++;if(s)return;this.key=t;const r=this.keySize=t.length;if(r!==4&&r!==6&&r!==8)throw new Error("Invalid aes key size="+r);const n=this.ksRows=(r+6+1)*4;let o,c;const l=this.keySchedule=new Uint32Array(n),h=this.invKeySchedule=new Uint32Array(n),u=this.sBox,d=this.rcon,g=this.invSubMix,f=g[0],p=g[1],y=g[2],E=g[3];let v,T;for(o=0;o<n;o++){if(o<r){v=l[o]=t[o];continue}T=v,o%r===0?(T=T<<8|T>>>24,T=u[T>>>24]<<24|u[T>>>16&255]<<16|u[T>>>8&255]<<8|u[T&255],T^=d[o/r|0]<<24):r>6&&o%r===4&&(T=u[T>>>24]<<24|u[T>>>16&255]<<16|u[T>>>8&255]<<8|u[T&255]),l[o]=v=(l[o-r]^T)>>>0}for(c=0;c<n;c++)o=n-c,c&3?T=l[o]:T=l[o-4],c<4||o<=4?h[c]=T:h[c]=f[u[T>>>24]]^p[u[T>>>16&255]]^y[u[T>>>8&255]]^E[u[T&255]],h[c]=h[c]>>>0}networkToHostOrderSwap(e){return e<<24|(e&65280)<<8|(e&16711680)>>8|e>>>24}decrypt(e,t,s){const i=this.keySize+6,r=this.invKeySchedule,n=this.invSBox,o=this.invSubMix,c=o[0],l=o[1],h=o[2],u=o[3],d=this.uint8ArrayToUint32Array_(s);let g=d[0],f=d[1],p=d[2],y=d[3];const E=new Int32Array(e),v=new Int32Array(E.length);let T,S,x,D,A,L,R,I,C,$,V,G,O,k;const N=this.networkToHostOrderSwap;for(;t<E.length;){for(C=N(E[t]),$=N(E[t+1]),V=N(E[t+2]),G=N(E[t+3]),A=C^r[0],L=G^r[1],R=V^r[2],I=$^r[3],O=4,k=1;k<i;k++)T=c[A>>>24]^l[L>>16&255]^h[R>>8&255]^u[I&255]^r[O],S=c[L>>>24]^l[R>>16&255]^h[I>>8&255]^u[A&255]^r[O+1],x=c[R>>>24]^l[I>>16&255]^h[A>>8&255]^u[L&255]^r[O+2],D=c[I>>>24]^l[A>>16&255]^h[L>>8&255]^u[R&255]^r[O+3],A=T,L=S,R=x,I=D,O=O+4;T=n[A>>>24]<<24^n[L>>16&255]<<16^n[R>>8&255]<<8^n[I&255]^r[O],S=n[L>>>24]<<24^n[R>>16&255]<<16^n[I>>8&255]<<8^n[A&255]^r[O+1],x=n[R>>>24]<<24^n[I>>16&255]<<16^n[A>>8&255]<<8^n[L&255]^r[O+2],D=n[I>>>24]<<24^n[A>>16&255]<<16^n[L>>8&255]<<8^n[R&255]^r[O+3],v[t]=N(T^g),v[t+1]=N(D^f),v[t+2]=N(x^p),v[t+3]=N(S^y),g=C,f=$,p=V,y=G,t=t+4}return v.buffer}}class Pc{constructor(e,t,s){this.subtle=void 0,this.key=void 0,this.aesMode=void 0,this.subtle=e,this.key=t,this.aesMode=s}expandKey(){const e=kc(this.aesMode);return this.subtle.importKey("raw",this.key,{name:e},!1,["encrypt","decrypt"])}}function kc(a){switch(a){case Rt.cbc:return"AES-CBC";case Rt.ctr:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${a}`)}}const wc=16;class lr{constructor(e,{removePKCS7Padding:t=!0}={}){if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.enableSoftwareAES=void 0,this.enableSoftwareAES=e.enableSoftwareAES,this.removePKCS7Padding=t,t)try{const s=self.crypto;s&&(this.subtle=s.subtle||s.webkitSubtle)}catch{}this.useSoftware=!this.subtle}destroy(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null}isSync(){return this.useSoftware}flush(){const{currentResult:e,remainderData:t}=this;if(!e||t)return this.reset(),null;const s=new Uint8Array(e);return this.reset(),this.removePKCS7Padding?Dc(s):s}reset(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)}decrypt(e,t,s,i){return this.useSoftware?new Promise((r,n)=>{const o=ArrayBuffer.isView(e)?e:new Uint8Array(e);this.softwareDecrypt(o,t,s,i);const c=this.flush();c?r(c.buffer):n(new Error("[softwareDecrypt] Failed to decrypt data"))}):this.webCryptoDecrypt(new Uint8Array(e),t,s,i)}softwareDecrypt(e,t,s,i){const{currentIV:r,currentResult:n,remainderData:o}=this;if(i!==Rt.cbc||t.byteLength!==16)return oe.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),o&&(e=je(o,e),this.remainderData=null);const c=this.getValidChunk(e);if(!c.length)return null;r&&(s=r);let l=this.softwareDecrypter;l||(l=this.softwareDecrypter=new Cc),l.expandKey(t);const h=n;return this.currentResult=l.decrypt(c.buffer,0,s),this.currentIV=c.slice(-16).buffer,h||null}webCryptoDecrypt(e,t,s,i){if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,s,i));this.key=t,this.fastAesKey=new Pc(this.subtle,t,i)}return this.fastAesKey.expandKey().then(r=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new _c(this.subtle,new Uint8Array(s),i).decrypt(e.buffer,r)):Promise.reject(new Error("web crypto not initialized"))).catch(r=>(oe.warn(`[decrypter]: WebCrypto Error, disable WebCrypto API, ${r.name}: ${r.message}`),this.onWebCryptoError(e,t,s,i)))}onWebCryptoError(e,t,s,i){const r=this.enableSoftwareAES;if(r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,s,i);const n=this.flush();if(n)return n.buffer}throw new Error("WebCrypto"+(r?" and softwareDecrypt":"")+": failed to decrypt data")}getValidChunk(e){let t=e;const s=e.length-e.length%wc;return s!==e.length&&(t=e.slice(0,s),this.remainderData=e.slice(s)),t}logOnce(e){this.logEnabled&&(oe.log(`[decrypter]: ${e}`),this.logEnabled=!1)}}const Zr=Math.pow(2,17);class Oc{constructor(e){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=e}destroy(){this.loader&&(this.loader.destroy(),this.loader=null)}abort(){this.loader&&this.loader.abort()}load(e,t){const s=e.url;if(!s)return Promise.reject(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error(`Fragment does not have a ${s?"part list":"url"}`),networkDetails:null}));this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise((o,c)=>{if(this.loader&&this.loader.destroy(),e.gap)if(e.tagList.some(f=>f[0]==="GAP")){c(en(e));return}else e.gap=!1;const l=this.loader=r?new r(i):new n(i),h=Jr(e);e.loader=l;const u=Xr(i.fragLoadPolicy.default),d={loadPolicy:u,timeout:u.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:e.sn==="initSegment"?1/0:Zr};e.stats=l.stats;const g={onSuccess:(f,p,y,E)=>{this.resetLoader(e,l);let v=f.data;y.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(v.slice(0,16)),v=v.slice(16)),o({frag:e,part:null,payload:v,networkDetails:E})},onError:(f,p,y,E)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:ae({url:s,data:void 0},f),error:new Error(`HTTP Error ${f.code} ${f.text}`),networkDetails:y,stats:E}))},onAbort:(f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:y,stats:f}))},onTimeout:(f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error(`Timeout after ${d.timeout}ms`),networkDetails:y,stats:f}))}};t&&(g.onProgress=(f,p,y,E)=>t({frag:e,part:null,payload:y,networkDetails:E})),l.load(h,d,g)})}loadPart(e,t,s){this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise((o,c)=>{if(this.loader&&this.loader.destroy(),e.gap||t.gap){c(en(e,t));return}const l=this.loader=r?new r(i):new n(i),h=Jr(e,t);e.loader=l;const u=Xr(i.fragLoadPolicy.default),d={loadPolicy:u,timeout:u.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:Zr};t.stats=l.stats,l.load(h,d,{onSuccess:(g,f,p,y)=>{this.resetLoader(e,l),this.updateStatsFromPart(e,t);const E={frag:e,part:t,payload:g.data,networkDetails:y};s(E),o(E)},onError:(g,f,p,y)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:ae({url:h.url,data:void 0},g),error:new Error(`HTTP Error ${g.code} ${g.text}`),networkDetails:p,stats:y}))},onAbort:(g,f,p)=>{e.stats.aborted=t.stats.aborted,this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:p,stats:g}))},onTimeout:(g,f,p)=>{this.resetLoader(e,l),c(new gt({type:W.NETWORK_ERROR,details:_.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,part:t,error:new Error(`Timeout after ${d.timeout}ms`),networkDetails:p,stats:g}))}})})}updateStatsFromPart(e,t){const s=e.stats,i=t.stats,r=i.total;if(s.loaded+=i.loaded,r){const c=Math.round(e.duration/t.duration),l=Math.min(Math.round(s.loaded/r),c),u=(c-l)*Math.round(s.loaded/l);s.total=s.loaded+u}else s.total=Math.max(s.loaded,s.total);const n=s.loading,o=i.loading;n.start?n.first+=o.first-o.start:(n.start=o.start,n.first=o.first),n.end=o.end}resetLoader(e,t){e.loader=null,this.loader===t&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),t.destroy()}}function Jr(a,e=null){const t=e||a,s={frag:a,part:e,responseType:"arraybuffer",url:t.url,headers:{},rangeStart:0,rangeEnd:0},i=t.byteRangeStartOffset,r=t.byteRangeEndOffset;if(H(i)&&H(r)){var n;let o=i,c=r;if(a.sn==="initSegment"&&Fc((n=a.decryptdata)==null?void 0:n.method)){const l=r-i;l%16&&(c=r+(16-l%16)),i!==0&&(s.resetIV=!0,o=i-16)}s.rangeStart=o,s.rangeEnd=c}return s}function en(a,e){const t=new Error(`GAP ${a.gap?"tag":"attribute"} found`),s={type:W.MEDIA_ERROR,details:_.FRAG_GAP,fatal:!1,frag:a,error:t,networkDetails:null};return e&&(s.part=e),(e||a).stats.aborted=!0,new gt(s)}function Fc(a){return a==="AES-128"||a==="AES-256"}class gt extends Error{constructor(e){super(e.error.message),this.data=void 0,this.data=e}}class _a extends ze{constructor(e,t){super(e,t),this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}destroy(){this.onHandlerDestroying(),this.onHandlerDestroyed()}onHandlerDestroying(){this.clearNextTick(),this.clearInterval()}onHandlerDestroyed(){}hasInterval(){return!!this._tickInterval}hasNextTick(){return!!this._tickTimer}setInterval(e){return this._tickInterval?!1:(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)}clearInterval(){return this._tickInterval?(self.clearInterval(this._tickInterval),this._tickInterval=null,!0):!1}clearNextTick(){return this._tickTimer?(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0):!1}tick(){this._tickCallCount++,this._tickCallCount===1&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)}tickImmediate(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)}doTick(){}}class cr{constructor(e,t,s,i=0,r=-1,n=!1){this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing=Es(),this.buffering={audio:Es(),video:Es(),audiovideo:Es()},this.level=e,this.sn=t,this.id=s,this.size=i,this.part=r,this.partial=n}}function Es(){return{start:0,executeStart:0,executeEnd:0,end:0}}const tn={length:0,start:()=>0,end:()=>0};class Q{static isBuffered(e,t){if(e){const s=Q.getBuffered(e);for(let i=s.length;i--;)if(t>=s.start(i)&&t<=s.end(i))return!0}return!1}static bufferedRanges(e){if(e){const t=Q.getBuffered(e);return Q.timeRangesToArray(t)}return[]}static timeRangesToArray(e){const t=[];for(let s=0;s<e.length;s++)t.push({start:e.start(s),end:e.end(s)});return t}static bufferInfo(e,t,s){if(e){const i=Q.bufferedRanges(e);if(i.length)return Q.bufferedInfo(i,t,s)}return{len:0,start:t,end:t,bufferedIndex:-1}}static bufferedInfo(e,t,s){t=Math.max(0,t),e.length>1&&e.sort((h,u)=>h.start-u.start||u.end-h.end);let i=-1,r=[];if(s)for(let h=0;h<e.length;h++){t>=e[h].start&&t<=e[h].end&&(i=h);const u=r.length;if(u){const d=r[u-1].end;e[h].start-d<s?e[h].end>d&&(r[u-1].end=e[h].end):r.push(e[h])}else r.push(e[h])}else r=e;let n=0,o,c=t,l=t;for(let h=0;h<r.length;h++){const u=r[h].start,d=r[h].end;if(i===-1&&t>=u&&t<=d&&(i=h),t+s>=u&&t<d)c=u,l=d,n=l-t;else if(t+s<u){o=u;break}}return{len:n,start:c||0,end:l||0,nextStart:o,buffered:e,bufferedIndex:i}}static getBuffered(e){try{return e.buffered||tn}catch(t){return oe.log("failed to get media.buffered",t),tn}}}const Da=/\{\$([a-zA-Z0-9-_]+)\}/g;function sn(a){return Da.test(a)}function $i(a,e){if(a.variableList!==null||a.hasVariableRefs){const t=a.variableList;return e.replace(Da,s=>{const i=s.substring(2,s.length-1),r=t?.[i];return r===void 0?(a.playlistParsingError||(a.playlistParsingError=new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${i}"`)),s):r})}return e}function rn(a,e,t){let s=a.variableList;s||(a.variableList=s={});let i,r;if("QUERYPARAM"in e){i=e.QUERYPARAM;try{const n=new self.URL(t).searchParams;if(n.has(i))r=n.get(i);else throw new Error(`"${i}" does not match any query parameter in URI: "${t}"`)}catch(n){a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE QUERYPARAM: ${n.message}`))}}else i=e.NAME,r=e.VALUE;i in s?a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE duplicate Variable Name declarations: "${i}"`)):s[i]=r||""}function Mc(a,e,t){const s=e.IMPORT;if(t&&s in t){let i=a.variableList;i||(a.variableList=i={}),i[s]=t[s]}else a.playlistParsingError||(a.playlistParsingError=new Error(`EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "${s}"`))}const Nc=/^(\d+)x(\d+)$/,nn=/(.+?)=(".*?"|.*?)(?:,|$)/g;class me{constructor(e,t){typeof e=="string"&&(e=me.parseAttrList(e,t)),le(this,e)}get clientAttrs(){return Object.keys(this).filter(e=>e.substring(0,2)==="X-")}decimalInteger(e){const t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t}hexadecimalInteger(e){if(this[e]){let t=(this[e]||"0x").slice(2);t=(t.length&1?"0":"")+t;const s=new Uint8Array(t.length/2);for(let i=0;i<t.length/2;i++)s[i]=parseInt(t.slice(i*2,i*2+2),16);return s}return null}hexadecimalIntegerAsNumber(e){const t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t}decimalFloatingPoint(e){return parseFloat(this[e])}optionalFloat(e,t){const s=this[e];return s?parseFloat(s):t}enumeratedString(e){return this[e]}enumeratedStringList(e,t){const s=this[e];return(s?s.split(/[ ,]+/):[]).reduce((i,r)=>(i[r.toLowerCase()]=!0,i),t)}bool(e){return this[e]==="YES"}decimalResolution(e){const t=Nc.exec(this[e]);if(t!==null)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e,t){let s;const i={};for(nn.lastIndex=0;(s=nn.exec(e))!==null;){const n=s[1].trim();let o=s[2];const c=o.indexOf('"')===0&&o.lastIndexOf('"')===o.length-1;let l=!1;if(c)o=o.slice(1,-1);else switch(n){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":l=!0}if(t&&(c||l))o=$i(t,o);else if(!l&&!c)switch(n){case"CLOSED-CAPTIONS":if(o==="NONE")break;case"ALLOWED-CPC":case"CLASS":case"ASSOC-LANGUAGE":case"AUDIO":case"BYTERANGE":case"CHANNELS":case"CHARACTERISTICS":case"CODECS":case"DATA-ID":case"END-DATE":case"GROUP-ID":case"ID":case"IMPORT":case"INSTREAM-ID":case"KEYFORMAT":case"KEYFORMATVERSIONS":case"LANGUAGE":case"NAME":case"PATHWAY-ID":case"QUERYPARAM":case"RECENTLY-REMOVED-DATERANGES":case"SERVER-URI":case"STABLE-RENDITION-ID":case"STABLE-VARIANT-ID":case"START-DATE":case"SUBTITLES":case"SUPPLEMENTAL-CODECS":case"URI":case"VALUE":case"VIDEO":case"X-ASSET-LIST":case"X-ASSET-URI":oe.warn(`${e}: attribute ${n} is missing quotes`)}i[n]=o}return i}}const Bc="com.apple.hls.interstitial";function Uc(a){return a!=="ID"&&a!=="CLASS"&&a!=="CUE"&&a!=="START-DATE"&&a!=="DURATION"&&a!=="END-DATE"&&a!=="END-ON-NEXT"}function $c(a){return a==="SCTE35-OUT"||a==="SCTE35-IN"||a==="SCTE35-CMD"}class Ca{constructor(e,t,s=0){var i;if(this.attr=void 0,this.tagAnchor=void 0,this.tagOrder=void 0,this._startDate=void 0,this._endDate=void 0,this._dateAtEnd=void 0,this._cue=void 0,this._badValueForSameId=void 0,this.tagAnchor=t?.tagAnchor||null,this.tagOrder=(i=t?.tagOrder)!=null?i:s,t){const r=t.attr;for(const n in r)if(Object.prototype.hasOwnProperty.call(e,n)&&e[n]!==r[n]){oe.warn(`DATERANGE tag attribute: "${n}" does not match for tags with ID: "${e.ID}"`),this._badValueForSameId=n;break}e=le(new me({}),r,e)}if(this.attr=e,t?(this._startDate=t._startDate,this._cue=t._cue,this._endDate=t._endDate,this._dateAtEnd=t._dateAtEnd):this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){const r=t?.endDate||new Date(this.attr["END-DATE"]);H(r.getTime())&&(this._endDate=r)}}get id(){return this.attr.ID}get class(){return this.attr.CLASS}get cue(){const e=this._cue;return e===void 0?this._cue=this.attr.enumeratedStringList(this.attr.CUE?"CUE":"X-CUE",{pre:!1,post:!1,once:!1}):e}get startTime(){const{tagAnchor:e}=this;return e===null||e.programDateTime===null?(oe.warn(`Expected tagAnchor Fragment with PDT set for DateRange "${this.id}": ${e}`),NaN):e.start+(this.startDate.getTime()-e.programDateTime)/1e3}get startDate(){return this._startDate}get endDate(){const e=this._endDate||this._dateAtEnd;if(e)return e;const t=this.duration;return t!==null?this._dateAtEnd=new Date(this._startDate.getTime()+t*1e3):null}get duration(){if("DURATION"in this.attr){const e=this.attr.decimalFloatingPoint("DURATION");if(H(e))return e}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}get plannedDuration(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}get endOnNext(){return this.attr.bool("END-ON-NEXT")}get isInterstitial(){return this.class===Bc}get isValid(){return!!this.id&&!this._badValueForSameId&&H(this.startDate.getTime())&&(this.duration===null||this.duration>=0)&&(!this.endOnNext||!!this.class)&&(!this.attr.CUE||!this.cue.pre&&!this.cue.post||this.cue.pre!==this.cue.post)&&(!this.isInterstitial||"X-ASSET-URI"in this.attr||"X-ASSET-LIST"in this.attr)}}const Gc=10;class Kc{constructor(e){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}reloaded(e){if(!e){this.advanced=!0,this.updated=!0;return}const t=this.lastPartSn-e.lastPartSn,s=this.lastPartIndex-e.lastPartIndex;this.updated=this.endSN!==e.endSN||!!s||!!t||!this.live,this.advanced=this.endSN>e.endSN||t>0||t===0&&s>0,this.updated||this.advanced?this.misses=Math.floor(e.misses*.6):this.misses=e.misses+1}hasKey(e){return this.encryptedFragments.some(t=>{let s=t.decryptdata;return s||(t.setKeyFormat(e.keyFormat),s=t.decryptdata),!!s&&e.matches(s)})}get hasProgramDateTime(){return this.fragments.length?H(this.fragments[this.fragments.length-1].programDateTime):!1}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||Gc}get drift(){const e=this.driftEndTime-this.driftStartTime;return e>0?(this.driftEnd-this.driftStart)*1e3/e:1}get edge(){return this.partEnd||this.fragmentEnd}get partEnd(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].end:this.fragmentEnd}get fragmentEnd(){return this.fragments.length?this.fragments[this.fragments.length-1].end:0}get fragmentStart(){return this.fragments.length?this.fragments[0].start:0}get age(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}get lastPartIndex(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].index:-1}get maxPartIndex(){const e=this.partList;if(e){const t=this.lastPartIndex;if(t!==-1){for(let s=e.length;s--;)if(e[s].index>t)return e[s].index;return t}}return 0}get lastPartSn(){var e;return(e=this.partList)!=null&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}get expired(){if(this.live&&this.age&&this.misses<3){const e=this.partEnd-this.fragmentStart;return this.age>Math.max(e,this.totalduration)+this.levelTargetDuration}return!1}}function Ws(a,e){return a.length===e.length?!a.some((t,s)=>t!==e[s]):!1}function an(a,e){return!a&&!e?!0:!a||!e?!1:Ws(a,e)}function Ht(a){return a==="AES-128"||a==="AES-256"||a==="AES-256-CTR"}function hr(a){switch(a){case"AES-128":case"AES-256":return Rt.cbc;case"AES-256-CTR":return Rt.ctr;default:throw new Error(`invalid full segment method ${a}`)}}function ur(a){return Uint8Array.from(atob(a),e=>e.charCodeAt(0))}function Gi(a){return Uint8Array.from(unescape(encodeURIComponent(a)),e=>e.charCodeAt(0))}function Vc(a){const e=Gi(a).subarray(0,16),t=new Uint8Array(16);return t.set(e,16-e.length),t}function Pa(a){const e=function(s,i,r){const n=s[i];s[i]=s[r],s[r]=n};e(a,0,3),e(a,1,2),e(a,4,5),e(a,6,7)}function ka(a){const e=a.split(":");let t=null;if(e[0]==="data"&&e.length===2){const s=e[1].split(";"),i=s[s.length-1].split(",");if(i.length===2){const r=i[0]==="base64",n=i[1];r?(s.splice(-1,1),t=ur(n)):t=Vc(n)}}return t}const qs=typeof self<"u"?self:void 0;var pe={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},ke={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.streamingkeydelivery",PLAYREADY:"com.microsoft.playready",WIDEVINE:"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"};function ks(a){switch(a){case ke.FAIRPLAY:return pe.FAIRPLAY;case ke.PLAYREADY:return pe.PLAYREADY;case ke.WIDEVINE:return pe.WIDEVINE;case ke.CLEARKEY:return pe.CLEARKEY}}function di(a){switch(a){case pe.FAIRPLAY:return ke.FAIRPLAY;case pe.PLAYREADY:return ke.PLAYREADY;case pe.WIDEVINE:return ke.WIDEVINE;case pe.CLEARKEY:return ke.CLEARKEY}}function es(a){const{drmSystems:e,widevineLicenseUrl:t}=a,s=e?[pe.FAIRPLAY,pe.WIDEVINE,pe.PLAYREADY,pe.CLEARKEY].filter(i=>!!e[i]):[];return!s[pe.WIDEVINE]&&t&&s.push(pe.WIDEVINE),s}const wa=(function(a){return qs!=null&&(a=qs.navigator)!=null&&a.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null})();function Hc(a,e,t,s){let i;switch(a){case pe.FAIRPLAY:i=["cenc","sinf"];break;case pe.WIDEVINE:case pe.PLAYREADY:i=["cenc"];break;case pe.CLEARKEY:i=["cenc","keyids"];break;default:throw new Error(`Unknown key-system: ${a}`)}return Yc(i,e,t,s)}function Yc(a,e,t,s){return[{initDataTypes:a,persistentState:s.persistentState||"optional",distinctiveIdentifier:s.distinctiveIdentifier||"optional",sessionTypes:s.sessionTypes||[s.sessionType||"temporary"],audioCapabilities:e.map(r=>({contentType:`audio/mp4; codecs=${r}`,robustness:s.audioRobustness||"",encryptionScheme:s.audioEncryptionScheme||null})),videoCapabilities:t.map(r=>({contentType:`video/mp4; codecs=${r}`,robustness:s.videoRobustness||"",encryptionScheme:s.videoEncryptionScheme||null}))}]}function Wc(a){var e;return!!a&&(a.sessionType==="persistent-license"||!!((e=a.sessionTypes)!=null&&e.some(t=>t==="persistent-license")))}function Oa(a){const e=new Uint16Array(a.buffer,a.byteOffset,a.byteLength/2),t=String.fromCharCode.apply(null,Array.from(e)),s=t.substring(t.indexOf("<"),t.length),n=new DOMParser().parseFromString(s,"text/xml").getElementsByTagName("KID")[0];if(n){const o=n.childNodes[0]?n.childNodes[0].nodeValue:n.getAttribute("VALUE");if(o){const c=ur(o).subarray(0,16);return Pa(c),c}}return null}let Bt={};class It{static clearKeyUriToKeyIdMap(){Bt={}}static setKeyIdForUri(e,t){Bt[e]=t}static addKeyIdForUri(e){const t=Object.keys(Bt).length%Number.MAX_SAFE_INTEGER,s=new Uint8Array(16);return new DataView(s.buffer,12,4).setUint32(0,t),Bt[e]=s,s}constructor(e,t,s,i=[1],r=null,n){this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=e,this.uri=t,this.keyFormat=s,this.keyFormatVersions=i,this.iv=r,this.encrypted=e?e!=="NONE":!1,this.isCommonEncryption=this.encrypted&&!Ht(e),n!=null&&n.startsWith("0x")&&(this.keyId=new Uint8Array(la(n)))}matches(e){return e.uri===this.uri&&e.method===this.method&&e.encrypted===this.encrypted&&e.keyFormat===this.keyFormat&&Ws(e.keyFormatVersions,this.keyFormatVersions)&&an(e.iv,this.iv)&&an(e.keyId,this.keyId)}isSupported(){if(this.method){if(Ht(this.method)||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case ke.FAIRPLAY:case ke.WIDEVINE:case ke.PLAYREADY:case ke.CLEARKEY:return["SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(e,t){if(!this.encrypted||!this.uri)return null;if(Ht(this.method)){let r=this.iv;return r||(typeof e!="number"&&(oe.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),e=0),r=jc(e)),new It(this.method,this.uri,"identity",this.keyFormatVersions,r)}if(this.keyId){const r=Bt[this.uri];if(r&&!Ws(this.keyId,r)&&It.setKeyIdForUri(this.uri,this.keyId),this.pssh)return this}const s=ka(this.uri);if(s)switch(this.keyFormat){case ke.WIDEVINE:if(this.pssh=s,!this.keyId){const r=Ql(s.buffer);if(r.length){var i;const n=r[0];this.keyId=(i=n.kids)!=null&&i.length?n.kids[0]:null}}this.keyId||(this.keyId=on(t));break;case ke.PLAYREADY:{const r=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=Xl(r,null,s),this.keyId=Oa(s);break}default:{let r=s.subarray(0,16);if(r.length!==16){const n=new Uint8Array(16);n.set(r,16-r.length),r=n}this.keyId=r;break}}if(!this.keyId||this.keyId.byteLength!==16){let r;r=qc(t),r||(r=on(t),r||(r=Bt[this.uri])),r&&(this.keyId=r,It.setKeyIdForUri(this.uri,r))}return this}}function qc(a){const e=a?.[ke.WIDEVINE];return e?e.keyId:null}function on(a){const e=a?.[ke.PLAYREADY];if(e){const t=ka(e.uri);if(t)return Oa(t)}return null}function jc(a){const e=new Uint8Array(16);for(let t=12;t<16;t++)e[t]=a>>8*(15-t)&255;return e}const ln=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,cn=/#EXT-X-MEDIA:(.*)/g,zc=/^#EXT(?:INF|-X-TARGETDURATION):/m,fi=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Xc=new RegExp([/#EXT-X-(PROGRAM-DATE-TIME|BYTERANGE|DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP|INDEPENDENT-SEGMENTS)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|"));class ot{static findGroup(e,t){for(let s=0;s<e.length;s++){const i=e[s];if(i.id===t)return i}}static resolve(e,t){return sr.buildAbsoluteURL(t,e,{alwaysNormalize:!0})}static isMediaPlaylist(e){return zc.test(e)}static parseMasterPlaylist(e,t){const s=sn(e),i={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},r=[];if(ln.lastIndex=0,!e.startsWith("#EXTM3U"))return i.playlistParsingError=new Error("no EXTM3U delimiter"),i;let n;for(;(n=ln.exec(e))!=null;)if(n[1]){var o;const l=new me(n[1],i),h=$i(i,n[2]),u={attrs:l,bitrate:l.decimalInteger("BANDWIDTH")||l.decimalInteger("AVERAGE-BANDWIDTH"),name:l.NAME,url:ot.resolve(h,t)},d=l.decimalResolution("RESOLUTION");d&&(u.width=d.width,u.height=d.height),dn(l.CODECS,u);const g=l["SUPPLEMENTAL-CODECS"];g&&(u.supplemental={},dn(g,u.supplemental)),(o=u.unknownCodecs)!=null&&o.length||r.push(u),i.levels.push(u)}else if(n[3]){const l=n[3],h=n[4];switch(l){case"SESSION-DATA":{const u=new me(h,i),d=u["DATA-ID"];d&&(i.sessionData===null&&(i.sessionData={}),i.sessionData[d]=u);break}case"SESSION-KEY":{const u=hn(h,t,i);u.encrypted&&u.isSupported()?(i.sessionKeys===null&&(i.sessionKeys=[]),i.sessionKeys.push(u)):oe.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${h}"`);break}case"DEFINE":{{const u=new me(h,i);rn(i,u,t)}break}case"CONTENT-STEERING":{const u=new me(h,i);i.contentSteering={uri:ot.resolve(u["SERVER-URI"],t),pathwayId:u["PATHWAY-ID"]||"."};break}case"START":{i.startTimeOffset=un(h);break}}}const c=r.length>0&&r.length<i.levels.length;return i.levels=c?r:i.levels,i.levels.length===0&&(i.playlistParsingError=new Error("no levels found in manifest")),i}static parseMasterPlaylistMedia(e,t,s){let i;const r={},n=s.levels,o={AUDIO:n.map(l=>({id:l.attrs.AUDIO,audioCodec:l.audioCodec})),SUBTITLES:n.map(l=>({id:l.attrs.SUBTITLES,textCodec:l.textCodec})),"CLOSED-CAPTIONS":[]};let c=0;for(cn.lastIndex=0;(i=cn.exec(e))!==null;){const l=new me(i[1],s),h=l.TYPE;if(h){const u=o[h],d=r[h]||[];r[h]=d;const g=l.LANGUAGE,f=l["ASSOC-LANGUAGE"],p=l.CHANNELS,y=l.CHARACTERISTICS,E=l["INSTREAM-ID"],v={attrs:l,bitrate:0,id:c++,groupId:l["GROUP-ID"]||"",name:l.NAME||g||"",type:h,default:l.bool("DEFAULT"),autoselect:l.bool("AUTOSELECT"),forced:l.bool("FORCED"),lang:g,url:l.URI?ot.resolve(l.URI,t):""};if(f&&(v.assocLang=f),p&&(v.channels=p),y&&(v.characteristics=y),E&&(v.instreamId=E),u!=null&&u.length){const T=ot.findGroup(u,v.groupId)||u[0];fn(v,T,"audioCodec"),fn(v,T,"textCodec")}d.push(v)}}return r}static parseLevelPlaylist(e,t,s,i,r,n){var o;const c={url:t},l=new Kc(t),h=l.fragments,u=[];let d=null,g=0,f=0,p=0,y=0,E=0,v=null,T=new ci(i,c),S,x,D,A=-1,L=!1,R=null,I;if(fi.lastIndex=0,l.m3u8=e,l.hasVariableRefs=sn(e),((o=fi.exec(e))==null?void 0:o[0])!=="#EXTM3U")return l.playlistParsingError=new Error("Missing format identifier #EXTM3U"),l;for(;(S=fi.exec(e))!==null;){L&&(L=!1,T=new ci(i,c),T.playlistOffset=p,T.setStart(p),T.sn=g,T.cc=y,E&&(T.bitrate=E),T.level=s,d&&(T.initSegment=d,d.rawProgramDateTime&&(T.rawProgramDateTime=d.rawProgramDateTime,d.rawProgramDateTime=null),R&&(T.setByteRange(R),R=null)));const G=S[1];if(G){T.duration=parseFloat(G);const O=(" "+S[2]).slice(1);T.title=O||null,T.tagList.push(O?["INF",G,O]:["INF",G])}else if(S[3]){if(H(T.duration)){T.playlistOffset=p,T.setStart(p),D&&mn(T,D,l),T.sn=g,T.level=s,T.cc=y,h.push(T);const O=(" "+S[3]).slice(1);T.relurl=$i(l,O),Ki(T,v,u),v=T,p+=T.duration,g++,f=0,L=!0}}else{if(S=S[0].match(Xc),!S){oe.warn("No matches on slow regex match for level playlist!");continue}for(x=1;x<S.length&&S[x]===void 0;x++);const O=(" "+S[x]).slice(1),k=(" "+S[x+1]).slice(1),N=S[x+2]?(" "+S[x+2]).slice(1):null;switch(O){case"BYTERANGE":v?T.setByteRange(k,v):T.setByteRange(k);break;case"PROGRAM-DATE-TIME":T.rawProgramDateTime=k,T.tagList.push(["PROGRAM-DATE-TIME",k]),A===-1&&(A=h.length);break;case"PLAYLIST-TYPE":l.type&&dt(l,O,S),l.type=k.toUpperCase();break;case"MEDIA-SEQUENCE":l.startSN!==0?dt(l,O,S):h.length>0&&pn(l,O,S),g=l.startSN=parseInt(k);break;case"SKIP":{l.skippedSegments&&dt(l,O,S);const P=new me(k,l),M=P.decimalInteger("SKIPPED-SEGMENTS");if(H(M)){l.skippedSegments+=M;for(let B=M;B--;)h.push(null);g+=M}const K=P.enumeratedString("RECENTLY-REMOVED-DATERANGES");K&&(l.recentlyRemovedDateranges=(l.recentlyRemovedDateranges||[]).concat(K.split(" ")));break}case"TARGETDURATION":l.targetduration!==0&&dt(l,O,S),l.targetduration=Math.max(parseInt(k),1);break;case"VERSION":l.version!==null&&dt(l,O,S),l.version=parseInt(k);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":l.live||dt(l,O,S),l.live=!1;break;case"#":(k||N)&&T.tagList.push(N?[k,N]:[k]);break;case"DISCONTINUITY":y++,T.tagList.push(["DIS"]);break;case"GAP":T.gap=!0,T.tagList.push([O]);break;case"BITRATE":T.tagList.push([O,k]),E=parseInt(k)*1e3,H(E)?T.bitrate=E:E=0;break;case"DATERANGE":{const P=new me(k,l),M=new Ca(P,l.dateRanges[P.ID],l.dateRangeTagCount);l.dateRangeTagCount++,M.isValid||l.skippedSegments?l.dateRanges[M.id]=M:oe.warn(`Ignoring invalid DATERANGE tag: "${k}"`),T.tagList.push(["EXT-X-DATERANGE",k]);break}case"DEFINE":{{const P=new me(k,l);"IMPORT"in P?Mc(l,P,n):rn(l,P,t)}break}case"DISCONTINUITY-SEQUENCE":l.startCC!==0?dt(l,O,S):h.length>0&&pn(l,O,S),l.startCC=y=parseInt(k);break;case"KEY":{const P=hn(k,t,l);if(P.isSupported()){if(P.method==="NONE"){D=void 0;break}D||(D={});const M=D[P.keyFormat];M!=null&&M.matches(P)||(M&&(D=le({},D)),D[P.keyFormat]=P)}else oe.warn(`[Keys] Ignoring unsupported EXT-X-KEY tag: "${k}"`);break}case"START":l.startTimeOffset=un(k);break;case"MAP":{const P=new me(k,l);if(T.duration){const M=new ci(i,c);gn(M,P,s,D),d=M,T.initSegment=d,d.rawProgramDateTime&&!T.rawProgramDateTime&&(T.rawProgramDateTime=d.rawProgramDateTime)}else{const M=T.byteRangeEndOffset;if(M){const K=T.byteRangeStartOffset;R=`${M-K}@${K}`}else R=null;gn(T,P,s,D),d=T,L=!0}d.cc=y;break}case"SERVER-CONTROL":{I&&dt(l,O,S),I=new me(k),l.canBlockReload=I.bool("CAN-BLOCK-RELOAD"),l.canSkipUntil=I.optionalFloat("CAN-SKIP-UNTIL",0),l.canSkipDateRanges=l.canSkipUntil>0&&I.bool("CAN-SKIP-DATERANGES"),l.partHoldBack=I.optionalFloat("PART-HOLD-BACK",0),l.holdBack=I.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{l.partTarget&&dt(l,O,S);const P=new me(k);l.partTarget=P.decimalFloatingPoint("PART-TARGET");break}case"PART":{let P=l.partList;P||(P=l.partList=[]);const M=f>0?P[P.length-1]:void 0,K=f++,B=new me(k,l),U=new Ml(B,T,c,K,M);P.push(U),T.duration+=U.duration;break}case"PRELOAD-HINT":{const P=new me(k,l);l.preloadHint=P;break}case"RENDITION-REPORT":{const P=new me(k,l);l.renditionReports=l.renditionReports||[],l.renditionReports.push(P);break}default:oe.warn(`line parsed but not handled: ${S}`);break}}}v&&!v.relurl?(h.pop(),p-=v.duration,l.partList&&(l.fragmentHint=v)):l.partList&&(Ki(T,v,u),T.cc=y,l.fragmentHint=T,D&&mn(T,D,l)),l.targetduration||(l.playlistParsingError=new Error("Missing Target Duration"));const C=h.length,$=h[0],V=h[C-1];if(p+=l.skippedSegments*l.targetduration,p>0&&C&&V){l.averagetargetduration=p/C;const G=V.sn;l.endSN=G!=="initSegment"?G:0,l.live||(V.endList=!0),A>0&&(Zc(h,A),$&&u.unshift($))}return l.fragmentHint&&(p+=l.fragmentHint.duration),l.totalduration=p,u.length&&l.dateRangeTagCount&&$&&Fa(u,l),l.endCC=y,l}}function Fa(a,e){let t=a.length;if(!t)if(e.hasProgramDateTime){const o=e.fragments[e.fragments.length-1];a.push(o),t++}else return;const s=a[t-1],i=e.live?1/0:e.totalduration,r=Object.keys(e.dateRanges);for(let o=r.length;o--;){const c=e.dateRanges[r[o]],l=c.startDate.getTime();c.tagAnchor=s.ref;for(let h=t;h--;){var n;if(((n=a[h])==null?void 0:n.sn)<e.startSN)break;const u=Qc(e,l,a,h,i);if(u!==-1){c.tagAnchor=e.fragments[u].ref;break}}}}function Qc(a,e,t,s,i){const r=t[s];if(r){const o=r.programDateTime;if(e>=o||s===0){var n;const c=(((n=t[s+1])==null?void 0:n.start)||i)-r.start;if(e<=o+c*1e3){const l=t[s].sn-a.startSN;if(l<0)return-1;const h=a.fragments;if(h.length>t.length){const d=(t[s+1]||h[h.length-1]).sn-a.startSN;for(let g=d;g>l;g--){const f=h[g].programDateTime;if(e>=f&&e<f+h[g].duration*1e3)return g}}return l}}}return-1}function hn(a,e,t){var s,i;const r=new me(a,t),n=(s=r.METHOD)!=null?s:"",o=r.URI,c=r.hexadecimalInteger("IV"),l=r.KEYFORMATVERSIONS,h=(i=r.KEYFORMAT)!=null?i:"identity";o&&r.IV&&!c&&oe.error(`Invalid IV: ${r.IV}`);const u=o?ot.resolve(o,e):"",d=(l||"1").split("/").map(Number).filter(Number.isFinite);return new It(n,u,h,d,c,r.KEYID)}function un(a){const t=new me(a).decimalFloatingPoint("TIME-OFFSET");return H(t)?t:null}function dn(a,e){let t=(a||"").split(/[ ,]+/).filter(s=>s);["video","audio","text"].forEach(s=>{const i=t.filter(r=>nr(r,s));i.length&&(e[`${s}Codec`]=i.map(r=>r.split("/")[0]).join(","),t=t.filter(r=>i.indexOf(r)===-1))}),e.unknownCodecs=t}function fn(a,e,t){const s=e[t];s&&(a[t]=s)}function Zc(a,e){let t=a[e];for(let s=e;s--;){const i=a[s];if(!i)return;i.programDateTime=t.programDateTime-i.duration*1e3,t=i}}function Ki(a,e,t){a.rawProgramDateTime?t.push(a):e!=null&&e.programDateTime&&(a.programDateTime=e.endProgramDateTime)}function gn(a,e,t,s){a.relurl=e.URI,e.BYTERANGE&&a.setByteRange(e.BYTERANGE),a.level=t,a.sn="initSegment",s&&(a.levelkeys=s),a.initSegment=null}function mn(a,e,t){a.levelkeys=e;const{encryptedFragments:s}=t;(!s.length||s[s.length-1].levelkeys!==e)&&Object.keys(e).some(i=>e[i].isCommonEncryption)&&s.push(a)}function dt(a,e,t){a.playlistParsingError=new Error(`#EXT-X-${e} must not appear more than once (${t[0]})`)}function pn(a,e,t){a.playlistParsingError=new Error(`#EXT-X-${e} must appear before the first Media Segment (${t[0]})`)}function gi(a,e){const t=e.startPTS;if(H(t)){let s=0,i;e.sn>a.sn?(s=t-a.start,i=a):(s=a.start-t,i=e),i.duration!==s&&i.setDuration(s)}else e.sn>a.sn?a.cc===e.cc&&a.minEndPTS?e.setStart(a.start+(a.minEndPTS-a.start)):e.setStart(a.start+a.duration):e.setStart(Math.max(a.start-e.duration,0))}function Ma(a,e,t,s,i,r,n){s-t<=0&&(n.warn("Fragment should have a positive duration",e),s=t+e.duration,r=i+e.duration);let c=t,l=s;const h=e.startPTS,u=e.endPTS;if(H(h)){const E=Math.abs(h-t);a&&E>a.totalduration?n.warn(`media timestamps and playlist times differ by ${E}s for level ${e.level} ${a.url}`):H(e.deltaPTS)?e.deltaPTS=Math.max(E,e.deltaPTS):e.deltaPTS=E,c=Math.max(t,h),t=Math.min(t,h),i=e.startDTS!==void 0?Math.min(i,e.startDTS):i,l=Math.min(s,u),s=Math.max(s,u),r=e.endDTS!==void 0?Math.max(r,e.endDTS):r}const d=t-e.start;e.start!==0&&e.setStart(t),e.setDuration(s-e.start),e.startPTS=t,e.maxStartPTS=c,e.startDTS=i,e.endPTS=s,e.minEndPTS=l,e.endDTS=r;const g=e.sn;if(!a||g<a.startSN||g>a.endSN)return 0;let f;const p=g-a.startSN,y=a.fragments;for(y[p]=e,f=p;f>0;f--)gi(y[f],y[f-1]);for(f=p;f<y.length-1;f++)gi(y[f],y[f+1]);return a.fragmentHint&&gi(y[y.length-1],a.fragmentHint),a.PTSKnown=a.alignedSliding=!0,d}function Jc(a,e,t){if(a===e)return;let s=null;const i=a.fragments;for(let h=i.length-1;h>=0;h--){const u=i[h].initSegment;if(u){s=u;break}}a.fragmentHint&&delete a.fragmentHint.endPTS;let r;sh(a,e,(h,u,d,g)=>{if((!e.startCC||e.skippedSegments)&&u.cc!==h.cc){const f=h.cc-u.cc;for(let p=d;p<g.length;p++)g[p].cc+=f;e.endCC=g[g.length-1].cc}H(h.startPTS)&&H(h.endPTS)&&(u.setStart(u.startPTS=h.startPTS),u.startDTS=h.startDTS,u.maxStartPTS=h.maxStartPTS,u.endPTS=h.endPTS,u.endDTS=h.endDTS,u.minEndPTS=h.minEndPTS,u.setDuration(h.endPTS-h.startPTS),u.duration&&(r=u),e.PTSKnown=e.alignedSliding=!0),h.hasStreams&&(u.elementaryStreams=h.elementaryStreams),u.loader=h.loader,h.hasStats&&(u.stats=h.stats),h.initSegment&&(u.initSegment=h.initSegment,s=h.initSegment)});const n=e.fragments,o=e.fragmentHint?n.concat(e.fragmentHint):n;if(s&&o.forEach(h=>{var u;h&&(!h.initSegment||h.initSegment.relurl===((u=s)==null?void 0:u.relurl))&&(h.initSegment=s)}),e.skippedSegments){if(e.deltaUpdateFailed=n.some(h=>!h),e.deltaUpdateFailed){t.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let h=e.skippedSegments;h--;)n.shift();e.startSN=n[0].sn}else{e.canSkipDateRanges&&(e.dateRanges=eh(a.dateRanges,e,t));const h=a.fragments.filter(u=>u.rawProgramDateTime);if(a.hasProgramDateTime&&!e.hasProgramDateTime)for(let u=1;u<o.length;u++)o[u].programDateTime===null&&Ki(o[u],o[u-1],h);Fa(h,e)}e.endCC=n[n.length-1].cc}if(!e.startCC){var c;const h=Ua(a,e.startSN-1);e.startCC=(c=h?.cc)!=null?c:n[0].cc}th(a.partList,e.partList,(h,u)=>{u.elementaryStreams=h.elementaryStreams,u.stats=h.stats}),r?Ma(e,r,r.startPTS,r.endPTS,r.startDTS,r.endDTS,t):Na(a,e),n.length&&(e.totalduration=e.edge-n[0].start),e.driftStartTime=a.driftStartTime,e.driftStart=a.driftStart;const l=e.advancedDateTime;if(e.advanced&&l){const h=e.edge;e.driftStart||(e.driftStartTime=l,e.driftStart=h),e.driftEndTime=l,e.driftEnd=h}else e.driftEndTime=a.driftEndTime,e.driftEnd=a.driftEnd,e.advancedDateTime=a.advancedDateTime;e.requestScheduled===-1&&(e.requestScheduled=a.requestScheduled)}function eh(a,e,t){const{dateRanges:s,recentlyRemovedDateranges:i}=e,r=le({},a);i&&i.forEach(c=>{delete r[c]});const o=Object.keys(r).length;return o?(Object.keys(s).forEach(c=>{const l=r[c],h=new Ca(s[c].attr,l);h.isValid?(r[c]=h,l||(h.tagOrder+=o)):t.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${ue(s[c].attr)}"`)}),r):s}function th(a,e,t){if(a&&e){let s=0;for(let i=0,r=a.length;i<=r;i++){const n=a[i],o=e[i+s];n&&o&&n.index===o.index&&n.fragment.sn===o.fragment.sn?t(n,o):s--}}}function sh(a,e,t){const s=e.skippedSegments,i=Math.max(a.startSN,e.startSN)-e.startSN,r=(a.fragmentHint?1:0)+(s?e.endSN:Math.min(a.endSN,e.endSN))-e.startSN,n=e.startSN-a.startSN,o=e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments,c=a.fragmentHint?a.fragments.concat(a.fragmentHint):a.fragments;for(let l=i;l<=r;l++){const h=c[n+l];let u=o[l];if(s&&!u&&h&&(u=e.fragments[l]=h),h&&u){t(h,u,l,o);const d=h.relurl,g=u.relurl;if(d&&ih(d,g)){e.playlistParsingError=yn(`media sequence mismatch ${u.sn}:`,a,e,h,u);return}else if(h.cc!==u.cc){e.playlistParsingError=yn(`discontinuity sequence mismatch (${h.cc}!=${u.cc})`,a,e,h,u);return}}}}function yn(a,e,t,s,i){return new Error(`${a} ${i.url} 12 - Playlist starting @${e.startSN} 13 - ${e.m3u8} 14 - 15 - Playlist starting @${t.startSN} 16 - ${t.m3u8}`)}function Na(a,e,t=!0){const s=e.startSN+e.skippedSegments-a.startSN,i=a.fragments,r=s>=0;let n=0;if(r&&s<i.length)n=i[s].start;else if(r&&e.startSN===a.endSN+1)n=a.fragmentEnd;else if(r&&t)n=a.fragmentStart+s*e.levelTargetDuration;else if(!e.skippedSegments&&e.fragmentStart===0)n=a.fragmentStart;else return;Vi(e,n)}function Vi(a,e){if(e){const t=a.fragments;for(let s=a.skippedSegments;s<t.length;s++)t[s].addStart(e);a.fragmentHint&&a.fragmentHint.addStart(e)}}function Ba(a,e=1/0){let t=1e3*a.targetduration;if(a.updated){const s=a.fragments;if(s.length&&t*4>e){const r=s[s.length-1].duration*1e3;r<t&&(t=r)}}else t/=2;return Math.round(t)}function Ua(a,e,t){if(!a)return null;let s=a.fragments[e-a.startSN];return s||(s=a.fragmentHint,s&&s.sn===e)?s:e<a.startSN&&t&&t.sn===e?t:null}function En(a,e,t){return a?$a(a.partList,e,t):null}function $a(a,e,t){if(a)for(let s=a.length;s--;){const i=a[s];if(i.index===t&&i.fragment.sn===e)return i}return null}function Ga(a){a.forEach((e,t)=>{var s;(s=e.details)==null||s.fragments.forEach(i=>{i.level=t,i.initSegment&&(i.initSegment.level=t)})})}function ih(a,e){return a!==e&&e?vn(a)!==vn(e):!1}function vn(a){return a.replace(/\?[^?]*$/,"")}function ss(a,e){for(let s=0,i=a.length;s<i;s++){var t;if(((t=a[s])==null?void 0:t.cc)===e)return a[s]}return null}function rh(a,e){return!!(a&&e.startCC<a.endCC&&e.endCC>a.startCC)}function Tn(a,e){const t=a.start+e;a.startPTS=t,a.setStart(t),a.endPTS=t+a.duration}function Ka(a,e){const t=e.fragments;for(let s=0,i=t.length;s<i;s++)Tn(t[s],a);e.fragmentHint&&Tn(e.fragmentHint,a),e.alignedSliding=!0}function nh(a,e){a&&(Va(e,a),e.alignedSliding||js(e,a),!e.alignedSliding&&!e.skippedSegments&&Na(a,e,!1))}function Va(a,e){if(!rh(e,a))return;const t=Math.min(e.endCC,a.endCC),s=ss(e.fragments,t),i=ss(a.fragments,t);if(!s||!i)return;oe.log(`Aligning playlist at start of dicontinuity sequence ${t}`);const r=s.start-i.start;Ka(r,a)}function js(a,e){if(!a.hasProgramDateTime||!e.hasProgramDateTime)return;const t=a.fragments,s=e.fragments;if(!t.length||!s.length)return;let i,r;const n=Math.min(e.endCC,a.endCC);e.startCC<n&&a.startCC<n&&(i=ss(s,n),r=ss(t,n)),(!i||!r)&&(i=s[Math.floor(s.length/2)],r=ss(t,i.cc)||t[Math.floor(t.length/2)]);const o=i.programDateTime,c=r.programDateTime;if(!o||!c)return;const l=(c-o)/1e3-(r.start-i.start);Ka(l,a)}function Ue(a,e,t){Ge(a,e,t),a.addEventListener(e,t)}function Ge(a,e,t){a.removeEventListener(e,t)}const ah={toString:function(a){let e="";const t=a.length;for(let s=0;s<t;s++)e+=`[${a.start(s).toFixed(3)}-${a.end(s).toFixed(3)}]`;return e}},w={STOPPED:"STOPPED",IDLE:"IDLE",KEY_LOADING:"KEY_LOADING",FRAG_LOADING:"FRAG_LOADING",FRAG_LOADING_WAITING_RETRY:"FRAG_LOADING_WAITING_RETRY",WAITING_TRACK:"WAITING_TRACK",PARSING:"PARSING",PARSED:"PARSED",ENDED:"ENDED",ERROR:"ERROR",WAITING_INIT_PTS:"WAITING_INIT_PTS",WAITING_LEVEL:"WAITING_LEVEL"};class dr extends _a{constructor(e,t,s,i,r){super(i,e.logger),this.hls=void 0,this.fragPrevious=null,this.fragCurrent=null,this.fragmentTracker=void 0,this.transmuxer=null,this._state=w.STOPPED,this.playlistType=void 0,this.media=null,this.mediaBuffer=null,this.config=void 0,this.bitrateTest=!1,this.lastCurrentTime=0,this.nextLoadPosition=0,this.startPosition=0,this.startTimeOffset=null,this.retryDate=0,this.levels=null,this.fragmentLoader=void 0,this.keyLoader=void 0,this.levelLastLoaded=null,this.startFragRequested=!1,this.decrypter=void 0,this.initPTS=[],this.buffering=!0,this.loadingParts=!1,this.loopSn=void 0,this.onMediaSeeking=()=>{const{config:n,fragCurrent:o,media:c,mediaBuffer:l,state:h}=this,u=c?c.currentTime:0,d=Q.bufferInfo(l||c,u,n.maxBufferHole),g=!d.len;if(this.log(`Media seeking to ${H(u)?u.toFixed(3):u}, state: ${h}, ${g?"out of":"in"} buffer`),this.state===w.ENDED)this.resetLoadingState();else if(o){const f=n.maxFragLookUpTolerance,p=o.start-f,y=o.start+o.duration+f;if(g||y<d.start||p>d.end){const E=u>y;(u<p||E)&&(E&&o.loader&&(this.log(`Cancelling fragment load for seek (sn: ${o.sn})`),o.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(c){this.fragmentTracker.removeFragmentsInRange(u,1/0,this.playlistType,!0);const f=this.lastCurrentTime;if(u>f&&(this.lastCurrentTime=u),!this.loadingParts){const p=Math.max(d.end,u),y=this.shouldLoadParts(this.getLevelDetails(),p);y&&(this.log(`LL-Part loading ON after seeking to ${u.toFixed(2)} with buffer @${p.toFixed(2)}`),this.loadingParts=y)}}this.hls.hasEnoughToStart||(this.log(`Setting ${g?"startPosition":"nextLoadPosition"} to ${u} for seek without enough to start`),this.nextLoadPosition=u,g&&(this.startPosition=u)),g&&this.state===w.IDLE&&this.tickImmediate()},this.onMediaEnded=()=>{this.log("setting startPosition to 0 because media ended"),this.startPosition=this.lastCurrentTime=0},this.playlistType=r,this.hls=e,this.fragmentLoader=new Oc(e.config),this.keyLoader=s,this.fragmentTracker=t,this.config=e.config,this.decrypter=new lr(e.config)}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.ERROR,this.onError,this)}doTick(){this.onTickEnd()}onTickEnd(){}startLoad(e){}stopLoad(){if(this.state===w.STOPPED)return;this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);const e=this.fragCurrent;e!=null&&e.loader&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=w.STOPPED}get startPositionValue(){const{nextLoadPosition:e,startPosition:t}=this;return t===-1&&e?e:t}get bufferingEnabled(){return this.buffering}pauseBuffering(){this.buffering=!1}resumeBuffering(){this.buffering=!0}get inFlightFrag(){return{frag:this.fragCurrent,state:this.state}}_streamEnded(e,t){if(t.live||!this.media)return!1;const s=e.end||0,i=this.config.timelineOffset||0;if(s<=i)return!1;const r=e.buffered;this.config.maxBufferHole&&r&&r.length>1&&(e=Q.bufferedInfo(r,e.start,0));const n=e.nextStart;if(n&&n>i&&n<t.edge||this.media.currentTime<e.start)return!1;const c=t.partList;if(c!=null&&c.length){const h=c[c.length-1];return Q.isBuffered(this.media,h.start+h.duration/2)}const l=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(l)}getLevelDetails(){if(this.levels&&this.levelLastLoaded!==null)return this.levelLastLoaded.details}get timelineOffset(){const e=this.config.timelineOffset;if(e){var t;return((t=this.getLevelDetails())==null?void 0:t.appliedTimelineOffset)||e}return 0}onMediaAttached(e,t){const s=this.media=this.mediaBuffer=t.media;Ue(s,"seeking",this.onMediaSeeking),Ue(s,"ended",this.onMediaEnded);const i=this.config;this.levels&&i.autoStartLoad&&this.state===w.STOPPED&&this.startLoad(i.startPosition)}onMediaDetaching(e,t){const s=!!t.transferMedia,i=this.media;if(i!==null){if(i.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),Ge(i,"seeking",this.onMediaSeeking),Ge(i,"ended",this.onMediaEnded),this.keyLoader&&!s&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,s){this.resetLoadingState(),this.resetTransmuxer();return}this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}}onManifestLoading(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1}onError(e,t){}onManifestLoaded(e,t){this.startTimeOffset=t.startTimeOffset}onHandlerDestroying(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),super.onHandlerDestroying(),this.hls=this.onMediaSeeking=this.onMediaEnded=null}onHandlerDestroyed(){this.state=w.STOPPED,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,super.onHandlerDestroyed()}loadFragment(e,t,s){this.startFragRequested=!0,this._loadFragForPlayback(e,t,s)}_loadFragForPlayback(e,t,s){const i=r=>{const n=r.frag;if(this.fragContextChanged(n)){this.warn(`${n.type} sn: ${n.sn}${r.part?" part: "+r.part.index:""} of ${this.fragInfo(n,!1,r.part)}) was dropped during download.`),this.fragmentTracker.removeFragment(n);return}n.stats.chunkCount++,this._handleFragmentLoadProgress(r)};this._doFragLoad(e,t,s,i).then(r=>{if(!r)return;const n=this.state,o=r.frag;if(this.fragContextChanged(o)){(n===w.FRAG_LOADING||!this.fragCurrent&&n===w.PARSING)&&(this.fragmentTracker.removeFragment(o),this.state=w.IDLE);return}"payload"in r&&(this.log(`Loaded ${o.type} sn: ${o.sn} of ${this.playlistLabel()} ${o.level}`),this.hls.trigger(m.FRAG_LOADED,r)),this._handleFragmentLoadComplete(r)}).catch(r=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(`Frag error: ${r?.message||r}`),this.resetFragmentLoading(e))})}clearTrackerIfNeeded(e){var t;const{fragmentTracker:s}=this;if(s.getState(e)===Ie.APPENDING){const r=e.type,n=this.getFwdBufferInfo(this.mediaBuffer,r),o=Math.max(e.duration,n?n.len:this.config.maxBufferLength),c=this.backtrackFragment;((c?e.sn-c.sn:0)===1||this.reduceMaxBufferLength(o,e.duration))&&s.removeFragment(e)}else((t=this.mediaBuffer)==null?void 0:t.buffered.length)===0?s.removeAllFragments():s.hasParts(e.type)&&(s.detectPartialFragments({frag:e,part:null,stats:e.stats,id:e.type}),s.getState(e)===Ie.PARTIAL&&s.removeFragment(e))}checkLiveUpdate(e){if(e.updated&&!e.live){const t=e.fragments[e.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:t,part:null,stats:t.stats,id:t.type})}e.fragments[0]||(e.deltaUpdateFailed=!0)}waitForLive(e){const t=e.details;return t?.live&&t.type!=="EVENT"&&(this.levelLastLoaded!==e||t.expired)}flushMainBuffer(e,t,s=null){if(!(e-t))return;const i={startOffset:e,endOffset:t,type:s};this.hls.trigger(m.BUFFER_FLUSHING,i)}_loadInitSegment(e,t){this._doFragLoad(e,t).then(s=>{const i=s?.frag;if(!i||this.fragContextChanged(i)||!this.levels)throw new Error("init load aborted");return s}).then(s=>{const{hls:i}=this,{frag:r,payload:n}=s,o=r.decryptdata;if(n&&n.byteLength>0&&o!=null&&o.key&&o.iv&&Ht(o.method)){const c=self.performance.now();return this.decrypter.decrypt(new Uint8Array(n),o.key.buffer,o.iv.buffer,hr(o.method)).catch(l=>{throw i.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_DECRYPT_ERROR,fatal:!1,error:l,reason:l.message,frag:r}),l}).then(l=>{const h=self.performance.now();return i.trigger(m.FRAG_DECRYPTED,{frag:r,payload:l,stats:{tstart:c,tdecrypt:h}}),s.payload=l,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(s),this.resetFragmentLoading(e))})}completeInitSegmentLoad(e){const{levels:t}=this;if(!t)throw new Error("init load aborted, missing levels");const s=e.frag.stats;this.state!==w.STOPPED&&(this.state=w.IDLE),e.frag.data=new Uint8Array(e.payload),s.parsing.start=s.buffering.start=self.performance.now(),s.parsing.end=s.buffering.end=self.performance.now(),this.tick()}unhandledEncryptionError(e,t){var s,i;const r=e.tracks;if(r&&!t.encrypted&&((s=r.audio)!=null&&s.encrypted||(i=r.video)!=null&&i.encrypted)&&(!this.config.emeEnabled||!this.keyLoader.emeController)){const n=this.media,o=new Error(`Encrypted track with no key in ${this.fragInfo(t)} (media ${n?"attached mediaKeys: "+n.mediaKeys:"detached"})`);return this.warn(o.message),!n||n.mediaKeys?!1:(this.hls.trigger(m.ERROR,{type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_KEYS,fatal:!1,error:o,frag:t}),this.resetTransmuxer(),!0)}return!1}fragContextChanged(e){const{fragCurrent:t}=this;return!e||!t||e.sn!==t.sn||e.level!==t.level}fragBufferedComplete(e,t){const s=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log(`Buffered ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)} > buffer:${s?ah.toString(Q.getBuffered(s)):"(detached)"})`),Se(e)){var i;if(e.type!==Y.SUBTITLE){const n=e.elementaryStreams;if(!Object.keys(n).some(o=>!!n[o])){this.state=w.IDLE;return}}const r=(i=this.levels)==null?void 0:i[e.level];r!=null&&r.fragmentError&&(this.log(`Resetting level fragment error count of ${r.fragmentError} on frag buffered`),r.fragmentError=0)}this.state=w.IDLE}_handleFragmentLoadComplete(e){const{transmuxer:t}=this;if(!t)return;const{frag:s,part:i,partsLoaded:r}=e,n=!r||r.length===0||r.some(c=>!c),o=new cr(s.level,s.sn,s.stats.chunkCount+1,0,i?i.index:-1,!n);t.flush(o)}_handleFragmentLoadProgress(e){}_doFragLoad(e,t,s=null,i){var r;this.fragCurrent=e;const n=t.details;if(!this.levels||!n)throw new Error(`frag load aborted, missing level${n?"":" detail"}s`);let o=null;if(e.encrypted&&!((r=e.decryptdata)!=null&&r.key)){if(this.log(`Loading key for ${e.sn} of [${n.startSN}-${n.endSN}], ${this.playlistLabel()} ${e.level}`),this.state=w.KEY_LOADING,this.fragCurrent=e,o=this.keyLoader.load(e).then(d=>{if(!this.fragContextChanged(d.frag))return this.hls.trigger(m.KEY_LOADED,d),this.state===w.KEY_LOADING&&(this.state=w.IDLE),d}),this.hls.trigger(m.KEY_LOADING,{frag:e}),this.fragCurrent===null)return this.log("context changed in KEY_LOADING"),Promise.resolve(null)}else e.encrypted||(o=this.keyLoader.loadClear(e,n.encryptedFragments,this.startFragRequested),o&&this.log("[eme] blocking frag load until media-keys acquired"));const c=this.fragPrevious;if(Se(e)&&(!c||e.sn!==c.sn)){const d=this.shouldLoadParts(t.details,e.end);d!==this.loadingParts&&(this.log(`LL-Part loading ${d?"ON":"OFF"} loading sn ${c?.sn}->${e.sn}`),this.loadingParts=d)}if(s=Math.max(e.start,s||0),this.loadingParts&&Se(e)){const d=n.partList;if(d&&i){s>n.fragmentEnd&&n.fragmentHint&&(e=n.fragmentHint);const g=this.getNextPart(d,e,s);if(g>-1){const f=d[g];e=this.fragCurrent=f.fragment,this.log(`Loading ${e.type} sn: ${e.sn} part: ${f.index} (${g}/${d.length-1}) of ${this.fragInfo(e,!1,f)}) cc: ${e.cc} [${n.startSN}-${n.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=f.start+f.duration,this.state=w.FRAG_LOADING;let p;return o?p=o.then(y=>!y||this.fragContextChanged(y.frag)?null:this.doFragPartsLoad(e,f,t,i)).catch(y=>this.handleFragLoadError(y)):p=this.doFragPartsLoad(e,f,t,i).catch(y=>this.handleFragLoadError(y)),this.hls.trigger(m.FRAG_LOADING,{frag:e,part:f,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):p}else if(!e.url||this.loadedEndOfParts(d,s))return Promise.resolve(null)}}if(Se(e)&&this.loadingParts){var l;this.log(`LL-Part loading OFF after next part miss @${s.toFixed(2)} Check buffer at sn: ${e.sn} loaded parts: ${(l=n.partList)==null?void 0:l.filter(d=>d.loaded).map(d=>`[${d.start}-${d.end}]`)}`),this.loadingParts=!1}else if(!e.url)return Promise.resolve(null);this.log(`Loading ${e.type} sn: ${e.sn} of ${this.fragInfo(e,!1)}) cc: ${e.cc} ${"["+n.startSN+"-"+n.endSN+"]"}, target: ${parseFloat(s.toFixed(3))}`),H(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=w.FRAG_LOADING;const h=this.config.progressive&&e.type!==Y.SUBTITLE;let u;return h&&o?u=o.then(d=>!d||this.fragContextChanged(d.frag)?null:this.fragmentLoader.load(e,i)).catch(d=>this.handleFragLoadError(d)):u=Promise.all([this.fragmentLoader.load(e,h?i:void 0),o]).then(([d])=>(!h&&i&&i(d),d)).catch(d=>this.handleFragLoadError(d)),this.hls.trigger(m.FRAG_LOADING,{frag:e,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):u}doFragPartsLoad(e,t,s,i){return new Promise((r,n)=>{var o;const c=[],l=(o=s.details)==null?void 0:o.partList,h=u=>{this.fragmentLoader.loadPart(e,u,i).then(d=>{c[u.index]=d;const g=d.part;this.hls.trigger(m.FRAG_LOADED,d);const f=En(s.details,e.sn,u.index+1)||$a(l,e.sn,u.index+1);if(f)h(f);else return r({frag:e,part:g,partsLoaded:c})}).catch(n)};h(t)})}handleFragLoadError(e){if("data"in e){const t=e.data;t.frag&&t.details===_.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):t.frag&&t.type===W.KEY_SYSTEM_ERROR?(t.frag.abortRequests(),this.resetStartWhenNotLoaded(),this.resetFragmentLoading(t.frag)):this.hls.trigger(m.ERROR,t)}else this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null}_handleTransmuxerFlush(e){const t=this.getCurrentContext(e);if(!t||this.state!==w.PARSING){!this.fragCurrent&&this.state!==w.STOPPED&&this.state!==w.ERROR&&(this.state=w.IDLE);return}const{frag:s,part:i,level:r}=t,n=self.performance.now();s.stats.parsing.end=n,i&&(i.stats.parsing.end=n);const o=this.getLevelDetails(),l=o&&s.sn>o.endSN||this.shouldLoadParts(o,s.end);l!==this.loadingParts&&(this.log(`LL-Part loading ${l?"ON":"OFF"} after parsing segment ending @${s.end.toFixed(2)}`),this.loadingParts=l),this.updateLevelTiming(s,i,r,e.partial)}shouldLoadParts(e,t){if(this.config.lowLatencyMode){if(!e)return this.loadingParts;if(e.partList){var s;const r=e.partList[0];if(r.fragment.type===Y.SUBTITLE)return!1;const n=r.end+(((s=e.fragmentHint)==null?void 0:s.duration)||0);if(t>=n){var i;if((this.hls.hasEnoughToStart?((i=this.media)==null?void 0:i.currentTime)||this.lastCurrentTime:this.getLoadPosition())>r.start-r.fragment.duration)return!0}}}return!1}getCurrentContext(e){const{levels:t,fragCurrent:s}=this,{level:i,sn:r,part:n}=e;if(!(t!=null&&t[i]))return this.warn(`Levels object was unset while buffering fragment ${r} of ${this.playlistLabel()} ${i}. The current chunk will not be buffered.`),null;const o=t[i],c=o.details,l=n>-1?En(c,r,n):null,h=l?l.fragment:Ua(c,r,s);return h?(s&&s!==h&&(h.stats=s.stats),{frag:h,part:l,level:o}):null}bufferFragmentData(e,t,s,i,r){if(this.state!==w.PARSING)return;const{data1:n,data2:o}=e;let c=n;if(o&&(c=je(n,o)),!c.length)return;const l=this.initPTS[t.cc],h=l?-l.baseTime/l.timescale:void 0,u={type:e.type,frag:t,part:s,chunkMeta:i,offset:h,parent:t.type,data:c};if(this.hls.trigger(m.BUFFER_APPENDING,u),e.dropped&&e.independent&&!s){if(r)return;this.flushBufferGap(t)}}flushBufferGap(e){const t=this.media;if(!t)return;if(!Q.isBuffered(t,t.currentTime)){this.flushMainBuffer(0,e.start);return}const s=t.currentTime,i=Q.bufferInfo(t,s,0),r=e.duration,n=Math.min(this.config.maxFragLookUpTolerance*2,r*.25),o=Math.max(Math.min(e.start-n,i.end-n),s+n);e.start-o>n&&this.flushMainBuffer(o,e.start)}getFwdBufferInfo(e,t){var s;const i=this.getLoadPosition();if(!H(i))return null;const n=this.lastCurrentTime>i||(s=this.media)!=null&&s.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(e,i,t,n)}getFwdBufferInfoAtPos(e,t,s,i){const r=Q.bufferInfo(e,t,i);if(r.len===0&&r.nextStart!==void 0){const n=this.fragmentTracker.getBufferedFrag(t,s);if(n&&(r.nextStart<=n.end||n.gap)){const o=Math.max(Math.min(r.nextStart,n.end)-t,i);return Q.bufferInfo(e,t,o)}}return r}getMaxBufferLength(e){const{config:t}=this;let s;return e?s=Math.max(8*t.maxBufferSize/e,t.maxBufferLength):s=t.maxBufferLength,Math.min(s,t.maxMaxBufferLength)}reduceMaxBufferLength(e,t){const s=this.config,i=Math.max(Math.min(e-t,s.maxBufferLength),t),r=Math.max(e-t*3,s.maxMaxBufferLength/2,i);return r>=i?(s.maxMaxBufferLength=r,this.warn(`Reduce max buffer length to ${r}s`),!0):!1}getAppendedFrag(e,t=Y.MAIN){const s=this.fragmentTracker?this.fragmentTracker.getAppendedFrag(e,t):null;return s&&"fragment"in s?s.fragment:s}getNextFragment(e,t){const s=t.fragments,i=s.length;if(!i)return null;const{config:r}=this,n=s[0].start,o=r.lowLatencyMode&&!!t.partList;let c=null;if(t.live){const u=r.initialLiveManifestSize;if(i<u)return this.warn(`Not enough fragments to start playback (have: ${i}, need: ${u})`),null;if(!t.PTSKnown&&!this.startFragRequested&&this.startPosition===-1||e<n){var l;o&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),c=this.getInitialLiveFragment(t);const d=this.hls.startPosition,g=this.hls.liveSyncPosition,f=c?(d!==-1&&d>=n?d:g)||c.start:e;this.log(`Setting startPosition to ${f} to match start frag at live edge. mainStart: ${d} liveSyncPosition: ${g} frag.start: ${(l=c)==null?void 0:l.start}`),this.startPosition=this.nextLoadPosition=f}}else e<=n&&(c=s[0]);if(!c){const u=this.loadingParts?t.partEnd:t.fragmentEnd;c=this.getFragmentAtPosition(e,u,t)}let h=this.filterReplacedPrimary(c,t);if(!h&&c){const u=c.sn-t.startSN;h=this.filterReplacedPrimary(s[u+1]||null,t)}return this.mapToInitFragWhenRequired(h)}isLoopLoading(e,t){const s=this.fragmentTracker.getState(e);return(s===Ie.OK||s===Ie.PARTIAL&&!!e.gap)&&this.nextLoadPosition>t}getNextFragmentLoopLoading(e,t,s,i,r){let n=null;if(e.gap&&(n=this.getNextFragment(this.nextLoadPosition,t),n&&!n.gap&&s.nextStart)){const o=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,i,0);if(o!==null&&s.len+o.len>=r){const c=n.sn;return this.loopSn!==c&&(this.log(`buffer full after gaps in "${i}" playlist starting at sn: ${c}`),this.loopSn=c),null}}return this.loopSn=void 0,n}get primaryPrefetch(){if(Sn(this.config)){var e;if((e=this.hls.interstitialsManager)==null||(e=e.playingItem)==null?void 0:e.event)return!0}return!1}filterReplacedPrimary(e,t){if(!e)return e;if(Sn(this.config)&&e.type!==Y.SUBTITLE){const s=this.hls.interstitialsManager,i=s?.bufferingItem;if(i){const n=i.event;if(n){if(n.appendInPlace||Math.abs(e.start-i.start)>1||i.start===0)return null}else if(e.end<=i.start&&t?.live===!1||e.start>i.end&&i.nextEvent&&(i.nextEvent.appendInPlace||e.start-i.end>1))return null}const r=s?.playerQueue;if(r)for(let n=r.length;n--;){const o=r[n].interstitial;if(o.appendInPlace&&e.start>=o.startTime&&e.end<=o.resumeTime)return null}}return e}mapToInitFragWhenRequired(e){return e!=null&&e.initSegment&&!e.initSegment.data&&!this.bitrateTest?e.initSegment:e}getNextPart(e,t,s){let i=-1,r=!1,n=!0;for(let o=0,c=e.length;o<c;o++){const l=e[o];if(n=n&&!l.independent,i>-1&&s<l.start)break;const h=l.loaded;h?i=-1:(r||(l.independent||n)&&l.fragment===t)&&(l.fragment!==t&&this.warn(`Need buffer at ${s} but next unloaded part starts at ${l.start}`),i=o),r=h}return i}loadedEndOfParts(e,t){let s;for(let i=e.length;i--;){if(s=e[i],!s.loaded)return!1;if(t>s.start)return!0}return!1}getInitialLiveFragment(e){const t=e.fragments,s=this.fragPrevious;let i=null;if(s){if(e.hasProgramDateTime&&(this.log(`Live playlist, switching playlist, load frag with same PDT: ${s.programDateTime}`),i=xc(t,s.endProgramDateTime,this.config.maxFragLookUpTolerance)),!i){const r=s.sn+1;if(r>=e.startSN&&r<=e.endSN){const n=t[r-e.startSN];s.cc===n.cc&&(i=n,this.log(`Live playlist, switching playlist, load frag with next SN: ${i.sn}`))}i||(i=La(e,s.cc,s.end),i&&this.log(`Live playlist, switching playlist, load frag with same CC: ${i.sn}`))}}else{const r=this.hls.liveSyncPosition;r!==null&&(i=this.getFragmentAtPosition(r,this.bitrateTest?e.fragmentEnd:e.edge,e))}return i}getFragmentAtPosition(e,t,s){const{config:i}=this;let{fragPrevious:r}=this,{fragments:n,endSN:o}=s;const{fragmentHint:c}=s,{maxFragLookUpTolerance:l}=i,h=s.partList,u=!!(this.loadingParts&&h!=null&&h.length&&c);u&&!this.bitrateTest&&h[h.length-1].fragment.sn===c.sn&&(n=n.concat(c),o=c.sn);let d;if(e<t){var g;const p=e<this.lastCurrentTime||e>t-l||(g=this.media)!=null&&g.paused||!this.startFragRequested?0:l;d=Ot(r,n,e,p)}else d=n[n.length-1];if(d){const f=d.sn-s.startSN,p=this.fragmentTracker.getState(d);if((p===Ie.OK||p===Ie.PARTIAL&&d.gap)&&(r=d),r&&d.sn===r.sn&&(!u||h[0].fragment.sn>d.sn||!s.live)&&d.level===r.level){const E=n[f+1];d.sn<o&&this.fragmentTracker.getState(E)!==Ie.OK?d=E:d=null}}return d}alignPlaylists(e,t,s){const i=e.fragments.length;if(!i)return this.warn("No fragments in live playlist"),0;const r=e.fragmentStart,n=!t,o=e.alignedSliding&&H(r);if(n||!o&&!r){nh(s,e);const c=e.fragmentStart;return this.log(`Live playlist sliding: ${c.toFixed(2)} start-sn: ${t?t.startSN:"na"}->${e.startSN} fragments: ${i}`),c}return r}waitForCdnTuneIn(e){return e.live&&e.canBlockReload&&e.partTarget&&e.tuneInGoal>Math.max(e.partHoldBack,e.partTarget*3)}setStartPosition(e,t){let s=this.startPosition;s<t&&(s=-1);const i=this.timelineOffset;if(s===-1){const r=this.startTimeOffset!==null,n=r?this.startTimeOffset:e.startTimeOffset;n!==null&&H(n)?(s=t+n,n<0&&(s+=e.edge),s=Math.min(Math.max(t,s),t+e.totalduration),this.log(`Setting startPosition to ${s} for start time offset ${n} found in ${r?"multivariant":"media"} playlist`),this.startPosition=s):e.live?(s=this.hls.liveSyncPosition||t,this.log(`Setting startPosition to -1 to start at live edge ${s}`),this.startPosition=-1):(this.log("setting startPosition to 0 by default"),this.startPosition=s=0),this.lastCurrentTime=s+i}this.nextLoadPosition=s+i}getLoadPosition(){var e;const{media:t}=this;let s=0;return(e=this.hls)!=null&&e.hasEnoughToStart&&t?s=t.currentTime:this.nextLoadPosition>=0&&(s=this.nextLoadPosition),s}handleFragLoadAborted(e,t){this.transmuxer&&e.type===this.playlistType&&Se(e)&&e.stats.aborted&&(this.log(`Fragment ${e.sn}${t?" part "+t.index:""} of ${this.playlistLabel()} ${e.level} was aborted`),this.resetFragmentLoading(e))}resetFragmentLoading(e){(!this.fragCurrent||!this.fragContextChanged(e)&&this.state!==w.FRAG_LOADING_WAITING_RETRY)&&(this.state=w.IDLE)}onFragmentOrKeyLoadError(e,t){var s;if(t.chunkMeta&&!t.frag){const E=this.getCurrentContext(t.chunkMeta);E&&(t.frag=E.frag)}const i=t.frag;if(!i||i.type!==e||!this.levels)return;if(this.fragContextChanged(i)){var r;this.warn(`Frag load error must match current frag to retry ${i.url} > ${(r=this.fragCurrent)==null?void 0:r.url}`);return}const n=t.details===_.FRAG_GAP;n&&this.fragmentTracker.fragBuffered(i,!0);const o=t.errorAction;if(!o){this.state=w.ERROR;return}const{action:c,flags:l,retryCount:h=0,retryConfig:u}=o,d=!!u,g=d&&c===Ce.RetryRequest,f=d&&!o.resolved&&l===He.MoveAllAlternatesMatchingHost,p=(s=this.hls.latestLevelDetails)==null?void 0:s.live;if(!g&&f&&Se(i)&&!i.endList&&p&&!ba(t))this.resetFragmentErrors(e),this.treatAsGap(i),o.resolved=!0;else if((g||f)&&h<u.maxNumRetry){var y;const E=Ui((y=t.response)==null?void 0:y.code),v=or(u,h);if(this.resetStartWhenNotLoaded(),this.retryDate=self.performance.now()+v,this.state=w.FRAG_LOADING_WAITING_RETRY,o.resolved=!0,E){this.log("Waiting for connection (offline)"),this.retryDate=1/0,t.reason="offline";return}this.warn(`Fragment ${i.sn} of ${e} ${i.level} errored with ${t.details}, retrying loading ${h+1}/${u.maxNumRetry} in ${v}ms`)}else if(u)if(this.resetFragmentErrors(e),h<u.maxNumRetry)!n&&c!==Ce.RemoveAlternatePermanently&&(o.resolved=!0);else{this.warn(`${t.details} reached or exceeded max retry (${h})`);return}else c===Ce.SendAlternateToPenaltyBox?this.state=w.WAITING_LEVEL:this.state=w.ERROR;this.tickImmediate()}checkRetryDate(){const e=self.performance.now(),t=this.retryDate,s=t===1/0;(!t||e>=t||s&&!Ui(0))&&(s&&this.log("Connection restored (online)"),this.resetStartWhenNotLoaded(),this.state=w.IDLE)}reduceLengthAndFlushBuffer(e){if(this.state===w.PARSING||this.state===w.PARSED){const t=e.frag,s=e.parent,i=this.getFwdBufferInfo(this.mediaBuffer,s),r=i&&i.len>.5;r&&this.reduceMaxBufferLength(i.len,t?.duration||10);const n=!r;return n&&this.warn(`Buffer full error while media.currentTime (${this.getLoadPosition()}) is not buffered, flush ${s} buffer`),t&&(this.fragmentTracker.removeFragment(t),this.nextLoadPosition=t.start),this.resetLoadingState(),n}return!1}resetFragmentErrors(e){e===Y.AUDIO&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==w.STOPPED&&(this.state=w.IDLE)}afterBufferFlushed(e,t,s){if(!e)return;const i=Q.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,s),this.state===w.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==w.STOPPED&&(this.state=w.IDLE)}resetStartWhenNotLoaded(){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const e=this.levelLastLoaded,t=e?e.details:null;t!=null&&t.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(t,t.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}}resetWhenMissingContext(e){this.log(`Loading context changed while buffering sn ${e.sn} of ${this.playlistLabel()} ${e.level===-1?"<removed>":e.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(),this.resetLoadingState()}removeUnbufferedFrags(e=0){this.fragmentTracker.removeFragmentsInRange(e,1/0,this.playlistType,!1,!0)}updateLevelTiming(e,t,s,i){const r=s.details;if(!r){this.warn("level.details undefined");return}if(!Object.keys(e.elementaryStreams).reduce((c,l)=>{const h=e.elementaryStreams[l];if(h){const u=h.endPTS-h.startPTS;if(u<=0)return this.warn(`Could not parse fragment ${e.sn} ${l} duration reliably (${u})`),c||!1;const d=i?0:Ma(r,e,h.startPTS,h.endPTS,h.startDTS,h.endDTS,this);return this.hls.trigger(m.LEVEL_PTS_UPDATED,{details:r,level:s,drift:d,type:l,frag:e,start:h.startPTS,end:h.endPTS}),!0}return c},!1)){var o;const c=((o=this.transmuxer)==null?void 0:o.error)===null;if((s.fragmentError===0||c&&(s.fragmentError<2||e.endList))&&this.treatAsGap(e,s),c){const l=new Error(`Found no media in fragment ${e.sn} of ${this.playlistLabel()} ${e.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(l.message),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,error:l,frag:e,reason:`Found no media in msn ${e.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=w.PARSED,this.log(`Parsed ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)})`),this.hls.trigger(m.FRAG_PARSED,{frag:e,part:t})}playlistLabel(){return this.playlistType===Y.MAIN?"level":"track"}fragInfo(e,t=!0,s){var i,r;return`${this.playlistLabel()} ${e.level} (${s?"part":"frag"}:[${((i=t&&!s?e.startPTS:(s||e).start)!=null?i:NaN).toFixed(3)}-${((r=t&&!s?e.endPTS:(s||e).end)!=null?r:NaN).toFixed(3)}]${s&&e.type==="main"?"INDEPENDENT="+(s.independent?"YES":"NO"):""}`}treatAsGap(e,t){t&&t.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)}resetTransmuxer(){var e;(e=this.transmuxer)==null||e.reset()}recoverWorkerError(e){e.event==="demuxerWorker"&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(),this.resetLoadingState())}set state(e){const t=this._state;t!==e&&(this._state=e,this.log(`${t}->${e}`))}get state(){return this._state}}function Sn(a){return!!a.interstitialsController&&a.enableInterstitialPlayback!==!1}class Ha{constructor(){this.chunks=[],this.dataLength=0}push(e){this.chunks.push(e),this.dataLength+=e.length}flush(){const{chunks:e,dataLength:t}=this;let s;if(e.length)e.length===1?s=e[0]:s=oh(e,t);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function oh(a,e){const t=new Uint8Array(e);let s=0;for(let i=0;i<a.length;i++){const r=a[i];t.set(r,s),s+=r.length}return t}var mi={exports:{}},xn;function lh(){return xn||(xn=1,(function(a){var e=Object.prototype.hasOwnProperty,t="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(t=!1));function i(c,l,h){this.fn=c,this.context=l,this.once=h||!1}function r(c,l,h,u,d){if(typeof h!="function")throw new TypeError("The listener must be a function");var g=new i(h,u||c,d),f=t?t+l:l;return c._events[f]?c._events[f].fn?c._events[f]=[c._events[f],g]:c._events[f].push(g):(c._events[f]=g,c._eventsCount++),c}function n(c,l){--c._eventsCount===0?c._events=new s:delete c._events[l]}function o(){this._events=new s,this._eventsCount=0}o.prototype.eventNames=function(){var l=[],h,u;if(this._eventsCount===0)return l;for(u in h=this._events)e.call(h,u)&&l.push(t?u.slice(1):u);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(h)):l},o.prototype.listeners=function(l){var h=t?t+l:l,u=this._events[h];if(!u)return[];if(u.fn)return[u.fn];for(var d=0,g=u.length,f=new Array(g);d<g;d++)f[d]=u[d].fn;return f},o.prototype.listenerCount=function(l){var h=t?t+l:l,u=this._events[h];return u?u.fn?1:u.length:0},o.prototype.emit=function(l,h,u,d,g,f){var p=t?t+l:l;if(!this._events[p])return!1;var y=this._events[p],E=arguments.length,v,T;if(y.fn){switch(y.once&&this.removeListener(l,y.fn,void 0,!0),E){case 1:return y.fn.call(y.context),!0;case 2:return y.fn.call(y.context,h),!0;case 3:return y.fn.call(y.context,h,u),!0;case 4:return y.fn.call(y.context,h,u,d),!0;case 5:return y.fn.call(y.context,h,u,d,g),!0;case 6:return y.fn.call(y.context,h,u,d,g,f),!0}for(T=1,v=new Array(E-1);T<E;T++)v[T-1]=arguments[T];y.fn.apply(y.context,v)}else{var S=y.length,x;for(T=0;T<S;T++)switch(y[T].once&&this.removeListener(l,y[T].fn,void 0,!0),E){case 1:y[T].fn.call(y[T].context);break;case 2:y[T].fn.call(y[T].context,h);break;case 3:y[T].fn.call(y[T].context,h,u);break;case 4:y[T].fn.call(y[T].context,h,u,d);break;default:if(!v)for(x=1,v=new Array(E-1);x<E;x++)v[x-1]=arguments[x];y[T].fn.apply(y[T].context,v)}}return!0},o.prototype.on=function(l,h,u){return r(this,l,h,u,!1)},o.prototype.once=function(l,h,u){return r(this,l,h,u,!0)},o.prototype.removeListener=function(l,h,u,d){var g=t?t+l:l;if(!this._events[g])return this;if(!h)return n(this,g),this;var f=this._events[g];if(f.fn)f.fn===h&&(!d||f.once)&&(!u||f.context===u)&&n(this,g);else{for(var p=0,y=[],E=f.length;p<E;p++)(f[p].fn!==h||d&&!f[p].once||u&&f[p].context!==u)&&y.push(f[p]);y.length?this._events[g]=y.length===1?y[0]:y:n(this,g)}return this},o.prototype.removeAllListeners=function(l){var h;return l?(h=t?t+l:l,this._events[h]&&n(this,h)):(this._events=new s,this._eventsCount=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=t,o.EventEmitter=o,a.exports=o})(mi)),mi.exports}var ch=lh(),fr=Ol(ch);const ls="1.6.15",jt={};function hh(){return typeof __HLS_WORKER_BUNDLE__=="function"}function uh(){const a=jt[ls];if(a)return a.clientCount++,a;const e=new self.Blob([`var exports={};var module={exports:exports};function define(f){f()};define.amd=true;(${__HLS_WORKER_BUNDLE__.toString()})(true);`],{type:"text/javascript"}),t=self.URL.createObjectURL(e),i={worker:new self.Worker(t),objectURL:t,clientCount:1};return jt[ls]=i,i}function dh(a){const e=jt[a];if(e)return e.clientCount++,e;const t=new self.URL(a,self.location.href).href,i={worker:new self.Worker(t),scriptURL:t,clientCount:1};return jt[a]=i,i}function fh(a){const e=jt[a||ls];if(e&&e.clientCount--===1){const{worker:s,objectURL:i}=e;delete jt[a||ls],i&&self.URL.revokeObjectURL(i),s.terminate()}}function Ya(a,e){return e+10<=a.length&&a[e]===51&&a[e+1]===68&&a[e+2]===73&&a[e+3]<255&&a[e+4]<255&&a[e+6]<128&&a[e+7]<128&&a[e+8]<128&&a[e+9]<128}function gr(a,e){return e+10<=a.length&&a[e]===73&&a[e+1]===68&&a[e+2]===51&&a[e+3]<255&&a[e+4]<255&&a[e+6]<128&&a[e+7]<128&&a[e+8]<128&&a[e+9]<128}function ei(a,e){let t=0;return t=(a[e]&127)<<21,t|=(a[e+1]&127)<<14,t|=(a[e+2]&127)<<7,t|=a[e+3]&127,t}function cs(a,e){const t=e;let s=0;for(;gr(a,e);){s+=10;const i=ei(a,e+6);s+=i,Ya(a,e+10)&&(s+=10),e+=s}if(s>0)return a.subarray(t,t+s)}function gh(a,e,t,s){const i=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],r=e[t+2],n=r>>2&15;if(n>12){const g=new Error(`invalid ADTS sampling index:${n}`);a.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!0,error:g,reason:g.message});return}const o=(r>>6&3)+1,c=e[t+3]>>6&3|(r&1)<<2,l="mp4a.40."+o,h=i[n];let u=n;(o===5||o===29)&&(u-=3);const d=[o<<3|(u&14)>>1,(u&1)<<7|c<<3];return oe.log(`manifest codec:${s}, parsed codec:${l}, channels:${c}, rate:${h} (ADTS object type:${o} sampling index:${n})`),{config:d,samplerate:h,channelCount:c,codec:l,parsedCodec:l,manifestCodec:s}}function Wa(a,e){return a[e]===255&&(a[e+1]&246)===240}function qa(a,e){return a[e+1]&1?7:9}function mr(a,e){return(a[e+3]&3)<<11|a[e+4]<<3|(a[e+5]&224)>>>5}function mh(a,e){return e+5<a.length}function zs(a,e){return e+1<a.length&&Wa(a,e)}function ph(a,e){return mh(a,e)&&Wa(a,e)&&mr(a,e)<=a.length-e}function yh(a,e){if(zs(a,e)){const t=qa(a,e);if(e+t>=a.length)return!1;const s=mr(a,e);if(s<=t)return!1;const i=e+s;return i===a.length||zs(a,i)}return!1}function ja(a,e,t,s,i){if(!a.samplerate){const r=gh(e,t,s,i);if(!r)return;le(a,r)}}function za(a){return 1024*9e4/a}function Eh(a,e){const t=qa(a,e);if(e+t<=a.length){const s=mr(a,e)-t;if(s>0)return{headerLength:t,frameLength:s}}}function Xa(a,e,t,s,i){const r=za(a.samplerate),n=s+i*r,o=Eh(e,t);let c;if(o){const{frameLength:u,headerLength:d}=o,g=d+u,f=Math.max(0,t+g-e.length);f?(c=new Uint8Array(g-d),c.set(e.subarray(t+d,e.length),0)):c=e.subarray(t+d,t+g);const p={unit:c,pts:n};return f||a.samples.push(p),{sample:p,length:g,missing:f}}const l=e.length-t;return c=new Uint8Array(l),c.set(e.subarray(t,e.length),0),{sample:{unit:c,pts:n},length:l,missing:-1}}function vh(a,e){return gr(a,e)&&ei(a,e+6)+10<=a.length-e}function Th(a){return a instanceof ArrayBuffer?a:a.byteOffset==0&&a.byteLength==a.buffer.byteLength?a.buffer:new Uint8Array(a).buffer}function pi(a,e=0,t=1/0){return Sh(a,e,t,Uint8Array)}function Sh(a,e,t,s){const i=xh(a);let r=1;"BYTES_PER_ELEMENT"in s&&(r=s.BYTES_PER_ELEMENT);const n=Ah(a)?a.byteOffset:0,o=(n+a.byteLength)/r,c=(n+e)/r,l=Math.floor(Math.max(0,Math.min(c,o))),h=Math.floor(Math.min(l+Math.max(t,0),o));return new s(i,l,h-l)}function xh(a){return a instanceof ArrayBuffer?a:a.buffer}function Ah(a){return a&&a.buffer instanceof ArrayBuffer&&a.byteLength!==void 0&&a.byteOffset!==void 0}function Ih(a){const e={key:a.type,description:"",data:"",mimeType:null,pictureType:null},t=3;if(a.size<2)return;if(a.data[0]!==t){console.log("Ignore frame with unrecognized character encoding");return}const s=a.data.subarray(1).indexOf(0);if(s===-1)return;const i=qe(pi(a.data,1,s)),r=a.data[2+s],n=a.data.subarray(3+s).indexOf(0);if(n===-1)return;const o=qe(pi(a.data,3+s,n));let c;return i==="-->"?c=qe(pi(a.data,4+s+n)):c=Th(a.data.subarray(4+s+n)),e.mimeType=i,e.pictureType=r,e.description=o,e.data=c,e}function Lh(a){if(a.size<2)return;const e=qe(a.data,!0),t=new Uint8Array(a.data.subarray(e.length+1));return{key:a.type,info:e,data:t.buffer}}function Rh(a){if(a.size<2)return;if(a.type==="TXXX"){let t=1;const s=qe(a.data.subarray(t),!0);t+=s.length+1;const i=qe(a.data.subarray(t));return{key:a.type,info:s,data:i}}const e=qe(a.data.subarray(1));return{key:a.type,info:"",data:e}}function bh(a){if(a.type==="WXXX"){if(a.size<2)return;let t=1;const s=qe(a.data.subarray(t),!0);t+=s.length+1;const i=qe(a.data.subarray(t));return{key:a.type,info:s,data:i}}const e=qe(a.data);return{key:a.type,info:"",data:e}}function _h(a){return a.type==="PRIV"?Lh(a):a.type[0]==="W"?bh(a):a.type==="APIC"?Ih(a):Rh(a)}function Dh(a){const e=String.fromCharCode(a[0],a[1],a[2],a[3]),t=ei(a,4),s=10;return{type:e,size:t,data:a.subarray(s,s+t)}}const vs=10,Ch=10;function Qa(a){let e=0;const t=[];for(;gr(a,e);){const s=ei(a,e+6);a[e+5]>>6&1&&(e+=vs),e+=vs;const i=e+s;for(;e+Ch<i;){const r=Dh(a.subarray(e)),n=_h(r);n&&t.push(n),e+=r.size+vs}Ya(a,e)&&(e+=vs)}return t}function Za(a){return a&&a.key==="PRIV"&&a.info==="com.apple.streaming.transportStreamTimestamp"}function Ph(a){if(a.data.byteLength===8){const e=new Uint8Array(a.data),t=e[3]&1;let s=(e[4]<<23)+(e[5]<<15)+(e[6]<<7)+e[7];return s/=45,t&&(s+=4772185884e-2),Math.round(s)}}function pr(a){const e=Qa(a);for(let t=0;t<e.length;t++){const s=e[t];if(Za(s))return Ph(s)}}let We=(function(a){return a.audioId3="org.id3",a.dateRange="com.apple.quicktime.HLS",a.emsg="https://aomedia.org/emsg/ID3",a.misbklv="urn:misb:KLV:bin:1910.1",a})({});function it(a="",e=9e4){return{type:a,id:-1,pid:-1,inputTimeScale:e,sequenceNumber:-1,samples:[],dropped:0}}class yr{constructor(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}resetInitSegment(e,t,s,i){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}}resetTimeStamp(e){this.initPTS=e,this.resetContiguity()}resetContiguity(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0}canParse(e,t){return!1}appendFrame(e,t,s){}demux(e,t){this.cachedData&&(e=je(this.cachedData,e),this.cachedData=null);let s=cs(e,0),i=s?s.length:0,r;const n=this._audioTrack,o=this._id3Track,c=s?pr(s):void 0,l=e.length;for((this.basePTS===null||this.frameIndex===0&&H(c))&&(this.basePTS=kh(c,t,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),s&&s.length>0&&o.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:We.audioId3,duration:Number.POSITIVE_INFINITY});i<l;){if(this.canParse(e,i)){const h=this.appendFrame(n,e,i);h?(this.frameIndex++,this.lastPTS=h.sample.pts,i+=h.length,r=i):i=l}else vh(e,i)?(s=cs(e,i),o.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:We.audioId3,duration:Number.POSITIVE_INFINITY}),i+=s.length,r=i):i++;if(i===l&&r!==l){const h=e.slice(r);this.cachedData?this.cachedData=je(this.cachedData,h):this.cachedData=h}}return{audioTrack:n,videoTrack:it(),id3Track:o,textTrack:it()}}demuxSampleAes(e,t,s){return Promise.reject(new Error(`[${this}] This demuxer does not support Sample-AES decryption`))}flush(e){const t=this.cachedData;return t&&(this.cachedData=null,this.demux(t,0)),{audioTrack:this._audioTrack,videoTrack:it(),id3Track:this._id3Track,textTrack:it()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const kh=(a,e,t)=>{if(H(a))return a*90;const s=t?t.baseTime*9e4/t.timescale:0;return e*9e4+s};let Ts=null;const wh=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],Oh=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Fh=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],Mh=[0,1,1,4];function Ja(a,e,t,s,i){if(t+24>e.length)return;const r=eo(e,t);if(r&&t+r.frameLength<=e.length){const n=r.samplesPerFrame*9e4/r.sampleRate,o=s+i*n,c={unit:e.subarray(t,t+r.frameLength),pts:o,dts:o};return a.config=[],a.channelCount=r.channelCount,a.samplerate=r.sampleRate,a.samples.push(c),{sample:c,length:r.frameLength,missing:0}}}function eo(a,e){const t=a[e+1]>>3&3,s=a[e+1]>>1&3,i=a[e+2]>>4&15,r=a[e+2]>>2&3;if(t!==1&&i!==0&&i!==15&&r!==3){const n=a[e+2]>>1&1,o=a[e+3]>>6,c=t===3?3-s:s===3?3:4,l=wh[c*14+i-1]*1e3,u=Oh[(t===3?0:t===2?1:2)*3+r],d=o===3?1:2,g=Fh[t][s],f=Mh[s],p=g*8*f,y=Math.floor(g*l/u+n)*f;if(Ts===null){const T=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Ts=T?parseInt(T[1]):0}return Ts&&Ts<=87&&s===2&&l>=224e3&&o===0&&(a[e+3]=a[e+3]|128),{sampleRate:u,channelCount:d,frameLength:y,samplesPerFrame:p}}}function Er(a,e){return a[e]===255&&(a[e+1]&224)===224&&(a[e+1]&6)!==0}function to(a,e){return e+1<a.length&&Er(a,e)}function Nh(a,e){return Er(a,e)&&4<=a.length-e}function so(a,e){if(e+1<a.length&&Er(a,e)){const s=eo(a,e);let i=4;s!=null&&s.frameLength&&(i=s.frameLength);const r=e+i;return r===a.length||to(a,r)}return!1}class Bh extends yr{constructor(e,t){super(),this.observer=void 0,this.config=void 0,this.observer=e,this.config=t}resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e,t){if(!e)return!1;const s=cs(e,0);let i=s?.length||0;if(so(e,i))return!1;for(let r=e.length;i<r;i++)if(yh(e,i))return t.log("ADTS sync word found !"),!0;return!1}canParse(e,t){return ph(e,t)}appendFrame(e,t,s){ja(e,this.observer,t,s,e.manifestCodec);const i=Xa(e,t,s,this.basePTS,this.frameIndex);if(i&&i.missing===0)return i}}const io=(a,e)=>{let t=0,s=5;e+=s;const i=new Uint32Array(1),r=new Uint32Array(1),n=new Uint8Array(1);for(;s>0;){n[0]=a[e];const o=Math.min(s,8),c=8-o;r[0]=4278190080>>>24+c<<c,i[0]=(n[0]&r[0])>>c,t=t?t<<o|i[0]:i[0],e+=1,s-=o}return t};class Uh extends yr{constructor(e){super(),this.observer=void 0,this.observer=e}resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/ac-3",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"ac3",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}canParse(e,t){return t+64<e.length}appendFrame(e,t,s){const i=ro(e,t,s,this.basePTS,this.frameIndex);if(i!==-1)return{sample:e.samples[e.samples.length-1],length:i,missing:0}}static probe(e){if(!e)return!1;const t=cs(e,0);if(!t)return!1;const s=t.length;return e[s]===11&&e[s+1]===119&&pr(t)!==void 0&&io(e,s)<16}}function ro(a,e,t,s,i){if(t+8>e.length||e[t]!==11||e[t+1]!==119)return-1;const r=e[t+4]>>6;if(r>=3)return-1;const o=[48e3,44100,32e3][r],c=e[t+4]&63,h=[64,69,96,64,70,96,80,87,120,80,88,120,96,104,144,96,105,144,112,121,168,112,122,168,128,139,192,128,140,192,160,174,240,160,175,240,192,208,288,192,209,288,224,243,336,224,244,336,256,278,384,256,279,384,320,348,480,320,349,480,384,417,576,384,418,576,448,487,672,448,488,672,512,557,768,512,558,768,640,696,960,640,697,960,768,835,1152,768,836,1152,896,975,1344,896,976,1344,1024,1114,1536,1024,1115,1536,1152,1253,1728,1152,1254,1728,1280,1393,1920,1280,1394,1920][c*3+r]*2;if(t+h>e.length)return-1;const u=e[t+6]>>5;let d=0;u===2?d+=2:(u&1&&u!==1&&(d+=2),u&4&&(d+=2));const g=(e[t+6]<<8|e[t+7])>>12-d&1,p=[2,1,2,3,3,4,4,5][u]+g,y=e[t+5]>>3,E=e[t+5]&7,v=new Uint8Array([r<<6|y<<1|E>>2,(E&3)<<6|u<<3|g<<2|c>>4,c<<4&224]),T=1536/o*9e4,S=s+i*T,x=e.subarray(t,t+h);return a.config=v,a.channelCount=p,a.samplerate=o,a.samples.push({unit:x,pts:S}),h}class $h extends yr{resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e){if(!e)return!1;const t=cs(e,0);let s=t?.length||0;if(t&&e[s]===11&&e[s+1]===119&&pr(t)!==void 0&&io(e,s)<=16)return!1;for(let i=e.length;s<i;s++)if(so(e,s))return oe.log("MPEG Audio sync word found !"),!0;return!1}canParse(e,t){return Nh(e,t)}appendFrame(e,t,s){if(this.basePTS!==null)return Ja(e,t,s,this.basePTS,this.frameIndex)}}const Gh=/\/emsg[-/]ID3/i;class Kh{constructor(e,t){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=t}resetTimeStamp(){}resetInitSegment(e,t,s,i){const r=this.videoTrack=it("video",1),n=this.audioTrack=it("audio",1),o=this.txtTrack=it("text",1);if(this.id3Track=it("id3",1),this.timeOffset=0,!(e!=null&&e.byteLength))return;const c=ga(e);if(c.video){const{id:l,timescale:h,codec:u,supplemental:d}=c.video;r.id=l,r.timescale=o.timescale=h,r.codec=u,r.supplemental=d}if(c.audio){const{id:l,timescale:h,codec:u}=c.audio;n.id=l,n.timescale=h,n.codec=u}o.id=ua.text,r.sampleDuration=0,r.duration=n.duration=i}resetContiguity(){this.remainderData=null}static probe(e){return Ul(e)}demux(e,t){this.timeOffset=t;let s=e;const i=this.videoTrack,r=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=je(this.remainderData,e));const o=Wl(s);this.remainderData=o.remainder,i.samples=o.valid||new Uint8Array}else i.samples=s;const n=this.extractID3Track(i,t);return r.samples=Ur(t,i),{videoTrack:i,audioTrack:this.audioTrack,id3Track:n,textTrack:this.txtTrack}}flush(){const e=this.timeOffset,t=this.videoTrack,s=this.txtTrack;t.samples=this.remainderData||new Uint8Array,this.remainderData=null;const i=this.extractID3Track(t,this.timeOffset);return s.samples=Ur(e,t),{videoTrack:t,audioTrack:it(),id3Track:i,textTrack:it()}}extractID3Track(e,t){const s=this.id3Track;if(e.samples.length){const i=ee(e.samples,["emsg"]);i&&i.forEach(r=>{const n=jl(r);if(Gh.test(n.schemeIdUri)){const o=An(n,t);let c=n.eventDuration===4294967295?Number.POSITIVE_INFINITY:n.eventDuration/n.timeScale;c<=.001&&(c=Number.POSITIVE_INFINITY);const l=n.payload;s.samples.push({data:l,len:l.byteLength,dts:o,pts:o,type:We.emsg,duration:c})}else if(this.config.enableEmsgKLVMetadata&&n.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const o=An(n,t);s.samples.push({data:n.payload,len:n.payload.byteLength,dts:o,pts:o,type:We.misbklv,duration:Number.POSITIVE_INFINITY})}})}return s}demuxSampleAes(e,t,s){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))}destroy(){this.config=null,this.remainderData=null,this.videoTrack=this.audioTrack=this.id3Track=this.txtTrack=void 0}}function An(a,e){return H(a.presentationTime)?a.presentationTime/a.timeScale:e+a.presentationTimeDelta/a.timeScale}class Vh{constructor(e,t,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new lr(t,{removePKCS7Padding:!1})}decryptBuffer(e){return this.decrypter.decrypt(e,this.keyData.key.buffer,this.keyData.iv.buffer,Rt.cbc)}decryptAacSample(e,t,s){const i=e[t].unit;if(i.length<=16)return;const r=i.subarray(16,i.length-i.length%16),n=r.buffer.slice(r.byteOffset,r.byteOffset+r.length);this.decryptBuffer(n).then(o=>{const c=new Uint8Array(o);i.set(c,16),this.decrypter.isSync()||this.decryptAacSamples(e,t+1,s)}).catch(s)}decryptAacSamples(e,t,s){for(;;t++){if(t>=e.length){s();return}if(!(e[t].unit.length<32)&&(this.decryptAacSample(e,t,s),!this.decrypter.isSync()))return}}getAvcEncryptedData(e){const t=Math.floor((e.length-48)/160)*16+16,s=new Int8Array(t);let i=0;for(let r=32;r<e.length-16;r+=160,i+=16)s.set(e.subarray(r,r+16),i);return s}getAvcDecryptedUnit(e,t){const s=new Uint8Array(t);let i=0;for(let r=32;r<e.length-16;r+=160,i+=16)e.set(s.subarray(i,i+16),r);return e}decryptAvcSample(e,t,s,i,r){const n=ya(r.data),o=this.getAvcEncryptedData(n);this.decryptBuffer(o.buffer).then(c=>{r.data=this.getAvcDecryptedUnit(n,c),this.decrypter.isSync()||this.decryptAvcSamples(e,t,s+1,i)}).catch(i)}decryptAvcSamples(e,t,s,i){if(e instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;t++,s=0){if(t>=e.length){i();return}const r=e[t].units;for(;!(s>=r.length);s++){const n=r[s];if(!(n.data.length<=48||n.type!==1&&n.type!==5)&&(this.decryptAvcSample(e,t,s,i,n),!this.decrypter.isSync()))return}}}}class no{constructor(){this.VideoSample=null}createVideoSample(e,t,s){return{key:e,frame:!1,pts:t,dts:s,units:[],length:0}}getLastNalUnit(e){var t;let s=this.VideoSample,i;if((!s||s.units.length===0)&&(s=e[e.length-1]),(t=s)!=null&&t.units){const r=s.units;i=r[r.length-1]}return i}pushAccessUnit(e,t){if(e.units.length&&e.frame){if(e.pts===void 0){const s=t.samples,i=s.length;if(i){const r=s[i-1];e.pts=r.pts,e.dts=r.dts}else{t.dropped++;return}}t.samples.push(e)}}parseNALu(e,t,s){const i=t.byteLength;let r=e.naluState||0;const n=r,o=[];let c=0,l,h,u,d=-1,g=0;for(r===-1&&(d=0,g=this.getNALuType(t,0),r=0,c=1);c<i;){if(l=t[c++],!r){r=l?0:1;continue}if(r===1){r=l?0:2;continue}if(!l)r=3;else if(l===1){if(h=c-r-1,d>=0){const f={data:t.subarray(d,h),type:g};o.push(f)}else{const f=this.getLastNalUnit(e.samples);f&&(n&&c<=4-n&&f.state&&(f.data=f.data.subarray(0,f.data.byteLength-n)),h>0&&(f.data=je(f.data,t.subarray(0,h)),f.state=0))}c<i?(u=this.getNALuType(t,c),d=c,g=u,r=0):r=-1}else r=0}if(d>=0&&r>=0){const f={data:t.subarray(d,i),type:g,state:r};o.push(f)}if(o.length===0){const f=this.getLastNalUnit(e.samples);f&&(f.data=je(f.data,t))}return e.naluState=r,o}}class is{constructor(e){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=e,this.bytesAvailable=e.byteLength,this.word=0,this.bitsAvailable=0}loadWord(){const e=this.data,t=this.bytesAvailable,s=e.byteLength-t,i=new Uint8Array(4),r=Math.min(4,t);if(r===0)throw new Error("no bytes available");i.set(e.subarray(s,s+r)),this.word=new DataView(i.buffer).getUint32(0),this.bitsAvailable=r*8,this.bytesAvailable-=r}skipBits(e){let t;e=Math.min(e,this.bytesAvailable*8+this.bitsAvailable),this.bitsAvailable>e?(this.word<<=e,this.bitsAvailable-=e):(e-=this.bitsAvailable,t=e>>3,e-=t<<3,this.bytesAvailable-=t,this.loadWord(),this.word<<=e,this.bitsAvailable-=e)}readBits(e){let t=Math.min(this.bitsAvailable,e);const s=this.word>>>32-t;if(e>32&&oe.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=t,this.bitsAvailable>0)this.word<<=t;else if(this.bytesAvailable>0)this.loadWord();else throw new Error("no bits available");return t=e-t,t>0&&this.bitsAvailable?s<<t|this.readBits(t):s}skipLZ(){let e;for(e=0;e<this.bitsAvailable;++e)if((this.word&2147483648>>>e)!==0)return this.word<<=e,this.bitsAvailable-=e,e;return this.loadWord(),e+this.skipLZ()}skipUEG(){this.skipBits(1+this.skipLZ())}skipEG(){this.skipBits(1+this.skipLZ())}readUEG(){const e=this.skipLZ();return this.readBits(e+1)-1}readEG(){const e=this.readUEG();return 1&e?1+e>>>1:-1*(e>>>1)}readBoolean(){return this.readBits(1)===1}readUByte(){return this.readBits(8)}readUShort(){return this.readBits(16)}readUInt(){return this.readBits(32)}}class Hh extends no{parsePES(e,t,s,i){const r=this.parseNALu(e,s.data,i);let n=this.VideoSample,o,c=!1;s.data=null,n&&r.length&&!e.audFound&&(this.pushAccessUnit(n,e),n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),r.forEach(l=>{var h,u;switch(l.type){case 1:{let p=!1;o=!0;const y=l.data;if(c&&y.length>4){const E=this.readSliceType(y);(E===2||E===4||E===7||E===9)&&(p=!0)}if(p){var d;(d=n)!=null&&d.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null)}n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.frame=!0,n.key=p;break}case 5:o=!0,(h=n)!=null&&h.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 6:{o=!0,rr(l.data,1,s.pts,t.samples);break}case 7:{var g,f;o=!0,c=!0;const p=l.data,y=this.readSPS(p);if(!e.sps||e.width!==y.width||e.height!==y.height||((g=e.pixelRatio)==null?void 0:g[0])!==y.pixelRatio[0]||((f=e.pixelRatio)==null?void 0:f[1])!==y.pixelRatio[1]){e.width=y.width,e.height=y.height,e.pixelRatio=y.pixelRatio,e.sps=[p];const E=p.subarray(1,4);let v="avc1.";for(let T=0;T<3;T++){let S=E[T].toString(16);S.length<2&&(S="0"+S),v+=S}e.codec=v}break}case 8:o=!0,e.pps=[l.data];break;case 9:o=!0,e.audFound=!0,(u=n)!=null&&u.frame&&(this.pushAccessUnit(n,e),n=null),n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:o=!0;break;default:o=!1;break}n&&o&&n.units.push(l)}),i&&n&&(this.pushAccessUnit(n,e),this.VideoSample=null)}getNALuType(e,t){return e[t]&31}readSliceType(e){const t=new is(e);return t.readUByte(),t.readUEG(),t.readUEG()}skipScalingList(e,t){let s=8,i=8,r;for(let n=0;n<e;n++)i!==0&&(r=t.readEG(),i=(s+r+256)%256),s=i===0?s:i}readSPS(e){const t=new is(e);let s=0,i=0,r=0,n=0,o,c,l;const h=t.readUByte.bind(t),u=t.readBits.bind(t),d=t.readUEG.bind(t),g=t.readBoolean.bind(t),f=t.skipBits.bind(t),p=t.skipEG.bind(t),y=t.skipUEG.bind(t),E=this.skipScalingList.bind(this);h();const v=h();if(u(5),f(3),h(),y(),v===100||v===110||v===122||v===244||v===44||v===83||v===86||v===118||v===128){const L=d();if(L===3&&f(1),y(),y(),f(1),g())for(c=L!==3?8:12,l=0;l<c;l++)g()&&(l<6?E(16,t):E(64,t))}y();const T=d();if(T===0)d();else if(T===1)for(f(1),p(),p(),o=d(),l=0;l<o;l++)p();y(),f(1);const S=d(),x=d(),D=u(1);D===0&&f(1),f(1),g()&&(s=d(),i=d(),r=d(),n=d());let A=[1,1];if(g()&&g())switch(h()){case 1:A=[1,1];break;case 2:A=[12,11];break;case 3:A=[10,11];break;case 4:A=[16,11];break;case 5:A=[40,33];break;case 6:A=[24,11];break;case 7:A=[20,11];break;case 8:A=[32,11];break;case 9:A=[80,33];break;case 10:A=[18,11];break;case 11:A=[15,11];break;case 12:A=[64,33];break;case 13:A=[160,99];break;case 14:A=[4,3];break;case 15:A=[3,2];break;case 16:A=[2,1];break;case 255:{A=[h()<<8|h(),h()<<8|h()];break}}return{width:Math.ceil((S+1)*16-s*2-i*2),height:(2-D)*(x+1)*16-(D?2:4)*(r+n),pixelRatio:A}}}class Yh extends no{constructor(...e){super(...e),this.initVPS=null}parsePES(e,t,s,i){const r=this.parseNALu(e,s.data,i);let n=this.VideoSample,o,c=!1;s.data=null,n&&r.length&&!e.audFound&&(this.pushAccessUnit(n,e),n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),r.forEach(l=>{var h,u;switch(l.type){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),n.frame=!0,o=!0;break;case 16:case 17:case 18:case 21:if(o=!0,c){var d;(d=n)!=null&&d.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null)}n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 19:case 20:o=!0,(h=n)!=null&&h.frame&&!n.key&&(this.pushAccessUnit(n,e),n=this.VideoSample=null),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0,n.frame=!0;break;case 39:o=!0,rr(l.data,2,s.pts,t.samples);break;case 32:o=!0,e.vps||(typeof e.params!="object"&&(e.params={}),e.params=le(e.params,this.readVPS(l.data)),this.initVPS=l.data),e.vps=[l.data];break;case 33:if(o=!0,c=!0,e.vps!==void 0&&e.vps[0]!==this.initVPS&&e.sps!==void 0&&!this.matchSPS(e.sps[0],l.data)&&(this.initVPS=e.vps[0],e.sps=e.pps=void 0),!e.sps){const g=this.readSPS(l.data);e.width=g.width,e.height=g.height,e.pixelRatio=g.pixelRatio,e.codec=g.codecString,e.sps=[],typeof e.params!="object"&&(e.params={});for(const f in g.params)e.params[f]=g.params[f]}this.pushParameterSet(e.sps,l.data,e.vps),n||(n=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),n.key=!0;break;case 34:if(o=!0,typeof e.params=="object"){if(!e.pps){e.pps=[];const g=this.readPPS(l.data);for(const f in g)e.params[f]=g[f]}this.pushParameterSet(e.pps,l.data,e.vps)}break;case 35:o=!0,e.audFound=!0,(u=n)!=null&&u.frame&&(this.pushAccessUnit(n,e),n=null),n||(n=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;default:o=!1;break}n&&o&&n.units.push(l)}),i&&n&&(this.pushAccessUnit(n,e),this.VideoSample=null)}pushParameterSet(e,t,s){(s&&s[0]===this.initVPS||!s&&!e.length)&&e.push(t)}getNALuType(e,t){return(e[t]&126)>>>1}ebsp2rbsp(e){const t=new Uint8Array(e.byteLength);let s=0;for(let i=0;i<e.byteLength;i++)i>=2&&e[i]===3&&e[i-1]===0&&e[i-2]===0||(t[s]=e[i],s++);return new Uint8Array(t.buffer,0,s)}pushAccessUnit(e,t){super.pushAccessUnit(e,t),this.initVPS&&(this.initVPS=null)}readVPS(e){const t=new is(e);t.readUByte(),t.readUByte(),t.readBits(4),t.skipBits(2),t.readBits(6);const s=t.readBits(3),i=t.readBoolean();return{numTemporalLayers:s+1,temporalIdNested:i}}readSPS(e){const t=new is(this.ebsp2rbsp(e));t.readUByte(),t.readUByte(),t.readBits(4);const s=t.readBits(3);t.readBoolean();const i=t.readBits(2),r=t.readBoolean(),n=t.readBits(5),o=t.readUByte(),c=t.readUByte(),l=t.readUByte(),h=t.readUByte(),u=t.readUByte(),d=t.readUByte(),g=t.readUByte(),f=t.readUByte(),p=t.readUByte(),y=t.readUByte(),E=t.readUByte(),v=[],T=[];for(let te=0;te<s;te++)v.push(t.readBoolean()),T.push(t.readBoolean());if(s>0)for(let te=s;te<8;te++)t.readBits(2);for(let te=0;te<s;te++)v[te]&&(t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte(),t.readUByte()),T[te]&&t.readUByte();t.readUEG();const S=t.readUEG();S==3&&t.skipBits(1);const x=t.readUEG(),D=t.readUEG(),A=t.readBoolean();let L=0,R=0,I=0,C=0;A&&(L+=t.readUEG(),R+=t.readUEG(),I+=t.readUEG(),C+=t.readUEG());const $=t.readUEG(),V=t.readUEG(),G=t.readUEG(),O=t.readBoolean();for(let te=O?0:s;te<=s;te++)t.skipUEG(),t.skipUEG(),t.skipUEG();if(t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG(),t.readBoolean()&&t.readBoolean())for(let ve=0;ve<4;ve++)for(let Re=0;Re<(ve===3?2:6);Re++)if(!t.readBoolean())t.readUEG();else{const Ke=Math.min(64,1<<4+(ve<<1));ve>1&&t.readEG();for(let ht=0;ht<Ke;ht++)t.readEG()}t.readBoolean(),t.readBoolean(),t.readBoolean()&&(t.readUByte(),t.skipUEG(),t.skipUEG(),t.readBoolean());const P=t.readUEG();let M=0;for(let te=0;te<P;te++){let ve=!1;if(te!==0&&(ve=t.readBoolean()),ve){te===P&&t.readUEG(),t.readBoolean(),t.readUEG();let Re=0;for(let Je=0;Je<=M;Je++){const Ke=t.readBoolean();let ht=!1;Ke||(ht=t.readBoolean()),(Ke||ht)&&Re++}M=Re}else{const Re=t.readUEG(),Je=t.readUEG();M=Re+Je;for(let Ke=0;Ke<Re;Ke++)t.readUEG(),t.readBoolean();for(let Ke=0;Ke<Je;Ke++)t.readUEG(),t.readBoolean()}}if(t.readBoolean()){const te=t.readUEG();for(let ve=0;ve<te;ve++){for(let Re=0;Re<G+4;Re++)t.readBits(1);t.readBits(1)}}let B=0,U=1,z=1,Z=!0,j=1,J=0;t.readBoolean(),t.readBoolean();let de=!1;if(t.readBoolean()){if(t.readBoolean()){const ut=t.readUByte(),ds=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],Ft=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];ut>0&&ut<16?(U=ds[ut-1],z=Ft[ut-1]):ut===255&&(U=t.readBits(16),z=t.readBits(16))}if(t.readBoolean()&&t.readBoolean(),t.readBoolean()&&(t.readBits(3),t.readBoolean(),t.readBoolean()&&(t.readUByte(),t.readUByte(),t.readUByte())),t.readBoolean()&&(t.readUEG(),t.readUEG()),t.readBoolean(),t.readBoolean(),t.readBoolean(),de=t.readBoolean(),de&&(t.skipUEG(),t.skipUEG(),t.skipUEG(),t.skipUEG()),t.readBoolean()&&(j=t.readBits(32),J=t.readBits(32),t.readBoolean()&&t.readUEG(),t.readBoolean())){const Ft=t.readBoolean(),ye=t.readBoolean();let Te=!1;(Ft||ye)&&(Te=t.readBoolean(),Te&&(t.readUByte(),t.readBits(5),t.readBoolean(),t.readBits(5)),t.readBits(4),t.readBits(4),Te&&t.readBits(4),t.readBits(5),t.readBits(5),t.readBits(5));for(let _t=0;_t<=s;_t++){Z=t.readBoolean();const si=Z||t.readBoolean();let Rr=!1;si?t.readEG():Rr=t.readBoolean();const br=Rr?1:t.readUEG()+1;if(Ft)for(let zt=0;zt<br;zt++)t.readUEG(),t.readUEG(),Te&&(t.readUEG(),t.readUEG()),t.skipBits(1);if(ye)for(let zt=0;zt<br;zt++)t.readUEG(),t.readUEG(),Te&&(t.readUEG(),t.readUEG()),t.skipBits(1)}}t.readBoolean()&&(t.readBoolean(),t.readBoolean(),t.readBoolean(),B=t.readUEG())}let ge=x,Oe=D;if(A){let te=1,ve=1;S===1?te=ve=2:S==2&&(te=2),ge=x-te*R-te*L,Oe=D-ve*C-ve*I}const Le=i?["A","B","C"][i]:"",Be=o<<24|c<<16|l<<8|h;let Fe=0;for(let te=0;te<32;te++)Fe=(Fe|(Be>>te&1)<<31-te)>>>0;let xe=Fe.toString(16);return n===1&&xe==="2"&&(xe="6"),{codecString:`hvc1.${Le}${n}.${xe}.${r?"H":"L"}${E}.B0`,params:{general_tier_flag:r,general_profile_idc:n,general_profile_space:i,general_profile_compatibility_flags:[o,c,l,h],general_constraint_indicator_flags:[u,d,g,f,p,y],general_level_idc:E,bit_depth:$+8,bit_depth_luma_minus8:$,bit_depth_chroma_minus8:V,min_spatial_segmentation_idc:B,chroma_format_idc:S,frame_rate:{fixed:Z,fps:J/j}},width:ge,height:Oe,pixelRatio:[U,z]}}readPPS(e){const t=new is(this.ebsp2rbsp(e));t.readUByte(),t.readUByte(),t.skipUEG(),t.skipUEG(),t.skipBits(2),t.skipBits(3),t.skipBits(2),t.skipUEG(),t.skipUEG(),t.skipEG(),t.skipBits(2),t.readBoolean()&&t.skipUEG(),t.skipEG(),t.skipEG(),t.skipBits(4);const i=t.readBoolean(),r=t.readBoolean();let n=1;return r&&i?n=0:r?n=3:i&&(n=2),{parallelismType:n}}matchSPS(e,t){return String.fromCharCode.apply(null,e).substr(3)===String.fromCharCode.apply(null,t).substr(3)}}const be=188;class xt{constructor(e,t,s,i){this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._pmtId=-1,this._videoTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.remainderData=null,this.videoParser=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.logger=i,this.videoParser=null}static probe(e,t){const s=xt.syncOffset(e);return s>0&&t.warn(`MPEG2-TS detected but first sync word found @ offset ${s}`),s!==-1}static syncOffset(e){const t=e.length;let s=Math.min(be*5,t-be)+1,i=0;for(;i<s;){let r=!1,n=-1,o=0;for(let c=i;c<t;c+=be)if(e[c]===71&&(t-c===be||e[c+be]===71)){if(o++,n===-1&&(n=c,n!==0&&(s=Math.min(n+be*99,e.length-be)+1)),r||(r=Hi(e,c)===0),r&&o>1&&(n===0&&o>2||c+be>s))return n}else{if(o)return-1;break}i++}return-1}static createTrack(e,t){return{container:e==="video"||e==="audio"?"video/mp2t":void 0,type:e,id:ua[e],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:e==="audio"?t:void 0}}resetInitSegment(e,t,s,i){this.pmtParsed=!1,this._pmtId=-1,this._videoTrack=xt.createTrack("video"),this._videoTrack.duration=i,this._audioTrack=xt.createTrack("audio",i),this._id3Track=xt.createTrack("id3"),this._txtTrack=xt.createTrack("text"),this._audioTrack.segmentCodec="aac",this.videoParser=null,this.aacOverFlow=null,this.remainderData=null,this.audioCodec=t,this.videoCodec=s}resetTimeStamp(){}resetContiguity(){const{_audioTrack:e,_videoTrack:t,_id3Track:s}=this;e&&(e.pesData=null),t&&(t.pesData=null),s&&(s.pesData=null),this.aacOverFlow=null,this.remainderData=null}demux(e,t,s=!1,i=!1){s||(this.sampleAes=null);let r;const n=this._videoTrack,o=this._audioTrack,c=this._id3Track,l=this._txtTrack;let h=n.pid,u=n.pesData,d=o.pid,g=c.pid,f=o.pesData,p=c.pesData,y=null,E=this.pmtParsed,v=this._pmtId,T=e.length;if(this.remainderData&&(e=je(this.remainderData,e),T=e.length,this.remainderData=null),T<be&&!i)return this.remainderData=e,{audioTrack:o,videoTrack:n,id3Track:c,textTrack:l};const S=Math.max(0,xt.syncOffset(e));T-=(T-S)%be,T<e.byteLength&&!i&&(this.remainderData=new Uint8Array(e.buffer,T,e.buffer.byteLength-T));let x=0;for(let A=S;A<T;A+=be)if(e[A]===71){const L=!!(e[A+1]&64),R=Hi(e,A),I=(e[A+3]&48)>>4;let C;if(I>1){if(C=A+5+e[A+4],C===A+be)continue}else C=A+4;switch(R){case h:L&&(u&&(r=Ut(u,this.logger))&&(this.readyVideoParser(n.segmentCodec),this.videoParser!==null&&this.videoParser.parsePES(n,l,r,!1)),u={data:[],size:0}),u&&(u.data.push(e.subarray(C,A+be)),u.size+=A+be-C);break;case d:if(L){if(f&&(r=Ut(f,this.logger)))switch(o.segmentCodec){case"aac":this.parseAACPES(o,r);break;case"mp3":this.parseMPEGPES(o,r);break;case"ac3":this.parseAC3PES(o,r);break}f={data:[],size:0}}f&&(f.data.push(e.subarray(C,A+be)),f.size+=A+be-C);break;case g:L&&(p&&(r=Ut(p,this.logger))&&this.parseID3PES(c,r),p={data:[],size:0}),p&&(p.data.push(e.subarray(C,A+be)),p.size+=A+be-C);break;case 0:L&&(C+=e[C]+1),v=this._pmtId=Wh(e,C);break;case v:{L&&(C+=e[C]+1);const $=qh(e,C,this.typeSupported,s,this.observer,this.logger);h=$.videoPid,h>0&&(n.pid=h,n.segmentCodec=$.segmentVideoCodec),d=$.audioPid,d>0&&(o.pid=d,o.segmentCodec=$.segmentAudioCodec),g=$.id3Pid,g>0&&(c.pid=g),y!==null&&!E&&(this.logger.warn(`MPEG-TS PMT found at ${A} after unknown PID '${y}'. Backtracking to sync byte @${S} to parse all TS packets.`),y=null,A=S-188),E=this.pmtParsed=!0;break}case 17:case 8191:break;default:y=R;break}}else x++;x>0&&Yi(this.observer,new Error(`Found ${x} TS packet/s that do not start with 0x47`),void 0,this.logger),n.pesData=u,o.pesData=f,c.pesData=p;const D={audioTrack:o,videoTrack:n,id3Track:c,textTrack:l};return i&&this.extractRemainingSamples(D),D}flush(){const{remainderData:e}=this;this.remainderData=null;let t;return e?t=this.demux(e,-1,!1,!0):t={videoTrack:this._videoTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t}extractRemainingSamples(e){const{audioTrack:t,videoTrack:s,id3Track:i,textTrack:r}=e,n=s.pesData,o=t.pesData,c=i.pesData;let l;if(n&&(l=Ut(n,this.logger))?(this.readyVideoParser(s.segmentCodec),this.videoParser!==null&&(this.videoParser.parsePES(s,r,l,!0),s.pesData=null)):s.pesData=n,o&&(l=Ut(o,this.logger))){switch(t.segmentCodec){case"aac":this.parseAACPES(t,l);break;case"mp3":this.parseMPEGPES(t,l);break;case"ac3":this.parseAC3PES(t,l);break}t.pesData=null}else o!=null&&o.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),t.pesData=o;c&&(l=Ut(c,this.logger))?(this.parseID3PES(i,l),i.pesData=null):i.pesData=c}demuxSampleAes(e,t,s){const i=this.demux(e,s,!0,!this.config.progressive),r=this.sampleAes=new Vh(this.observer,this.config,t);return this.decrypt(i,r)}readyVideoParser(e){this.videoParser===null&&(e==="avc"?this.videoParser=new Hh:e==="hevc"&&(this.videoParser=new Yh))}decrypt(e,t){return new Promise(s=>{const{audioTrack:i,videoTrack:r}=e;i.samples&&i.segmentCodec==="aac"?t.decryptAacSamples(i.samples,0,()=>{r.samples?t.decryptAvcSamples(r.samples,0,0,()=>{s(e)}):s(e)}):r.samples&&t.decryptAvcSamples(r.samples,0,0,()=>{s(e)})})}destroy(){this.observer&&this.observer.removeAllListeners(),this.config=this.logger=this.observer=null,this.aacOverFlow=this.videoParser=this.remainderData=this.sampleAes=null,this._videoTrack=this._audioTrack=this._id3Track=this._txtTrack=void 0}parseAACPES(e,t){let s=0;const i=this.aacOverFlow;let r=t.data;if(i){this.aacOverFlow=null;const u=i.missing,d=i.sample.unit.byteLength;if(u===-1)r=je(i.sample.unit,r);else{const g=d-u;i.sample.unit.set(r.subarray(0,u),g),e.samples.push(i.sample),s=i.missing}}let n,o;for(n=s,o=r.length;n<o-1&&!zs(r,n);n++);if(n!==s){let u;const d=n<o-1;if(d?u=`AAC PES did not start with ADTS header,offset:${n}`:u="No ADTS header found in AAC PES",Yi(this.observer,new Error(u),d,this.logger),!d)return}ja(e,this.observer,r,n,this.audioCodec);let c;if(t.pts!==void 0)c=t.pts;else if(i){const u=za(e.samplerate);c=i.sample.pts+u}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let l=0,h;for(;n<o;)if(h=Xa(e,r,n,c,l),n+=h.length,h.missing){this.aacOverFlow=h;break}else for(l++;n<o-1&&!zs(r,n);n++);}parseMPEGPES(e,t){const s=t.data,i=s.length;let r=0,n=0;const o=t.pts;if(o===void 0){this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS");return}for(;n<i;)if(to(s,n)){const c=Ja(e,s,n,o,r);if(c)n+=c.length,r++;else break}else n++}parseAC3PES(e,t){{const s=t.data,i=t.pts;if(i===void 0){this.logger.warn("[tsdemuxer]: AC3 PES unknown PTS");return}const r=s.length;let n=0,o=0,c;for(;o<r&&(c=ro(e,s,o,i,n++))>0;)o+=c}}parseID3PES(e,t){if(t.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=le({},t,{type:this._videoTrack?We.emsg:We.audioId3,duration:Number.POSITIVE_INFINITY});e.samples.push(s)}}function Hi(a,e){return((a[e+1]&31)<<8)+a[e+2]}function Wh(a,e){return(a[e+10]&31)<<8|a[e+11]}function qh(a,e,t,s,i,r){const n={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},o=(a[e+1]&15)<<8|a[e+2],c=e+3+o-4,l=(a[e+10]&15)<<8|a[e+11];for(e+=12+l;e<c;){const h=Hi(a,e),u=(a[e+3]&15)<<8|a[e+4];switch(a[e]){case 207:if(!s){yi("ADTS AAC",r);break}case 15:n.audioPid===-1&&(n.audioPid=h);break;case 21:n.id3Pid===-1&&(n.id3Pid=h);break;case 219:if(!s){yi("H.264",r);break}case 27:n.videoPid===-1&&(n.videoPid=h);break;case 3:case 4:!t.mpeg&&!t.mp3?r.log("MPEG audio found, not supported in this browser"):n.audioPid===-1&&(n.audioPid=h,n.segmentAudioCodec="mp3");break;case 193:if(!s){yi("AC-3",r);break}case 129:t.ac3?n.audioPid===-1&&(n.audioPid=h,n.segmentAudioCodec="ac3"):r.log("AC-3 audio found, not supported in this browser");break;case 6:if(n.audioPid===-1&&u>0){let d=e+5,g=u;for(;g>2;){a[d]===106&&(t.ac3!==!0?r.log("AC-3 audio found, not supported in this browser for now"):(n.audioPid=h,n.segmentAudioCodec="ac3"));const p=a[d+1]+2;d+=p,g-=p}}break;case 194:case 135:return Yi(i,new Error("Unsupported EC-3 in M2TS found"),void 0,r),n;case 36:n.videoPid===-1&&(n.videoPid=h,n.segmentVideoCodec="hevc",r.log("HEVC in M2TS found"));break}e+=u+5}return n}function Yi(a,e,t,s){s.warn(`parsing error: ${e.message}`),a.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,levelRetry:t,error:e,reason:e.message})}function yi(a,e){e.log(`${a} with AES-128-CBC encryption found in unencrypted stream`)}function Ut(a,e){let t=0,s,i,r,n,o;const c=a.data;if(!a||a.size===0)return null;for(;c[0].length<19&&c.length>1;)c[0]=je(c[0],c[1]),c.splice(1,1);if(s=c[0],(s[0]<<16)+(s[1]<<8)+s[2]===1){if(i=(s[4]<<8)+s[5],i&&i>a.size-6)return null;const h=s[7];h&192&&(n=(s[9]&14)*536870912+(s[10]&255)*4194304+(s[11]&254)*16384+(s[12]&255)*128+(s[13]&254)/2,h&64?(o=(s[14]&14)*536870912+(s[15]&255)*4194304+(s[16]&254)*16384+(s[17]&255)*128+(s[18]&254)/2,n-o>60*9e4&&(e.warn(`${Math.round((n-o)/9e4)}s delta between PTS and DTS, align them`),n=o)):o=n),r=s[8];let u=r+9;if(a.size<=u)return null;a.size-=u;const d=new Uint8Array(a.size);for(let g=0,f=c.length;g<f;g++){s=c[g];let p=s.byteLength;if(u)if(u>p){u-=p;continue}else s=s.subarray(u),p-=u,u=0;d.set(s,t),t+=p}return i&&(i-=r+3),{data:d,pts:n,dts:o,len:i}}return null}class jh{static getSilentFrame(e,t){switch(e){case"mp4a.40.2":if(t===1)return new Uint8Array([0,200,0,128,35,128]);if(t===2)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(t===3)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(t===4)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(t===5)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(t===6)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224]);break;default:if(t===1)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===2)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===3)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);break}}}const Et=Math.pow(2,32)-1;class b{static init(){b.types={avc1:[],avcC:[],hvc1:[],hvcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],dac3:[],"ac-3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]};let e;for(e in b.types)b.types.hasOwnProperty(e)&&(b.types[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);const t=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),s=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);b.HDLR_TYPES={video:t,audio:s};const i=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),r=new Uint8Array([0,0,0,0,0,0,0,0]);b.STTS=b.STSC=b.STCO=r,b.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),b.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),b.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),b.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const n=new Uint8Array([105,115,111,109]),o=new Uint8Array([97,118,99,49]),c=new Uint8Array([0,0,0,1]);b.FTYP=b.box(b.types.ftyp,n,c,n,o),b.DINF=b.box(b.types.dinf,b.box(b.types.dref,i))}static box(e,...t){let s=8,i=t.length;const r=i;for(;i--;)s+=t[i].byteLength;const n=new Uint8Array(s);for(n[0]=s>>24&255,n[1]=s>>16&255,n[2]=s>>8&255,n[3]=s&255,n.set(e,4),i=0,s=8;i<r;i++)n.set(t[i],s),s+=t[i].byteLength;return n}static hdlr(e){return b.box(b.types.hdlr,b.HDLR_TYPES[e])}static mdat(e){return b.box(b.types.mdat,e)}static mdhd(e,t){t*=e;const s=Math.floor(t/(Et+1)),i=Math.floor(t%(Et+1));return b.box(b.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,e&255,s>>24,s>>16&255,s>>8&255,s&255,i>>24,i>>16&255,i>>8&255,i&255,85,196,0,0]))}static mdia(e){return b.box(b.types.mdia,b.mdhd(e.timescale||0,e.duration||0),b.hdlr(e.type),b.minf(e))}static mfhd(e){return b.box(b.types.mfhd,new Uint8Array([0,0,0,0,e>>24,e>>16&255,e>>8&255,e&255]))}static minf(e){return e.type==="audio"?b.box(b.types.minf,b.box(b.types.smhd,b.SMHD),b.DINF,b.stbl(e)):b.box(b.types.minf,b.box(b.types.vmhd,b.VMHD),b.DINF,b.stbl(e))}static moof(e,t,s){return b.box(b.types.moof,b.mfhd(e),b.traf(s,t))}static moov(e){let t=e.length;const s=[];for(;t--;)s[t]=b.trak(e[t]);return b.box.apply(null,[b.types.moov,b.mvhd(e[0].timescale||0,e[0].duration||0)].concat(s).concat(b.mvex(e)))}static mvex(e){let t=e.length;const s=[];for(;t--;)s[t]=b.trex(e[t]);return b.box.apply(null,[b.types.mvex,...s])}static mvhd(e,t){t*=e;const s=Math.floor(t/(Et+1)),i=Math.floor(t%(Et+1)),r=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,e&255,s>>24,s>>16&255,s>>8&255,s&255,i>>24,i>>16&255,i>>8&255,i&255,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return b.box(b.types.mvhd,r)}static sdtp(e){const t=e.samples||[],s=new Uint8Array(4+t.length);let i,r;for(i=0;i<t.length;i++)r=t[i].flags,s[i+4]=r.dependsOn<<4|r.isDependedOn<<2|r.hasRedundancy;return b.box(b.types.sdtp,s)}static stbl(e){return b.box(b.types.stbl,b.stsd(e),b.box(b.types.stts,b.STTS),b.box(b.types.stsc,b.STSC),b.box(b.types.stsz,b.STSZ),b.box(b.types.stco,b.STCO))}static avc1(e){let t=[],s=[],i,r,n;for(i=0;i<e.sps.length;i++)r=e.sps[i],n=r.byteLength,t.push(n>>>8&255),t.push(n&255),t=t.concat(Array.prototype.slice.call(r));for(i=0;i<e.pps.length;i++)r=e.pps[i],n=r.byteLength,s.push(n>>>8&255),s.push(n&255),s=s.concat(Array.prototype.slice.call(r));const o=b.box(b.types.avcC,new Uint8Array([1,t[3],t[4],t[5],255,224|e.sps.length].concat(t).concat([e.pps.length]).concat(s))),c=e.width,l=e.height,h=e.pixelRatio[0],u=e.pixelRatio[1];return b.box(b.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,c>>8&255,c&255,l>>8&255,l&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),o,b.box(b.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),b.box(b.types.pasp,new Uint8Array([h>>24,h>>16&255,h>>8&255,h&255,u>>24,u>>16&255,u>>8&255,u&255])))}static esds(e){const t=e.config;return new Uint8Array([0,0,0,0,3,25,0,1,0,4,17,64,21,0,0,0,0,0,0,0,0,0,0,0,5,2,...t,6,1,2])}static audioStsd(e){const t=e.samplerate||0;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount||0,0,16,0,0,0,0,t>>8&255,t&255,0,0])}static mp4a(e){return b.box(b.types.mp4a,b.audioStsd(e),b.box(b.types.esds,b.esds(e)))}static mp3(e){return b.box(b.types[".mp3"],b.audioStsd(e))}static ac3(e){return b.box(b.types["ac-3"],b.audioStsd(e),b.box(b.types.dac3,e.config))}static stsd(e){const{segmentCodec:t}=e;if(e.type==="audio"){if(t==="aac")return b.box(b.types.stsd,b.STSD,b.mp4a(e));if(t==="ac3"&&e.config)return b.box(b.types.stsd,b.STSD,b.ac3(e));if(t==="mp3"&&e.codec==="mp3")return b.box(b.types.stsd,b.STSD,b.mp3(e))}else if(e.pps&&e.sps){if(t==="avc")return b.box(b.types.stsd,b.STSD,b.avc1(e));if(t==="hevc"&&e.vps)return b.box(b.types.stsd,b.STSD,b.hvc1(e))}else throw new Error("video track missing pps or sps");throw new Error(`unsupported ${e.type} segment codec (${t}/${e.codec})`)}static tkhd(e){const t=e.id,s=(e.duration||0)*(e.timescale||0),i=e.width||0,r=e.height||0,n=Math.floor(s/(Et+1)),o=Math.floor(s%(Et+1));return b.box(b.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,t&255,0,0,0,0,n>>24,n>>16&255,n>>8&255,n&255,o>>24,o>>16&255,o>>8&255,o&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,i>>8&255,i&255,0,0,r>>8&255,r&255,0,0]))}static traf(e,t){const s=b.sdtp(e),i=e.id,r=Math.floor(t/(Et+1)),n=Math.floor(t%(Et+1));return b.box(b.types.traf,b.box(b.types.tfhd,new Uint8Array([0,0,0,0,i>>24,i>>16&255,i>>8&255,i&255])),b.box(b.types.tfdt,new Uint8Array([1,0,0,0,r>>24,r>>16&255,r>>8&255,r&255,n>>24,n>>16&255,n>>8&255,n&255])),b.trun(e,s.length+16+20+8+16+8+8),s)}static trak(e){return e.duration=e.duration||4294967295,b.box(b.types.trak,b.tkhd(e),b.mdia(e))}static trex(e){const t=e.id;return b.box(b.types.trex,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,t&255,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))}static trun(e,t){const s=e.samples||[],i=s.length,r=12+16*i,n=new Uint8Array(r);let o,c,l,h,u,d;for(t+=8+r,n.set([e.type==="video"?1:0,0,15,1,i>>>24&255,i>>>16&255,i>>>8&255,i&255,t>>>24&255,t>>>16&255,t>>>8&255,t&255],0),o=0;o<i;o++)c=s[o],l=c.duration,h=c.size,u=c.flags,d=c.cts,n.set([l>>>24&255,l>>>16&255,l>>>8&255,l&255,h>>>24&255,h>>>16&255,h>>>8&255,h&255,u.isLeading<<2|u.dependsOn,u.isDependedOn<<6|u.hasRedundancy<<4|u.paddingValue<<1|u.isNonSync,u.degradPrio&61440,u.degradPrio&15,d>>>24&255,d>>>16&255,d>>>8&255,d&255],12+16*o);return b.box(b.types.trun,n)}static initSegment(e){b.types||b.init();const t=b.moov(e);return je(b.FTYP,t)}static hvc1(e){const t=e.params,s=[e.vps,e.sps,e.pps],i=4,r=new Uint8Array([1,t.general_profile_space<<6|(t.general_tier_flag?32:0)|t.general_profile_idc,t.general_profile_compatibility_flags[0],t.general_profile_compatibility_flags[1],t.general_profile_compatibility_flags[2],t.general_profile_compatibility_flags[3],t.general_constraint_indicator_flags[0],t.general_constraint_indicator_flags[1],t.general_constraint_indicator_flags[2],t.general_constraint_indicator_flags[3],t.general_constraint_indicator_flags[4],t.general_constraint_indicator_flags[5],t.general_level_idc,240|t.min_spatial_segmentation_idc>>8,255&t.min_spatial_segmentation_idc,252|t.parallelismType,252|t.chroma_format_idc,248|t.bit_depth_luma_minus8,248|t.bit_depth_chroma_minus8,0,parseInt(t.frame_rate.fps),i-1|t.temporal_id_nested<<2|t.num_temporal_layers<<3|(t.frame_rate.fixed?64:0),s.length]);let n=r.length;for(let f=0;f<s.length;f+=1){n+=3;for(let p=0;p<s[f].length;p+=1)n+=2+s[f][p].length}const o=new Uint8Array(n);o.set(r,0),n=r.length;const c=s.length-1;for(let f=0;f<s.length;f+=1){o.set(new Uint8Array([32+f|(f===c?128:0),0,s[f].length]),n),n+=3;for(let p=0;p<s[f].length;p+=1)o.set(new Uint8Array([s[f][p].length>>8,s[f][p].length&255]),n),n+=2,o.set(s[f][p],n),n+=s[f][p].length}const l=b.box(b.types.hvcC,o),h=e.width,u=e.height,d=e.pixelRatio[0],g=e.pixelRatio[1];return b.box(b.types.hvc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,h>>8&255,h&255,u>>8&255,u&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),l,b.box(b.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),b.box(b.types.pasp,new Uint8Array([d>>24,d>>16&255,d>>8&255,d&255,g>>24,g>>16&255,g>>8&255,g&255])))}}b.types=void 0;b.HDLR_TYPES=void 0;b.STTS=void 0;b.STSC=void 0;b.STCO=void 0;b.STSZ=void 0;b.VMHD=void 0;b.SMHD=void 0;b.STSD=void 0;b.FTYP=void 0;b.DINF=void 0;const ao=9e4;function vr(a,e,t=1,s=!1){const i=a*e*t;return s?Math.round(i):i}function zh(a,e,t=1,s=!1){return vr(a,e,1/t,s)}function Zt(a,e=!1){return vr(a,1e3,1/ao,e)}function Xh(a,e=1){return vr(a,ao,1/e)}function In(a){const{baseTime:e,timescale:t,trackId:s}=a;return`${e/t} (${e}/${t}) trackId: ${s}`}const Qh=10*1e3,Zh=1024,Jh=1152,eu=1536;let $t=null,Ei=null;function Ln(a,e,t,s){return{duration:e,size:t,cts:s,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:a?2:1,isNonSync:a?0:1}}}class ws extends ze{constructor(e,t,s,i){if(super("mp4-remuxer",i),this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextVideoTs=null,this.nextAudioTs=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.ISGenerated=!1,$t===null){const n=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);$t=n?parseInt(n[1]):0}if(Ei===null){const r=navigator.userAgent.match(/Safari\/(\d+)/i);Ei=r?parseInt(r[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(e){const t=this._initPTS;(!t||!e||e.trackId!==t.trackId||e.baseTime!==t.baseTime||e.timescale!==t.timescale)&&this.log(`Reset initPTS: ${t&&In(t)} > ${e&&In(e)}`),this._initPTS=this._initDTS=e}resetNextTimestamp(){this.log("reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1}resetInitSegment(){this.log("ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0}getVideoStartPts(e){let t=!1;const s=e[0].pts,i=e.reduce((r,n)=>{let o=n.pts,c=o-r;return c<-4294967296&&(t=!0,o=Ye(o,s),c=o-r),c>0?r:o},s);return t&&this.debug("PTS rollover detected"),i}remux(e,t,s,i,r,n,o,c){let l,h,u,d,g,f,p=r,y=r;const E=e.pid>-1,v=t.pid>-1,T=t.samples.length,S=e.samples.length>0,x=o&&T>0||T>1;if((!E||S)&&(!v||x)||this.ISGenerated||o){if(this.ISGenerated){var A,L,R,I;const G=this.videoTrackConfig;(G&&(t.width!==G.width||t.height!==G.height||((A=t.pixelRatio)==null?void 0:A[0])!==((L=G.pixelRatio)==null?void 0:L[0])||((R=t.pixelRatio)==null?void 0:R[1])!==((I=G.pixelRatio)==null?void 0:I[1]))||!G&&x||this.nextAudioTs===null&&S)&&this.resetInitSegment()}this.ISGenerated||(u=this.generateIS(e,t,r,n));const C=this.isVideoContiguous;let $=-1,V;if(x&&($=tu(t.samples),!C&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,$>0){this.warn(`Dropped ${$} out of ${T} video samples due to a missing keyframe`);const G=this.getVideoStartPts(t.samples);t.samples=t.samples.slice($),t.dropped+=$,y+=(t.samples[0].pts-G)/t.inputTimeScale,V=y}else $===-1&&(this.warn(`No keyframe found out of ${T} video samples`),f=!1);if(this.ISGenerated){if(S&&x){const G=this.getVideoStartPts(t.samples),k=(Ye(e.samples[0].pts,G)-G)/t.inputTimeScale;p+=Math.max(0,k),y+=Math.max(0,-k)}if(S){if(e.samplerate||(this.warn("regenerate InitSegment as audio detected"),u=this.generateIS(e,t,r,n)),h=this.remuxAudio(e,p,this.isAudioContiguous,n,v||x||c===Y.AUDIO?y:void 0),x){const G=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),u=this.generateIS(e,t,r,n)),l=this.remuxVideo(t,y,C,G)}}else x&&(l=this.remuxVideo(t,y,C,0));l&&(l.firstKeyFrame=$,l.independent=$!==-1,l.firstKeyFramePTS=V)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(g=oo(s,r,this._initPTS,this._initDTS)),i.samples.length&&(d=lo(i,r,this._initPTS))),{audio:h,video:l,initSegment:u,independent:f,text:d,id3:g}}computeInitPts(e,t,s,i){const r=Math.round(s*t);let n=Ye(e,r);if(n<r+t)for(this.log(`Adjusting PTS for rollover in timeline near ${(r-n)/t} ${i}`);n<r+t;)n+=8589934592;return n-r}generateIS(e,t,s,i){const r=e.samples,n=t.samples,o=this.typeSupported,c={},l=this._initPTS;let h=!l||i,u="audio/mp4",d,g,f,p=-1;if(h&&(d=g=1/0),e.config&&r.length){switch(e.timescale=e.samplerate,e.segmentCodec){case"mp3":o.mpeg?(u="audio/mpeg",e.codec=""):o.mp3&&(e.codec="mp3");break;case"ac3":e.codec="ac-3";break}c.audio={id:"audio",container:u,codec:e.codec,initSegment:e.segmentCodec==="mp3"&&o.mpeg?new Uint8Array(0):b.initSegment([e]),metadata:{channelCount:e.channelCount}},h&&(p=e.id,f=e.inputTimeScale,!l||f!==l.timescale?d=g=this.computeInitPts(r[0].pts,f,s,"audio"):h=!1)}if(t.sps&&t.pps&&n.length){if(t.timescale=t.inputTimeScale,c.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:b.initSegment([t]),metadata:{width:t.width,height:t.height}},h)if(p=t.id,f=t.inputTimeScale,!l||f!==l.timescale){const y=this.getVideoStartPts(n),E=Ye(n[0].dts,y),v=this.computeInitPts(E,f,s,"video"),T=this.computeInitPts(y,f,s,"video");g=Math.min(g,v),d=Math.min(d,T)}else h=!1;this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(c).length)return this.ISGenerated=!0,h?(l&&this.warn(`Timestamps at playlist time: ${i?"":"~"}${s} ${d/f} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${d/f} (${d}/${f}) trackId: ${p}`),this._initPTS={baseTime:d,timescale:f,trackId:p},this._initDTS={baseTime:g,timescale:f,trackId:p}):d=f=void 0,{tracks:c,initPTS:d,timescale:f,trackId:p}}remuxVideo(e,t,s,i){const r=e.inputTimeScale,n=e.samples,o=[],c=n.length,l=this._initPTS,h=l.baseTime*r/l.timescale;let u=this.nextVideoTs,d=8,g=this.videoSampleDuration,f,p,y=Number.POSITIVE_INFINITY,E=Number.NEGATIVE_INFINITY,v=!1;if(!s||u===null){const B=h+t*r,U=n[0].pts-Ye(n[0].dts,n[0].pts);$t&&u!==null&&Math.abs(B-U-(u+h))<15e3?s=!0:u=B-U-h}const T=u+h;for(let B=0;B<c;B++){const U=n[B];U.pts=Ye(U.pts,T),U.dts=Ye(U.dts,T),U.dts<n[B>0?B-1:B].dts&&(v=!0)}v&&n.sort(function(B,U){const z=B.dts-U.dts,Z=B.pts-U.pts;return z||Z}),f=n[0].dts,p=n[n.length-1].dts;const S=p-f,x=S?Math.round(S/(c-1)):g||e.inputTimeScale/30;if(s){const B=f-T,U=B>x,z=B<-1;if((U||z)&&(U?this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${Zt(B,!0)} ms (${B}dts) hole between fragments detected at ${t.toFixed(3)}`):this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${Zt(-B,!0)} ms (${B}dts) overlapping between fragments detected at ${t.toFixed(3)}`),!z||T>=n[0].pts||$t)){f=T;const Z=n[0].pts-B;if(U)n[0].dts=f,n[0].pts=Z;else{let j=!0;for(let J=0;J<n.length&&!(n[J].dts>Z&&j);J++){const de=n[J].pts;if(n[J].dts-=B,n[J].pts-=B,J<n.length-1){const ce=n[J+1].pts,ge=n[J].pts,Oe=ce<=ge,Le=ce<=de;j=Oe==Le}}}this.log(`Video: Initial PTS/DTS adjusted: ${Zt(Z,!0)}/${Zt(f,!0)}, delta: ${Zt(B,!0)} ms`)}}f=Math.max(0,f);let D=0,A=0,L=f;for(let B=0;B<c;B++){const U=n[B],z=U.units,Z=z.length;let j=0;for(let J=0;J<Z;J++)j+=z[J].data.length;A+=j,D+=Z,U.length=j,U.dts<L?(U.dts=L,L+=x/4|0||1):L=U.dts,y=Math.min(U.pts,y),E=Math.max(U.pts,E)}p=n[c-1].dts;const R=A+4*D+8;let I;try{I=new Uint8Array(R)}catch(B){this.observer.emit(m.ERROR,m.ERROR,{type:W.MUX_ERROR,details:_.REMUX_ALLOC_ERROR,fatal:!1,error:B,bytes:R,reason:`fail allocating video mdat ${R}`});return}const C=new DataView(I.buffer);C.setUint32(0,R),I.set(b.types.mdat,4);let $=!1,V=Number.POSITIVE_INFINITY,G=Number.POSITIVE_INFINITY,O=Number.NEGATIVE_INFINITY,k=Number.NEGATIVE_INFINITY;for(let B=0;B<c;B++){const U=n[B],z=U.units;let Z=0;for(let de=0,ce=z.length;de<ce;de++){const ge=z[de],Oe=ge.data,Le=ge.data.byteLength;C.setUint32(d,Le),d+=4,I.set(Oe,d),d+=Le,Z+=4+Le}let j;if(B<c-1)g=n[B+1].dts-U.dts,j=n[B+1].pts-U.pts;else{const de=this.config,ce=B>0?U.dts-n[B-1].dts:x;if(j=B>0?U.pts-n[B-1].pts:x,de.stretchShortVideoTrack&&this.nextAudioTs!==null){const ge=Math.floor(de.maxBufferHole*r),Oe=(i?y+i*r:this.nextAudioTs+h)-U.pts;Oe>ge?(g=Oe-ce,g<0?g=ce:$=!0,this.log(`It is approximately ${Oe/90} ms to the next segment; using duration ${g/90} ms for the last video frame.`)):g=ce}else g=ce}const J=Math.round(U.pts-U.dts);V=Math.min(V,g),O=Math.max(O,g),G=Math.min(G,j),k=Math.max(k,j),o.push(Ln(U.key,g,Z,J))}if(o.length){if($t){if($t<70){const B=o[0].flags;B.dependsOn=2,B.isNonSync=0}}else if(Ei&&k-G<O-V&&x/O<.025&&o[0].cts===0){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let B=f;for(let U=0,z=o.length;U<z;U++){const Z=B+o[U].duration,j=B+o[U].cts;if(U<z-1){const J=Z+o[U+1].cts;o[U].duration=J-j}else o[U].duration=U?o[U-1].duration:x;o[U].cts=0,B=Z}}}g=$||!g?x:g;const N=p+g;this.nextVideoTs=u=N-h,this.videoSampleDuration=g,this.isVideoContiguous=!0;const K={data1:b.moof(e.sequenceNumber++,f,le(e,{samples:o})),data2:I,startPTS:(y-h)/r,endPTS:(E+g-h)/r,startDTS:(f-h)/r,endDTS:u/r,type:"video",hasAudio:!1,hasVideo:!0,nb:o.length,dropped:e.dropped};return e.samples=[],e.dropped=0,K}getSamplesPerFrame(e){switch(e.segmentCodec){case"mp3":return Jh;case"ac3":return eu;default:return Zh}}remuxAudio(e,t,s,i,r){const n=e.inputTimeScale,o=e.samplerate?e.samplerate:n,c=n/o,l=this.getSamplesPerFrame(e),h=l*c,u=this._initPTS,d=e.segmentCodec==="mp3"&&this.typeSupported.mpeg,g=[],f=r!==void 0;let p=e.samples,y=d?0:8,E=this.nextAudioTs||-1;const v=u.baseTime*n/u.timescale,T=v+t*n;if(this.isAudioContiguous=s=s||p.length&&E>0&&(i&&Math.abs(T-(E+v))<9e3||Math.abs(Ye(p[0].pts,T)-(E+v))<20*h),p.forEach(function(k){k.pts=Ye(k.pts,T)}),!s||E<0){const k=p.length;if(p=p.filter(N=>N.pts>=0),k!==p.length&&this.warn(`Removed ${p.length-k} of ${k} samples (initPTS ${v} / ${n})`),!p.length)return;r===0?E=0:i&&!f?E=Math.max(0,T-v):E=p[0].pts-v}if(e.segmentCodec==="aac"){const k=this.config.maxAudioFramesDrift;for(let N=0,P=E+v;N<p.length;N++){const M=p[N],K=M.pts,B=K-P,U=Math.abs(1e3*B/n);if(B<=-k*h&&f)N===0&&(this.warn(`Audio frame @ ${(K/n).toFixed(3)}s overlaps marker by ${Math.round(1e3*B/n)} ms.`),this.nextAudioTs=E=K-v,P=K);else if(B>=k*h&&U<Qh&&f){let z=Math.round(B/h);for(P=K-z*h;P<0&&z&&h;)z--,P+=h;N===0&&(this.nextAudioTs=E=P-v),this.warn(`Injecting ${z} audio frames @ ${((P-v)/n).toFixed(3)}s due to ${Math.round(1e3*B/n)} ms gap.`);for(let Z=0;Z<z;Z++){let j=jh.getSilentFrame(e.parsedCodec||e.manifestCodec||e.codec,e.channelCount);j||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),j=M.unit.subarray()),p.splice(N,0,{unit:j,pts:P}),P+=h,N++}}M.pts=P,P+=h}}let S=null,x=null,D,A=0,L=p.length;for(;L--;)A+=p[L].unit.byteLength;for(let k=0,N=p.length;k<N;k++){const P=p[k],M=P.unit;let K=P.pts;if(x!==null){const U=g[k-1];U.duration=Math.round((K-x)/c)}else if(s&&e.segmentCodec==="aac"&&(K=E+v),S=K,A>0){A+=y;try{D=new Uint8Array(A)}catch(U){this.observer.emit(m.ERROR,m.ERROR,{type:W.MUX_ERROR,details:_.REMUX_ALLOC_ERROR,fatal:!1,error:U,bytes:A,reason:`fail allocating audio mdat ${A}`});return}d||(new DataView(D.buffer).setUint32(0,A),D.set(b.types.mdat,4))}else return;D.set(M,y);const B=M.byteLength;y+=B,g.push(Ln(!0,l,B,0)),x=K}const R=g.length;if(!R)return;const I=g[g.length-1];E=x-v,this.nextAudioTs=E+c*I.duration;const C=d?new Uint8Array(0):b.moof(e.sequenceNumber++,S/c,le({},e,{samples:g}));e.samples=[];const $=(S-v)/n,V=this.nextAudioTs/n,O={data1:C,data2:D,startPTS:$,endPTS:V,startDTS:$,endDTS:V,type:"audio",hasAudio:!0,hasVideo:!1,nb:R};return this.isAudioContiguous=!0,O}}function Ye(a,e){let t;if(e===null)return a;for(e<a?t=-8589934592:t=8589934592;Math.abs(a-e)>4294967296;)a+=t;return a}function tu(a){for(let e=0;e<a.length;e++)if(a[e].key)return e;return-1}function oo(a,e,t,s){const i=a.samples.length;if(!i)return;const r=a.inputTimeScale;for(let o=0;o<i;o++){const c=a.samples[o];c.pts=Ye(c.pts-t.baseTime*r/t.timescale,e*r)/r,c.dts=Ye(c.dts-s.baseTime*r/s.timescale,e*r)/r}const n=a.samples;return a.samples=[],{samples:n}}function lo(a,e,t){const s=a.samples.length;if(!s)return;const i=a.inputTimeScale;for(let n=0;n<s;n++){const o=a.samples[n];o.pts=Ye(o.pts-t.baseTime*i/t.timescale,e*i)/i}a.samples.sort((n,o)=>n.pts-o.pts);const r=a.samples;return a.samples=[],{samples:r}}class su extends ze{constructor(e,t,s,i){super("passthrough-remuxer",i),this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=null,this.initTracks=void 0,this.lastEndTime=null,this.isVideoContiguous=!1}destroy(){}resetTimeStamp(e){this.lastEndTime=null;const t=this.initPTS;t&&e&&t.baseTime===e.baseTime&&t.timescale===e.timescale||(this.initPTS=e)}resetNextTimestamp(){this.isVideoContiguous=!1,this.lastEndTime=null}resetInitSegment(e,t,s,i){this.audioCodec=t,this.videoCodec=s,this.generateInitSegment(e,i),this.emitInitSegment=!0}generateInitSegment(e,t){let{audioCodec:s,videoCodec:i}=this;if(!(e!=null&&e.byteLength)){this.initTracks=void 0,this.initData=void 0;return}const{audio:r,video:n}=this.initData=ga(e);if(t)Vl(e,t);else{const c=r||n;c!=null&&c.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${c.codec}")!`)}r&&(s=Rn(r,he.AUDIO,this)),n&&(i=Rn(n,he.VIDEO,this));const o={};r&&n?o.audiovideo={container:"video/mp4",codec:s+","+i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:r?o.audio={container:"audio/mp4",codec:s,encrypted:r.encrypted,initSegment:e,id:"audio"}:n?o.video={container:"video/mp4",codec:i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=o}remux(e,t,s,i,r,n){var o,c;let{initPTS:l,lastEndTime:h}=this;const u={audio:void 0,video:void 0,text:i,id3:s,initSegment:void 0};H(h)||(h=this.lastEndTime=r||0);const d=t.samples;if(!d.length)return u;const g={initPTS:void 0,timescale:void 0,trackId:void 0};let f=this.initData;if((o=f)!=null&&o.length||(this.generateInitSegment(d),f=this.initData),!((c=f)!=null&&c.length))return this.warn("Failed to generate initSegment."),u;this.emitInitSegment&&(g.tracks=this.initTracks,this.emitInitSegment=!1);const p=Yl(d,f,this),y=f.audio?p[f.audio.id]:null,E=f.video?p[f.video.id]:null,v=Ss(E,1/0),T=Ss(y,1/0),S=Ss(E,0,!0),x=Ss(y,0,!0);let D=r,A=0;const L=y&&(!E||!l&&T<v||l&&l.trackId===f.audio.id),R=L?y:E;if(R){const P=R.timescale,M=R.start-r*P,K=L?f.audio.id:f.video.id;D=R.start/P,A=L?x-T:S-v,(n||!l)&&(iu(l,D,r,A)||P!==l.timescale)&&(l&&this.warn(`Timestamps at playlist time: ${n?"":"~"}${r} ${M/P} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${r} offset: ${D-r} (${M}/${P}) trackId: ${K}`),l=null,g.initPTS=M,g.timescale=P,g.trackId=K)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${r}`);l?(g.initPTS=l.baseTime,g.timescale=l.timescale,g.trackId=l.trackId):((!g.timescale||g.trackId===void 0||g.initPTS===void 0)&&(this.warn("Could not set initPTS"),g.initPTS=D,g.timescale=1,g.trackId=-1),this.initPTS=l={baseTime:g.initPTS,timescale:g.timescale,trackId:g.trackId});const I=D-l.baseTime/l.timescale,C=I+A;A>0?this.lastEndTime=C:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const $=!!f.audio,V=!!f.video;let G="";$&&(G+="audio"),V&&(G+="video");const O=(f.audio?f.audio.encrypted:!1)||(f.video?f.video.encrypted:!1),k={data1:d,startPTS:I,startDTS:I,endPTS:C,endDTS:C,type:G,hasAudio:$,hasVideo:V,nb:1,dropped:0,encrypted:O};u.audio=$&&!V?k:void 0,u.video=V?k:void 0;const N=E?.sampleCount;if(N){const P=E.keyFrameIndex,M=P!==-1;k.nb=N,k.dropped=P===0||this.isVideoContiguous?0:M?P:N,k.independent=M,k.firstKeyFrame=P,M&&E.keyFrameStart&&(k.firstKeyFramePTS=(E.keyFrameStart-l.baseTime)/l.timescale),this.isVideoContiguous||(u.independent=M),this.isVideoContiguous||(this.isVideoContiguous=M),k.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${P}/${N} dropped: ${k.dropped} start: ${k.firstKeyFramePTS||"NA"}`)}return u.initSegment=g,u.id3=oo(s,r,l,l),i.samples.length&&(u.text=lo(i,r,l)),u}}function Ss(a,e,t=!1){return a?.start!==void 0?(a.start+(t?a.duration:0))/a.timescale:e}function iu(a,e,t,s){if(a===null)return!0;const i=Math.max(s,1),r=e-a.baseTime/a.timescale;return Math.abs(r-t)>i}function Rn(a,e,t){const s=a.codec;return s&&s.length>4?s:e===he.AUDIO?s==="ec-3"||s==="ac-3"||s==="alac"?s:s==="fLaC"||s==="Opus"?Gs(s,!1):(t.warn(`Unhandled audio codec "${s}" in mp4 MAP`),s||"mp4a"):(t.warn(`Unhandled video codec "${s}" in mp4 MAP`),s||"avc1")}let mt;try{mt=self.performance.now.bind(self.performance)}catch{mt=Date.now}const Os=[{demux:Kh,remux:su},{demux:xt,remux:ws},{demux:Bh,remux:ws},{demux:$h,remux:ws}];Os.splice(2,0,{demux:Uh,remux:ws});class bn{constructor(e,t,s,i,r,n){this.asyncResult=!1,this.logger=void 0,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=e,this.typeSupported=t,this.config=s,this.id=r,this.logger=n}configure(e){this.transmuxConfig=e,this.decrypter&&this.decrypter.reset()}push(e,t,s,i){const r=s.transmuxing;r.executeStart=mt();let n=new Uint8Array(e);const{currentTransmuxState:o,transmuxConfig:c}=this;i&&(this.currentTransmuxState=i);const{contiguous:l,discontinuity:h,trackSwitch:u,accurateTimeOffset:d,timeOffset:g,initSegmentChange:f}=i||o,{audioCodec:p,videoCodec:y,defaultInitPts:E,duration:v,initSegmentData:T}=c,S=ru(n,t);if(S&&Ht(S.method)){const L=this.getDecrypter(),R=hr(S.method);if(L.isSync()){let I=L.softwareDecrypt(n,S.key.buffer,S.iv.buffer,R);if(s.part>-1){const $=L.flush();I=$&&$.buffer}if(!I)return r.executeEnd=mt(),vi(s);n=new Uint8Array(I)}else return this.asyncResult=!0,this.decryptionPromise=L.webCryptoDecrypt(n,S.key.buffer,S.iv.buffer,R).then(I=>{const C=this.push(I,null,s);return this.decryptionPromise=null,C}),this.decryptionPromise}const x=this.needsProbing(h,u);if(x){const L=this.configureTransmuxer(n);if(L)return this.logger.warn(`[transmuxer] ${L.message}`),this.observer.emit(m.ERROR,m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,fatal:!1,error:L,reason:L.message}),r.executeEnd=mt(),vi(s)}(h||u||f||x)&&this.resetInitSegment(T,p,y,v,t),(h||f||x)&&this.resetInitialTimestamp(E),l||this.resetContiguity();const D=this.transmux(n,S,g,d,s);this.asyncResult=hs(D);const A=this.currentTransmuxState;return A.contiguous=!0,A.discontinuity=!1,A.trackSwitch=!1,r.executeEnd=mt(),D}flush(e){const t=e.transmuxing;t.executeStart=mt();const{decrypter:s,currentTransmuxState:i,decryptionPromise:r}=this;if(r)return this.asyncResult=!0,r.then(()=>this.flush(e));const n=[],{timeOffset:o}=i;if(s){const u=s.flush();u&&n.push(this.push(u.buffer,null,e))}const{demuxer:c,remuxer:l}=this;if(!c||!l){t.executeEnd=mt();const u=[vi(e)];return this.asyncResult?Promise.resolve(u):u}const h=c.flush(o);return hs(h)?(this.asyncResult=!0,h.then(u=>(this.flushRemux(n,u,e),n))):(this.flushRemux(n,h,e),this.asyncResult?Promise.resolve(n):n)}flushRemux(e,t,s){const{audioTrack:i,videoTrack:r,id3Track:n,textTrack:o}=t,{accurateTimeOffset:c,timeOffset:l}=this.currentTransmuxState;this.logger.log(`[transmuxer.ts]: Flushed ${this.id} sn: ${s.sn}${s.part>-1?" part: "+s.part:""} of ${this.id===Y.MAIN?"level":"track"} ${s.level}`);const h=this.remuxer.remux(i,r,n,o,l,c,!0,this.id);e.push({remuxResult:h,chunkMeta:s}),s.transmuxing.executeEnd=mt()}resetInitialTimestamp(e){const{demuxer:t,remuxer:s}=this;!t||!s||(t.resetTimeStamp(e),s.resetTimeStamp(e))}resetContiguity(){const{demuxer:e,remuxer:t}=this;!e||!t||(e.resetContiguity(),t.resetNextTimestamp())}resetInitSegment(e,t,s,i,r){const{demuxer:n,remuxer:o}=this;!n||!o||(n.resetInitSegment(e,t,s,i),o.resetInitSegment(e,t,s,r))}destroy(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)}transmux(e,t,s,i,r){let n;return t&&t.method==="SAMPLE-AES"?n=this.transmuxSampleAes(e,t,s,i,r):n=this.transmuxUnencrypted(e,s,i,r),n}transmuxUnencrypted(e,t,s,i){const{audioTrack:r,videoTrack:n,id3Track:o,textTrack:c}=this.demuxer.demux(e,t,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(r,n,o,c,t,s,!1,this.id),chunkMeta:i}}transmuxSampleAes(e,t,s,i,r){return this.demuxer.demuxSampleAes(e,t,s).then(n=>({remuxResult:this.remuxer.remux(n.audioTrack,n.videoTrack,n.id3Track,n.textTrack,s,i,!1,this.id),chunkMeta:r}))}configureTransmuxer(e){const{config:t,observer:s,typeSupported:i}=this;let r;for(let u=0,d=Os.length;u<d;u++){var n;if((n=Os[u].demux)!=null&&n.probe(e,this.logger)){r=Os[u];break}}if(!r)return new Error("Failed to find demuxer by probing fragment data");const o=this.demuxer,c=this.remuxer,l=r.remux,h=r.demux;(!c||!(c instanceof l))&&(this.remuxer=new l(s,t,i,this.logger)),(!o||!(o instanceof h))&&(this.demuxer=new h(s,t,i,this.logger),this.probe=h.probe)}needsProbing(e,t){return!this.demuxer||!this.remuxer||e||t}getDecrypter(){let e=this.decrypter;return e||(e=this.decrypter=new lr(this.config)),e}}function ru(a,e){let t=null;return a.byteLength>0&&e?.key!=null&&e.iv!==null&&e.method!=null&&(t=e),t}const vi=a=>({remuxResult:{},chunkMeta:a});function hs(a){return"then"in a&&a.then instanceof Function}class nu{constructor(e,t,s,i,r){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=e,this.videoCodec=t,this.initSegmentData=s,this.duration=i,this.defaultInitPts=r||null}}class au{constructor(e,t,s,i,r,n){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=e,this.contiguous=t,this.accurateTimeOffset=s,this.trackSwitch=i,this.timeOffset=r,this.initSegmentChange=n}}let _n=0;class co{constructor(e,t,s,i){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=_n++,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.onWorkerMessage=c=>{const l=c.data,h=this.hls;if(!(!h||!(l!=null&&l.event)||l.instanceNo!==this.instanceNo))switch(l.event){case"init":{var u;const d=(u=this.workerContext)==null?void 0:u.objectURL;d&&self.URL.revokeObjectURL(d);break}case"transmuxComplete":{this.handleTransmuxComplete(l.data);break}case"flush":{this.onFlush(l.data);break}case"workerLog":{h.logger[l.data.logType]&&h.logger[l.data.logType](l.data.message);break}default:{l.data=l.data||{},l.data.frag=this.frag,l.data.part=this.part,l.data.id=this.id,h.trigger(l.event,l.data);break}}},this.onWorkerError=c=>{if(!this.hls)return;const l=new Error(`${c.message} (${c.filename}:${c.lineno})`);this.hls.config.enableWorker=!1,this.hls.logger.warn(`Error in "${this.id}" Web Worker, fallback to inline`),this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:l})};const r=e.config;this.hls=e,this.id=t,this.useWorker=!!r.enableWorker,this.onTransmuxComplete=s,this.onFlush=i;const n=(c,l)=>{l=l||{},l.frag=this.frag||void 0,c===m.ERROR&&(l=l,l.parent=this.id,l.part=this.part,this.error=l.error),this.hls.trigger(c,l)};this.observer=new fr,this.observer.on(m.FRAG_DECRYPTED,n),this.observer.on(m.ERROR,n);const o=Kr(r.preferManagedMediaSource);if(this.useWorker&&typeof Worker<"u"){const c=this.hls.logger;if(r.workerPath||hh()){try{r.workerPath?(c.log(`loading Web Worker ${r.workerPath} for "${t}"`),this.workerContext=dh(r.workerPath)):(c.log(`injecting Web Worker for "${t}"`),this.workerContext=uh());const{worker:h}=this.workerContext;h.addEventListener("message",this.onWorkerMessage),h.addEventListener("error",this.onWorkerError),h.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:o,id:t,config:ue(r)})}catch(h){c.warn(`Error setting up "${t}" Web Worker, fallback to inline`,h),this.terminateWorker(),this.error=null,this.transmuxer=new bn(this.observer,o,r,"",t,e.logger)}return}}this.transmuxer=new bn(this.observer,o,r,"",t,e.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const e=this.instanceNo;this.instanceNo=_n++;const t=this.hls.config,s=Kr(t.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:e,typeSupported:s,id:this.id,config:ue(t)})}}terminateWorker(){if(this.workerContext){const{worker:e}=this.workerContext;this.workerContext=null,e.removeEventListener("message",this.onWorkerMessage),e.removeEventListener("error",this.onWorkerError),fh(this.hls.config.workerPath)}}destroy(){if(this.workerContext)this.terminateWorker(),this.onWorkerMessage=this.onWorkerError=null;else{const t=this.transmuxer;t&&(t.destroy(),this.transmuxer=null)}const e=this.observer;e&&e.removeAllListeners(),this.frag=null,this.part=null,this.observer=null,this.hls=null}push(e,t,s,i,r,n,o,c,l,h){var u,d;l.transmuxing.start=self.performance.now();const{instanceNo:g,transmuxer:f}=this,p=n?n.start:r.start,y=r.decryptdata,E=this.frag,v=!(E&&r.cc===E.cc),T=!(E&&l.level===E.level),S=E?l.sn-E.sn:-1,x=this.part?l.part-this.part.index:-1,D=S===0&&l.id>1&&l.id===E?.stats.chunkCount,A=!T&&(S===1||S===0&&(x===1||D&&x<=0)),L=self.performance.now();(T||S||r.stats.parsing.start===0)&&(r.stats.parsing.start=L),n&&(x||!A)&&(n.stats.parsing.start=L);const R=!(E&&((u=r.initSegment)==null?void 0:u.url)===((d=E.initSegment)==null?void 0:d.url)),I=new au(v,A,c,T,p,R);if(!A||v||R){this.hls.logger.log(`[transmuxer-interface]: Starting new transmux session for ${r.type} sn: ${l.sn}${l.part>-1?" part: "+l.part:""} ${this.id===Y.MAIN?"level":"track"}: ${l.level} id: ${l.id} 17 - discontinuity: ${v} 18 - trackSwitch: ${T} 19 - contiguous: ${A} 20 - accurateTimeOffset: ${c} 21 - timeOffset: ${p} 22 - initSegmentChange: ${R}`);const C=new nu(s,i,t,o,h);this.configureTransmuxer(C)}if(this.frag=r,this.part=n,this.workerContext)this.workerContext.worker.postMessage({instanceNo:g,cmd:"demux",data:e,decryptdata:y,chunkMeta:l,state:I},e instanceof ArrayBuffer?[e]:[]);else if(f){const C=f.push(e,y,l,I);hs(C)?C.then($=>{this.handleTransmuxComplete($)}).catch($=>{this.transmuxerError($,l,"transmuxer-interface push error")}):this.handleTransmuxComplete(C)}}flush(e){e.transmuxing.start=self.performance.now();const{instanceNo:t,transmuxer:s}=this;if(this.workerContext)this.workerContext.worker.postMessage({instanceNo:t,cmd:"flush",chunkMeta:e});else if(s){const i=s.flush(e);hs(i)?i.then(r=>{this.handleFlushResult(r,e)}).catch(r=>{this.transmuxerError(r,e,"transmuxer-interface flush error")}):this.handleFlushResult(i,e)}}transmuxerError(e,t,s){this.hls&&(this.error=e,this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||void 0,part:this.part||void 0,fatal:!1,error:e,err:e,reason:s}))}handleFlushResult(e,t){e.forEach(s=>{this.handleTransmuxComplete(s)}),this.onFlush(t)}configureTransmuxer(e){const{instanceNo:t,transmuxer:s}=this;this.workerContext?this.workerContext.worker.postMessage({instanceNo:t,cmd:"configure",config:e}):s&&s.configure(e)}handleTransmuxComplete(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)}}const Dn=100;class ou extends dr{constructor(e,t,s){super(e,t,s,"audio-stream-controller",Y.AUDIO),this.mainAnchor=null,this.mainFragLoading=null,this.audioOnly=!1,this.bufferedTrack=null,this.switchingTrack=null,this.trackId=-1,this.waitingData=null,this.mainDetails=null,this.flushing=!1,this.bufferFlushed=!1,this.cachedTrackLoadedData=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.resetItem()}resetItem(){this.mainDetails=this.mainAnchor=this.mainFragLoading=this.bufferedTrack=this.switchingTrack=this.waitingData=this.cachedTrackLoadedData=null}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.on(m.BUFFER_RESET,this.onBufferReset,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){const{hls:e}=this;e&&(super.unregisterListeners(),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.off(m.BUFFER_RESET,this.onBufferReset,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this))}onInitPtsFound(e,{frag:t,id:s,initPTS:i,timescale:r,trackId:n}){if(s===Y.MAIN){const o=t.cc,c=this.fragCurrent;if(this.initPTS[o]={baseTime:i,timescale:r,trackId:n},this.log(`InitPTS for cc: ${o} found from main: ${i/r} (${i}/${r}) trackId: ${n}`),this.mainAnchor=t,this.state===w.WAITING_INIT_PTS){const l=this.waitingData;(!l&&!this.loadingParts||l&&l.frag.cc!==o)&&this.syncWithAnchor(t,l?.frag)}else!this.hls.hasEnoughToStart&&c&&c.cc!==o?(c.abortRequests(),this.syncWithAnchor(t,c)):this.state===w.IDLE&&this.tick()}}getLoadPosition(){return!this.startFragRequested&&this.nextLoadPosition>=0?this.nextLoadPosition:super.getLoadPosition()}syncWithAnchor(e,t){var s;const i=((s=this.mainFragLoading)==null?void 0:s.frag)||null;if(t&&i?.cc===t.cc)return;const r=(i||e).cc,n=this.getLevelDetails(),o=this.getLoadPosition(),c=La(n,r,o);c&&(this.log(`Syncing with main frag at ${c.start} cc ${c.cc}`),this.startFragRequested=!1,this.nextLoadPosition=c.start,this.resetLoadingState(),this.state===w.IDLE&&this.doTickIdle())}startLoad(e,t){if(!this.levels){this.startPosition=e,this.state=w.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(Dn),s>0&&e===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),e=s,this.state=w.IDLE):this.state=w.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}doTick(){switch(this.state){case w.IDLE:this.doTickIdle();break;case w.WAITING_TRACK:{const{levels:e,trackId:t}=this,s=e?.[t],i=s?.details;if(i&&!this.waitForLive(s)){if(this.waitForCdnTuneIn(i))break;this.state=w.WAITING_INIT_PTS}break}case w.FRAG_LOADING_WAITING_RETRY:{this.checkRetryDate();break}case w.WAITING_INIT_PTS:{const e=this.waitingData;if(e){const{frag:t,part:s,cache:i,complete:r}=e,n=this.mainAnchor;if(this.initPTS[t.cc]!==void 0){this.waitingData=null,this.state=w.FRAG_LOADING;const o=i.flush().buffer,c={frag:t,part:s,payload:o,networkDetails:null};this._handleFragmentLoadProgress(c),r&&super._handleFragmentLoadComplete(c)}else n&&n.cc!==e.frag.cc&&this.syncWithAnchor(n,e.frag)}else this.state=w.IDLE}}this.onTickEnd()}resetLoadingState(){const e=this.waitingData;e&&(this.fragmentTracker.removeFragment(e.frag),this.waitingData=null),super.resetLoadingState()}onTickEnd(){const{media:e}=this;e!=null&&e.readyState&&(this.lastCurrentTime=e.currentTime)}doTickIdle(){var e;const{hls:t,levels:s,media:i,trackId:r}=this,n=t.config;if(!this.buffering||!i&&!this.primaryPrefetch&&(this.startFragRequested||!n.startFragPrefetch)||!(s!=null&&s[r]))return;const o=s[r],c=o.details;if(!c||this.waitForLive(o)||this.waitForCdnTuneIn(c)){this.state=w.WAITING_TRACK,this.startFragRequested=!1;return}const l=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&l&&(this.bufferFlushed=!1,this.afterBufferFlushed(l,he.AUDIO,Y.AUDIO));const h=this.getFwdBufferInfo(l,Y.AUDIO);if(h===null)return;if(!this.switchingTrack&&this._streamEnded(h,c)){t.trigger(m.BUFFER_EOS,{type:"audio"}),this.state=w.ENDED;return}const u=h.len,d=t.maxBufferLength,g=c.fragments,f=g[0].start,p=this.getLoadPosition(),y=this.flushing?p:h.end;if(this.switchingTrack&&i){const T=p;c.PTSKnown&&T<f&&(h.end>f||h.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),i.currentTime=f+.05)}if(u>=d&&!this.switchingTrack&&y<g[g.length-1].start)return;let E=this.getNextFragment(y,c);if(E&&this.isLoopLoading(E,y)&&(E=this.getNextFragmentLoopLoading(E,c,h,Y.MAIN,d)),!E){this.bufferFlushed=!0;return}let v=((e=this.mainFragLoading)==null?void 0:e.frag)||null;if(!this.audioOnly&&this.startFragRequested&&v&&Se(E)&&!E.endList&&(!c.live||!this.loadingParts&&y<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(v)===Ie.OK&&(this.mainFragLoading=v=null),v&&Se(v))){if(E.start>v.end){const S=this.fragmentTracker.getFragAtPos(y,Y.MAIN);S&&S.end>v.end&&(v=S,this.mainFragLoading={frag:S,targetBufferTime:null})}if(E.start>v.end)return}this.loadFragment(E,o,y)}onMediaDetaching(e,t){this.bufferFlushed=this.flushing=!1,super.onMediaDetaching(e,t)}onAudioTracksUpdated(e,{audioTracks:t}){this.resetTransmuxer(),this.levels=t.map(s=>new os(s))}onAudioTrackSwitching(e,t){const s=!!t.url;this.trackId=t.id;const{fragCurrent:i}=this;i&&(i.abortRequests(),this.removeUnbufferedFrags(i.start)),this.resetLoadingState(),s?(this.switchingTrack=t,this.flushAudioIfNeeded(t),this.state!==w.STOPPED&&(this.setInterval(Dn),this.state=w.IDLE,this.tick())):(this.resetTransmuxer(),this.switchingTrack=null,this.bufferedTrack=t,this.clearInterval())}onManifestLoading(){super.onManifestLoading(),this.bufferFlushed=this.flushing=this.audioOnly=!1,this.resetItem(),this.trackId=-1}onLevelLoaded(e,t){this.mainDetails=t.details;const s=this.cachedTrackLoadedData;s&&(this.cachedTrackLoadedData=null,this.onAudioTrackLoaded(m.AUDIO_TRACK_LOADED,s))}onAudioTrackLoaded(e,t){var s;const{levels:i}=this,{details:r,id:n,groupId:o,track:c}=t;if(!i){this.warn(`Audio tracks reset while loading track ${n} "${c.name}" of "${o}"`);return}const l=this.mainDetails;if(!l||r.endCC>l.endCC||l.expired){this.cachedTrackLoadedData=t,this.state!==w.STOPPED&&(this.state=w.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${n} "${c.name}" of "${o}" loaded [${r.startSN},${r.endSN}]${r.lastPartSn?`[part-${r.lastPartSn}-${r.lastPartIndex}]`:""},duration:${r.totalduration}`);const h=i[n];let u=0;if(r.live||(s=h.details)!=null&&s.live){if(this.checkLiveUpdate(r),r.deltaUpdateFailed)return;if(h.details){var d;u=this.alignPlaylists(r,h.details,(d=this.levelLastLoaded)==null?void 0:d.details)}r.alignedSliding||(Va(r,l),r.alignedSliding||js(r,l),u=r.fragmentStart)}h.details=r,this.levelLastLoaded=h,this.startFragRequested||this.setStartPosition(l,u),this.hls.trigger(m.AUDIO_TRACK_UPDATED,{details:r,id:n,groupId:t.groupId}),this.state===w.WAITING_TRACK&&!this.waitForCdnTuneIn(r)&&(this.state=w.IDLE),this.tick()}_handleFragmentLoadProgress(e){var t;const s=e.frag,{part:i,payload:r}=e,{config:n,trackId:o,levels:c}=this;if(!c){this.warn(`Audio tracks were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const l=c[o];if(!l){this.warn("Audio track is undefined on fragment load progress");return}const h=l.details;if(!h){this.warn("Audio track details undefined on fragment load progress"),this.removeUnbufferedFrags(s.start);return}const u=n.defaultAudioCodec||l.audioCodec||"mp4a.40.2";let d=this.transmuxer;d||(d=this.transmuxer=new co(this.hls,Y.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const g=this.initPTS[s.cc],f=(t=s.initSegment)==null?void 0:t.data;if(g!==void 0){const y=i?i.index:-1,E=y!==-1,v=new cr(s.level,s.sn,s.stats.chunkCount,r.byteLength,y,E);d.push(r,f,u,"",s,i,h.totalduration,!1,v,g)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${h.startSN} ,${h.endSN}],track ${o}`);const{cache:p}=this.waitingData=this.waitingData||{frag:s,part:i,cache:new Ha,complete:!1};p.push(new Uint8Array(r)),this.state!==w.STOPPED&&(this.state=w.WAITING_INIT_PTS)}}_handleFragmentLoadComplete(e){if(this.waitingData){this.waitingData.complete=!0;return}super._handleFragmentLoadComplete(e)}onBufferReset(){this.mediaBuffer=null}onBufferCreated(e,t){this.bufferFlushed=this.flushing=!1;const s=t.tracks.audio;s&&(this.mediaBuffer=s.buffer||null)}onFragLoading(e,t){!this.audioOnly&&t.frag.type===Y.MAIN&&Se(t.frag)&&(this.mainFragLoading=t,this.state===w.IDLE&&this.tick())}onFragBuffered(e,t){const{frag:s,part:i}=t;if(s.type!==Y.AUDIO){!this.audioOnly&&s.type===Y.MAIN&&!s.elementaryStreams.video&&!s.elementaryStreams.audiovideo&&(this.audioOnly=!0,this.mainFragLoading=null);return}if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${i?" p: "+i.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}, audioSwitch: ${this.switchingTrack?this.switchingTrack.name:"false"}`);return}if(Se(s)){this.fragPrevious=s;const r=this.switchingTrack;r&&(this.bufferedTrack=r,this.switchingTrack=null,this.hls.trigger(m.AUDIO_TRACK_SWITCHED,ae({},r)))}this.fragBufferedComplete(s,i),this.media&&this.tick()}onError(e,t){var s;if(t.fatal){this.state=w.ERROR;return}switch(t.details){case _.FRAG_GAP:case _.FRAG_PARSING_ERROR:case _.FRAG_DECRYPT_ERROR:case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(Y.AUDIO,t);break;case _.AUDIO_TRACK_LOAD_ERROR:case _.AUDIO_TRACK_LOAD_TIMEOUT:case _.LEVEL_PARSING_ERROR:!t.levelRetry&&this.state===w.WAITING_TRACK&&((s=t.context)==null?void 0:s.type)===se.AUDIO_TRACK&&(this.state=w.IDLE);break;case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:if(t.parent!=="audio")return;this.reduceLengthAndFlushBuffer(t)||this.resetLoadingState();break;case _.BUFFER_FULL_ERROR:if(t.parent!=="audio")return;this.reduceLengthAndFlushBuffer(t)&&(this.bufferedTrack=null,super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"));break;case _.INTERNAL_EXCEPTION:this.recoverWorkerError(t);break}}onBufferFlushing(e,{type:t}){t!==he.VIDEO&&(this.flushing=!0)}onBufferFlushed(e,{type:t}){if(t!==he.VIDEO){this.flushing=!1,this.bufferFlushed=!0,this.state===w.ENDED&&(this.state=w.IDLE);const s=this.mediaBuffer||this.media;s&&(this.afterBufferFlushed(s,t,Y.AUDIO),this.tick())}}_handleTransmuxComplete(e){var t;const s="audio",{hls:i}=this,{remuxResult:r,chunkMeta:n}=e,o=this.getCurrentContext(n);if(!o){this.resetWhenMissingContext(n);return}const{frag:c,part:l,level:h}=o,{details:u}=h,{audio:d,text:g,id3:f,initSegment:p}=r;if(this.fragContextChanged(c)||!u){this.fragmentTracker.removeFragment(c);return}if(this.state=w.PARSING,this.switchingTrack&&d&&this.completeAudioSwitch(this.switchingTrack),p!=null&&p.tracks){const y=c.initSegment||c;if(this.unhandledEncryptionError(p,c))return;this._bufferInitSegment(h,p.tracks,y,n),i.trigger(m.FRAG_PARSING_INIT_SEGMENT,{frag:y,id:s,tracks:p.tracks})}if(d){const{startPTS:y,endPTS:E,startDTS:v,endDTS:T}=d;l&&(l.elementaryStreams[he.AUDIO]={startPTS:y,endPTS:E,startDTS:v,endDTS:T}),c.setElementaryStreamInfo(he.AUDIO,y,E,v,T),this.bufferFragmentData(d,c,l,n)}if(f!=null&&(t=f.samples)!=null&&t.length){const y=le({id:s,frag:c,details:u},f);i.trigger(m.FRAG_PARSING_METADATA,y)}if(g){const y=le({id:s,frag:c,details:u},g);i.trigger(m.FRAG_PARSING_USERDATA,y)}}_bufferInitSegment(e,t,s,i){if(this.state!==w.PARSING||(t.video&&delete t.video,t.audiovideo&&delete t.audiovideo,!t.audio))return;const r=t.audio;r.id=Y.AUDIO;const n=e.audioCodec;this.log(`Init audio buffer, container:${r.container}, codecs[level/parsed]=[${n}/${r.codec}]`),n&&n.split(",").length===1&&(r.levelCodec=n),this.hls.trigger(m.BUFFER_CODECS,t);const o=r.initSegment;if(o!=null&&o.byteLength){const c={type:"audio",frag:s,part:null,chunkMeta:i,parent:s.type,data:o};this.hls.trigger(m.BUFFER_APPENDING,c)}this.tickImmediate()}loadFragment(e,t,s){const i=this.fragmentTracker.getState(e);if(this.switchingTrack||i===Ie.NOT_LOADED||i===Ie.PARTIAL){var r;if(!Se(e))this._loadInitSegment(e,t);else if((r=t.details)!=null&&r.live&&!this.initPTS[e.cc]){this.log(`Waiting for video PTS in continuity counter ${e.cc} of live stream before loading audio fragment ${e.sn} of level ${this.trackId}`),this.state=w.WAITING_INIT_PTS;const n=this.mainDetails;n&&n.fragmentStart!==t.details.fragmentStart&&js(t.details,n)}else super.loadFragment(e,t,s)}else this.clearTrackerIfNeeded(e)}flushAudioIfNeeded(e){if(this.media&&this.bufferedTrack){const{name:t,lang:s,assocLang:i,characteristics:r,audioCodec:n,channels:o}=this.bufferedTrack;wt({name:t,lang:s,assocLang:i,characteristics:r,audioCodec:n,channels:o},e,Pt)||(Vs(e.url,this.hls)?(this.log("Switching audio track : flushing all audio"),super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"),this.bufferedTrack=null):this.bufferedTrack=e)}}completeAudioSwitch(e){const{hls:t}=this;this.flushAudioIfNeeded(e),this.bufferedTrack=e,this.switchingTrack=null,t.trigger(m.AUDIO_TRACK_SWITCHED,ae({},e))}}class Tr extends ze{constructor(e,t){super(t,e.logger),this.hls=void 0,this.canLoad=!1,this.timer=-1,this.hls=e}destroy(){this.clearTimer(),this.hls=this.log=this.warn=null}clearTimer(){this.timer!==-1&&(self.clearTimeout(this.timer),this.timer=-1)}startLoad(){this.canLoad=!0,this.loadPlaylist()}stopLoad(){this.canLoad=!1,this.clearTimer()}switchParams(e,t,s){const i=t?.renditionReports;if(i){let r=-1;for(let n=0;n<i.length;n++){const o=i[n];let c;try{c=new self.URL(o.URI,t.url).href}catch(l){this.warn(`Could not construct new URL for Rendition Report: ${l}`),c=o.URI||""}if(c===e){r=n;break}else c===e.substring(0,c.length)&&(r=n)}if(r!==-1){const n=i[r],o=parseInt(n["LAST-MSN"])||t.lastPartSn;let c=parseInt(n["LAST-PART"])||t.lastPartIndex;if(this.hls.config.lowLatencyMode){const h=Math.min(t.age-t.partTarget,t.targetduration);c>=0&&h>t.partTarget&&(c+=1)}const l=s&&Vr(s);return new Hr(o,c>=0?c:void 0,l)}}}loadPlaylist(e){this.clearTimer()}loadingPlaylist(e,t){this.clearTimer()}shouldLoadPlaylist(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)}getUrlWithDirectives(e,t){if(t)try{return t.addDirectives(e)}catch(s){this.warn(`Could not construct new URL with HLS Delivery Directives: ${s}`)}return e}playlistLoaded(e,t,s){const{details:i,stats:r}=t,n=self.performance.now(),o=r.loading.first?Math.max(0,n-r.loading.first):0;i.advancedDateTime=Date.now()-o;const c=this.hls.config.timelineOffset;if(c!==i.appliedTimelineOffset){const h=Math.max(c||0,0);i.appliedTimelineOffset=h,i.fragments.forEach(u=>{u.setStart(u.playlistOffset+h)})}if(i.live||s!=null&&s.live){const h="levelInfo"in t?t.levelInfo:t.track;if(i.reloaded(s),s&&i.fragments.length>0){Jc(s,i,this);const v=i.playlistParsingError;if(v){this.warn(v);const T=this.hls;if(!T.config.ignorePlaylistParsingErrors){var l;const{networkDetails:S}=t;T.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_PARSING_ERROR,fatal:!1,url:i.url,error:v,reason:v.message,level:t.level||void 0,parent:(l=i.fragments[0])==null?void 0:l.type,networkDetails:S,stats:r});return}i.playlistParsingError=null}}i.requestScheduled===-1&&(i.requestScheduled=r.loading.start);const u=this.hls.mainForwardBufferInfo,d=u?u.end-u.len:0,g=(i.edge-d)*1e3,f=Ba(i,g);if(i.requestScheduled+f<n?i.requestScheduled=n:i.requestScheduled+=f,this.log(`live playlist ${e} ${i.advanced?"REFRESHED "+i.lastPartSn+"-"+i.lastPartIndex:i.updated?"UPDATED":"MISSED"}`),!this.canLoad||!i.live)return;let p,y,E;if(i.canBlockReload&&i.endSN&&i.advanced){const v=this.hls.config.lowLatencyMode,T=i.lastPartSn,S=i.endSN,x=i.lastPartIndex,D=x!==-1,A=T===S;D?A?(y=S+1,E=v?0:x):(y=T,E=v?x+1:i.maxPartIndex):y=S+1;const L=i.age,R=L+i.ageHeader;let I=Math.min(R-i.partTarget,i.targetduration*1.5);if(I>0){if(R>i.targetduration*3)this.log(`Playlist last advanced ${L.toFixed(2)}s ago. Omitting segment and part directives.`),y=void 0,E=void 0;else if(s!=null&&s.tuneInGoal&&R-i.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${I} with playlist age: ${i.age}`),I=0;else{const C=Math.floor(I/i.targetduration);if(y+=C,E!==void 0){const $=Math.round(I%i.targetduration/i.partTarget);E+=$}this.log(`CDN Tune-in age: ${i.ageHeader}s last advanced ${L.toFixed(2)}s goal: ${I} skip sn ${C} to part ${E}`)}i.tuneInGoal=I}if(p=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E),v||!A){i.requestScheduled=n,this.loadingPlaylist(h,p);return}}else(i.canBlockReload||i.canSkipUntil)&&(p=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E));p&&y!==void 0&&i.canBlockReload&&(i.requestScheduled=r.loading.first+Math.max(f-o*2,f/2)),this.scheduleLoading(h,p,i)}else this.clearTimer()}scheduleLoading(e,t,s){const i=s||e.details;if(!i){this.loadingPlaylist(e,t);return}const r=self.performance.now(),n=i.requestScheduled;if(r>=n){this.loadingPlaylist(e,t);return}const o=n-r;this.log(`reload live playlist ${e.name||e.bitrate+"bps"} in ${Math.round(o)} ms`),this.clearTimer(),this.timer=self.setTimeout(()=>this.loadingPlaylist(e,t),o)}getDeliveryDirectives(e,t,s,i){let r=Vr(e);return t!=null&&t.skip&&e.deltaUpdateFailed&&(s=t.msn,i=t.part,r=Ps.No),new Hr(s,i,r)}checkRetry(e){const t=e.details,s=Hs(e),i=e.errorAction,{action:r,retryCount:n=0,retryConfig:o}=i||{},c=!!i&&!!o&&(r===Ce.RetryRequest||!i.resolved&&r===Ce.SendAlternateToPenaltyBox);if(c){var l;if(n>=o.maxNumRetry)return!1;if(s&&(l=e.context)!=null&&l.deliveryDirectives)this.warn(`Retrying playlist loading ${n+1}/${o.maxNumRetry} after "${t}" without delivery-directives`),this.loadPlaylist();else{const h=or(o,n);this.clearTimer(),this.timer=self.setTimeout(()=>this.loadPlaylist(),h),this.warn(`Retrying playlist loading ${n+1}/${o.maxNumRetry} after "${t}" in ${h}ms`)}e.levelRetry=!0,i.resolved=!0}return c}}function ho(a,e){if(a.length!==e.length)return!1;for(let t=0;t<a.length;t++)if(!us(a[t].attrs,e[t].attrs))return!1;return!0}function us(a,e,t){const s=a["STABLE-RENDITION-ID"];return s&&!t?s===e["STABLE-RENDITION-ID"]:!(t||["LANGUAGE","NAME","CHARACTERISTICS","AUTOSELECT","DEFAULT","FORCED","ASSOC-LANGUAGE"]).some(i=>a[i]!==e[i])}function Wi(a,e){return e.label.toLowerCase()===a.name.toLowerCase()&&(!e.language||e.language.toLowerCase()===(a.lang||"").toLowerCase())}class lu extends Tr{constructor(e){super(e,"audio-track-controller"),this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.registerListeners()}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),e.off(m.ERROR,this.onError,this)}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,super.destroy()}onManifestLoading(){this.tracks=[],this.tracksInGroup=[],this.groupIds=null,this.currentTrack=null,this.trackId=-1,this.selectDefaultTrack=!0}onManifestParsed(e,t){this.tracks=t.audioTracks||[]}onAudioTrackLoaded(e,t){const{id:s,groupId:i,details:r}=t,n=this.tracksInGroup[s];if(!n||n.groupId!==i){this.warn(`Audio track with id:${s} and group:${i} not found in active group ${n?.groupId}`);return}const o=n.details;n.details=t.details,this.log(`Audio track ${s} "${n.name}" lang:${n.lang} group:${i} loaded [${r.startSN}-${r.endSN}]`),s===this.trackId&&this.playlistLoaded(s,t,o)}onLevelLoading(e,t){this.switchLevel(t.level)}onLevelSwitching(e,t){this.switchLevel(t.level)}switchLevel(e){const t=this.hls.levels[e];if(!t)return;const s=t.audioGroups||null,i=this.groupIds;let r=this.currentTrack;if(!s||i?.length!==s?.length||s!=null&&s.some(o=>i?.indexOf(o)===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const o=this.tracks.filter(d=>!s||s.indexOf(d.groupId)!==-1);if(o.length)this.selectDefaultTrack&&!o.some(d=>d.default)&&(this.selectDefaultTrack=!1),o.forEach((d,g)=>{d.id=g});else if(!r&&!this.tracksInGroup.length)return;this.tracksInGroup=o;const c=this.hls.config.audioPreference;if(!r&&c){const d=at(c,o,Pt);if(d>-1)r=o[d];else{const g=at(c,this.tracks);r=this.tracks[g]}}let l=this.findTrackId(r);l===-1&&r&&(l=this.findTrackId(null));const h={audioTracks:o};this.log(`Updating audio tracks, ${o.length} track(s) found in group(s): ${s?.join(",")}`),this.hls.trigger(m.AUDIO_TRACKS_UPDATED,h);const u=this.trackId;if(l!==-1&&u===-1)this.setAudioTrack(l);else if(o.length&&u===-1){var n;const d=new Error(`No audio track selected for current audio group-ID(s): ${(n=this.groupIds)==null?void 0:n.join(",")} track count: ${o.length}`);this.warn(d.message),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.AUDIO_TRACK_LOAD_ERROR,fatal:!0,error:d})}}}onError(e,t){t.fatal||!t.context||t.context.type===se.AUDIO_TRACK&&t.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(t.context.groupId)!==-1)&&this.checkRetry(t)}get allAudioTracks(){return this.tracks}get audioTracks(){return this.tracksInGroup}get audioTrack(){return this.trackId}set audioTrack(e){this.selectDefaultTrack=!1,this.setAudioTrack(e)}setAudioOption(e){const t=this.hls;if(t.config.audioPreference=e,e){const s=this.allAudioTracks;if(this.selectDefaultTrack=!1,s.length){const i=this.currentTrack;if(i&&wt(e,i,Pt))return i;const r=at(e,this.tracksInGroup,Pt);if(r>-1){const n=this.tracksInGroup[r];return this.setAudioTrack(r),n}else if(i){let n=t.loadLevel;n===-1&&(n=t.firstAutoLevel);const o=Tc(e,t.levels,s,n,Pt);if(o===-1)return null;t.nextLoadLevel=o}if(e.channels||e.audioCodec){const n=at(e,s);if(n>-1)return s[n]}}}return null}setAudioTrack(e){const t=this.tracksInGroup;if(e<0||e>=t.length){this.warn(`Invalid audio track id: ${e}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,i=t[e],r=i.details&&!i.details.live;if(e===this.trackId&&i===s&&r||(this.log(`Switching to audio-track ${e} "${i.name}" lang:${i.lang} group:${i.groupId} channels:${i.channels}`),this.trackId=e,this.currentTrack=i,this.hls.trigger(m.AUDIO_TRACK_SWITCHING,ae({},i)),r))return;const n=this.switchParams(i.url,s?.details,i.details);this.loadPlaylist(n)}findTrackId(e){const t=this.tracksInGroup;for(let s=0;s<t.length;s++){const i=t[s];if(!(this.selectDefaultTrack&&!i.default)&&(!e||wt(e,i,Pt)))return s}if(e){const{name:s,lang:i,assocLang:r,characteristics:n,audioCodec:o,channels:c}=e;for(let l=0;l<t.length;l++){const h=t[l];if(wt({name:s,lang:i,assocLang:r,characteristics:n,audioCodec:o,channels:c},h,Pt))return l}for(let l=0;l<t.length;l++){const h=t[l];if(us(e.attrs,h.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return l}for(let l=0;l<t.length;l++){const h=t[l];if(us(e.attrs,h.attrs,["LANGUAGE"]))return l}}return-1}loadPlaylist(e){super.loadPlaylist();const t=this.currentTrack;this.shouldLoadPlaylist(t)&&Vs(t.url,this.hls)&&this.scheduleLoading(t,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=e.id,i=e.groupId,r=this.getUrlWithDirectives(e.url,t),n=e.details,o=n?.age;this.log(`Loading audio-track ${s} "${e.name}" lang:${e.lang} group:${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${r}`),this.hls.trigger(m.AUDIO_TRACK_LOADING,{url:r,id:s,groupId:i,deliveryDirectives:t||null,track:e})}}class cu{constructor(e){this.tracks=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.tracks=e}destroy(){this.tracks=this.queues=null}append(e,t,s){if(this.queues===null||this.tracks===null)return;const i=this.queues[t];i.push(e),i.length===1&&!s&&this.executeNext(t)}appendBlocker(e){return new Promise(t=>{const s={label:"async-blocker",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.append(s,e)})}prependBlocker(e){return new Promise(t=>{if(this.queues){const s={label:"async-blocker-prepend",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.queues[e].unshift(s)}})}removeBlockers(){this.queues!==null&&[this.queues.video,this.queues.audio,this.queues.audiovideo].forEach(e=>{var t;const s=(t=e[0])==null?void 0:t.label;(s==="async-blocker"||s==="async-blocker-prepend")&&(e[0].execute(),e.splice(0,1))})}unblockAudio(e){if(this.queues===null)return;this.queues.audio[0]===e&&this.shiftAndExecuteNext("audio")}executeNext(e){if(this.queues===null||this.tracks===null)return;const t=this.queues[e];if(t.length){const i=t[0];try{i.execute()}catch(r){var s;if(i.onError(r),this.queues===null||this.tracks===null)return;const n=(s=this.tracks[e])==null?void 0:s.buffer;n!=null&&n.updating||this.shiftAndExecuteNext(e)}}}shiftAndExecuteNext(e){this.queues!==null&&(this.queues[e].shift(),this.executeNext(e))}current(e){var t;return((t=this.queues)==null?void 0:t[e][0])||null}toString(){const{queues:e,tracks:t}=this;return e===null||t===null?"<destroyed>":` 23 - ${this.list("video")} 24 - ${this.list("audio")} 25 - ${this.list("audiovideo")}}`}list(e){var t,s;return(t=this.queues)!=null&&t[e]||(s=this.tracks)!=null&&s[e]?`${e}: (${this.listSbInfo(e)}) ${this.listOps(e)}`:""}listSbInfo(e){var t;const s=(t=this.tracks)==null?void 0:t[e],i=s?.buffer;return i?`SourceBuffer${i.updating?" updating":""}${s.ended?" ended":""}${s.ending?" ending":""}`:"none"}listOps(e){var t;return((t=this.queues)==null?void 0:t[e].map(s=>s.label).join(", "))||""}}const Cn=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,uo="HlsJsTrackRemovedError";class hu extends Error{constructor(e){super(e),this.name=uo}}class uu extends ze{constructor(e,t){super("buffer-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.details=null,this._objectUrl=null,this.operationQueue=null,this.bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.blockedAudioAppend=null,this.lastVideoAppendEnd=0,this.appendSource=void 0,this.transferData=void 0,this.overrides=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.sourceBuffers=[[null,null],[null,null]],this._onEndStreaming=s=>{var i;this.hls&&((i=this.mediaSource)==null?void 0:i.readyState)==="open"&&this.hls.pauseBuffering()},this._onStartStreaming=s=>{this.hls&&this.hls.resumeBuffering()},this._onMediaSourceOpen=s=>{const{media:i,mediaSource:r}=this;s&&this.log("Media source opened"),!(!i||!r)&&(r.removeEventListener("sourceopen",this._onMediaSourceOpen),i.removeEventListener("emptied",this._onMediaEmptied),this.updateDuration(),this.hls.trigger(m.MEDIA_ATTACHED,{media:i,mediaSource:r}),this.mediaSource!==null&&this.checkPendingTracks())},this._onMediaSourceClose=()=>{this.log("Media source closed")},this._onMediaSourceEnded=()=>{this.log("Media source ended")},this._onMediaEmptied=()=>{const{mediaSrc:s,_objectUrl:i}=this;s!==i&&this.error(`Media element src was set while attaching MediaSource (${i} > ${s})`)},this.hls=e,this.fragmentTracker=t,this.appendSource=wl(Lt(e.config.preferManagedMediaSource)),this.initTracks(),this.registerListeners()}hasSourceTypes(){return Object.keys(this.tracks).length>0}destroy(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.transferData=this.overrides=void 0,this.operationQueue&&(this.operationQueue.destroy(),this.operationQueue=null),this.hls=this.fragmentTracker=null,this._onMediaSourceOpen=this._onMediaSourceClose=null,this._onMediaSourceEnded=null,this._onStartStreaming=this._onEndStreaming=null}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.BUFFER_RESET,this.onBufferReset,this),e.on(m.BUFFER_APPENDING,this.onBufferAppending,this),e.on(m.BUFFER_CODECS,this.onBufferCodecs,this),e.on(m.BUFFER_EOS,this.onBufferEos,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.FRAG_PARSED,this.onFragParsed,this),e.on(m.FRAG_CHANGED,this.onFragChanged,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.BUFFER_RESET,this.onBufferReset,this),e.off(m.BUFFER_APPENDING,this.onBufferAppending,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.BUFFER_EOS,this.onBufferEos,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.FRAG_PARSED,this.onFragParsed,this),e.off(m.FRAG_CHANGED,this.onFragChanged,this),e.off(m.ERROR,this.onError,this)}transferMedia(){const{media:e,mediaSource:t}=this;if(!e)return null;const s={};if(this.operationQueue){const r=this.isUpdating();r||this.operationQueue.removeBlockers();const n=this.isQueued();(r||n)&&this.warn(`Transfering MediaSource with${n?" operations in queue":""}${r?" updating SourceBuffer(s)":""} ${this.operationQueue}`),this.operationQueue.destroy()}const i=this.transferData;return!this.sourceBufferCount&&i&&i.mediaSource===t?le(s,i.tracks):this.sourceBuffers.forEach(r=>{const[n]=r;n&&(s[n]=le({},this.tracks[n]),this.removeBuffer(n)),r[0]=r[1]=null}),{media:e,mediaSource:t,tracks:s}}initTracks(){const e={};this.sourceBuffers=[[null,null],[null,null]],this.tracks=e,this.resetQueue(),this.resetAppendErrors(),this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.lastVideoAppendEnd=0}onManifestLoading(){this.bufferCodecEventsTotal=0,this.details=null}onManifestParsed(e,t){var s;let i=2;(t.audio&&!t.video||!t.altAudio)&&(i=1),this.bufferCodecEventsTotal=i,this.log(`${i} bufferCodec event(s) expected.`),(s=this.transferData)!=null&&s.mediaSource&&this.sourceBufferCount&&i&&this.bufferCreated()}onMediaAttaching(e,t){const s=this.media=t.media;this.transferData=this.overrides=void 0;const i=Lt(this.appendSource);if(i){const r=!!t.mediaSource;(r||t.overrides)&&(this.transferData=t,this.overrides=t.overrides);const n=this.mediaSource=t.mediaSource||new i;if(this.assignMediaSource(n),r)this._objectUrl=s.src,this.attachTransferred();else{const o=this._objectUrl=self.URL.createObjectURL(n);if(this.appendSource)try{s.removeAttribute("src");const c=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||c&&n instanceof c,Pn(s),du(s,o),s.load()}catch{s.src=o}else s.src=o}s.addEventListener("emptied",this._onMediaEmptied)}}assignMediaSource(e){var t,s;this.log(`${((t=this.transferData)==null?void 0:t.mediaSource)===e?"transferred":"created"} media source: ${(s=e.constructor)==null?void 0:s.name}`),e.addEventListener("sourceopen",this._onMediaSourceOpen),e.addEventListener("sourceended",this._onMediaSourceEnded),e.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(e.addEventListener("startstreaming",this._onStartStreaming),e.addEventListener("endstreaming",this._onEndStreaming))}attachTransferred(){const e=this.media,t=this.transferData;if(!t||!e)return;const s=this.tracks,i=t.tracks,r=i?Object.keys(i):null,n=r?r.length:0,o=()=>{Promise.resolve().then(()=>{this.media&&this.mediaSourceOpenOrEnded&&this._onMediaSourceOpen()})};if(i&&r&&n){if(!this.tracksReady){this.hls.config.startFragPrefetch=!0,this.log("attachTransferred: waiting for SourceBuffer track info");return}if(this.log(`attachTransferred: (bufferCodecEventsTotal ${this.bufferCodecEventsTotal}) 26 - required tracks: ${ue(s,(c,l)=>c==="initSegment"?void 0:l)}; 27 - transfer tracks: ${ue(i,(c,l)=>c==="initSegment"?void 0:l)}}`),!oa(i,s)){t.mediaSource=null,t.tracks=void 0;const c=e.currentTime,l=this.details,h=Math.max(c,l?.fragments[0].start||0);if(h-c>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${c} -> ${h}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(i)}"->"${Object.keys(s)}") start time: ${h} currentTime: ${c}`),this.onMediaDetaching(m.MEDIA_DETACHING,{}),this.onMediaAttaching(m.MEDIA_ATTACHING,t),e.currentTime=h;return}this.transferData=void 0,r.forEach(c=>{const l=c,h=i[l];if(h){const u=h.buffer;if(u){const d=this.fragmentTracker,g=h.id;if(d.hasFragments(g)||d.hasParts(g)){const y=Q.getBuffered(u);d.detectEvictedFragments(l,y,g,null,!0)}const f=Ti(l),p=[l,u];this.sourceBuffers[f]=p,u.updating&&this.operationQueue&&this.operationQueue.prependBlocker(l),this.trackSourceBuffer(l,h)}}}),o(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),o()}get mediaSourceOpenOrEnded(){var e;const t=(e=this.mediaSource)==null?void 0:e.readyState;return t==="open"||t==="ended"}onMediaDetaching(e,t){const s=!!t.transferMedia;this.transferData=this.overrides=void 0;const{media:i,mediaSource:r,_objectUrl:n}=this;if(r){if(this.log(`media source ${s?"transferring":"detaching"}`),s)this.sourceBuffers.forEach(([o])=>{o&&this.removeBuffer(o)}),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const o=r.readyState==="open";try{const c=r.sourceBuffers;for(let l=c.length;l--;)o&&c[l].abort(),r.removeSourceBuffer(c[l]);o&&r.endOfStream()}catch(c){this.warn(`onMediaDetaching: ${c.message} while calling endOfStream`)}}this.sourceBufferCount&&this.onBufferReset()}r.removeEventListener("sourceopen",this._onMediaSourceOpen),r.removeEventListener("sourceended",this._onMediaSourceEnded),r.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(r.removeEventListener("startstreaming",this._onStartStreaming),r.removeEventListener("endstreaming",this._onEndStreaming)),this.mediaSource=null,this._objectUrl=null}i&&(i.removeEventListener("emptied",this._onMediaEmptied),s||(n&&self.URL.revokeObjectURL(n),this.mediaSrc===n?(i.removeAttribute("src"),this.appendSource&&Pn(i),i.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.media=null),this.hls.trigger(m.MEDIA_DETACHED,t)}onBufferReset(){this.sourceBuffers.forEach(([e])=>{e&&this.resetBuffer(e)}),this.initTracks()}resetBuffer(e){var t;const s=(t=this.tracks[e])==null?void 0:t.buffer;if(this.removeBuffer(e),s)try{var i;(i=this.mediaSource)!=null&&i.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(s)}catch(r){this.warn(`onBufferReset ${e}`,r)}delete this.tracks[e]}removeBuffer(e){this.removeBufferListeners(e),this.sourceBuffers[Ti(e)]=[null,null];const t=this.tracks[e];t&&(t.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new cu(this.tracks)}onBufferCodecs(e,t){var s;const i=this.tracks,r=Object.keys(t);this.log(`BUFFER_CODECS: "${r}" (current SB count ${this.sourceBufferCount})`);const n="audiovideo"in t&&(i.audio||i.video)||i.audiovideo&&("audio"in t||"video"in t),o=!n&&this.sourceBufferCount&&this.media&&r.some(c=>!i[c]);if(n||o){this.warn(`Unsupported transition between "${Object.keys(i)}" and "${r}" SourceBuffers`);return}r.forEach(c=>{var l,h;const u=t[c],{id:d,codec:g,levelCodec:f,container:p,metadata:y,supplemental:E}=u;let v=i[c];const T=(l=this.transferData)==null||(l=l.tracks)==null?void 0:l[c],S=T!=null&&T.buffer?T:v,x=S?.pendingCodec||S?.codec,D=S?.levelCodec;v||(v=i[c]={buffer:void 0,listeners:[],codec:g,supplemental:E,container:p,levelCodec:f,metadata:y,id:d});const A=Cs(x,D),L=A?.replace(Cn,"$1");let R=Cs(g,f);const I=(h=R)==null?void 0:h.replace(Cn,"$1");R&&A&&L!==I&&(c.slice(0,5)==="audio"&&(R=Gs(R,this.appendSource)),this.log(`switching codec ${x} to ${R}`),R!==(v.pendingCodec||v.codec)&&(v.pendingCodec=R),v.container=p,this.appendChangeType(c,p,R))}),(this.tracksReady||this.sourceBufferCount)&&(t.tracks=this.sourceBufferTracks),!this.sourceBufferCount&&(this.bufferCodecEventsTotal>1&&!this.tracks.video&&!t.video&&((s=t.audio)==null?void 0:s.id)==="main"&&(this.log("Main audio-only"),this.bufferCodecEventsTotal=1),this.mediaSourceOpenOrEnded&&this.checkPendingTracks())}get sourceBufferTracks(){return Object.keys(this.tracks).reduce((e,t)=>{const s=this.tracks[t];return e[t]={id:s.id,container:s.container,codec:s.codec,levelCodec:s.levelCodec},e},{})}appendChangeType(e,t,s){const i=`${t};codecs=${s}`,r={label:`change-type=${i}`,execute:()=>{const n=this.tracks[e];if(n){const o=n.buffer;o!=null&&o.changeType&&(this.log(`changing ${e} sourceBuffer type to ${i}`),o.changeType(i),n.codec=s,n.container=t)}this.shiftAndExecuteNext(e)},onStart:()=>{},onComplete:()=>{},onError:n=>{this.warn(`Failed to change ${e} SourceBuffer type`,n)}};this.append(r,e,this.isPending(this.tracks[e]))}blockAudio(e){var t;const s=e.start,i=s+e.duration*.05;if(((t=this.fragmentTracker.getAppendedFrag(s,Y.MAIN))==null?void 0:t.gap)===!0)return;const n={label:"block-audio",execute:()=>{var o;const c=this.tracks.video;(this.lastVideoAppendEnd>i||c!=null&&c.buffer&&Q.isBuffered(c.buffer,i)||((o=this.fragmentTracker.getAppendedFrag(i,Y.MAIN))==null?void 0:o.gap)===!0)&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:o=>{this.warn("Error executing block-audio operation",o)}};this.blockedAudioAppend={op:n,frag:e},this.append(n,"audio",!0)}unblockAudio(){const{blockedAudioAppend:e,operationQueue:t}=this;e&&t&&(this.blockedAudioAppend=null,t.unblockAudio(e.op))}onBufferAppending(e,t){const{tracks:s}=this,{data:i,type:r,parent:n,frag:o,part:c,chunkMeta:l,offset:h}=t,u=l.buffering[r],{sn:d,cc:g}=o,f=self.performance.now();u.start=f;const p=o.stats.buffering,y=c?c.stats.buffering:null;p.start===0&&(p.start=f),y&&y.start===0&&(y.start=f);const E=s.audio;let v=!1;r==="audio"&&E?.container==="audio/mpeg"&&(v=!this.lastMpegAudioChunk||l.id===1||this.lastMpegAudioChunk.sn!==l.sn,this.lastMpegAudioChunk=l);const T=s.video,S=T?.buffer;if(S&&d!=="initSegment"){const A=c||o,L=this.blockedAudioAppend;if(r==="audio"&&n!=="main"&&!this.blockedAudioAppend&&!(T.ending||T.ended)){const I=A.start+A.duration*.05,C=S.buffered,$=this.currentOp("video");!C.length&&!$?this.blockAudio(A):!$&&!Q.isBuffered(S,I)&&this.lastVideoAppendEnd<I&&this.blockAudio(A)}else if(r==="video"){const R=A.end;if(L){const I=L.frag.start;(R>I||R<this.lastVideoAppendEnd||Q.isBuffered(S,I))&&this.unblockAudio()}this.lastVideoAppendEnd=R}}const x=(c||o).start,D={label:`append-${r}`,execute:()=>{var A;u.executeStart=self.performance.now();const L=(A=this.tracks[r])==null?void 0:A.buffer;L&&(v?this.updateTimestampOffset(L,x,.1,r,d,g):h!==void 0&&H(h)&&this.updateTimestampOffset(L,h,1e-6,r,d,g)),this.appendExecutor(i,r)},onStart:()=>{},onComplete:()=>{const A=self.performance.now();u.executeEnd=u.end=A,p.first===0&&(p.first=A),y&&y.first===0&&(y.first=A);const L={};this.sourceBuffers.forEach(([R,I])=>{R&&(L[R]=Q.getBuffered(I))}),this.appendErrors[r]=0,r==="audio"||r==="video"?this.appendErrors.audiovideo=0:(this.appendErrors.audio=0,this.appendErrors.video=0),this.hls.trigger(m.BUFFER_APPENDED,{type:r,frag:o,part:c,chunkMeta:l,parent:o.type,timeRanges:L})},onError:A=>{var L;const R={type:W.MEDIA_ERROR,parent:o.type,details:_.BUFFER_APPEND_ERROR,sourceBufferName:r,frag:o,part:c,chunkMeta:l,error:A,err:A,fatal:!1},I=(L=this.media)==null?void 0:L.error;if(A.code===DOMException.QUOTA_EXCEEDED_ERR||A.name=="QuotaExceededError"||"quota"in A)R.details=_.BUFFER_FULL_ERROR;else if(A.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!I)R.errorAction=Vt(!0);else if(A.name===uo&&this.sourceBufferCount===0)R.errorAction=Vt(!0);else{const C=++this.appendErrors[r];this.warn(`Failed ${C}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${r}" sourceBuffer (${I||"no media error"})`),(C>=this.hls.config.appendErrorMaxRetry||I)&&(R.fatal=!0)}this.hls.trigger(m.ERROR,R)}};this.log(`queuing "${r}" append sn: ${d}${c?" p: "+c.index:""} of ${o.type===Y.MAIN?"level":"track"} ${o.level} cc: ${g}`),this.append(D,r,this.isPending(this.tracks[r]))}getFlushOp(e,t,s){return this.log(`queuing "${e}" remove ${t}-${s}`),{label:"remove",execute:()=>{this.removeExecutor(e,t,s)},onStart:()=>{},onComplete:()=>{this.hls.trigger(m.BUFFER_FLUSHED,{type:e})},onError:i=>{this.warn(`Failed to remove ${t}-${s} from "${e}" SourceBuffer`,i)}}}onBufferFlushing(e,t){const{type:s,startOffset:i,endOffset:r}=t;s?this.append(this.getFlushOp(s,i,r),s):this.sourceBuffers.forEach(([n])=>{n&&this.append(this.getFlushOp(n,i,r),n)})}onFragParsed(e,t){const{frag:s,part:i}=t,r=[],n=i?i.elementaryStreams:s.elementaryStreams;n[he.AUDIOVIDEO]?r.push("audiovideo"):(n[he.AUDIO]&&r.push("audio"),n[he.VIDEO]&&r.push("video"));const o=()=>{const c=self.performance.now();s.stats.buffering.end=c,i&&(i.stats.buffering.end=c);const l=i?i.stats:s.stats;this.hls.trigger(m.FRAG_BUFFERED,{frag:s,part:i,stats:l,id:s.type})};r.length===0&&this.warn(`Fragments must have at least one ElementaryStreamType set. type: ${s.type} level: ${s.level} sn: ${s.sn}`),this.blockBuffers(o,r).catch(c=>{this.warn(`Fragment buffered callback ${c}`),this.stepOperationQueue(this.sourceBufferTypes)})}onFragChanged(e,t){this.trimBuffers()}get bufferedToEnd(){return this.sourceBufferCount>0&&!this.sourceBuffers.some(([e])=>{if(e){const t=this.tracks[e];if(t)return!t.ended||t.ending}return!1})}onBufferEos(e,t){var s;this.sourceBuffers.forEach(([n])=>{if(n){const o=this.tracks[n];(!t.type||t.type===n)&&(o.ending=!0,o.ended||(o.ended=!0,this.log(`${n} buffer reached EOS`)))}});const i=((s=this.overrides)==null?void 0:s.endOfStream)!==!1;this.sourceBufferCount>0&&!this.sourceBuffers.some(([n])=>{var o;return n&&!((o=this.tracks[n])!=null&&o.ended)})?i?(this.log("Queueing EOS"),this.blockUntilOpen(()=>{this.tracksEnded();const{mediaSource:n}=this;if(!n||n.readyState!=="open"){n&&this.log(`Could not call mediaSource.endOfStream(). mediaSource.readyState: ${n.readyState}`);return}this.log("Calling mediaSource.endOfStream()"),n.endOfStream(),this.hls.trigger(m.BUFFERED_TO_END,void 0)})):(this.tracksEnded(),this.hls.trigger(m.BUFFERED_TO_END,void 0)):t.type==="video"&&this.unblockAudio()}tracksEnded(){this.sourceBuffers.forEach(([e])=>{if(e!==null){const t=this.tracks[e];t&&(t.ending=!1)}})}onLevelUpdated(e,{details:t}){t.fragments.length&&(this.details=t,this.updateDuration())}updateDuration(){this.blockUntilOpen(()=>{const e=this.getDurationAndRange();e&&this.updateMediaSource(e)})}onError(e,t){if(t.details===_.BUFFER_APPEND_ERROR&&t.frag){var s;const i=(s=t.errorAction)==null?void 0:s.nextAutoLevel;H(i)&&i!==t.frag.level&&this.resetAppendErrors()}}resetAppendErrors(){this.appendErrors={audio:0,video:0,audiovideo:0}}trimBuffers(){const{hls:e,details:t,media:s}=this;if(!s||t===null||!this.sourceBufferCount)return;const i=e.config,r=s.currentTime,n=t.levelTargetDuration,o=t.live&&i.liveBackBufferLength!==null?i.liveBackBufferLength:i.backBufferLength;if(H(o)&&o>=0){const l=Math.max(o,n),h=Math.floor(r/n)*n-l;this.flushBackBuffer(r,n,h)}const c=i.frontBufferFlushThreshold;if(H(c)&&c>0){const l=Math.max(i.maxBufferLength,c),h=Math.max(l,n),u=Math.floor(r/n)*n+h;this.flushFrontBuffer(r,n,u)}}flushBackBuffer(e,t,s){this.sourceBuffers.forEach(([i,r])=>{if(r){const o=Q.getBuffered(r);if(o.length>0&&s>o.start(0)){var n;this.hls.trigger(m.BACK_BUFFER_REACHED,{bufferEnd:s});const c=this.tracks[i];if((n=this.details)!=null&&n.live)this.hls.trigger(m.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(c!=null&&c.ended){this.log(`Cannot flush ${i} back buffer while SourceBuffer is in ended state`);return}this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:0,endOffset:s,type:i})}}})}flushFrontBuffer(e,t,s){this.sourceBuffers.forEach(([i,r])=>{if(r){const n=Q.getBuffered(r),o=n.length;if(o<2)return;const c=n.start(o-1),l=n.end(o-1);if(s>c||e>=c&&e<=l)return;this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:c,endOffset:1/0,type:i})}})}getDurationAndRange(){var e;const{details:t,mediaSource:s}=this;if(!t||!this.media||s?.readyState!=="open")return null;const i=t.edge;if(t.live&&this.hls.config.liveDurationInfinity){if(t.fragments.length&&s.setLiveSeekableRange){const l=Math.max(0,t.fragmentStart),h=Math.max(l,i);return{duration:1/0,start:l,end:h}}return{duration:1/0}}const r=(e=this.overrides)==null?void 0:e.duration;if(r)return H(r)?{duration:r}:null;const n=this.media.duration,o=H(s.duration)?s.duration:0;return i>o&&i>n||!H(n)?{duration:i}:null}updateMediaSource({duration:e,start:t,end:s}){const i=this.mediaSource;!this.media||!i||i.readyState!=="open"||(i.duration!==e&&(H(e)&&this.log(`Updating MediaSource duration to ${e.toFixed(3)}`),i.duration=e),t!==void 0&&s!==void 0&&(this.log(`MediaSource duration is set to ${i.duration}. Setting seekable range to ${t}-${s}.`),i.setLiveSeekableRange(t,s)))}get tracksReady(){const e=this.pendingTrackCount;return e>0&&(e>=this.bufferCodecEventsTotal||this.isPending(this.tracks.audiovideo))}checkPendingTracks(){const{bufferCodecEventsTotal:e,pendingTrackCount:t,tracks:s}=this;if(this.log(`checkPendingTracks (pending: ${t} codec events expected: ${e}) ${ue(s)}`),this.tracksReady){var i;const r=(i=this.transferData)==null?void 0:i.tracks;r&&Object.keys(r).length?this.attachTransferred():this.createSourceBuffers()}}bufferCreated(){if(this.sourceBufferCount){const e={};this.sourceBuffers.forEach(([t,s])=>{if(t){const i=this.tracks[t];e[t]={buffer:s,container:i.container,codec:i.codec,supplemental:i.supplemental,levelCodec:i.levelCodec,id:i.id,metadata:i.metadata}}}),this.hls.trigger(m.BUFFER_CREATED,{tracks:e}),this.log(`SourceBuffers created. Running queue: ${this.operationQueue}`),this.sourceBuffers.forEach(([t])=>{this.executeNext(t)})}else{const e=new Error("could not create source buffer for media codec(s)");this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:e,reason:e.message})}}createSourceBuffers(){const{tracks:e,sourceBuffers:t,mediaSource:s}=this;if(!s)throw new Error("createSourceBuffers called when mediaSource was null");for(const r in e){const n=r,o=e[n];if(this.isPending(o)){const c=this.getTrackCodec(o,n),l=`${o.container};codecs=${c}`;o.codec=c,this.log(`creating sourceBuffer(${l})${this.currentOp(n)?" Queued":""} ${ue(o)}`);try{const h=s.addSourceBuffer(l),u=Ti(n),d=[n,h];t[u]=d,o.buffer=h}catch(h){var i;this.error(`error while trying to add sourceBuffer: ${h.message}`),this.shiftAndExecuteNext(n),(i=this.operationQueue)==null||i.removeBlockers(),delete this.tracks[n],this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:h,sourceBufferName:n,mimeType:l,parent:o.id});return}this.trackSourceBuffer(n,o)}}this.bufferCreated()}getTrackCodec(e,t){const s=e.supplemental;let i=e.codec;s&&(t==="video"||t==="audiovideo")&&ns(s,"video")&&(i=tc(i,s));const r=Cs(i,e.levelCodec);return r?t.slice(0,5)==="audio"?Gs(r,this.appendSource):r:""}trackSourceBuffer(e,t){const s=t.buffer;if(!s)return;const i=this.getTrackCodec(t,e);this.tracks[e]={buffer:s,codec:i,container:t.container,levelCodec:t.levelCodec,supplemental:t.supplemental,metadata:t.metadata,id:t.id,listeners:[]},this.removeBufferListeners(e),this.addBufferListener(e,"updatestart",this.onSBUpdateStart),this.addBufferListener(e,"updateend",this.onSBUpdateEnd),this.addBufferListener(e,"error",this.onSBUpdateError),this.appendSource&&this.addBufferListener(e,"bufferedchange",(r,n)=>{const o=n.removedRanges;o!=null&&o.length&&this.hls.trigger(m.BUFFER_FLUSHED,{type:r})})}get mediaSrc(){var e,t;const s=((e=this.media)==null||(t=e.querySelector)==null?void 0:t.call(e,"source"))||this.media;return s?.src}onSBUpdateStart(e){const t=this.currentOp(e);t&&t.onStart()}onSBUpdateEnd(e){var t;if(((t=this.mediaSource)==null?void 0:t.readyState)==="closed"){this.resetBuffer(e);return}const s=this.currentOp(e);s&&(s.onComplete(),this.shiftAndExecuteNext(e))}onSBUpdateError(e,t){var s;const i=new Error(`${e} SourceBuffer error. MediaSource readyState: ${(s=this.mediaSource)==null?void 0:s.readyState}`);this.error(`${i}`,t),this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});const r=this.currentOp(e);r&&r.onError(i)}updateTimestampOffset(e,t,s,i,r,n){const o=t-e.timestampOffset;Math.abs(o)>=s&&(this.log(`Updating ${i} SourceBuffer timestampOffset to ${t} (sn: ${r} cc: ${n})`),e.timestampOffset=t)}removeExecutor(e,t,s){const{media:i,mediaSource:r}=this,n=this.tracks[e],o=n?.buffer;if(!i||!r||!o){this.warn(`Attempting to remove from the ${e} SourceBuffer, but it does not exist`),this.shiftAndExecuteNext(e);return}const c=H(i.duration)?i.duration:1/0,l=H(r.duration)?r.duration:1/0,h=Math.max(0,t),u=Math.min(s,c,l);u>h&&(!n.ending||n.ended)?(n.ended=!1,this.log(`Removing [${h},${u}] from the ${e} SourceBuffer`),o.remove(h,u)):this.shiftAndExecuteNext(e)}appendExecutor(e,t){const s=this.tracks[t],i=s?.buffer;if(!i)throw new hu(`Attempting to append to the ${t} SourceBuffer, but it does not exist`);s.ending=!1,s.ended=!1,i.appendBuffer(e)}blockUntilOpen(e){if(this.isUpdating()||this.isQueued())this.blockBuffers(e).catch(t=>{this.warn(`SourceBuffer blocked callback ${t}`),this.stepOperationQueue(this.sourceBufferTypes)});else try{e()}catch(t){this.warn(`Callback run without blocking ${this.operationQueue} ${t}`)}}isUpdating(){return this.sourceBuffers.some(([e,t])=>e&&t.updating)}isQueued(){return this.sourceBuffers.some(([e])=>e&&!!this.currentOp(e))}isPending(e){return!!e&&!e.buffer}blockBuffers(e,t=this.sourceBufferTypes){if(!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),Promise.resolve().then(e);const{operationQueue:s}=this,i=t.map(n=>this.appendBlocker(n));return t.length>1&&this.blockedAudioAppend&&this.unblockAudio(),Promise.all(i).then(n=>{s===this.operationQueue&&(e(),this.stepOperationQueue(this.sourceBufferTypes))})}stepOperationQueue(e){e.forEach(t=>{var s;const i=(s=this.tracks[t])==null?void 0:s.buffer;!i||i.updating||this.shiftAndExecuteNext(t)})}append(e,t,s){this.operationQueue&&this.operationQueue.append(e,t,s)}appendBlocker(e){if(this.operationQueue)return this.operationQueue.appendBlocker(e)}currentOp(e){return this.operationQueue?this.operationQueue.current(e):null}executeNext(e){e&&this.operationQueue&&this.operationQueue.executeNext(e)}shiftAndExecuteNext(e){this.operationQueue&&this.operationQueue.shiftAndExecuteNext(e)}get pendingTrackCount(){return Object.keys(this.tracks).reduce((e,t)=>e+(this.isPending(this.tracks[t])?1:0),0)}get sourceBufferCount(){return this.sourceBuffers.reduce((e,[t])=>e+(t?1:0),0)}get sourceBufferTypes(){return this.sourceBuffers.map(([e])=>e).filter(e=>!!e)}addBufferListener(e,t,s){const i=this.tracks[e];if(!i)return;const r=i.buffer;if(!r)return;const n=s.bind(this,e);i.listeners.push({event:t,listener:n}),r.addEventListener(t,n)}removeBufferListeners(e){const t=this.tracks[e];if(!t)return;const s=t.buffer;s&&(t.listeners.forEach(i=>{s.removeEventListener(i.event,i.listener)}),t.listeners.length=0)}}function Pn(a){const e=a.querySelectorAll("source");[].slice.call(e).forEach(t=>{a.removeChild(t)})}function du(a,e){const t=self.document.createElement("source");t.type="video/mp4",t.src=e,a.appendChild(t)}function Ti(a){return a==="audio"?1:0}class Sr{constructor(e){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=e,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}setStreamController(e){this.streamController=e}destroy(){this.hls&&this.unregisterListener(),this.timer&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null}registerListeners(){const{hls:e}=this;e.on(m.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.BUFFER_CODECS,this.onBufferCodecs,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListener(){const{hls:e}=this;e.off(m.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this)}onFpsDropLevelCapping(e,t){const s=this.hls.levels[t.droppedLevel];this.isLevelAllowed(s)&&this.restrictedLevels.push({bitrate:s.bitrate,height:s.height,width:s.width})}onMediaAttaching(e,t){this.media=t.media instanceof HTMLVideoElement?t.media:null,this.clientRect=null,this.timer&&this.hls.levels.length&&this.detectPlayerSize()}onManifestParsed(e,t){const s=this.hls;this.restrictedLevels=[],this.firstLevel=t.firstLevel,s.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onLevelsUpdated(e,t){this.timer&&H(this.autoLevelCapping)&&this.detectPlayerSize()}onBufferCodecs(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onMediaDetaching(){this.stopCapping(),this.media=null}detectPlayerSize(){if(this.media){if(this.mediaHeight<=0||this.mediaWidth<=0){this.clientRect=null;return}const e=this.hls.levels;if(e.length){const t=this.hls,s=this.getMaxLevel(e.length-1);s!==this.autoLevelCapping&&t.logger.log(`Setting autoLevelCapping to ${s}: ${e[s].height}p@${e[s].bitrate} for media ${this.mediaWidth}x${this.mediaHeight}`),t.autoLevelCapping=s,t.autoLevelEnabled&&t.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=t.autoLevelCapping}}}getMaxLevel(e){const t=this.hls.levels;if(!t.length)return-1;const s=t.filter((i,r)=>this.isLevelAllowed(i)&&r<=e);return this.clientRect=null,Sr.getMaxLevelByMediaSize(s,this.mediaWidth,this.mediaHeight)}startCapping(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())}stopCapping(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)}getDimensions(){if(this.clientRect)return this.clientRect;const e=this.media,t={width:0,height:0};if(e){const s=e.getBoundingClientRect();t.width=s.width,t.height=s.height,!t.width&&!t.height&&(t.width=s.right-s.left||e.width||0,t.height=s.bottom-s.top||e.height||0)}return this.clientRect=t,t}get mediaWidth(){return this.getDimensions().width*this.contentScaleFactor}get mediaHeight(){return this.getDimensions().height*this.contentScaleFactor}get contentScaleFactor(){let e=1;if(!this.hls.config.ignoreDevicePixelRatio)try{e=self.devicePixelRatio}catch{}return Math.min(e,this.hls.config.maxDevicePixelRatio)}isLevelAllowed(e){return!this.restrictedLevels.some(s=>e.bitrate===s.bitrate&&e.width===s.width&&e.height===s.height)}static getMaxLevelByMediaSize(e,t,s){if(!(e!=null&&e.length))return-1;const i=(o,c)=>c?o.width!==c.width||o.height!==c.height:!0;let r=e.length-1;const n=Math.max(t,s);for(let o=0;o<e.length;o+=1){const c=e[o];if((c.width>=n||c.height>=n)&&i(c,e[o+1])){r=o;break}}return r}}const fu={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},$e=fu,gu={HLS:"h"},mu=gu;class lt{constructor(e,t){Array.isArray(e)&&(e=e.map(s=>s instanceof lt?s:new lt(s))),this.value=e,this.params=t}}const pu="Dict";function yu(a){return Array.isArray(a)?JSON.stringify(a):a instanceof Map?"Map{}":a instanceof Set?"Set{}":typeof a=="object"?JSON.stringify(a):String(a)}function Eu(a,e,t,s){return new Error(`failed to ${a} "${yu(e)}" as ${t}`,{cause:s})}function ct(a,e,t){return Eu("serialize",a,e,t)}class fo{constructor(e){this.description=e}}const kn="Bare Item",vu="Boolean";function Tu(a){if(typeof a!="boolean")throw ct(a,vu);return a?"?1":"?0"}function Su(a){return btoa(String.fromCharCode(...a))}const xu="Byte Sequence";function Au(a){if(ArrayBuffer.isView(a)===!1)throw ct(a,xu);return`:${Su(a)}:`}const Iu="Integer";function Lu(a){return a<-999999999999999||999999999999999<a}function go(a){if(Lu(a))throw ct(a,Iu);return a.toString()}function Ru(a){return`@${go(a.getTime()/1e3)}`}function mo(a,e){if(a<0)return-mo(-a,e);const t=Math.pow(10,e);if(Math.abs(a*t%1-.5)<Number.EPSILON){const i=Math.floor(a*t);return(i%2===0?i:i+1)/t}else return Math.round(a*t)/t}const bu="Decimal";function _u(a){const e=mo(a,3);if(Math.floor(Math.abs(e)).toString().length>12)throw ct(a,bu);const t=e.toString();return t.includes(".")?t:`${t}.0`}const Du="String",Cu=/[\x00-\x1f\x7f]+/;function Pu(a){if(Cu.test(a))throw ct(a,Du);return`"${a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function ku(a){return a.description||a.toString().slice(7,-1)}const wu="Token";function wn(a){const e=ku(a);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(e)===!1)throw ct(e,wu);return e}function qi(a){switch(typeof a){case"number":if(!H(a))throw ct(a,kn);return Number.isInteger(a)?go(a):_u(a);case"string":return Pu(a);case"symbol":return wn(a);case"boolean":return Tu(a);case"object":if(a instanceof Date)return Ru(a);if(a instanceof Uint8Array)return Au(a);if(a instanceof fo)return wn(a);default:throw ct(a,kn)}}const Ou="Key";function ji(a){if(/^[a-z*][a-z0-9\-_.*]*$/.test(a)===!1)throw ct(a,Ou);return a}function xr(a){return a==null?"":Object.entries(a).map(([e,t])=>t===!0?`;${ji(e)}`:`;${ji(e)}=${qi(t)}`).join("")}function po(a){return a instanceof lt?`${qi(a.value)}${xr(a.params)}`:qi(a)}function Fu(a){return`(${a.value.map(po).join(" ")})${xr(a.params)}`}function Mu(a,e={whitespace:!0}){if(typeof a!="object"||a==null)throw ct(a,pu);const t=a instanceof Map?a.entries():Object.entries(a),s=e?.whitespace?" ":"";return Array.from(t).map(([i,r])=>{r instanceof lt||(r=new lt(r));let n=ji(i);return r.value===!0?n+=xr(r.params):(n+="=",Array.isArray(r.value)?n+=Fu(r):n+=po(r)),n}).join(`,${s}`)}function yo(a,e){return Mu(a,e)}const tt="CMCD-Object",Ee="CMCD-Request",Dt="CMCD-Session",vt="CMCD-Status",Nu={br:tt,ab:tt,d:tt,ot:tt,tb:tt,tpb:tt,lb:tt,tab:tt,lab:tt,url:tt,pb:Ee,bl:Ee,tbl:Ee,dl:Ee,ltc:Ee,mtp:Ee,nor:Ee,nrr:Ee,rc:Ee,sn:Ee,sta:Ee,su:Ee,ttfb:Ee,ttfbb:Ee,ttlb:Ee,cmsdd:Ee,cmsds:Ee,smrt:Ee,df:Ee,cs:Ee,ts:Ee,cid:Dt,pr:Dt,sf:Dt,sid:Dt,st:Dt,v:Dt,msd:Dt,bs:vt,bsd:vt,cdn:vt,rtp:vt,bg:vt,pt:vt,ec:vt,e:vt},Bu={REQUEST:Ee};function Uu(a){return Object.keys(a).reduce((e,t)=>{var s;return(s=a[t])===null||s===void 0||s.forEach(i=>e[i]=t),e},{})}function $u(a,e){const t={};if(!a)return t;const s=Object.keys(a),i=e?Uu(e):{};return s.reduce((r,n)=>{var o;const c=Nu[n]||i[n]||Bu.REQUEST,l=(o=r[c])!==null&&o!==void 0?o:r[c]={};return l[n]=a[n],r},t)}function Gu(a){return["ot","sf","st","e","sta"].includes(a)}function Ku(a){return typeof a=="number"?H(a):a!=null&&a!==""&&a!==!1}const Eo="event";function Vu(a,e){const t=new URL(a),s=new URL(e);if(t.origin!==s.origin)return a;const i=t.pathname.split("/").slice(1),r=s.pathname.split("/").slice(1,-1);for(;i[0]===r[0];)i.shift(),r.shift();for(;r.length;)r.shift(),i.unshift("..");return i.join("/")+t.search+t.hash}const Fs=a=>Math.round(a),zi=(a,e)=>Array.isArray(a)?a.map(t=>zi(t,e)):a instanceof lt&&typeof a.value=="string"?new lt(zi(a.value,e),a.params):(e.baseUrl&&(a=Vu(a,e.baseUrl)),e.version===1?encodeURIComponent(a):a),xs=a=>Fs(a/100)*100,Hu=(a,e)=>{let t=a;return e.version>=2&&(a instanceof lt&&typeof a.value=="string"?t=new lt([a]):typeof a=="string"&&(t=[a])),zi(t,e)},Yu={br:Fs,d:Fs,bl:xs,dl:xs,mtp:xs,nor:Hu,rtp:xs,tb:Fs},vo="request",To="response",Ar=["ab","bg","bl","br","bs","bsd","cdn","cid","cs","df","ec","lab","lb","ltc","msd","mtp","pb","pr","pt","sf","sid","sn","st","sta","tab","tb","tbl","tpb","ts","v"],Wu=["e"],qu=/^[a-zA-Z0-9-.]+-[a-zA-Z0-9-.]+$/;function ti(a){return qu.test(a)}function ju(a){return Ar.includes(a)||Wu.includes(a)||ti(a)}const So=["d","dl","nor","ot","rtp","su"];function zu(a){return Ar.includes(a)||So.includes(a)||ti(a)}const Xu=["cmsdd","cmsds","rc","smrt","ttfb","ttfbb","ttlb","url"];function Qu(a){return Ar.includes(a)||So.includes(a)||Xu.includes(a)||ti(a)}const Zu=["bl","br","bs","cid","d","dl","mtp","nor","nrr","ot","pr","rtp","sf","sid","st","su","tb","v"];function Ju(a){return Zu.includes(a)||ti(a)}const ed={[To]:Qu,[Eo]:ju,[vo]:zu};function xo(a,e={}){const t={};if(a==null||typeof a!="object")return t;const s=e.version||a.v||1,i=e.reportingMode||vo,r=s===1?Ju:ed[i];let n=Object.keys(a).filter(r);const o=e.filter;typeof o=="function"&&(n=n.filter(o));const c=i===To||i===Eo;c&&!n.includes("ts")&&n.push("ts"),s>1&&!n.includes("v")&&n.push("v");const l=le({},Yu,e.formatters),h={version:s,reportingMode:i,baseUrl:e.baseUrl};return n.sort().forEach(u=>{let d=a[u];const g=l[u];if(typeof g=="function"&&(d=g(d,h)),u==="v"){if(s===1)return;d=s}u=="pr"&&d===1||(c&&u==="ts"&&!H(d)&&(d=Date.now()),Ku(d)&&(Gu(u)&&typeof d=="string"&&(d=new fo(d)),t[u]=d))}),t}function td(a,e={}){const t={};if(!a)return t;const s=xo(a,e),i=$u(s,e?.customHeaderMap);return Object.entries(i).reduce((r,[n,o])=>{const c=yo(o,{whitespace:!1});return c&&(r[n]=c),r},t)}function sd(a,e,t){return le(a,td(e,t))}const id="CMCD";function rd(a,e={}){return a?yo(xo(a,e),{whitespace:!1}):""}function nd(a,e={}){if(!a)return"";const t=rd(a,e);return encodeURIComponent(t)}function ad(a,e={}){if(!a)return"";const t=nd(a,e);return`${id}=${t}`}const On=/CMCD=[^&#]+/;function od(a,e,t){const s=ad(e,t);if(!s)return a;if(On.test(a))return a.replace(On,s);const i=a.includes("?")?"&":"?";return`${a}${i}${s}`}class ld{constructor(e){this.hls=void 0,this.config=void 0,this.media=void 0,this.sid=void 0,this.cid=void 0,this.useHeaders=!1,this.includeKeys=void 0,this.initialized=!1,this.starved=!1,this.buffering=!0,this.audioBuffer=void 0,this.videoBuffer=void 0,this.onWaiting=()=>{this.initialized&&(this.starved=!0),this.buffering=!0},this.onPlaying=()=>{this.initialized||(this.initialized=!0),this.buffering=!1},this.applyPlaylistData=i=>{try{this.apply(i,{ot:$e.MANIFEST,su:!this.initialized})}catch(r){this.hls.logger.warn("Could not generate manifest CMCD data.",r)}},this.applyFragmentData=i=>{try{const{frag:r,part:n}=i,o=this.hls.levels[r.level],c=this.getObjectType(r),l={d:(n||r).duration*1e3,ot:c};(c===$e.VIDEO||c===$e.AUDIO||c==$e.MUXED)&&(l.br=o.bitrate/1e3,l.tb=this.getTopBandwidth(c)/1e3,l.bl=this.getBufferLength(c));const h=n?this.getNextPart(n):this.getNextFrag(r);h!=null&&h.url&&h.url!==r.url&&(l.nor=h.url),this.apply(i,l)}catch(r){this.hls.logger.warn("Could not generate segment CMCD data.",r)}},this.hls=e;const t=this.config=e.config,{cmcd:s}=t;s!=null&&(t.pLoader=this.createPlaylistLoader(),t.fLoader=this.createFragmentLoader(),this.sid=s.sessionId||e.sessionId,this.cid=s.contentId,this.useHeaders=s.useHeaders===!0,this.includeKeys=s.includeKeys,this.registerListeners())}registerListeners(){const e=this.hls;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHED,this.onMediaDetached,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this)}unregisterListeners(){const e=this.hls;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHED,this.onMediaDetached,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this)}destroy(){this.unregisterListeners(),this.onMediaDetached(),this.hls=this.config=this.audioBuffer=this.videoBuffer=null,this.onWaiting=this.onPlaying=this.media=null}onMediaAttached(e,t){this.media=t.media,this.media.addEventListener("waiting",this.onWaiting),this.media.addEventListener("playing",this.onPlaying)}onMediaDetached(){this.media&&(this.media.removeEventListener("waiting",this.onWaiting),this.media.removeEventListener("playing",this.onPlaying),this.media=null)}onBufferCreated(e,t){var s,i;this.audioBuffer=(s=t.tracks.audio)==null?void 0:s.buffer,this.videoBuffer=(i=t.tracks.video)==null?void 0:i.buffer}createData(){var e;return{v:1,sf:mu.HLS,sid:this.sid,cid:this.cid,pr:(e=this.media)==null?void 0:e.playbackRate,mtp:this.hls.bandwidthEstimate/1e3}}apply(e,t={}){le(t,this.createData());const s=t.ot===$e.INIT||t.ot===$e.VIDEO||t.ot===$e.MUXED;this.starved&&s&&(t.bs=!0,t.su=!0,this.starved=!1),t.su==null&&(t.su=this.buffering);const{includeKeys:i}=this;i&&(t=Object.keys(t).reduce((n,o)=>(i.includes(o)&&(n[o]=t[o]),n),{}));const r={baseUrl:e.url};this.useHeaders?(e.headers||(e.headers={}),sd(e.headers,t,r)):e.url=od(e.url,t,r)}getNextFrag(e){var t;const s=(t=this.hls.levels[e.level])==null?void 0:t.details;if(s){const i=e.sn-s.startSN;return s.fragments[i+1]}}getNextPart(e){var t;const{index:s,fragment:i}=e,r=(t=this.hls.levels[i.level])==null||(t=t.details)==null?void 0:t.partList;if(r){const{sn:n}=i;for(let o=r.length-1;o>=0;o--){const c=r[o];if(c.index===s&&c.fragment.sn===n)return r[o+1]}}}getObjectType(e){const{type:t}=e;if(t==="subtitle")return $e.TIMED_TEXT;if(e.sn==="initSegment")return $e.INIT;if(t==="audio")return $e.AUDIO;if(t==="main")return this.hls.audioTracks.length?$e.VIDEO:$e.MUXED}getTopBandwidth(e){let t=0,s;const i=this.hls;if(e===$e.AUDIO)s=i.audioTracks;else{const r=i.maxAutoLevel,n=r>-1?r+1:i.levels.length;s=i.levels.slice(0,n)}return s.forEach(r=>{r.bitrate>t&&(t=r.bitrate)}),t>0?t:NaN}getBufferLength(e){const t=this.media,s=e===$e.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!t?NaN:Q.bufferInfo(s,t.currentTime,this.config.maxBufferHole).len*1e3}createPlaylistLoader(){const{pLoader:e}=this.config,t=this.applyPlaylistData,s=e||this.config.loader;return class{constructor(r){this.loader=void 0,this.loader=new s(r)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(r,n,o){t(r),this.loader.load(r,n,o)}}}createFragmentLoader(){const{fLoader:e}=this.config,t=this.applyFragmentData,s=e||this.config.loader;return class{constructor(r){this.loader=void 0,this.loader=new s(r)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(r,n,o){t(r),this.loader.load(r,n,o)}}}}const cd=3e5;class hd extends ze{constructor(e){super("content-steering",e.logger),this.hls=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this._pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const e=this.hls;e&&(e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.ERROR,this.onError,this))}pathways(){return(this.levels||[]).reduce((e,t)=>(e.indexOf(t.pathwayId)===-1&&e.push(t.pathwayId),e),[])}get pathwayPriority(){return this._pathwayPriority}set pathwayPriority(e){this.updatePathwayPriority(e)}startLoad(){if(this.started=!0,this.clearTimeout(),this.enabled&&this.uri){if(this.updated){const e=this.timeToLoad*1e3-(performance.now()-this.updated);if(e>0){this.scheduleRefresh(this.uri,e);return}}this.loadSteeringManifest(this.uri)}}stopLoad(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()}clearTimeout(){this.reloadTimer!==-1&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)}destroy(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null}removeLevel(e){const t=this.levels;t&&(this.levels=t.filter(s=>s!==e))}onManifestLoading(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null}onManifestLoaded(e,t){const{contentSteering:s}=t;s!==null&&(this.pathwayId=s.pathwayId,this.uri=s.uri,this.started&&this.startLoad())}onManifestParsed(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks}onError(e,t){const{errorAction:s}=t;if(s?.action===Ce.SendAlternateToPenaltyBox&&s.flags===He.MoveAllAlternatesMatchingHost){const i=this.levels;let r=this._pathwayPriority,n=this.pathwayId;if(t.context){const{groupId:o,pathwayId:c,type:l}=t.context;o&&i?n=this.getPathwayForGroupId(o,l,n):c&&(n=c)}n in this.penalizedPathways||(this.penalizedPathways[n]=performance.now()),!r&&i&&(r=this.pathways()),r&&r.length>1&&(this.updatePathwayPriority(r),s.resolved=this.pathwayId!==n),t.details===_.BUFFER_APPEND_ERROR&&!t.fatal?s.resolved=!0:s.resolved||this.warn(`Could not resolve ${t.details} ("${t.error.message}") with content-steering for Pathway: ${n} levels: ${i&&i.length} priorities: ${ue(r)} penalized: ${ue(this.penalizedPathways)}`)}}filterParsedLevels(e){this.levels=e;let t=this.getLevelsForPathway(this.pathwayId);if(t.length===0){const s=e[0].pathwayId;this.log(`No levels found in Pathway ${this.pathwayId}. Setting initial Pathway to "${s}"`),t=this.getLevelsForPathway(s),this.pathwayId=s}return t.length!==e.length&&this.log(`Found ${t.length}/${e.length} levels in Pathway "${this.pathwayId}"`),t}getLevelsForPathway(e){return this.levels===null?[]:this.levels.filter(t=>e===t.pathwayId)}updatePathwayPriority(e){this._pathwayPriority=e;let t;const s=this.penalizedPathways,i=performance.now();Object.keys(s).forEach(r=>{i-s[r]>cd&&delete s[r]});for(let r=0;r<e.length;r++){const n=e[r];if(n in s)continue;if(n===this.pathwayId)return;const o=this.hls.nextLoadLevel,c=this.hls.levels[o];if(t=this.getLevelsForPathway(n),t.length>0){this.log(`Setting Pathway to "${n}"`),this.pathwayId=n,Ga(t),this.hls.trigger(m.LEVELS_UPDATED,{levels:t});const l=this.hls.levels[o];c&&l&&this.levels&&(l.attrs["STABLE-VARIANT-ID"]!==c.attrs["STABLE-VARIANT-ID"]&&l.bitrate!==c.bitrate&&this.log(`Unstable Pathways change from bitrate ${c.bitrate} to ${l.bitrate}`),this.hls.nextLoadLevel=o);break}}}getPathwayForGroupId(e,t,s){const i=this.getLevelsForPathway(s).concat(this.levels||[]);for(let r=0;r<i.length;r++)if(t===se.AUDIO_TRACK&&i[r].hasAudioGroup(e)||t===se.SUBTITLE_TRACK&&i[r].hasSubtitleGroup(e))return i[r].pathwayId;return s}clonePathways(e){const t=this.levels;if(!t)return;const s={},i={};e.forEach(r=>{const{ID:n,"BASE-ID":o,"URI-REPLACEMENT":c}=r;if(t.some(h=>h.pathwayId===n))return;const l=this.getLevelsForPathway(o).map(h=>{const u=new me(h.attrs);u["PATHWAY-ID"]=n;const d=u.AUDIO&&`${u.AUDIO}_clone_${n}`,g=u.SUBTITLES&&`${u.SUBTITLES}_clone_${n}`;d&&(s[u.AUDIO]=d,u.AUDIO=d),g&&(i[u.SUBTITLES]=g,u.SUBTITLES=g);const f=Ao(h.uri,u["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",c),p=new os({attrs:u,audioCodec:h.audioCodec,bitrate:h.bitrate,height:h.height,name:h.name,url:f,videoCodec:h.videoCodec,width:h.width});if(h.audioGroups)for(let y=1;y<h.audioGroups.length;y++)p.addGroupId("audio",`${h.audioGroups[y]}_clone_${n}`);if(h.subtitleGroups)for(let y=1;y<h.subtitleGroups.length;y++)p.addGroupId("text",`${h.subtitleGroups[y]}_clone_${n}`);return p});t.push(...l),Fn(this.audioTracks,s,c,n),Fn(this.subtitleTracks,i,c,n)})}loadSteeringManifest(e){const t=this.hls.config,s=t.loader;this.loader&&this.loader.destroy(),this.loader=new s(t);let i;try{i=new self.URL(e)}catch{this.enabled=!1,this.log(`Failed to parse Steering Manifest URI: ${e}`);return}if(i.protocol!=="data:"){const h=(this.hls.bandwidthEstimate||t.abrEwmaDefaultEstimate)|0;i.searchParams.set("_HLS_pathway",this.pathwayId),i.searchParams.set("_HLS_throughput",""+h)}const r={responseType:"json",url:i.href},n=t.steeringManifestLoadPolicy.default,o=n.errorRetry||n.timeoutRetry||{},c={loadPolicy:n,timeout:n.maxLoadTimeMs,maxRetry:o.maxNumRetry||0,retryDelay:o.retryDelayMs||0,maxRetryDelay:o.maxRetryDelayMs||0},l={onSuccess:(h,u,d,g)=>{this.log(`Loaded steering manifest: "${i}"`);const f=h.data;if(f?.VERSION!==1){this.log(`Steering VERSION ${f.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=f.TTL;const{"RELOAD-URI":p,"PATHWAY-CLONES":y,"PATHWAY-PRIORITY":E}=f;if(p)try{this.uri=new self.URL(p,i).href}catch{this.enabled=!1,this.log(`Failed to parse Steering Manifest RELOAD-URI: ${p}`);return}this.scheduleRefresh(this.uri||d.url),y&&this.clonePathways(y);const v={steeringManifest:f,url:i.toString()};this.hls.trigger(m.STEERING_MANIFEST_LOADED,v),E&&this.updatePathwayPriority(E)},onError:(h,u,d,g)=>{if(this.log(`Error loading steering manifest: ${h.code} ${h.text} (${u.url})`),this.stopLoad(),h.code===410){this.enabled=!1,this.log(`Steering manifest ${u.url} no longer available`);return}let f=this.timeToLoad*1e3;if(h.code===429){const p=this.loader;if(typeof p?.getResponseHeader=="function"){const y=p.getResponseHeader("Retry-After");y&&(f=parseFloat(y)*1e3)}this.log(`Steering manifest ${u.url} rate limited`);return}this.scheduleRefresh(this.uri||u.url,f)},onTimeout:(h,u,d)=>{this.log(`Timeout loading steering manifest (${u.url})`),this.scheduleRefresh(this.uri||u.url)}};this.log(`Requesting steering manifest: ${i}`),this.loader.load(r,c,l)}scheduleRefresh(e,t=this.timeToLoad*1e3){this.clearTimeout(),this.reloadTimer=self.setTimeout(()=>{var s;const i=(s=this.hls)==null?void 0:s.media;if(i&&!i.ended){this.loadSteeringManifest(e);return}this.scheduleRefresh(e,this.timeToLoad*1e3)},t)}}function Fn(a,e,t,s){a&&Object.keys(e).forEach(i=>{const r=a.filter(n=>n.groupId===i).map(n=>{const o=le({},n);return o.details=void 0,o.attrs=new me(o.attrs),o.url=o.attrs.URI=Ao(n.url,n.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",t),o.groupId=o.attrs["GROUP-ID"]=e[i],o.attrs["PATHWAY-ID"]=s,o});a.push(...r)})}function Ao(a,e,t,s){const{HOST:i,PARAMS:r,[t]:n}=s;let o;e&&(o=n?.[e],o&&(a=o));const c=new self.URL(a);return i&&!o&&(c.host=i),r&&Object.keys(r).sort().forEach(l=>{l&&c.searchParams.set(l,r[l])}),c.href}class Yt extends ze{constructor(e){super("eme",e.logger),this.hls=void 0,this.config=void 0,this.media=null,this.mediaResolved=void 0,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.mediaKeys=null,this.setMediaKeysQueue=Yt.CDMCleanupPromise?[Yt.CDMCleanupPromise]:[],this.bannedKeyIds={},this.onMediaEncrypted=t=>{const{initDataType:s,initData:i}=t,r=`"${t.type}" event: init data type: "${s}"`;if(this.debug(r),i!==null){if(!this.keyFormatPromise){let n=Object.keys(this.keySystemAccessPromises);n.length||(n=es(this.config));const o=n.map(di).filter(c=>!!c);this.keyFormatPromise=this.getKeyFormatPromise(o)}this.keyFormatPromise.then(n=>{const o=ks(n);if(s!=="sinf"||o!==pe.FAIRPLAY){this.log(`Ignoring "${t.type}" event with init data type: "${s}" for selected key-system ${o}`);return}let c;try{const g=Ae(new Uint8Array(i)),f=ur(JSON.parse(g).sinf),p=pa(f);if(!p)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");c=new Uint8Array(p.subarray(8,24))}catch(g){this.warn(`${r} Failed to parse sinf: ${g}`);return}const l=Pe(c),{keyIdToKeySessionPromise:h,mediaKeySessions:u}=this;let d=h[l];for(let g=0;g<u.length;g++){const f=u[g],p=f.decryptdata;if(!p.keyId)continue;const y=Pe(p.keyId);if(Ws(c,p.keyId)||p.uri.replace(/-/g,"").indexOf(l)!==-1){if(d=h[y],!d)continue;if(p.pssh)break;delete h[y],p.pssh=new Uint8Array(i),p.keyId=c,d=h[l]=d.then(()=>this.generateRequestWithPreferredKeySession(f,s,i,"encrypted-event-key-match")),d.catch(E=>this.handleError(E));break}}d||this.handleError(new Error(`Key ID ${l} not encountered in playlist. Key-system sessions ${u.length}.`))}).catch(n=>this.handleError(n))}},this.onWaitingForKey=t=>{this.log(`"${t.type}" event`)},this.hls=e,this.config=e.config,this.registerListeners()}destroy(){this.onDestroying(),this.onMediaDetached();const e=this.config;e.requestMediaKeySystemAccessFunc=null,e.licenseXhrSetup=e.licenseResponseCallback=void 0,e.drmSystems=e.drmSystemOptions={},this.hls=this.config=this.keyIdToKeySessionPromise=null,this.onMediaEncrypted=this.onWaitingForKey=null}registerListeners(){this.hls.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(m.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.on(m.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.on(m.DESTROYING,this.onDestroying,this)}unregisterListeners(){this.hls.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(m.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.off(m.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.off(m.DESTROYING,this.onDestroying,this)}getLicenseServerUrl(e){const{drmSystems:t,widevineLicenseUrl:s}=this.config,i=t?.[e];if(i)return i.licenseUrl;if(e===pe.WIDEVINE&&s)return s}getLicenseServerUrlOrThrow(e){const t=this.getLicenseServerUrl(e);if(t===void 0)throw new Error(`no license server URL configured for key-system "${e}"`);return t}getServerCertificateUrl(e){const{drmSystems:t}=this.config,s=t?.[e];if(s)return s.serverCertificateUrl;this.log(`No Server Certificate in config.drmSystems["${e}"]`)}attemptKeySystemAccess(e){const t=this.hls.levels,s=(n,o,c)=>!!n&&c.indexOf(n)===o,i=t.map(n=>n.audioCodec).filter(s),r=t.map(n=>n.videoCodec).filter(s);return i.length+r.length===0&&r.push("avc1.42e01e"),new Promise((n,o)=>{const c=l=>{const h=l.shift();this.getMediaKeysPromise(h,i,r).then(u=>n({keySystem:h,mediaKeys:u})).catch(u=>{l.length?c(l):u instanceof Ve?o(u):o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_ACCESS,error:u,fatal:!0},u.message))})};c(e)})}requestMediaKeySystemAccess(e,t){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let i=`Configured requestMediaKeySystemAccess is not a function ${s}`;return wa===null&&self.location.protocol==="http:"&&(i=`navigator.requestMediaKeySystemAccess is not available over insecure protocol ${location.protocol}`),Promise.reject(new Error(i))}return s(e,t)}getMediaKeysPromise(e,t,s){var i;const r=Hc(e,t,s,this.config.drmSystemOptions||{});let n=this.keySystemAccessPromises[e],o=(i=n)==null?void 0:i.keySystemAccess;if(!o){this.log(`Requesting encrypted media "${e}" key-system access with config: ${ue(r)}`),o=this.requestMediaKeySystemAccess(e,r);const c=n=this.keySystemAccessPromises[e]={keySystemAccess:o};return o.catch(l=>{this.log(`Failed to obtain access to key-system "${e}": ${l}`)}),o.then(l=>{this.log(`Access for key-system "${l.keySystem}" obtained`);const h=this.fetchServerCertificate(e);this.log(`Create media-keys for "${e}"`);const u=c.mediaKeys=l.createMediaKeys().then(d=>(this.log(`Media-keys created for "${e}"`),c.hasMediaKeys=!0,h.then(g=>g?this.setMediaKeysServerCertificate(d,e,g):d)));return u.catch(d=>{this.error(`Failed to create media-keys for "${e}"}: ${d}`)}),u})}return o.then(()=>n.mediaKeys)}createMediaKeySessionContext({decryptdata:e,keySystem:t,mediaKeys:s}){this.log(`Creating key-system session "${t}" keyId: ${Pe(e.keyId||[])} keyUri: ${e.uri}`);const i=s.createSession(),r={decryptdata:e,keySystem:t,mediaKeys:s,mediaKeysSession:i,keyStatus:"status-pending"};return this.mediaKeySessions.push(r),r}renewKeySession(e){const t=e.decryptdata;if(t.pssh){const s=this.createMediaKeySessionContext(e),i=As(t),r="cenc";this.keyIdToKeySessionPromise[i]=this.generateRequestWithPreferredKeySession(s,r,t.pssh.buffer,"expired")}else this.warn("Could not renew expired session. Missing pssh initData.");this.removeSession(e)}updateKeySession(e,t){const s=e.mediaKeysSession;return this.log(`Updating key-session "${s.sessionId}" for keyId ${Pe(e.decryptdata.keyId||[])} 28 - } (data length: ${t.byteLength})`),s.update(t)}getSelectedKeySystemFormats(){return Object.keys(this.keySystemAccessPromises).map(e=>({keySystem:e,hasMediaKeys:this.keySystemAccessPromises[e].hasMediaKeys})).filter(({hasMediaKeys:e})=>!!e).map(({keySystem:e})=>di(e)).filter(e=>!!e)}getKeySystemAccess(e){return this.getKeySystemSelectionPromise(e).then(({keySystem:t,mediaKeys:s})=>this.attemptSetMediaKeys(t,s))}selectKeySystem(e){return new Promise((t,s)=>{this.getKeySystemSelectionPromise(e).then(({keySystem:i})=>{const r=di(i);r?t(r):s(new Error(`Unable to find format for key-system "${i}"`))}).catch(s)})}selectKeySystemFormat(e){const t=Object.keys(e.levelkeys||{});return this.keyFormatPromise||(this.log(`Selecting key-system from fragment (sn: ${e.sn} ${e.type}: ${e.level}) key formats ${t.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(t)),this.keyFormatPromise}getKeyFormatPromise(e){const t=es(this.config),s=e.map(ks).filter(i=>!!i&&t.indexOf(i)!==-1);return this.selectKeySystem(s)}getKeyStatus(e){const{mediaKeySessions:t}=this;for(let s=0;s<t.length;s++){const i=ud(e,t[s]);if(i)return i}}loadKey(e){const t=e.keyInfo.decryptdata,s=As(t),i=this.bannedKeyIds[s];if(i||this.getKeyStatus(t)==="internal-error"){const o=Mn(i||"internal-error",t);return this.handleError(o,e.frag),Promise.reject(o)}const r=`(keyId: ${s} format: "${t.keyFormat}" method: ${t.method} uri: ${t.uri})`;this.log(`Starting session for key ${r}`);const n=this.keyIdToKeySessionPromise[s];if(!n){const o=this.getKeySystemForKeyPromise(t).then(({keySystem:c,mediaKeys:l})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${e.frag.sn} ${e.frag.type}: ${e.frag.level} using key ${r}`),this.attemptSetMediaKeys(c,l).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:c,mediaKeys:l,decryptdata:t}))))).then(c=>{const l="cenc",h=t.pssh?t.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(c,l,h,"playlist-key")});return o.catch(c=>this.handleError(c,e.frag)),this.keyIdToKeySessionPromise[s]=o,o}return n.catch(o=>{if(o instanceof Ve){const c=ae({},o.data);this.getKeyStatus(t)==="internal-error"&&(c.decryptdata=t);const l=new Ve(c,o.message);this.handleError(l,e.frag)}}),n}throwIfDestroyed(e="Invalid state"){if(!this.hls)throw new Error("invalid state")}handleError(e,t){if(this.hls)if(e instanceof Ve){t&&(e.data.frag=t);const s=e.data.decryptdata;this.error(`${e.message}${s?` (${Pe(s.keyId||[])})`:""}`),this.hls.trigger(m.ERROR,e.data)}else this.error(e.message),this.hls.trigger(m.ERROR,{type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_KEYS,error:e,fatal:!0})}getKeySystemForKeyPromise(e){const t=As(e),s=this.keyIdToKeySessionPromise[t];if(!s){const i=ks(e.keyFormat),r=i?[i]:es(this.config);return this.attemptKeySystemAccess(r)}return s}getKeySystemSelectionPromise(e){if(e.length||(e=es(this.config)),e.length===0)throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${ue({drmSystems:this.config.drmSystems})}`);return this.attemptKeySystemAccess(e)}attemptSetMediaKeys(e,t){if(this.mediaResolved=void 0,this.mediaKeys===t)return Promise.resolve();const s=this.setMediaKeysQueue.slice();this.log(`Setting media-keys for "${e}"`);const i=Promise.all(s).then(()=>this.media?this.media.setMediaKeys(t):new Promise((r,n)=>{this.mediaResolved=()=>{if(this.mediaResolved=void 0,!this.media)return n(new Error("Attempted to set mediaKeys without media element attached"));this.mediaKeys=t,this.media.setMediaKeys(t).then(r).catch(n)}}));return this.mediaKeys=t,this.setMediaKeysQueue.push(i),i.then(()=>{this.log(`Media-keys set for "${e}"`),s.push(i),this.setMediaKeysQueue=this.setMediaKeysQueue.filter(r=>s.indexOf(r)===-1)})}generateRequestWithPreferredKeySession(e,t,s,i){var r;const n=(r=this.config.drmSystems)==null||(r=r[e.keySystem])==null?void 0:r.generateRequest;if(n)try{const f=n.call(this.hls,t,s,e);if(!f)throw new Error("Invalid response from configured generateRequest filter");t=f.initDataType,s=f.initData?f.initData:null,e.decryptdata.pssh=s?new Uint8Array(s):null}catch(f){if(this.warn(f.message),this.hls&&this.hls.config.debug)throw f}if(s===null)return this.log(`Skipping key-session request for "${i}" (no initData)`),Promise.resolve(e);const o=As(e.decryptdata),c=e.decryptdata.uri;this.log(`Generating key-session request for "${i}" keyId: ${o} URI: ${c} (init data type: ${t} length: ${s.byteLength})`);const l=new fr,h=e._onmessage=f=>{const p=e.mediaKeysSession;if(!p){l.emit("error",new Error("invalid state"));return}const{messageType:y,message:E}=f;this.log(`"${y}" message event for session "${p.sessionId}" message size: ${E.byteLength}`),y==="license-request"||y==="license-renewal"?this.renewLicense(e,E).catch(v=>{l.eventNames().length?l.emit("error",v):this.handleError(v)}):y==="license-release"?e.keySystem===pe.FAIRPLAY&&this.updateKeySession(e,Gi("acknowledged")).then(()=>this.removeSession(e)).catch(v=>this.handleError(v)):this.warn(`unhandled media key message type "${y}"`)},u=(f,p)=>{p.keyStatus=f;let y;f.startsWith("usable")?l.emit("resolved"):f==="internal-error"||f==="output-restricted"||f==="output-downscaled"?y=Mn(f,p.decryptdata):f==="expired"?y=new Error(`key expired (keyId: ${o})`):f==="released"?y=new Error("key released"):f==="status-pending"||this.warn(`unhandled key status change "${f}" (keyId: ${o})`),y&&(l.eventNames().length?l.emit("error",y):this.handleError(y))},d=e._onkeystatuseschange=f=>{if(!e.mediaKeysSession){l.emit("error",new Error("invalid state"));return}const y=this.getKeyStatuses(e);if(!Object.keys(y).some(S=>y[S]!=="status-pending"))return;if(y[o]==="expired"){this.log(`Expired key ${ue(y)} in key-session "${e.mediaKeysSession.sessionId}"`),this.renewKeySession(e);return}let v=y[o];if(v)u(v,e);else{var T;e.keyStatusTimeouts||(e.keyStatusTimeouts={}),(T=e.keyStatusTimeouts)[o]||(T[o]=self.setTimeout(()=>{if(!e.mediaKeysSession||!this.mediaKeys)return;const x=this.getKeyStatus(e.decryptdata);if(x&&x!=="status-pending")return this.log(`No status for keyId ${o} in key-session "${e.mediaKeysSession.sessionId}". Using session key-status ${x} from other session.`),u(x,e);this.log(`key status for ${o} in key-session "${e.mediaKeysSession.sessionId}" timed out after 1000ms`),v="internal-error",u(v,e)},1e3)),this.log(`No status for keyId ${o} (${ue(y)}).`)}};Ue(e.mediaKeysSession,"message",h),Ue(e.mediaKeysSession,"keystatuseschange",d);const g=new Promise((f,p)=>{l.on("error",p),l.on("resolved",f)});return e.mediaKeysSession.generateRequest(t,s).then(()=>{this.log(`Request generated for key-session "${e.mediaKeysSession.sessionId}" keyId: ${o} URI: ${c}`)}).catch(f=>{throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_NO_SESSION,error:f,decryptdata:e.decryptdata,fatal:!1},`Error generating key-session request: ${f}`)}).then(()=>g).catch(f=>(l.removeAllListeners(),this.removeSession(e).then(()=>{throw f}))).then(()=>(l.removeAllListeners(),e))}getKeyStatuses(e){const t={};return e.mediaKeysSession.keyStatuses.forEach((s,i)=>{if(typeof i=="string"&&typeof s=="object"){const o=i;i=s,s=o}const r="buffer"in i?new Uint8Array(i.buffer,i.byteOffset,i.byteLength):new Uint8Array(i);if(e.keySystem===pe.PLAYREADY&&r.length===16){const o=Pe(r);t[o]=s,Pa(r)}const n=Pe(r);s==="internal-error"&&(this.bannedKeyIds[n]=s),this.log(`key status change "${s}" for keyStatuses keyId: ${n} key-session "${e.mediaKeysSession.sessionId}"`),t[n]=s}),t}fetchServerCertificate(e){const t=this.config,s=t.loader,i=new s(t),r=this.getServerCertificateUrl(e);return r?(this.log(`Fetching server certificate for "${e}"`),new Promise((n,o)=>{const c={responseType:"arraybuffer",url:r},l=t.certLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{n(d.data)},onError:(d,g,f,p)=>{o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:f,response:ae({url:c.url,data:void 0},d)},`"${e}" certificate request failed (${r}). Status: ${d.code} (${d.text})`))},onTimeout:(d,g,f)=>{o(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:f,response:{url:c.url,data:void 0}},`"${e}" certificate request timed out (${r})`))},onAbort:(d,g,f)=>{o(new Error("aborted"))}};i.load(c,h,u)})):Promise.resolve()}setMediaKeysServerCertificate(e,t,s){return new Promise((i,r)=>{e.setServerCertificate(s).then(n=>{this.log(`setServerCertificate ${n?"success":"not supported by CDM"} (${s.byteLength}) on "${t}"`),i(e)}).catch(n=>{r(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:n,fatal:!0},n.message))})})}renewLicense(e,t){return this.requestLicense(e,new Uint8Array(t)).then(s=>this.updateKeySession(e,new Uint8Array(s)).catch(i=>{throw new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_SESSION_UPDATE_FAILED,decryptdata:e.decryptdata,error:i,fatal:!1},i.message)}))}unpackPlayReadyKeyMessage(e,t){const s=String.fromCharCode.apply(null,new Uint16Array(t.buffer));if(!s.includes("PlayReadyKeyMessage"))return e.setRequestHeader("Content-Type","text/xml; charset=utf-8"),t;const i=new DOMParser().parseFromString(s,"application/xml"),r=i.querySelectorAll("HttpHeader");if(r.length>0){let h;for(let u=0,d=r.length;u<d;u++){var n,o;h=r[u];const g=(n=h.querySelector("name"))==null?void 0:n.textContent,f=(o=h.querySelector("value"))==null?void 0:o.textContent;g&&f&&e.setRequestHeader(g,f)}}const c=i.querySelector("Challenge"),l=c?.textContent;if(!l)throw new Error("Cannot find <Challenge> in key message");return Gi(atob(l))}setupLicenseXHR(e,t,s,i){const r=this.config.licenseXhrSetup;return r?Promise.resolve().then(()=>{if(!s.decryptdata)throw new Error("Key removed");return r.call(this.hls,e,t,s,i)}).catch(n=>{if(!s.decryptdata)throw n;return e.open("POST",t,!0),r.call(this.hls,e,t,s,i)}).then(n=>(e.readyState||e.open("POST",t,!0),{xhr:e,licenseChallenge:n||i})):(e.open("POST",t,!0),Promise.resolve({xhr:e,licenseChallenge:i}))}requestLicense(e,t){const s=this.config.keyLoadPolicy.default;return new Promise((i,r)=>{const n=this.getLicenseServerUrlOrThrow(e.keySystem);this.log(`Sending license request to URL: ${n}`);const o=new XMLHttpRequest;o.responseType="arraybuffer",o.onreadystatechange=()=>{if(!this.hls||!e.mediaKeysSession)return r(new Error("invalid state"));if(o.readyState===4)if(o.status===200){this._requestLicenseFailureCount=0;let c=o.response;this.log(`License received ${c instanceof ArrayBuffer?c.byteLength:c}`);const l=this.config.licenseResponseCallback;if(l)try{c=l.call(this.hls,o,n,e)}catch(h){this.error(h)}i(c)}else{const c=s.errorRetry,l=c?c.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>l||o.status>=400&&o.status<500)r(new Ve({type:W.KEY_SYSTEM_ERROR,details:_.KEY_SYSTEM_LICENSE_REQUEST_FAILED,decryptdata:e.decryptdata,fatal:!0,networkDetails:o,response:{url:n,data:void 0,code:o.status,text:o.statusText}},`License Request XHR failed (${n}). Status: ${o.status} (${o.statusText})`));else{const h=l-this._requestLicenseFailureCount+1;this.warn(`Retrying license request, ${h} attempts left`),this.requestLicense(e,t).then(i,r)}}},e.licenseXhr&&e.licenseXhr.readyState!==XMLHttpRequest.DONE&&e.licenseXhr.abort(),e.licenseXhr=o,this.setupLicenseXHR(o,n,e,t).then(({xhr:c,licenseChallenge:l})=>{e.keySystem==pe.PLAYREADY&&(l=this.unpackPlayReadyKeyMessage(c,l)),c.send(l)}).catch(r)})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(e,t){if(!this.config.emeEnabled)return;const s=t.media;this.media=s,Ue(s,"encrypted",this.onMediaEncrypted),Ue(s,"waitingforkey",this.onWaitingForKey);const i=this.mediaResolved;i?i():this.mediaKeys=s.mediaKeys}onMediaDetached(){const e=this.media;e&&(Ge(e,"encrypted",this.onMediaEncrypted),Ge(e,"waitingforkey",this.onWaitingForKey),this.media=null,this.mediaKeys=null)}_clear(){var e;this._requestLicenseFailureCount=0,this.keyIdToKeySessionPromise={},this.bannedKeyIds={};const t=this.mediaResolved;if(t&&t(),!this.mediaKeys&&!this.mediaKeySessions.length)return;const s=this.media,i=this.mediaKeySessions.slice();this.mediaKeySessions=[],this.mediaKeys=null,It.clearKeyUriToKeyIdMap();const r=i.length;Yt.CDMCleanupPromise=Promise.all(i.map(n=>this.removeSession(n)).concat((s==null||(e=s.setMediaKeys(null))==null?void 0:e.catch(n=>{this.log(`Could not clear media keys: ${n}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR,fatal:!1,error:new Error(`Could not clear media keys: ${n}`)})}))||Promise.resolve())).catch(n=>{this.log(`Could not close sessions and clear media keys: ${n}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close sessions and clear media keys: ${n}`)})}).then(()=>{r&&this.log("finished closing key sessions and clearing media keys")})}onManifestLoading(){this._clear()}onManifestLoaded(e,{sessionKeys:t}){if(!(!t||!this.config.emeEnabled)&&!this.keyFormatPromise){const s=t.reduce((i,r)=>(i.indexOf(r.keyFormat)===-1&&i.push(r.keyFormat),i),[]);this.log(`Selecting key-system from session-keys ${s.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(s)}}removeSession(e){const{mediaKeysSession:t,licenseXhr:s,decryptdata:i}=e;if(t){this.log(`Remove licenses and keys and close session "${t.sessionId}" keyId: ${Pe(i?.keyId||[])}`),e._onmessage&&(t.removeEventListener("message",e._onmessage),e._onmessage=void 0),e._onkeystatuseschange&&(t.removeEventListener("keystatuseschange",e._onkeystatuseschange),e._onkeystatuseschange=void 0),s&&s.readyState!==XMLHttpRequest.DONE&&s.abort(),e.mediaKeysSession=e.decryptdata=e.licenseXhr=void 0;const r=this.mediaKeySessions.indexOf(e);r>-1&&this.mediaKeySessions.splice(r,1);const{keyStatusTimeouts:n}=e;n&&Object.keys(n).forEach(l=>self.clearTimeout(n[l]));const{drmSystemOptions:o}=this.config;return(Wc(o)?new Promise((l,h)=>{self.setTimeout(()=>h(new Error("MediaKeySession.remove() timeout")),8e3),t.remove().then(l).catch(h)}):Promise.resolve()).catch(l=>{this.log(`Could not remove session: ${l}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR,fatal:!1,error:new Error(`Could not remove session: ${l}`)})}).then(()=>t.close()).catch(l=>{this.log(`Could not close session: ${l}`),this.hls&&this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close session: ${l}`)})})}return Promise.resolve()}}Yt.CDMCleanupPromise=void 0;function As(a){if(!a)throw new Error("Could not read keyId of undefined decryptdata");if(a.keyId===null)throw new Error("keyId is null");return Pe(a.keyId)}function ud(a,e){if(a.keyId&&e.mediaKeysSession.keyStatuses.has(a.keyId))return e.mediaKeysSession.keyStatuses.get(a.keyId);if(a.matches(e.decryptdata))return e.keyStatus}class Ve extends Error{constructor(e,t){super(t),this.data=void 0,e.error||(e.error=new Error(t)),this.data=e,e.err=e.error}}function Mn(a,e){const t=a==="output-restricted",s=t?_.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:_.KEY_SYSTEM_STATUS_INTERNAL_ERROR;return new Ve({type:W.KEY_SYSTEM_ERROR,details:s,fatal:!1,decryptdata:e},t?"HDCP level output restricted":`key status changed to "${a}"`)}class dd{constructor(e){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=e,this.registerListeners()}setStreamController(e){this.streamController=e}registerListeners(){this.hls.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.on(m.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListeners(){this.hls.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.off(m.MEDIA_DETACHING,this.onMediaDetaching,this)}destroy(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null}onMediaAttaching(e,t){const s=this.hls.config;if(s.capLevelOnFPSDrop){const i=t.media instanceof self.HTMLVideoElement?t.media:null;this.media=i,i&&typeof i.getVideoPlaybackQuality=="function"&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),s.fpsDroppedMonitoringPeriod)}}onMediaDetaching(){this.media=null}checkFPS(e,t,s){const i=performance.now();if(t){if(this.lastTime){const r=i-this.lastTime,n=s-this.lastDroppedFrames,o=t-this.lastDecodedFrames,c=1e3*n/r,l=this.hls;if(l.trigger(m.FPS_DROP,{currentDropped:n,currentDecoded:o,totalDroppedFrames:s}),c>0&&n>l.config.fpsDroppedMonitoringThreshold*o){let h=l.currentLevel;l.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(l.autoLevelCapping===-1||l.autoLevelCapping>=h)&&(h=h-1,l.trigger(m.FPS_DROP_LEVEL_CAPPING,{level:h,droppedLevel:l.currentLevel}),l.autoLevelCapping=h,this.streamController.nextLevelSwitch())}}this.lastTime=i,this.lastDroppedFrames=s,this.lastDecodedFrames=t}}checkFPSInterval(){const e=this.media;if(e)if(this.isVideoPlaybackQualityAvailable){const t=e.getVideoPlaybackQuality();this.checkFPS(e,t.totalVideoFrames,t.droppedVideoFrames)}else this.checkFPS(e,e.webkitDecodedFrameCount,e.webkitDroppedFrameCount)}}function Io(a,e){let t;try{t=new Event("addtrack")}catch{t=document.createEvent("Event"),t.initEvent("addtrack",!1,!1)}t.track=a,e.dispatchEvent(t)}function Lo(a,e){const t=a.mode;if(t==="disabled"&&(a.mode="hidden"),a.cues&&!a.cues.getCueById(e.id))try{if(a.addCue(e),!a.cues.getCueById(e.id))throw new Error(`addCue is failed for: ${e}`)}catch(s){oe.debug(`[texttrack-utils]: ${s}`);try{const i=new self.TextTrackCue(e.startTime,e.endTime,e.text);i.id=e.id,a.addCue(i)}catch(i){oe.debug(`[texttrack-utils]: Legacy TextTrackCue fallback failed: ${i}`)}}t==="disabled"&&(a.mode=t)}function Kt(a,e){const t=a.mode;if(t==="disabled"&&(a.mode="hidden"),a.cues)for(let s=a.cues.length;s--;)e&&a.cues[s].removeEventListener("enter",e),a.removeCue(a.cues[s]);t==="disabled"&&(a.mode=t)}function Xi(a,e,t,s){const i=a.mode;if(i==="disabled"&&(a.mode="hidden"),a.cues&&a.cues.length>0){const r=gd(a.cues,e,t);for(let n=0;n<r.length;n++)(!s||s(r[n]))&&a.removeCue(r[n])}i==="disabled"&&(a.mode=i)}function fd(a,e){if(e<=a[0].startTime)return 0;const t=a.length-1;if(e>a[t].endTime)return-1;let s=0,i=t,r;for(;s<=i;)if(r=Math.floor((i+s)/2),e<a[r].startTime)i=r-1;else if(e>a[r].startTime&&s<t)s=r+1;else return r;return a[s].startTime-e<e-a[i].startTime?s:i}function gd(a,e,t){const s=[],i=fd(a,e);if(i>-1)for(let r=i,n=a.length;r<n;r++){const o=a[r];if(o.startTime>=e&&o.endTime<=t)s.push(o);else if(o.startTime>t)return s}return s}function Ms(a){const e=[];for(let t=0;t<a.length;t++){const s=a[t];(s.kind==="subtitles"||s.kind==="captions")&&s.label&&e.push(a[t])}return e}class md extends Tr{constructor(e){super(e,"subtitle-track-controller"),this.media=null,this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.queuedDefaultTrack=-1,this.useTextTrackPolling=!1,this.subtitlePollingInterval=-1,this._subtitleDisplay=!0,this.asyncPollTrackChange=()=>this.pollTrackChange(0),this.onTextTracksChanged=()=>{if(this.useTextTrackPolling||self.clearInterval(this.subtitlePollingInterval),!this.media||!this.hls.config.renderTextTracksNatively)return;let t=null;const s=Ms(this.media.textTracks);for(let r=0;r<s.length;r++)if(s[r].mode==="hidden")t=s[r];else if(s[r].mode==="showing"){t=s[r];break}const i=this.findTrackForTextTrack(t);this.subtitleTrack!==i&&this.setSubtitleTrack(i)},this.registerListeners()}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,this.onTextTracksChanged=this.asyncPollTrackChange=null,super.destroy()}get subtitleDisplay(){return this._subtitleDisplay}set subtitleDisplay(e){this._subtitleDisplay=e,this.trackId>-1&&this.toggleTrackModes()}registerListeners(){const{hls:e}=this;e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.on(m.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.off(m.ERROR,this.onError,this)}onMediaAttached(e,t){this.media=t.media,this.media&&(this.queuedDefaultTrack>-1&&(this.subtitleTrack=this.queuedDefaultTrack,this.queuedDefaultTrack=-1),this.useTextTrackPolling=!(this.media.textTracks&&"onchange"in this.media.textTracks),this.useTextTrackPolling?this.pollTrackChange(500):this.media.textTracks.addEventListener("change",this.asyncPollTrackChange))}pollTrackChange(e){self.clearInterval(this.subtitlePollingInterval),this.subtitlePollingInterval=self.setInterval(this.onTextTracksChanged,e)}onMediaDetaching(e,t){const s=this.media;if(!s)return;const i=!!t.transferMedia;if(self.clearInterval(this.subtitlePollingInterval),this.useTextTrackPolling||s.textTracks.removeEventListener("change",this.asyncPollTrackChange),this.trackId>-1&&(this.queuedDefaultTrack=this.trackId),this.subtitleTrack=-1,this.media=null,i)return;Ms(s.textTracks).forEach(n=>{Kt(n)})}onManifestLoading(){this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0}onManifestParsed(e,t){this.tracks=t.subtitleTracks}onSubtitleTrackLoaded(e,t){const{id:s,groupId:i,details:r}=t,n=this.tracksInGroup[s];if(!n||n.groupId!==i){this.warn(`Subtitle track with id:${s} and group:${i} not found in active group ${n?.groupId}`);return}const o=n.details;n.details=t.details,this.log(`Subtitle track ${s} "${n.name}" lang:${n.lang} group:${i} loaded [${r.startSN}-${r.endSN}]`),s===this.trackId&&this.playlistLoaded(s,t,o)}onLevelLoading(e,t){this.switchLevel(t.level)}onLevelSwitching(e,t){this.switchLevel(t.level)}switchLevel(e){const t=this.hls.levels[e];if(!t)return;const s=t.subtitleGroups||null,i=this.groupIds;let r=this.currentTrack;if(!s||i?.length!==s?.length||s!=null&&s.some(n=>i?.indexOf(n)===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const n=this.tracks.filter(h=>!s||s.indexOf(h.groupId)!==-1);if(n.length)this.selectDefaultTrack&&!n.some(h=>h.default)&&(this.selectDefaultTrack=!1),n.forEach((h,u)=>{h.id=u});else if(!r&&!this.tracksInGroup.length)return;this.tracksInGroup=n;const o=this.hls.config.subtitlePreference;if(!r&&o){this.selectDefaultTrack=!1;const h=at(o,n);if(h>-1)r=n[h];else{const u=at(o,this.tracks);r=this.tracks[u]}}let c=this.findTrackId(r);c===-1&&r&&(c=this.findTrackId(null));const l={subtitleTracks:n};this.log(`Updating subtitle tracks, ${n.length} track(s) found in "${s?.join(",")}" group-id`),this.hls.trigger(m.SUBTITLE_TRACKS_UPDATED,l),c!==-1&&this.trackId===-1&&this.setSubtitleTrack(c)}}findTrackId(e){const t=this.tracksInGroup,s=this.selectDefaultTrack;for(let i=0;i<t.length;i++){const r=t[i];if(!(s&&!r.default||!s&&!e)&&(!e||wt(r,e)))return i}if(e){for(let i=0;i<t.length;i++){const r=t[i];if(us(e.attrs,r.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return i}for(let i=0;i<t.length;i++){const r=t[i];if(us(e.attrs,r.attrs,["LANGUAGE"]))return i}}return-1}findTrackForTextTrack(e){if(e){const t=this.tracksInGroup;for(let s=0;s<t.length;s++){const i=t[s];if(Wi(i,e))return s}}return-1}onError(e,t){t.fatal||!t.context||t.context.type===se.SUBTITLE_TRACK&&t.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(t.context.groupId)!==-1)&&this.checkRetry(t)}get allSubtitleTracks(){return this.tracks}get subtitleTracks(){return this.tracksInGroup}get subtitleTrack(){return this.trackId}set subtitleTrack(e){this.selectDefaultTrack=!1,this.setSubtitleTrack(e)}setSubtitleOption(e){if(this.hls.config.subtitlePreference=e,e){if(e.id===-1)return this.setSubtitleTrack(-1),null;const t=this.allSubtitleTracks;if(this.selectDefaultTrack=!1,t.length){const s=this.currentTrack;if(s&&wt(e,s))return s;const i=at(e,this.tracksInGroup);if(i>-1){const r=this.tracksInGroup[i];return this.setSubtitleTrack(i),r}else{if(s)return null;{const r=at(e,t);if(r>-1)return t[r]}}}}return null}loadPlaylist(e){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentTrack)&&this.scheduleLoading(this.currentTrack,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=e.id,i=e.groupId,r=this.getUrlWithDirectives(e.url,t),n=e.details,o=n?.age;this.log(`Loading subtitle ${s} "${e.name}" lang:${e.lang} group:${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${r}`),this.hls.trigger(m.SUBTITLE_TRACK_LOADING,{url:r,id:s,groupId:i,deliveryDirectives:t||null,track:e})}toggleTrackModes(){const{media:e}=this;if(!e)return;const t=Ms(e.textTracks),s=this.currentTrack;let i;if(s&&(i=t.filter(r=>Wi(s,r))[0],i||this.warn(`Unable to find subtitle TextTrack with name "${s.name}" and language "${s.lang}"`)),[].slice.call(t).forEach(r=>{r.mode!=="disabled"&&r!==i&&(r.mode="disabled")}),i){const r=this.subtitleDisplay?"showing":"hidden";i.mode!==r&&(i.mode=r)}}setSubtitleTrack(e){const t=this.tracksInGroup;if(!this.media){this.queuedDefaultTrack=e;return}if(e<-1||e>=t.length||!H(e)){this.warn(`Invalid subtitle track id: ${e}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,i=t[e]||null;if(this.trackId=e,this.currentTrack=i,this.toggleTrackModes(),!i){this.hls.trigger(m.SUBTITLE_TRACK_SWITCH,{id:e});return}const r=!!i.details&&!i.details.live;if(e===this.trackId&&i===s&&r)return;this.log(`Switching to subtitle-track ${e}`+(i?` "${i.name}" lang:${i.lang} group:${i.groupId}`:""));const{id:n,groupId:o="",name:c,type:l,url:h}=i;this.hls.trigger(m.SUBTITLE_TRACK_SWITCH,{id:n,groupId:o,name:c,type:l,url:h});const u=this.switchParams(i.url,s?.details,i.details);this.loadPlaylist(u)}}function pd(){try{return crypto.randomUUID()}catch{try{const e=URL.createObjectURL(new Blob),t=e.toString();return URL.revokeObjectURL(e),t.slice(t.lastIndexOf("/")+1)}catch{let t=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,i=>{const r=(t+Math.random()*16)%16|0;return t=Math.floor(t/16),(i=="x"?r:r&3|8).toString(16)})}}}function rs(a){let e=5381,t=a.length;for(;t;)e=e*33^a.charCodeAt(--t);return(e>>>0).toString()}const Wt=.025;let Xs=(function(a){return a[a.Point=0]="Point",a[a.Range=1]="Range",a})({});function yd(a,e,t){return`${a.identifier}-${t+1}-${rs(e)}`}class Ed{constructor(e,t){this.base=void 0,this._duration=null,this._timelineStart=null,this.appendInPlaceDisabled=void 0,this.appendInPlaceStarted=void 0,this.dateRange=void 0,this.hasPlayed=!1,this.cumulativeDuration=0,this.resumeOffset=NaN,this.playoutLimit=NaN,this.restrictions={skip:!1,jump:!1},this.snapOptions={out:!1,in:!1},this.assetList=[],this.assetListLoader=void 0,this.assetListResponse=null,this.resumeAnchor=void 0,this.error=void 0,this.resetOnResume=void 0,this.base=t,this.dateRange=e,this.setDateRange(e)}setDateRange(e){this.dateRange=e,this.resumeOffset=e.attr.optionalFloat("X-RESUME-OFFSET",this.resumeOffset),this.playoutLimit=e.attr.optionalFloat("X-PLAYOUT-LIMIT",this.playoutLimit),this.restrictions=e.attr.enumeratedStringList("X-RESTRICT",this.restrictions),this.snapOptions=e.attr.enumeratedStringList("X-SNAP",this.snapOptions)}reset(){var e;this.appendInPlaceStarted=!1,(e=this.assetListLoader)==null||e.destroy(),this.assetListLoader=void 0,this.supplementsPrimary||(this.assetListResponse=null,this.assetList=[],this._duration=null)}isAssetPastPlayoutLimit(e){var t;if(e>0&&e>=this.assetList.length)return!0;const s=this.playoutLimit;return e<=0||isNaN(s)?!1:s===0?!0:(((t=this.assetList[e])==null?void 0:t.startOffset)||0)>s}findAssetIndex(e){return this.assetList.indexOf(e)}get identifier(){return this.dateRange.id}get startDate(){return this.dateRange.startDate}get startTime(){const e=this.dateRange.startTime;if(this.snapOptions.out){const t=this.dateRange.tagAnchor;if(t)return Si(e,t)}return e}get startOffset(){return this.cue.pre?0:this.startTime}get startIsAligned(){if(this.startTime===0||this.snapOptions.out)return!0;const e=this.dateRange.tagAnchor;if(e){const t=this.dateRange.startTime,s=Si(t,e);return t-s<.1}return!1}get resumptionOffset(){const e=this.resumeOffset,t=H(e)?e:this.duration;return this.cumulativeDuration+t}get resumeTime(){const e=this.startOffset+this.resumptionOffset;if(this.snapOptions.in){const t=this.resumeAnchor;if(t)return Si(e,t)}return e}get appendInPlace(){return this.appendInPlaceStarted?!0:this.appendInPlaceDisabled?!1:!!(!this.cue.once&&!this.cue.pre&&this.startIsAligned&&(isNaN(this.playoutLimit)&&isNaN(this.resumeOffset)||this.resumeOffset&&this.duration&&Math.abs(this.resumeOffset-this.duration)<Wt))}set appendInPlace(e){if(this.appendInPlaceStarted){this.resetOnResume=!e;return}this.appendInPlaceDisabled=!e}get timelineStart(){return this._timelineStart!==null?this._timelineStart:this.startTime}set timelineStart(e){this._timelineStart=e}get duration(){const e=this.playoutLimit;let t;return this._duration!==null?t=this._duration:this.dateRange.duration?t=this.dateRange.duration:t=this.dateRange.plannedDuration||0,!isNaN(e)&&e<t&&(t=e),t}set duration(e){this._duration=e}get cue(){return this.dateRange.cue}get timelineOccupancy(){return this.dateRange.attr["X-TIMELINE-OCCUPIES"]==="RANGE"?Xs.Range:Xs.Point}get supplementsPrimary(){return this.dateRange.attr["X-TIMELINE-STYLE"]==="PRIMARY"}get contentMayVary(){return this.dateRange.attr["X-CONTENT-MAY-VARY"]!=="NO"}get assetUrl(){return this.dateRange.attr["X-ASSET-URI"]}get assetListUrl(){return this.dateRange.attr["X-ASSET-LIST"]}get baseUrl(){return this.base.url}get assetListLoaded(){return this.assetList.length>0||this.assetListResponse!==null}toString(){return vd(this)}}function Si(a,e){return a-e.start<e.duration/2&&!(Math.abs(a-(e.start+e.duration))<Wt)?e.start:e.start+e.duration}function Ro(a,e,t){const s=new self.URL(a,t);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",e),s}function xi(a,e){for(;(t=a.assetList[++e])!=null&&t.error;)var t;return e}function vd(a){return`["${a.identifier}" ${a.cue.pre?"<pre>":a.cue.post?"<post>":""}${a.timelineStart.toFixed(2)}-${a.resumeTime.toFixed(2)}]`}function Gt(a){const e=a.timelineStart,t=a.duration||0;return`["${a.identifier}" ${e.toFixed(2)}-${(e+t).toFixed(2)}]`}class Td{constructor(e,t,s,i){this.hls=void 0,this.interstitial=void 0,this.assetItem=void 0,this.tracks=null,this.hasDetails=!1,this.mediaAttached=null,this._currentTime=void 0,this._bufferedEosTime=void 0,this.checkPlayout=()=>{this.reachedPlayout(this.currentTime)&&this.hls&&this.hls.trigger(m.PLAYOUT_LIMIT_REACHED,{})};const r=this.hls=new e(t);this.interstitial=s,this.assetItem=i;const n=()=>{this.hasDetails=!0};r.once(m.LEVEL_LOADED,n),r.once(m.AUDIO_TRACK_LOADED,n),r.once(m.SUBTITLE_TRACK_LOADED,n),r.on(m.MEDIA_ATTACHING,(o,{media:c})=>{this.removeMediaListeners(),this.mediaAttached=c,this.interstitial.playoutLimit&&(c.addEventListener("timeupdate",this.checkPlayout),this.appendInPlace&&r.on(m.BUFFER_APPENDED,()=>{const h=this.bufferedEnd;this.reachedPlayout(h)&&(this._bufferedEosTime=h,r.trigger(m.BUFFERED_TO_END,void 0))}))})}get appendInPlace(){return this.interstitial.appendInPlace}loadSource(){const e=this.hls;if(e)if(e.url)e.levels.length&&!e.started&&e.startLoad(-1,!0);else{let t=this.assetItem.uri;try{t=Ro(t,e.config.primarySessionId||"").href}catch{}e.loadSource(t)}}bufferedInPlaceToEnd(e){var t;if(!this.appendInPlace)return!1;if((t=this.hls)!=null&&t.bufferedToEnd)return!0;if(!e)return!1;const s=Math.min(this._bufferedEosTime||1/0,this.duration),i=this.timelineOffset,r=Q.bufferInfo(e,i,0);return this.getAssetTime(r.end)>=s-.02}reachedPlayout(e){const s=this.interstitial.playoutLimit;return this.startOffset+e>=s}get destroyed(){var e;return!((e=this.hls)!=null&&e.userConfig)}get assetId(){return this.assetItem.identifier}get interstitialId(){return this.assetItem.parentIdentifier}get media(){var e;return((e=this.hls)==null?void 0:e.media)||null}get bufferedEnd(){const e=this.media||this.mediaAttached;if(!e)return this._bufferedEosTime?this._bufferedEosTime:this.currentTime;const t=Q.bufferInfo(e,e.currentTime,.001);return this.getAssetTime(t.end)}get currentTime(){const e=this.media||this.mediaAttached;return e?this.getAssetTime(e.currentTime):this._currentTime||0}get duration(){const e=this.assetItem.duration;if(!e)return 0;const t=this.interstitial.playoutLimit;if(t){const s=t-this.startOffset;if(s>0&&s<e)return s}return e}get remaining(){const e=this.duration;return e?Math.max(0,e-this.currentTime):0}get startOffset(){return this.assetItem.startOffset}get timelineOffset(){var e;return((e=this.hls)==null?void 0:e.config.timelineOffset)||0}set timelineOffset(e){const t=this.timelineOffset;if(e!==t){const s=e-t;if(Math.abs(s)>1/9e4&&this.hls){if(this.hasDetails)throw new Error("Cannot set timelineOffset after playlists are loaded");this.hls.config.timelineOffset=e}}}getAssetTime(e){const t=this.timelineOffset,s=this.duration;return Math.min(Math.max(0,e-t),s)}removeMediaListeners(){const e=this.mediaAttached;e&&(this._currentTime=e.currentTime,this.bufferSnapShot(),e.removeEventListener("timeupdate",this.checkPlayout))}bufferSnapShot(){if(this.mediaAttached){var e;(e=this.hls)!=null&&e.bufferedToEnd&&(this._bufferedEosTime=this.bufferedEnd)}}destroy(){this.removeMediaListeners(),this.hls&&this.hls.destroy(),this.hls=null,this.tracks=this.mediaAttached=this.checkPlayout=null}attachMedia(e){var t;this.loadSource(),(t=this.hls)==null||t.attachMedia(e)}detachMedia(){var e;this.removeMediaListeners(),this.mediaAttached=null,(e=this.hls)==null||e.detachMedia()}resumeBuffering(){var e;(e=this.hls)==null||e.resumeBuffering()}pauseBuffering(){var e;(e=this.hls)==null||e.pauseBuffering()}transferMedia(){var e;return this.bufferSnapShot(),((e=this.hls)==null?void 0:e.transferMedia())||null}resetDetails(){const e=this.hls;if(e&&this.hasDetails){e.stopLoad();const t=s=>delete s.details;e.levels.forEach(t),e.allAudioTracks.forEach(t),e.allSubtitleTracks.forEach(t),this.hasDetails=!1}}on(e,t,s){var i;(i=this.hls)==null||i.on(e,t)}once(e,t,s){var i;(i=this.hls)==null||i.once(e,t)}off(e,t,s){var i;(i=this.hls)==null||i.off(e,t)}toString(){var e;return`HlsAssetPlayer: ${Gt(this.assetItem)} ${(e=this.hls)==null?void 0:e.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const Nn=.033;class Sd extends ze{constructor(e,t){super("interstitials-sched",t),this.onScheduleUpdate=void 0,this.eventMap={},this.events=null,this.items=null,this.durations={primary:0,playout:0,integrated:0},this.onScheduleUpdate=e}destroy(){this.reset(),this.onScheduleUpdate=null}reset(){this.eventMap={},this.setDurations(0,0,0),this.events&&this.events.forEach(e=>e.reset()),this.events=this.items=null}resetErrorsInRange(e,t){return this.events?this.events.reduce((s,i)=>e<=i.startOffset&&t>i.startOffset?(delete i.error,s+1):s,0):0}get duration(){const e=this.items;return e?e[e.length-1].end:0}get length(){return this.items?this.items.length:0}getEvent(e){return e&&this.eventMap[e]||null}hasEvent(e){return e in this.eventMap}findItemIndex(e,t){if(e.event)return this.findEventIndex(e.event.identifier);let s=-1;e.nextEvent?s=this.findEventIndex(e.nextEvent.identifier)-1:e.previousEvent&&(s=this.findEventIndex(e.previousEvent.identifier)+1);const i=this.items;if(i)for(i[s]||(t===void 0&&(t=e.start),s=this.findItemIndexAtTime(t));s>=0&&(r=i[s])!=null&&r.event;){var r;s--}return s}findItemIndexAtTime(e,t){const s=this.items;if(s)for(let i=0;i<s.length;i++){let r=s[i];if(t&&t!=="primary"&&(r=r[t]),e===r.start||e>r.start&&e<r.end)return i}return-1}findJumpRestrictedIndex(e,t){const s=this.items;if(s)for(let i=e;i<=t&&s[i];i++){const r=s[i].event;if(r!=null&&r.restrictions.jump&&!r.appendInPlace)return i}return-1}findEventIndex(e){const t=this.items;if(t)for(let i=t.length;i--;){var s;if(((s=t[i].event)==null?void 0:s.identifier)===e)return i}return-1}findAssetIndex(e,t){const s=e.assetList,i=s.length;if(i>1)for(let r=0;r<i;r++){const n=s[r];if(!n.error){const o=n.timelineStart;if(t===o||t>o&&(t<o+(n.duration||0)||r===i-1))return r}}return 0}get assetIdAtEnd(){var e;const t=(e=this.items)==null||(e=e[this.length-1])==null?void 0:e.event;if(t){const s=t.assetList,i=s[s.length-1];if(i)return i.identifier}return null}parseInterstitialDateRanges(e,t){const s=e.main.details,{dateRanges:i}=s,r=this.events,n=this.parseDateRanges(i,{url:s.url},t),o=Object.keys(i),c=r?r.filter(l=>!o.includes(l.identifier)):[];n.length&&n.sort((l,h)=>{const u=l.cue.pre,d=l.cue.post,g=h.cue.pre,f=h.cue.post;if(u&&!g)return-1;if(g&&!u||d&&!f)return 1;if(f&&!d)return-1;if(!u&&!g&&!d&&!f){const p=l.startTime,y=h.startTime;if(p!==y)return p-y}return l.dateRange.tagOrder-h.dateRange.tagOrder}),this.events=n,c.forEach(l=>{this.removeEvent(l)}),this.updateSchedule(e,c)}updateSchedule(e,t=[],s=!1){const i=this.events||[];if(i.length||t.length||this.length<2){const r=this.items,n=this.parseSchedule(i,e);(s||t.length||r?.length!==n.length||n.some((c,l)=>Math.abs(c.playout.start-r[l].playout.start)>.005||Math.abs(c.playout.end-r[l].playout.end)>.005))&&(this.items=n,this.onScheduleUpdate(t,r))}}parseDateRanges(e,t,s){const i=[],r=Object.keys(e);for(let n=0;n<r.length;n++){const o=r[n],c=e[o];if(c.isInterstitial){let l=this.eventMap[o];l?l.setDateRange(c):(l=new Ed(c,t),this.eventMap[o]=l,s===!1&&(l.appendInPlace=s)),i.push(l)}}return i}parseSchedule(e,t){const s=[],i=t.main.details,r=i.live?1/0:i.edge;let n=0;if(e=e.filter(c=>!c.error&&!(c.cue.once&&c.hasPlayed)),e.length){this.resolveOffsets(e,t);let c=0,l=0;if(e.forEach((h,u)=>{const d=h.cue.pre,g=h.cue.post,f=e[u-1]||null,p=h.appendInPlace,y=g?r:h.startOffset,E=h.duration,v=h.timelineOccupancy===Xs.Range?E:0,T=h.resumptionOffset,S=f?.startTime===y,x=y+h.cumulativeDuration;let D=p?x+E:y+T;if(d||!g&&y<=0){const L=l;l+=v,h.timelineStart=x;const R=n;n+=E,s.push({event:h,start:x,end:D,playout:{start:R,end:n},integrated:{start:L,end:l}})}else if(y<=r){if(!S){const I=y-c;if(I>Nn){const C=c,$=l;l+=I;const V=n;n+=I;const G={previousEvent:e[u-1]||null,nextEvent:h,start:C,end:C+I,playout:{start:V,end:n},integrated:{start:$,end:l}};s.push(G)}else I>0&&f&&(f.cumulativeDuration+=I,s[s.length-1].end=y)}g&&(D=x),h.timelineStart=x;const L=l;l+=v;const R=n;n+=E,s.push({event:h,start:x,end:D,playout:{start:R,end:n},integrated:{start:L,end:l}})}else return;const A=h.resumeTime;g||A>r?c=r:c=A}),c<r){var o;const h=c,u=l,d=r-c;l+=d;const g=n;n+=d,s.push({previousEvent:((o=s[s.length-1])==null?void 0:o.event)||null,nextEvent:null,start:c,end:h+d,playout:{start:g,end:n},integrated:{start:u,end:l}})}this.setDurations(r,n,l)}else s.push({previousEvent:null,nextEvent:null,start:0,end:r,playout:{start:0,end:r},integrated:{start:0,end:r}}),this.setDurations(r,r,r);return s}setDurations(e,t,s){this.durations={primary:e,playout:t,integrated:s}}resolveOffsets(e,t){const s=t.main.details,i=s.live?1/0:s.edge;let r=0,n=-1;e.forEach((o,c)=>{const l=o.cue.pre,h=o.cue.post,u=l?0:h?i:o.startTime;this.updateAssetDurations(o),n===u?o.cumulativeDuration=r:(r=0,n=u),!h&&o.snapOptions.in&&(o.resumeAnchor=Ot(null,s.fragments,o.startOffset+o.resumptionOffset,0,0)||void 0),o.appendInPlace&&!o.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(o,t)||(o.appendInPlace=!1)),!o.appendInPlace&&c+1<e.length&&e[c+1].startTime-e[c].resumeTime<Nn&&(e[c+1].appendInPlace=!1,e[c+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${o}`));const g=H(o.resumeOffset)?o.resumeOffset:o.duration;r+=g})}primaryCanResumeInPlaceAt(e,t){const s=e.resumeTime,i=e.startTime+e.resumptionOffset;return Math.abs(s-i)>Wt?(this.log(`"${e.identifier}" resumption ${s} not aligned with estimated timeline end ${i}`),!1):!Object.keys(t).some(n=>{const o=t[n].details,c=o.edge;if(s>=c)return this.log(`"${e.identifier}" resumption ${s} past ${n} playlist end ${c}`),!1;const l=Ot(null,o.fragments,s);if(!l)return this.log(`"${e.identifier}" resumption ${s} does not align with any fragments in ${n} playlist (${o.fragStart}-${o.fragmentEnd})`),!0;const h=n==="audio"?.175:0;return Math.abs(l.start-s)<Wt+h||Math.abs(l.end-s)<Wt+h?!1:(this.log(`"${e.identifier}" resumption ${s} not aligned with ${n} fragment bounds (${l.start}-${l.end} sn: ${l.sn} cc: ${l.cc})`),!0)})}updateAssetDurations(e){if(!e.assetListLoaded)return;const t=e.timelineStart;let s=0,i=!1,r=!1;for(let n=0;n<e.assetList.length;n++){const o=e.assetList[n],c=t+s;o.startOffset=s,o.timelineStart=c,i||(i=o.duration===null),r||(r=!!o.error);const l=o.error?0:o.duration||0;s+=l}i&&!r?e.duration=Math.max(s,e.duration):e.duration=s}removeEvent(e){e.reset(),delete this.eventMap[e.identifier]}}function Xe(a){return`[${a.event?'"'+a.event.identifier+'"':"primary"}: ${a.start.toFixed(2)}-${a.end.toFixed(2)}]`}class xd{constructor(e){this.hls=void 0,this.hls=e}destroy(){this.hls=null}loadAssetList(e,t){const s=e.assetListUrl;let i;try{i=Ro(s,this.hls.sessionId,e.baseUrl)}catch(d){const g=this.assignAssetListError(e,_.ASSET_LIST_LOAD_ERROR,d,s);this.hls.trigger(m.ERROR,g);return}t&&i.protocol!=="data:"&&i.searchParams.set("_HLS_start_offset",""+t);const r=this.hls.config,n=r.loader,o=new n(r),c={responseType:"json",url:i.href},l=r.interstitialAssetListLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{const y=d.data,E=y?.ASSETS;if(!Array.isArray(E)){const v=this.assignAssetListError(e,_.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),f.url,g,p);this.hls.trigger(m.ERROR,v);return}e.assetListResponse=y,this.hls.trigger(m.ASSET_LIST_LOADED,{event:e,assetListResponse:y,networkDetails:p})},onError:(d,g,f,p)=>{const y=this.assignAssetListError(e,_.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${d.code} ${d.text} (${g.url})`),g.url,p,f);this.hls.trigger(m.ERROR,y)},onTimeout:(d,g,f)=>{const p=this.assignAssetListError(e,_.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${g.url})`),g.url,d,f);this.hls.trigger(m.ERROR,p)}};return o.load(c,h,u),this.hls.trigger(m.ASSET_LIST_LOADING,{event:e}),o}assignAssetListError(e,t,s,i,r,n){return e.error=s,{type:W.NETWORK_ERROR,details:t,fatal:!1,interstitial:e,url:i,error:s,networkDetails:n,stats:r}}}function Bn(a){var e;a==null||(e=a.play())==null||e.catch(()=>{})}function Is(a,e){return`[${a}] Advancing timeline position to ${e}`}class Ad extends ze{constructor(e,t){super("interstitials",e.logger),this.HlsPlayerClass=void 0,this.hls=void 0,this.assetListLoader=void 0,this.mediaSelection=null,this.altSelection=null,this.media=null,this.detachedData=null,this.requiredTracks=null,this.manager=null,this.playerQueue=[],this.bufferedPos=-1,this.timelinePos=-1,this.schedule=void 0,this.playingItem=null,this.bufferingItem=null,this.waitingItem=null,this.endedItem=null,this.playingAsset=null,this.endedAsset=null,this.bufferingAsset=null,this.shouldPlay=!1,this.onPlay=()=>{this.shouldPlay=!0},this.onPause=()=>{this.shouldPlay=!1},this.onSeeking=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled||!this.schedule)return;const i=s-this.timelinePos;if(Math.abs(i)<1/7056e5)return;const n=i<=-.01;this.timelinePos=s,this.bufferedPos=s;const o=this.playingItem;if(!o){this.checkBuffer();return}if(n&&this.schedule.resetErrorsInRange(s,s-i)&&this.updateSchedule(!0),this.checkBuffer(),n&&s<o.start||s>=o.end){var c;const g=this.findItemIndex(o);let f=this.schedule.findItemIndexAtTime(s);if(f===-1&&(f=g+(n?-1:1),this.log(`seeked ${n?"back ":""}to position not covered by schedule ${s} (resolving from ${g} to ${f})`)),!this.isInterstitial(o)&&(c=this.media)!=null&&c.paused&&(this.shouldPlay=!1),!n&&f>g){const p=this.schedule.findJumpRestrictedIndex(g+1,f);if(p>g){this.setSchedulePosition(p);return}}this.setSchedulePosition(f);return}const l=this.playingAsset;if(!l){if(this.playingLastItem&&this.isInterstitial(o)){const g=o.event.assetList[0];g&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,g))}return}const h=l.timelineStart,u=l.duration||0;if(n&&s<h||s>=h+u){var d;(d=o.event)!=null&&d.appendInPlace&&(this.clearAssetPlayers(o.event,o),this.flushFrontBuffer(s)),this.setScheduleToAssetAtTime(s,l)}},this.onTimeupdate=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled)return;if(s>this.timelinePos)this.timelinePos=s,s>this.bufferedPos&&this.checkBuffer();else return;const i=this.playingItem;if(!i||this.playingLastItem)return;if(s>=i.end){this.timelinePos=i.end;const o=this.findItemIndex(i);this.setSchedulePosition(o+1)}const r=this.playingAsset;if(!r)return;const n=r.timelineStart+(r.duration||0);s>=n&&this.setScheduleToAssetAtTime(s,r)},this.onScheduleUpdate=(s,i)=>{const r=this.schedule;if(!r)return;const n=this.playingItem,o=r.events||[],c=r.items||[],l=r.durations,h=s.map(p=>p.identifier),u=!!(o.length||h.length);(u||i)&&this.log(`INTERSTITIALS_UPDATED (${o.length}): ${o} 29 - Schedule: ${c.map(p=>Xe(p))} pos: ${this.timelinePos}`),h.length&&this.log(`Removed events ${h}`);let d=null,g=null;n&&(d=this.updateItem(n,this.timelinePos),this.itemsMatch(n,d)?this.playingItem=d:this.waitingItem=this.endedItem=null),this.waitingItem=this.updateItem(this.waitingItem),this.endedItem=this.updateItem(this.endedItem);const f=this.bufferingItem;if(f&&(g=this.updateItem(f,this.bufferedPos),this.itemsMatch(f,g)?this.bufferingItem=g:f.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(f.event,null))),s.forEach(p=>{p.assetList.forEach(y=>{this.clearAssetPlayer(y.identifier,null)})}),this.playerQueue.forEach(p=>{if(p.interstitial.appendInPlace){const y=p.assetItem.timelineStart,E=p.timelineOffset-y;if(E)try{p.timelineOffset=y}catch(v){Math.abs(E)>Wt&&this.warn(`${v} ("${p.assetId}" ${p.timelineOffset}->${y})`)}}}),u||i){if(this.hls.trigger(m.INTERSTITIALS_UPDATED,{events:o.slice(0),schedule:c.slice(0),durations:l,removedIds:h}),this.isInterstitial(n)&&h.includes(n.event.identifier)){this.warn(`Interstitial "${n.event.identifier}" removed while playing`),this.primaryFallback(n.event);return}n&&this.trimInPlace(d,n),f&&g!==d&&this.trimInPlace(g,f),this.checkBuffer()}},this.hls=e,this.HlsPlayerClass=t,this.assetListLoader=new xd(e),this.schedule=new Sd(this.onScheduleUpdate,e.logger),this.registerListeners()}registerListeners(){const e=this.hls;e&&(e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),e.on(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.on(m.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),e.on(m.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),e.on(m.ASSET_LIST_LOADED,this.onAssetListLoaded,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.BUFFERED_TO_END,this.onBufferedToEnd,this),e.on(m.MEDIA_ENDED,this.onMediaEnded,this),e.on(m.ERROR,this.onError,this),e.on(m.DESTROYING,this.onDestroying,this))}unregisterListeners(){const e=this.hls;e&&(e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),e.off(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.off(m.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),e.off(m.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),e.off(m.ASSET_LIST_LOADED,this.onAssetListLoaded,this),e.off(m.BUFFER_CODECS,this.onBufferCodecs,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.BUFFERED_TO_END,this.onBufferedToEnd,this),e.off(m.MEDIA_ENDED,this.onMediaEnded,this),e.off(m.ERROR,this.onError,this),e.off(m.DESTROYING,this.onDestroying,this))}startLoad(){this.resumeBuffering()}stopLoad(){this.pauseBuffering()}resumeBuffering(){var e;(e=this.getBufferingPlayer())==null||e.resumeBuffering()}pauseBuffering(){var e;(e=this.getBufferingPlayer())==null||e.pauseBuffering()}destroy(){this.unregisterListeners(),this.stopLoad(),this.assetListLoader&&this.assetListLoader.destroy(),this.emptyPlayerQueue(),this.clearScheduleState(),this.schedule&&this.schedule.destroy(),this.media=this.detachedData=this.mediaSelection=this.requiredTracks=this.altSelection=this.schedule=this.manager=null,this.hls=this.HlsPlayerClass=this.log=null,this.assetListLoader=null,this.onPlay=this.onPause=this.onSeeking=this.onTimeupdate=null,this.onScheduleUpdate=null}onDestroying(){const e=this.primaryMedia||this.media;e&&this.removeMediaListeners(e)}removeMediaListeners(e){Ge(e,"play",this.onPlay),Ge(e,"pause",this.onPause),Ge(e,"seeking",this.onSeeking),Ge(e,"timeupdate",this.onTimeupdate)}onMediaAttaching(e,t){const s=this.media=t.media;Ue(s,"seeking",this.onSeeking),Ue(s,"timeupdate",this.onTimeupdate),Ue(s,"play",this.onPlay),Ue(s,"pause",this.onPause)}onMediaAttached(e,t){const s=this.effectivePlayingItem,i=this.detachedData;if(this.detachedData=null,s===null)this.checkStart();else if(!i){this.clearScheduleState();const r=this.findItemIndex(s);this.setSchedulePosition(r)}}clearScheduleState(){this.log("clear schedule state"),this.playingItem=this.bufferingItem=this.waitingItem=this.endedItem=this.playingAsset=this.endedAsset=this.bufferingAsset=null}onMediaDetaching(e,t){const s=!!t.transferMedia,i=this.media;if(this.media=null,!s&&(i&&this.removeMediaListeners(i),this.detachedData)){const r=this.getBufferingPlayer();r&&(this.log(`Removing schedule state for detachedData and ${r}`),this.playingAsset=this.endedAsset=this.bufferingAsset=this.bufferingItem=this.waitingItem=this.detachedData=null,r.detachMedia()),this.shouldPlay=!1}}get interstitialsManager(){if(!this.hls)return null;if(this.manager)return this.manager;const e=this,t=()=>e.bufferingItem||e.waitingItem,s=u=>u&&e.getAssetPlayer(u.identifier),i=(u,d,g,f,p)=>{if(u){let y=u[d].start;const E=u.event;if(E){if(d==="playout"||E.timelineOccupancy!==Xs.Point){const v=s(g);v?.interstitial===E&&(y+=v.assetItem.startOffset+v[p])}}else{const v=f==="bufferedPos"?n():e[f];y+=v-u.start}return y}return 0},r=(u,d)=>{var g;if(u!==0&&d!=="primary"&&(g=e.schedule)!=null&&g.length){var f;const p=e.schedule.findItemIndexAtTime(u),y=(f=e.schedule.items)==null?void 0:f[p];if(y){const E=y[d].start-y.start;return u+E}}return u},n=()=>{const u=e.bufferedPos;return u===Number.MAX_VALUE?o("primary"):Math.max(u,0)},o=u=>{var d,g;return(d=e.primaryDetails)!=null&&d.live?e.primaryDetails.edge:((g=e.schedule)==null?void 0:g.durations[u])||0},c=(u,d)=>{var g,f;const p=e.effectivePlayingItem;if(p!=null&&(g=p.event)!=null&&g.restrictions.skip||!e.schedule)return;e.log(`seek to ${u} "${d}"`);const y=e.effectivePlayingItem,E=e.schedule.findItemIndexAtTime(u,d),v=(f=e.schedule.items)==null?void 0:f[E],T=e.getBufferingPlayer(),S=T?.interstitial,x=S?.appendInPlace,D=y&&e.itemsMatch(y,v);if(y&&(x||D)){const A=s(e.playingAsset),L=A?.media||e.primaryMedia;if(L){const R=d==="primary"?L.currentTime:i(y,d,e.playingAsset,"timelinePos","currentTime"),I=u-R,C=(x?R:L.currentTime)+I;if(C>=0&&(!A||x||C<=A.duration)){L.currentTime=C;return}}}if(v){let A=u;if(d!=="primary"){const R=v[d].start,I=u-R;A=v.start+I}const L=!e.isInterstitial(v);if((!e.isInterstitial(y)||y.event.appendInPlace)&&(L||v.event.appendInPlace)){const R=e.media||(x?T?.media:null);R&&(R.currentTime=A)}else if(y){const R=e.findItemIndex(y);if(E>R){const C=e.schedule.findJumpRestrictedIndex(R+1,E);if(C>R){e.setSchedulePosition(C);return}}let I=0;if(L)e.timelinePos=A,e.checkBuffer();else{const C=v.event.assetList,$=u-(v[d]||v).start;for(let V=C.length;V--;){const G=C[V];if(G.duration&&$>=G.startOffset&&$<G.startOffset+G.duration){I=V;break}}}e.setSchedulePosition(E,I)}}},l=()=>{const u=e.effectivePlayingItem;if(e.isInterstitial(u))return u;const d=t();return e.isInterstitial(d)?d:null},h={get bufferedEnd(){const u=t(),d=e.bufferingItem;if(d&&d===u){var g;return i(d,"playout",e.bufferingAsset,"bufferedPos","bufferedEnd")-d.playout.start||((g=e.bufferingAsset)==null?void 0:g.startOffset)||0}return 0},get currentTime(){const u=l(),d=e.effectivePlayingItem;return d&&d===u?i(d,"playout",e.effectivePlayingAsset,"timelinePos","currentTime")-d.playout.start:0},set currentTime(u){const d=l(),g=e.effectivePlayingItem;g&&g===d&&c(u+g.playout.start,"playout")},get duration(){const u=l();return u?u.playout.end-u.playout.start:0},get assetPlayers(){var u;const d=(u=l())==null?void 0:u.event.assetList;return d?d.map(g=>e.getAssetPlayer(g.identifier)):[]},get playingIndex(){var u;const d=(u=l())==null?void 0:u.event;return d&&e.effectivePlayingAsset?d.findAssetIndex(e.effectivePlayingAsset):-1},get scheduleItem(){return l()}};return this.manager={get events(){var u;return((u=e.schedule)==null||(u=u.events)==null?void 0:u.slice(0))||[]},get schedule(){var u;return((u=e.schedule)==null||(u=u.items)==null?void 0:u.slice(0))||[]},get interstitialPlayer(){return l()?h:null},get playerQueue(){return e.playerQueue.slice(0)},get bufferingAsset(){return e.bufferingAsset},get bufferingItem(){return t()},get bufferingIndex(){const u=t();return e.findItemIndex(u)},get playingAsset(){return e.effectivePlayingAsset},get playingItem(){return e.effectivePlayingItem},get playingIndex(){const u=e.effectivePlayingItem;return e.findItemIndex(u)},primary:{get bufferedEnd(){return n()},get currentTime(){const u=e.timelinePos;return u>0?u:0},set currentTime(u){c(u,"primary")},get duration(){return o("primary")},get seekableStart(){var u;return((u=e.primaryDetails)==null?void 0:u.fragmentStart)||0}},integrated:{get bufferedEnd(){return i(t(),"integrated",e.bufferingAsset,"bufferedPos","bufferedEnd")},get currentTime(){return i(e.effectivePlayingItem,"integrated",e.effectivePlayingAsset,"timelinePos","currentTime")},set currentTime(u){c(u,"integrated")},get duration(){return o("integrated")},get seekableStart(){var u;return r(((u=e.primaryDetails)==null?void 0:u.fragmentStart)||0,"integrated")}},skip:()=>{const u=e.effectivePlayingItem,d=u?.event;if(d&&!d.restrictions.skip){const g=e.findItemIndex(u);if(d.appendInPlace){const f=u.playout.start+u.event.duration;c(f+.001,"playout")}else e.advanceAfterAssetEnded(d,g,1/0)}}}}get effectivePlayingItem(){return this.waitingItem||this.playingItem||this.endedItem}get effectivePlayingAsset(){return this.playingAsset||this.endedAsset}get playingLastItem(){var e;const t=this.playingItem,s=(e=this.schedule)==null?void 0:e.items;return!this.playbackStarted||!t||!s?!1:this.findItemIndex(t)===s.length-1}get playbackStarted(){return this.effectivePlayingItem!==null}get currentTime(){var e,t;if(this.mediaSelection===null)return;const s=this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&!s.event.appendInPlace)return;let i=this.media;!i&&(e=this.bufferingItem)!=null&&(e=e.event)!=null&&e.appendInPlace&&(i=this.primaryMedia);const r=(t=i)==null?void 0:t.currentTime;if(!(r===void 0||!H(r)))return r}get primaryMedia(){var e;return this.media||((e=this.detachedData)==null?void 0:e.media)||null}isInterstitial(e){return!!(e!=null&&e.event)}retreiveMediaSource(e,t){const s=this.getAssetPlayer(e);s&&this.transferMediaFromPlayer(s,t)}transferMediaFromPlayer(e,t){const s=e.interstitial.appendInPlace,i=e.media;if(s&&i===this.primaryMedia){if(this.bufferingAsset=null,(!t||this.isInterstitial(t)&&!t.event.appendInPlace)&&t&&i){this.detachedData={media:i};return}const r=e.transferMedia();this.log(`transfer MediaSource from ${e} ${ue(r)}`),this.detachedData=r}else t&&i&&(this.shouldPlay||(this.shouldPlay=!i.paused))}transferMediaTo(e,t){var s,i;if(e.media===t)return;let r=null;const n=this.hls,o=e!==n,c=o&&e.interstitial.appendInPlace,l=(s=this.detachedData)==null?void 0:s.mediaSource;let h;if(n.media)c&&(r=n.transferMedia(),this.detachedData=r),h="Primary";else if(l){const f=this.getBufferingPlayer();f?(r=f.transferMedia(),h=`${f}`):h="detached MediaSource"}else h="detached media";if(!r){if(l)r=this.detachedData,this.log(`using detachedData: MediaSource ${ue(r)}`);else if(!this.detachedData||n.media===t){const f=this.playerQueue;f.length>1&&f.forEach(p=>{if(o&&p.interstitial.appendInPlace!==c){const y=p.interstitial;this.clearInterstitial(p.interstitial,null),y.appendInPlace=!1,y.appendInPlace&&this.warn(`Could not change append strategy for queued assets ${y}`)}}),this.hls.detachMedia(),this.detachedData={media:t}}}const u=r&&"mediaSource"in r&&((i=r.mediaSource)==null?void 0:i.readyState)!=="closed",d=u&&r?r:t;this.log(`${u?"transfering MediaSource":"attaching media"} to ${o?e:"Primary"} from ${h} (media.currentTime: ${t.currentTime})`);const g=this.schedule;if(d===r&&g){const f=o&&e.assetId===g.assetIdAtEnd;d.overrides={duration:g.duration,endOfStream:!o||f,cueRemoval:!o}}e.attachMedia(d)}onInterstitialCueEnter(){this.onTimeupdate()}checkStart(){const e=this.schedule,t=e?.events;if(!t||this.playbackDisabled||!this.media)return;this.bufferedPos===-1&&(this.bufferedPos=0);const s=this.timelinePos,i=this.effectivePlayingItem;if(s===-1){const r=this.hls.startPosition;if(this.log(Is("checkStart",r)),this.timelinePos=r,t.length&&t[0].cue.pre){const n=e.findEventIndex(t[0].identifier);this.setSchedulePosition(n)}else if(r>=0||!this.primaryLive){const n=this.timelinePos=r>0?r:0,o=e.findItemIndexAtTime(n);this.setSchedulePosition(o)}}else if(i&&!this.playingItem){const r=e.findItemIndex(i);this.setSchedulePosition(r)}}advanceAssetBuffering(e,t){const s=e.event,i=s.findAssetIndex(t),r=xi(s,i);if(!s.isAssetPastPlayoutLimit(r))this.bufferedToEvent(e,r);else if(this.schedule){var n;const o=(n=this.schedule.items)==null?void 0:n[this.findItemIndex(e)+1];o&&this.bufferedToItem(o)}}advanceAfterAssetEnded(e,t,s){const i=xi(e,s);if(e.isAssetPastPlayoutLimit(i)){if(this.schedule){const r=this.schedule.items;if(r){const n=t+1,o=r.length;if(n>=o){this.setSchedulePosition(-1);return}const c=e.resumeTime;this.timelinePos<c&&(this.log(Is("advanceAfterAssetEnded",c)),this.timelinePos=c,e.appendInPlace&&this.advanceInPlace(c),this.checkBuffer(this.bufferedPos<c)),this.setSchedulePosition(n)}}}else{if(e.appendInPlace){const r=e.assetList[i];r&&this.advanceInPlace(r.timelineStart)}this.setSchedulePosition(t,i)}}setScheduleToAssetAtTime(e,t){const s=this.schedule;if(!s)return;const i=t.parentIdentifier,r=s.getEvent(i);if(r){const n=s.findEventIndex(i),o=s.findAssetIndex(r,e);this.advanceAfterAssetEnded(r,n,o-1)}}setSchedulePosition(e,t){var s;const i=(s=this.schedule)==null?void 0:s.items;if(!i||this.playbackDisabled)return;const r=e>=0?i[e]:null;this.log(`setSchedulePosition ${e}, ${t} (${r&&Xe(r)}) pos: ${this.timelinePos}`);const n=this.waitingItem||this.playingItem,o=this.playingLastItem;if(this.isInterstitial(n)){const h=n.event,u=this.playingAsset,d=u?.identifier,g=d?this.getAssetPlayer(d):null;if(g&&d&&(!this.eventItemsMatch(n,r)||t!==void 0&&d!==h.assetList[t].identifier)){var c;const f=h.findAssetIndex(u);if(this.log(`INTERSTITIAL_ASSET_ENDED ${f+1}/${h.assetList.length} ${Gt(u)}`),this.endedAsset=u,this.playingAsset=null,this.hls.trigger(m.INTERSTITIAL_ASSET_ENDED,{asset:u,assetListIndex:f,event:h,schedule:i.slice(0),scheduleIndex:e,player:g}),n!==this.playingItem){this.itemsMatch(n,this.playingItem)&&!this.playingAsset&&this.advanceAfterAssetEnded(h,this.findItemIndex(this.playingItem),f);return}this.retreiveMediaSource(d,r),g.media&&!((c=this.detachedData)!=null&&c.mediaSource)&&g.detachMedia()}if(!this.eventItemsMatch(n,r)&&(this.endedItem=n,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${h} ${Xe(n)}`),h.hasPlayed=!0,this.hls.trigger(m.INTERSTITIAL_ENDED,{event:h,schedule:i.slice(0),scheduleIndex:e}),h.cue.once)){var l;this.updateSchedule();const f=(l=this.schedule)==null?void 0:l.items;if(r&&f){const p=this.findItemIndex(r);this.advanceSchedule(p,f,t,n,o)}return}}this.advanceSchedule(e,i,t,n,o)}advanceSchedule(e,t,s,i,r){const n=this.schedule;if(!n)return;const o=t[e]||null,c=this.primaryMedia,l=this.playerQueue;if(l.length&&l.forEach(h=>{const u=h.interstitial,d=n.findEventIndex(u.identifier);(d<e||d>e+1)&&this.clearInterstitial(u,o)}),this.isInterstitial(o)){this.timelinePos=Math.min(Math.max(this.timelinePos,o.start),o.end);const h=o.event;if(s===void 0){s=n.findAssetIndex(h,this.timelinePos);const f=xi(h,s-1);if(h.isAssetPastPlayoutLimit(f)||h.appendInPlace&&this.timelinePos===o.end){this.advanceAfterAssetEnded(h,e,s);return}s=f}const u=this.waitingItem;this.assetsBuffered(o,c)||this.setBufferingItem(o);let d=this.preloadAssets(h,s);if(this.eventItemsMatch(o,u||i)||(this.waitingItem=o,this.log(`INTERSTITIAL_STARTED ${Xe(o)} ${h.appendInPlace?"append in place":""}`),this.hls.trigger(m.INTERSTITIAL_STARTED,{event:h,schedule:t.slice(0),scheduleIndex:e})),!h.assetListLoaded){this.log(`Waiting for ASSET-LIST to complete loading ${h}`);return}if(h.assetListLoader&&(h.assetListLoader.destroy(),h.assetListLoader=void 0),!c){this.log(`Waiting for attachMedia to start Interstitial ${h}`);return}this.waitingItem=this.endedItem=null,this.playingItem=o;const g=h.assetList[s];if(!g){this.advanceAfterAssetEnded(h,e,s||0);return}if(d||(d=this.getAssetPlayer(g.identifier)),d===null||d.destroyed){const f=h.assetList.length;this.warn(`asset ${s+1}/${f} player destroyed ${h}`),d=this.createAssetPlayer(h,g,s),d.loadSource()}if(!this.eventItemsMatch(o,this.bufferingItem)&&h.appendInPlace&&this.isAssetBuffered(g))return;this.startAssetPlayer(d,s,t,e,c),this.shouldPlay&&Bn(d.media)}else o?(this.resumePrimary(o,e,i),this.shouldPlay&&Bn(this.hls.media)):r&&this.isInterstitial(i)&&(this.endedItem=null,this.playingItem=i,i.event.appendInPlace||this.attachPrimary(n.durations.primary,null))}get playbackDisabled(){return this.hls.config.enableInterstitialPlayback===!1}get primaryDetails(){var e;return(e=this.mediaSelection)==null?void 0:e.main.details}get primaryLive(){var e;return!!((e=this.primaryDetails)!=null&&e.live)}resumePrimary(e,t,s){var i,r;if(this.playingItem=e,this.playingAsset=this.endedAsset=null,this.waitingItem=this.endedItem=null,this.bufferedToItem(e),this.log(`resuming ${Xe(e)}`),!((i=this.detachedData)!=null&&i.mediaSource)){let o=this.timelinePos;(o<e.start||o>=e.end)&&(o=this.getPrimaryResumption(e,t),this.log(Is("resumePrimary",o)),this.timelinePos=o),this.attachPrimary(o,e)}if(!s)return;const n=(r=this.schedule)==null?void 0:r.items;n&&(this.log(`INTERSTITIALS_PRIMARY_RESUMED ${Xe(e)}`),this.hls.trigger(m.INTERSTITIALS_PRIMARY_RESUMED,{schedule:n.slice(0),scheduleIndex:t}),this.checkBuffer())}getPrimaryResumption(e,t){const s=e.start;if(this.primaryLive){const i=this.primaryDetails;if(t===0)return this.hls.startPosition;if(i&&(s<i.fragmentStart||s>i.edge))return this.hls.liveSyncPosition||-1}return s}isAssetBuffered(e){const t=this.getAssetPlayer(e.identifier);return t!=null&&t.hls?t.hls.bufferedToEnd:Q.bufferInfo(this.primaryMedia,this.timelinePos,0).end+1>=e.timelineStart+(e.duration||0)}attachPrimary(e,t,s){t?this.setBufferingItem(t):this.bufferingItem=this.playingItem,this.bufferingAsset=null;const i=this.primaryMedia;if(!i)return;const r=this.hls;r.media?this.checkBuffer():(this.transferMediaTo(r,i),s&&this.startLoadingPrimaryAt(e,s)),s||(this.log(Is("attachPrimary",e)),this.timelinePos=e,this.startLoadingPrimaryAt(e,s))}startLoadingPrimaryAt(e,t){var s;const i=this.hls;!i.loadingEnabled||!i.media||Math.abs((((s=i.mainForwardBufferInfo)==null?void 0:s.start)||i.media.currentTime)-e)>.5?i.startLoad(e,t):i.bufferingEnabled||i.resumeBuffering()}onManifestLoading(){var e;this.stopLoad(),(e=this.schedule)==null||e.reset(),this.emptyPlayerQueue(),this.clearScheduleState(),this.shouldPlay=!1,this.bufferedPos=this.timelinePos=-1,this.mediaSelection=this.altSelection=this.manager=this.requiredTracks=null,this.hls.off(m.BUFFER_CODECS,this.onBufferCodecs,this),this.hls.on(m.BUFFER_CODECS,this.onBufferCodecs,this)}onLevelUpdated(e,t){if(t.level===-1||!this.schedule)return;const s=this.hls.levels[t.level];if(!s.details)return;const i=ae(ae({},this.mediaSelection||this.altSelection),{},{main:s});this.mediaSelection=i,this.schedule.parseInterstitialDateRanges(i,this.hls.config.interstitialAppendInPlace),!this.effectivePlayingItem&&this.schedule.items&&this.checkStart()}onAudioTrackUpdated(e,t){const s=this.hls.audioTracks[t.id],i=this.mediaSelection;if(!i){this.altSelection=ae(ae({},this.altSelection),{},{audio:s});return}const r=ae(ae({},i),{},{audio:s});this.mediaSelection=r}onSubtitleTrackUpdated(e,t){const s=this.hls.subtitleTracks[t.id],i=this.mediaSelection;if(!i){this.altSelection=ae(ae({},this.altSelection),{},{subtitles:s});return}const r=ae(ae({},i),{},{subtitles:s});this.mediaSelection=r}onAudioTrackSwitching(e,t){const s=Wr(t);this.playerQueue.forEach(({hls:i})=>i&&(i.setAudioOption(t)||i.setAudioOption(s)))}onSubtitleTrackSwitch(e,t){const s=Wr(t);this.playerQueue.forEach(({hls:i})=>i&&(i.setSubtitleOption(t)||t.id!==-1&&i.setSubtitleOption(s)))}onBufferCodecs(e,t){const s=t.tracks;s&&(this.requiredTracks=s)}onBufferAppended(e,t){this.checkBuffer()}onBufferFlushed(e,t){const s=this.playingItem;if(s&&!this.itemsMatch(s,this.bufferingItem)&&!this.isInterstitial(s)){const i=this.timelinePos;this.bufferedPos=i,this.checkBuffer()}}onBufferedToEnd(e){if(!this.schedule)return;const t=this.schedule.events;if(this.bufferedPos<Number.MAX_VALUE&&t){for(let i=0;i<t.length;i++){const r=t[i];if(r.cue.post){var s;const n=this.schedule.findEventIndex(r.identifier),o=(s=this.schedule.items)==null?void 0:s[n];this.isInterstitial(o)&&this.eventItemsMatch(o,this.bufferingItem)&&this.bufferedToItem(o,0);break}}this.bufferedPos=Number.MAX_VALUE}}onMediaEnded(e){const t=this.playingItem;if(!this.playingLastItem&&t){const s=this.findItemIndex(t);this.setSchedulePosition(s+1)}else this.shouldPlay=!1}updateItem(e,t){var s;const i=(s=this.schedule)==null?void 0:s.items;if(e&&i){const r=this.findItemIndex(e,t);return i[r]||null}return null}trimInPlace(e,t){if(this.isInterstitial(e)&&e.event.appendInPlace&&t.end-e.end>.25){e.event.assetList.forEach((r,n)=>{e.event.isAssetPastPlayoutLimit(n)&&this.clearAssetPlayer(r.identifier,null)});const s=e.end+.25,i=Q.bufferInfo(this.primaryMedia,s,0);(i.end>s||(i.nextStart||0)>s)&&(this.log(`trim buffered interstitial ${Xe(e)} (was ${Xe(t)})`),this.attachPrimary(s,null,!0),this.flushFrontBuffer(s))}}itemsMatch(e,t){return!!t&&(e===t||e.event&&t.event&&this.eventItemsMatch(e,t)||!e.event&&!t.event&&this.findItemIndex(e)===this.findItemIndex(t))}eventItemsMatch(e,t){var s;return!!t&&(e===t||e.event.identifier===((s=t.event)==null?void 0:s.identifier))}findItemIndex(e,t){return e&&this.schedule?this.schedule.findItemIndex(e,t):-1}updateSchedule(e=!1){var t;const s=this.mediaSelection;s&&((t=this.schedule)==null||t.updateSchedule(s,[],e))}checkBuffer(e){var t;const s=(t=this.schedule)==null?void 0:t.items;if(!s)return;const i=Q.bufferInfo(this.primaryMedia,this.timelinePos,0);e&&(this.bufferedPos=this.timelinePos),e||(e=i.len<1),this.updateBufferedPos(i.end,s,e)}updateBufferedPos(e,t,s){const i=this.schedule,r=this.bufferingItem;if(this.bufferedPos>e||!i)return;if(t.length===1&&this.itemsMatch(t[0],r)){this.bufferedPos=e;return}const n=this.playingItem,o=this.findItemIndex(n);let c=i.findItemIndexAtTime(e);if(this.bufferedPos<e){var l;const h=this.findItemIndex(r),u=Math.min(h+1,t.length-1),d=t[u];if((c===-1&&r&&e>=r.end||(l=d.event)!=null&&l.appendInPlace&&e+.01>=d.start)&&(c=u),this.isInterstitial(r)){const g=r.event;if(u-o>1&&g.appendInPlace===!1||g.assetList.length===0&&g.assetListLoader)return}if(this.bufferedPos=e,c>h&&c>o)this.bufferedToItem(d);else{const g=this.primaryDetails;this.primaryLive&&g&&e>g.edge-g.targetduration&&d.start<g.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(d)&&this.preloadAssets(d.event,0)}}else s&&n&&!this.itemsMatch(n,r)&&(c===o?this.bufferedToItem(n):c===o+1&&this.bufferedToItem(t[c]))}assetsBuffered(e,t){return e.event.assetList.length===0?!1:!e.event.assetList.some(i=>{const r=this.getAssetPlayer(i.identifier);return!(r!=null&&r.bufferedInPlaceToEnd(t))})}setBufferingItem(e){const t=this.bufferingItem,s=this.schedule;if(!this.itemsMatch(e,t)&&s){const{items:i,events:r}=s;if(!i||!r)return t;const n=this.isInterstitial(e),o=this.getBufferingPlayer();this.bufferingItem=e,this.bufferedPos=Math.max(e.start,Math.min(e.end,this.timelinePos));const c=o?o.remaining:t?t.end-this.timelinePos:0;if(this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${Xe(e)}`+(t?` (${c.toFixed(2)} remaining)`:"")),!this.playbackDisabled)if(n){const l=s.findAssetIndex(e.event,this.bufferedPos);e.event.assetList.forEach((h,u)=>{const d=this.getAssetPlayer(h.identifier);d&&(u===l&&d.loadSource(),d.resumeBuffering())})}else this.hls.resumeBuffering(),this.playerQueue.forEach(l=>l.pauseBuffering());this.hls.trigger(m.INTERSTITIALS_BUFFERED_TO_BOUNDARY,{events:r.slice(0),schedule:i.slice(0),bufferingIndex:this.findItemIndex(e),playingIndex:this.findItemIndex(this.playingItem)})}else this.bufferingItem!==e&&(this.bufferingItem=e);return t}bufferedToItem(e,t=0){const s=this.setBufferingItem(e);if(!this.playbackDisabled){if(this.isInterstitial(e))this.bufferedToEvent(e,t);else if(s!==null){this.bufferingAsset=null;const i=this.detachedData;i?i.mediaSource?this.attachPrimary(e.start,e,!0):this.preloadPrimary(e):this.preloadPrimary(e)}}}preloadPrimary(e){const t=this.findItemIndex(e),s=this.getPrimaryResumption(e,t);this.startLoadingPrimaryAt(s)}bufferedToEvent(e,t){const s=e.event,i=s.assetList.length===0&&!s.assetListLoader,r=s.cue.once;if(i||!r){const n=this.preloadAssets(s,t);if(n!=null&&n.interstitial.appendInPlace){const o=this.primaryMedia;o&&this.bufferAssetPlayer(n,o)}}}preloadAssets(e,t){const s=e.assetUrl,i=e.assetList.length,r=i===0&&!e.assetListLoader,n=e.cue.once;if(r){const c=e.timelineStart;if(e.appendInPlace){var o;const d=this.playingItem;!this.isInterstitial(d)&&(d==null||(o=d.nextEvent)==null?void 0:o.identifier)===e.identifier&&this.flushFrontBuffer(c+.25)}let l,h=0;if(!this.playingItem&&this.primaryLive&&(h=this.hls.startPosition,h===-1&&(h=this.hls.liveSyncPosition||0)),h&&!(e.cue.pre||e.cue.post)){const d=h-c;d>0&&(l=Math.round(d*1e3)/1e3)}if(this.log(`Load interstitial asset ${t+1}/${s?1:i} ${e}${l?` live-start: ${h} start-offset: ${l}`:""}`),s)return this.createAsset(e,0,0,c,e.duration,s);const u=this.assetListLoader.loadAssetList(e,l);u&&(e.assetListLoader=u)}else if(!n&&i){for(let l=t;l<i;l++){const h=e.assetList[l],u=this.getAssetPlayerQueueIndex(h.identifier);(u===-1||this.playerQueue[u].destroyed)&&!h.error&&this.createAssetPlayer(e,h,l)}const c=e.assetList[t];if(c){const l=this.getAssetPlayer(c.identifier);return l&&l.loadSource(),l}}return null}flushFrontBuffer(e){const t=this.requiredTracks;if(!t)return;this.log(`Removing front buffer starting at ${e}`),Object.keys(t).forEach(i=>{this.hls.trigger(m.BUFFER_FLUSHING,{startOffset:e,endOffset:1/0,type:i})})}getAssetPlayerQueueIndex(e){const t=this.playerQueue;for(let s=0;s<t.length;s++)if(e===t[s].assetId)return s;return-1}getAssetPlayer(e){const t=this.getAssetPlayerQueueIndex(e);return this.playerQueue[t]||null}getBufferingPlayer(){const{playerQueue:e,primaryMedia:t}=this;if(t){for(let s=0;s<e.length;s++)if(e[s].media===t)return e[s]}return null}createAsset(e,t,s,i,r,n){const o={parentIdentifier:e.identifier,identifier:yd(e,n,t),duration:r,startOffset:s,timelineStart:i,uri:n};return this.createAssetPlayer(e,o,t)}createAssetPlayer(e,t,s){const i=this.hls,r=i.userConfig;let n=r.videoPreference;const o=i.loadLevelObj||i.levels[i.currentLevel];(n||o)&&(n=le({},n),o.videoCodec&&(n.videoCodec=o.videoCodec),o.videoRange&&(n.allowedVideoRanges=[o.videoRange]));const c=i.audioTracks[i.audioTrack],l=i.subtitleTracks[i.subtitleTrack];let h=0;if(this.primaryLive||e.appendInPlace){const S=this.timelinePos-t.timelineStart;if(S>1){const x=t.duration;x&&S<x&&(h=S)}}const u=t.identifier,d=ae(ae({},r),{},{maxMaxBufferLength:Math.min(180,i.config.maxMaxBufferLength),autoStartLoad:!0,startFragPrefetch:!0,primarySessionId:i.sessionId,assetPlayerId:u,abrEwmaDefaultEstimate:i.bandwidthEstimate,interstitialsController:void 0,startPosition:h,liveDurationInfinity:!1,testBandwidth:!1,videoPreference:n,audioPreference:c||r.audioPreference,subtitlePreference:l||r.subtitlePreference});e.appendInPlace&&(e.appendInPlaceStarted=!0,t.timelineStart&&(d.timelineOffset=t.timelineStart));const g=d.cmcd;g!=null&&g.sessionId&&g.contentId&&(d.cmcd=le({},g,{contentId:rs(t.uri)})),this.getAssetPlayer(u)&&this.warn(`Duplicate date range identifier ${e} and asset ${u}`);const f=new Td(this.HlsPlayerClass,d,e,t);this.playerQueue.push(f),e.assetList[s]=t;let p=!0;const y=S=>{if(S.live){var x;const L=new Error(`Interstitials MUST be VOD assets ${e}`),R={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:L},I=((x=this.schedule)==null?void 0:x.findEventIndex(e.identifier))||-1;this.handleAssetItemError(R,e,I,s,L.message);return}const D=S.edge-S.fragmentStart,A=t.duration;(p||A===null||D>A)&&(p=!1,this.log(`Interstitial asset "${u}" duration change ${A} > ${D}`),t.duration=D,this.updateSchedule())};f.on(m.LEVEL_UPDATED,(S,{details:x})=>y(x)),f.on(m.LEVEL_PTS_UPDATED,(S,{details:x})=>y(x)),f.on(m.EVENT_CUE_ENTER,()=>this.onInterstitialCueEnter());const E=(S,x)=>{const D=this.getAssetPlayer(u);if(D&&x.tracks){D.off(m.BUFFER_CODECS,E),D.tracks=x.tracks;const A=this.primaryMedia;this.bufferingAsset===D.assetItem&&A&&!D.media&&this.bufferAssetPlayer(D,A)}};f.on(m.BUFFER_CODECS,E);const v=()=>{var S;const x=this.getAssetPlayer(u);if(this.log(`buffered to end of asset ${x}`),!x||!this.schedule)return;const D=this.schedule.findEventIndex(e.identifier),A=(S=this.schedule.items)==null?void 0:S[D];this.isInterstitial(A)&&this.advanceAssetBuffering(A,t)};f.on(m.BUFFERED_TO_END,v);const T=S=>()=>{if(!this.getAssetPlayer(u)||!this.schedule)return;this.shouldPlay=!0;const D=this.schedule.findEventIndex(e.identifier);this.advanceAfterAssetEnded(e,D,S)};return f.once(m.MEDIA_ENDED,T(s)),f.once(m.PLAYOUT_LIMIT_REACHED,T(1/0)),f.on(m.ERROR,(S,x)=>{if(!this.schedule)return;const D=this.getAssetPlayer(u);if(x.details===_.BUFFER_STALLED_ERROR){if(D!=null&&D.appendInPlace){this.handleInPlaceStall(e);return}this.onTimeupdate(),this.checkBuffer(!0);return}this.handleAssetItemError(x,e,this.schedule.findEventIndex(e.identifier),s,`Asset player error ${x.error} ${e}`)}),f.on(m.DESTROYING,()=>{if(!this.getAssetPlayer(u)||!this.schedule)return;const x=new Error(`Asset player destroyed unexpectedly ${u}`),D={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:x};this.handleAssetItemError(D,e,this.schedule.findEventIndex(e.identifier),s,x.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${Gt(t)}`),this.hls.trigger(m.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:t,assetListIndex:s,event:e,player:f}),f}clearInterstitial(e,t){this.clearAssetPlayers(e,t),e.reset()}clearAssetPlayers(e,t){e.assetList.forEach(s=>{this.clearAssetPlayer(s.identifier,t)})}resetAssetPlayer(e){const t=this.getAssetPlayerQueueIndex(e);if(t!==-1){this.log(`reset asset player "${e}" after error`);const s=this.playerQueue[t];this.transferMediaFromPlayer(s,null),s.resetDetails()}}clearAssetPlayer(e,t){const s=this.getAssetPlayerQueueIndex(e);if(s!==-1){const i=this.playerQueue[s];this.log(`clear ${i} toSegment: ${t&&Xe(t)}`),this.transferMediaFromPlayer(i,t),this.playerQueue.splice(s,1),i.destroy()}}emptyPlayerQueue(){let e;for(;e=this.playerQueue.pop();)e.destroy();this.playerQueue=[]}startAssetPlayer(e,t,s,i,r){const{interstitial:n,assetItem:o,assetId:c}=e,l=n.assetList.length,h=this.playingAsset;this.endedAsset=null,this.playingAsset=o,(!h||h.identifier!==c)&&(h&&(this.clearAssetPlayer(h.identifier,s[i]),delete h.error),this.log(`INTERSTITIAL_ASSET_STARTED ${t+1}/${l} ${Gt(o)}`),this.hls.trigger(m.INTERSTITIAL_ASSET_STARTED,{asset:o,assetListIndex:t,event:n,schedule:s.slice(0),scheduleIndex:i,player:e})),this.bufferAssetPlayer(e,r)}bufferAssetPlayer(e,t){var s,i;if(!this.schedule)return;const{interstitial:r,assetItem:n}=e,o=this.schedule.findEventIndex(r.identifier),c=(s=this.schedule.items)==null?void 0:s[o];if(!c)return;e.loadSource(),this.setBufferingItem(c),this.bufferingAsset=n;const l=this.getBufferingPlayer();if(l===e)return;const h=r.appendInPlace;if(h&&l?.interstitial.appendInPlace===!1)return;const u=l?.tracks||((i=this.detachedData)==null?void 0:i.tracks)||this.requiredTracks;if(h&&n!==this.playingAsset){if(!e.tracks){this.log(`Waiting for track info before buffering ${e}`);return}if(u&&!oa(u,e.tracks)){const d=new Error(`Asset ${Gt(n)} SourceBuffer tracks ('${Object.keys(e.tracks)}') are not compatible with primary content tracks ('${Object.keys(u)}')`),g={fatal:!0,type:W.OTHER_ERROR,details:_.INTERSTITIAL_ASSET_ITEM_ERROR,error:d},f=r.findAssetIndex(n);this.handleAssetItemError(g,r,o,f,d.message);return}}this.transferMediaTo(e,t)}handleInPlaceStall(e){const t=this.schedule,s=this.primaryMedia;if(!t||!s)return;const i=s.currentTime,r=t.findAssetIndex(e,i),n=e.assetList[r];if(n){const o=this.getAssetPlayer(n.identifier);if(o){const c=o.currentTime||i-n.timelineStart,l=o.duration-c;if(this.warn(`Stalled at ${c} of ${c+l} in ${o} ${e} (media.currentTime: ${i})`),c&&(l/s.playbackRate<.5||o.bufferedInPlaceToEnd(s))&&o.hls){const h=t.findEventIndex(e.identifier);this.advanceAfterAssetEnded(e,h,r)}}}}advanceInPlace(e){const t=this.primaryMedia;t&&t.currentTime<e&&(t.currentTime=e)}handleAssetItemError(e,t,s,i,r){if(e.details===_.BUFFER_STALLED_ERROR)return;const n=t.assetList[i]||null;if(this.warn(`INTERSTITIAL_ASSET_ERROR ${n&&Gt(n)} ${e.error}`),!this.schedule)return;const o=n?.identifier||"",c=this.getAssetPlayerQueueIndex(o),l=this.playerQueue[c]||null,h=this.schedule.items,u=le({},e,{fatal:!1,errorAction:Vt(!0),asset:n,assetListIndex:i,event:t,schedule:h,scheduleIndex:s,player:l});if(this.hls.trigger(m.INTERSTITIAL_ASSET_ERROR,u),!e.fatal)return;const d=this.playingAsset,g=this.bufferingAsset,f=new Error(r);if(n&&(this.clearAssetPlayer(o,null),n.error=f),!t.assetList.some(p=>!p.error))t.error=f;else for(let p=i;p<t.assetList.length;p++)this.resetAssetPlayer(t.assetList[p].identifier);this.updateSchedule(!0),t.error?this.primaryFallback(t):d&&d.identifier===o?this.advanceAfterAssetEnded(t,s,i):g&&g.identifier===o&&this.isInterstitial(this.bufferingItem)&&this.advanceAssetBuffering(this.bufferingItem,g)}primaryFallback(e){const t=e.timelineStart,s=this.effectivePlayingItem;let i=this.timelinePos;if(s){this.log(`Fallback to primary from event "${e.identifier}" start: ${t} pos: ${i} playing: ${Xe(s)} error: ${e.error}`),i===-1&&(i=this.hls.startPosition);const n=this.updateItem(s,i);this.itemsMatch(s,n)&&this.clearInterstitial(e,null),e.appendInPlace&&(this.attachPrimary(t,null),this.flushFrontBuffer(t))}else if(i===-1){this.checkStart();return}if(!this.schedule)return;const r=this.schedule.findItemIndexAtTime(i);this.setSchedulePosition(r)}onAssetListLoaded(e,t){var s,i;const r=t.event,n=r.identifier,o=t.assetListResponse.ASSETS;if(!((s=this.schedule)!=null&&s.hasEvent(n)))return;const c=r.timelineStart,l=r.duration;let h=0;o.forEach((p,y)=>{const E=parseFloat(p.DURATION);this.createAsset(r,y,h,c+h,E,p.URI),h+=E}),r.duration=h,this.log(`Loaded asset-list with duration: ${h} (was: ${l}) ${r}`);const u=this.waitingItem,d=u?.event.identifier===n;this.updateSchedule();const g=(i=this.bufferingItem)==null?void 0:i.event;if(d){var f;const p=this.schedule.findEventIndex(n),y=(f=this.schedule.items)==null?void 0:f[p];if(y){if(!this.playingItem&&this.timelinePos>y.end&&this.schedule.findItemIndexAtTime(this.timelinePos)!==p){r.error=new Error(`Interstitial ${o.length?"no longer within playback range":"asset-list is empty"} ${this.timelinePos} ${r}`),this.log(r.error.message),this.updateSchedule(!0),this.primaryFallback(r);return}this.setBufferingItem(y)}this.setSchedulePosition(p)}else if(g?.identifier===n){const p=r.assetList[0];if(p){const y=this.getAssetPlayer(p.identifier);if(g.appendInPlace){const E=this.primaryMedia;y&&E&&this.bufferAssetPlayer(y,E)}else y&&y.loadSource()}}}onError(e,t){if(this.schedule)switch(t.details){case _.ASSET_LIST_PARSING_ERROR:case _.ASSET_LIST_LOAD_ERROR:case _.ASSET_LIST_LOAD_TIMEOUT:{const s=t.interstitial;s&&(this.updateSchedule(!0),this.primaryFallback(s));break}case _.BUFFER_STALLED_ERROR:{const s=this.endedItem||this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&s.event.appendInPlace){this.handleInPlaceStall(s.event);return}this.log(`Primary player stall @${this.timelinePos} bufferedPos: ${this.bufferedPos}`),this.onTimeupdate(),this.checkBuffer(!0);break}}}}const Un=500;class Id extends dr{constructor(e,t,s){super(e,t,s,"subtitle-stream-controller",Y.SUBTITLE),this.currentTrackId=-1,this.tracksBuffered=[],this.mainDetails=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.mainDetails=null}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.on(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.on(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.on(m.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}unregisterListeners(){super.unregisterListeners();const{hls:e}=this;e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.off(m.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),e.off(m.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),e.off(m.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}startLoad(e,t){this.stopLoad(),this.state=w.IDLE,this.setInterval(Un),this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}onManifestLoading(){super.onManifestLoading(),this.mainDetails=null}onMediaDetaching(e,t){this.tracksBuffered=[],super.onMediaDetaching(e,t)}onLevelLoaded(e,t){this.mainDetails=t.details}onSubtitleFragProcessed(e,t){const{frag:s,success:i}=t;if(this.fragContextChanged(s)||(Se(s)&&(this.fragPrevious=s),this.state=w.IDLE),!i)return;const r=this.tracksBuffered[this.currentTrackId];if(!r)return;let n;const o=s.start;for(let l=0;l<r.length;l++)if(o>=r[l].start&&o<=r[l].end){n=r[l];break}const c=s.start+s.duration;n?n.end=c:(n={start:o,end:c},r.push(n)),this.fragmentTracker.fragBuffered(s),this.fragBufferedComplete(s,null),this.media&&this.tick()}onBufferFlushing(e,t){const{startOffset:s,endOffset:i}=t;if(s===0&&i!==Number.POSITIVE_INFINITY){const r=i-1;if(r<=0)return;t.endOffsetSubtitles=Math.max(0,r),this.tracksBuffered.forEach(n=>{for(let o=0;o<n.length;){if(n[o].end<=r){n.shift();continue}else if(n[o].start<r)n[o].start=r;else break;o++}}),this.fragmentTracker.removeFragmentsInRange(s,r,Y.SUBTITLE)}}onError(e,t){const s=t.frag;s?.type===Y.SUBTITLE&&(t.details===_.FRAG_GAP&&this.fragmentTracker.fragBuffered(s,!0),this.fragCurrent&&this.fragCurrent.abortRequests(),this.state!==w.STOPPED&&(this.state=w.IDLE))}onSubtitleTracksUpdated(e,{subtitleTracks:t}){if(this.levels&&ho(this.levels,t)){this.levels=t.map(s=>new os(s));return}this.tracksBuffered=[],this.levels=t.map(s=>{const i=new os(s);return this.tracksBuffered[i.id]=[],i}),this.fragmentTracker.removeFragmentsInRange(0,Number.POSITIVE_INFINITY,Y.SUBTITLE),this.fragPrevious=null,this.mediaBuffer=null}onSubtitleTrackSwitch(e,t){var s;if(this.currentTrackId=t.id,!((s=this.levels)!=null&&s.length)||this.currentTrackId===-1){this.clearInterval();return}const i=this.levels[this.currentTrackId];i!=null&&i.details?this.mediaBuffer=this.mediaBufferTimeRanges:this.mediaBuffer=null,i&&this.state!==w.STOPPED&&this.setInterval(Un)}onSubtitleTrackLoaded(e,t){var s;const{currentTrackId:i,levels:r}=this,{details:n,id:o}=t;if(!r){this.warn(`Subtitle tracks were reset while loading level ${o}`);return}const c=r[o];if(o>=r.length||!c)return;this.log(`Subtitle track ${o} loaded [${n.startSN},${n.endSN}]${n.lastPartSn?`[part-${n.lastPartSn}-${n.lastPartIndex}]`:""},duration:${n.totalduration}`),this.mediaBuffer=this.mediaBufferTimeRanges;let l=0;if(n.live||(s=c.details)!=null&&s.live){if(n.deltaUpdateFailed)return;const u=this.mainDetails;if(!u){this.startFragRequested=!1;return}const d=u.fragments[0];if(!c.details)n.hasProgramDateTime&&u.hasProgramDateTime?(js(n,u),l=n.fragmentStart):d&&(l=d.start,Vi(n,l));else{var h;l=this.alignPlaylists(n,c.details,(h=this.levelLastLoaded)==null?void 0:h.details),l===0&&d&&(l=d.start,Vi(n,l))}u&&!this.startFragRequested&&this.setStartPosition(u,l)}c.details=n,this.levelLastLoaded=c,o===i&&(this.hls.trigger(m.SUBTITLE_TRACK_UPDATED,{details:n,id:o,groupId:t.groupId}),this.tick(),n.live&&!this.fragCurrent&&this.media&&this.state===w.IDLE&&(Ot(null,n.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),c.details=void 0)))}_handleFragmentLoadComplete(e){const{frag:t,payload:s}=e,i=t.decryptdata,r=this.hls;if(!this.fragContextChanged(t)&&s&&s.byteLength>0&&i!=null&&i.key&&i.iv&&Ht(i.method)){const n=performance.now();this.decrypter.decrypt(new Uint8Array(s),i.key.buffer,i.iv.buffer,hr(i.method)).catch(o=>{throw r.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.FRAG_DECRYPT_ERROR,fatal:!1,error:o,reason:o.message,frag:t}),o}).then(o=>{const c=performance.now();r.trigger(m.FRAG_DECRYPTED,{frag:t,payload:o,stats:{tstart:n,tdecrypt:c}})}).catch(o=>{this.warn(`${o.name}: ${o.message}`),this.state=w.IDLE})}}doTick(){if(!this.media){this.state=w.IDLE;return}if(this.state===w.IDLE){const{currentTrackId:e,levels:t}=this,s=t?.[e];if(!s||!t.length||!s.details||this.waitForLive(s))return;const{config:i}=this,r=this.getLoadPosition(),n=Q.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],r,i.maxBufferHole),{end:o,len:c}=n,l=s.details,h=this.hls.maxBufferLength+l.levelTargetDuration;if(c>h)return;const u=l.fragments,d=u.length,g=l.edge;let f=null;const p=this.fragPrevious;if(o<g){const v=i.maxFragLookUpTolerance,T=o>g-v?0:v;f=Ot(p,u,Math.max(u[0].start,o),T),!f&&p&&p.start<u[0].start&&(f=u[0])}else f=u[d-1];if(f=this.filterReplacedPrimary(f,s.details),!f)return;const y=f.sn-l.startSN,E=u[y-1];if(E&&E.cc===f.cc&&this.fragmentTracker.getState(E)===Ie.NOT_LOADED&&(f=E),this.fragmentTracker.getState(f)===Ie.NOT_LOADED){const v=this.mapToInitFragWhenRequired(f);v&&this.loadFragment(v,s,o)}}}loadFragment(e,t,s){Se(e)?super.loadFragment(e,t,s):this._loadInitSegment(e,t)}get mediaBufferTimeRanges(){return new Ld(this.tracksBuffered[this.currentTrackId]||[])}}class Ld{constructor(e){this.buffered=void 0;const t=(s,i,r)=>{if(i=i>>>0,i>r-1)throw new DOMException(`Failed to execute '${s}' on 'TimeRanges': The index provided (${i}) is greater than the maximum bound (${r})`);return e[i][s]};this.buffered={get length(){return e.length},end(s){return t("end",s,e.length)},start(s){return t("start",s,e.length)}}}}const Rd={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,128:174,129:176,130:189,131:191,132:8482,133:162,134:163,135:9834,136:224,137:32,138:232,139:226,140:234,141:238,142:244,143:251,144:193,145:201,146:211,147:218,148:220,149:252,150:8216,151:161,152:42,153:8217,154:9473,155:169,156:8480,157:8226,158:8220,159:8221,160:192,161:194,162:199,163:200,164:202,165:203,166:235,167:206,168:207,169:239,170:212,171:217,172:249,173:219,174:171,175:187,176:195,177:227,178:205,179:204,180:236,181:210,182:242,183:213,184:245,185:123,186:125,187:92,188:94,189:95,190:124,191:8764,192:196,193:228,194:214,195:246,196:223,197:165,198:164,199:9475,200:197,201:229,202:216,203:248,204:9487,205:9491,206:9495,207:9499},bo=a=>String.fromCharCode(Rd[a]||a),Qe=15,ft=100,bd={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},_d={17:2,18:4,21:6,22:8,23:10,19:13,20:15},Dd={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Cd={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Pd=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class kd{constructor(){this.time=null,this.verboseLevel=0}log(e,t){if(this.verboseLevel>=e){const s=typeof t=="function"?t():t;oe.log(`${this.time} [${e}] ${s}`)}}}const Ct=function(e){const t=[];for(let s=0;s<e.length;s++)t.push(e[s].toString(16));return t};class _o{constructor(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}reset(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}setStyles(e){const t=["foreground","underline","italics","background","flash"];for(let s=0;s<t.length;s++){const i=t[s];e.hasOwnProperty(i)&&(this[i]=e[i])}}isDefault(){return this.foreground==="white"&&!this.underline&&!this.italics&&this.background==="black"&&!this.flash}equals(e){return this.foreground===e.foreground&&this.underline===e.underline&&this.italics===e.italics&&this.background===e.background&&this.flash===e.flash}copy(e){this.foreground=e.foreground,this.underline=e.underline,this.italics=e.italics,this.background=e.background,this.flash=e.flash}toString(){return"color="+this.foreground+", underline="+this.underline+", italics="+this.italics+", background="+this.background+", flash="+this.flash}}class wd{constructor(){this.uchar=" ",this.penState=new _o}reset(){this.uchar=" ",this.penState.reset()}setChar(e,t){this.uchar=e,this.penState.copy(t)}setPenState(e){this.penState.copy(e)}equals(e){return this.uchar===e.uchar&&this.penState.equals(e.penState)}copy(e){this.uchar=e.uchar,this.penState.copy(e.penState)}isEmpty(){return this.uchar===" "&&this.penState.isDefault()}}class Od{constructor(e){this.chars=[],this.pos=0,this.currPenState=new _o,this.cueStartTime=null,this.logger=void 0;for(let t=0;t<ft;t++)this.chars.push(new wd);this.logger=e}equals(e){for(let t=0;t<ft;t++)if(!this.chars[t].equals(e.chars[t]))return!1;return!0}copy(e){for(let t=0;t<ft;t++)this.chars[t].copy(e.chars[t])}isEmpty(){let e=!0;for(let t=0;t<ft;t++)if(!this.chars[t].isEmpty()){e=!1;break}return e}setCursor(e){this.pos!==e&&(this.pos=e),this.pos<0?(this.logger.log(3,"Negative cursor position "+this.pos),this.pos=0):this.pos>ft&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=ft)}moveCursor(e){const t=this.pos+e;if(e>1)for(let s=this.pos+1;s<t+1;s++)this.chars[s].setPenState(this.currPenState);this.setCursor(t)}backSpace(){this.moveCursor(-1),this.chars[this.pos].setChar(" ",this.currPenState)}insertChar(e){e>=144&&this.backSpace();const t=bo(e);if(this.pos>=ft){this.logger.log(0,()=>"Cannot insert "+e.toString(16)+" ("+t+") at position "+this.pos+". Skipping it!");return}this.chars[this.pos].setChar(t,this.currPenState),this.moveCursor(1)}clearFromPos(e){let t;for(t=e;t<ft;t++)this.chars[t].reset()}clear(){this.clearFromPos(0),this.pos=0,this.currPenState.reset()}clearToEndOfRow(){this.clearFromPos(this.pos)}getTextString(){const e=[];let t=!0;for(let s=0;s<ft;s++){const i=this.chars[s].uchar;i!==" "&&(t=!1),e.push(i)}return t?"":e.join("")}setPenStyles(e){this.currPenState.setStyles(e),this.chars[this.pos].setPenState(this.currPenState)}}class Ai{constructor(e){this.rows=[],this.currRow=Qe-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let t=0;t<Qe;t++)this.rows.push(new Od(e));this.logger=e}reset(){for(let e=0;e<Qe;e++)this.rows[e].clear();this.currRow=Qe-1}equals(e){let t=!0;for(let s=0;s<Qe;s++)if(!this.rows[s].equals(e.rows[s])){t=!1;break}return t}copy(e){for(let t=0;t<Qe;t++)this.rows[t].copy(e.rows[t])}isEmpty(){let e=!0;for(let t=0;t<Qe;t++)if(!this.rows[t].isEmpty()){e=!1;break}return e}backSpace(){this.rows[this.currRow].backSpace()}clearToEndOfRow(){this.rows[this.currRow].clearToEndOfRow()}insertChar(e){this.rows[this.currRow].insertChar(e)}setPen(e){this.rows[this.currRow].setPenStyles(e)}moveCursor(e){this.rows[this.currRow].moveCursor(e)}setCursor(e){this.logger.log(2,"setCursor: "+e),this.rows[this.currRow].setCursor(e)}setPAC(e){this.logger.log(2,()=>"pacData = "+ue(e));let t=e.row-1;if(this.nrRollUpRows&&t<this.nrRollUpRows-1&&(t=this.nrRollUpRows-1),this.nrRollUpRows&&this.currRow!==t){for(let o=0;o<Qe;o++)this.rows[o].clear();const r=this.currRow+1-this.nrRollUpRows,n=this.lastOutputScreen;if(n){const o=n.rows[r].cueStartTime,c=this.logger.time;if(o!==null&&c!==null&&o<c)for(let l=0;l<this.nrRollUpRows;l++)this.rows[t-this.nrRollUpRows+l+1].copy(n.rows[r+l])}}this.currRow=t;const s=this.rows[this.currRow];if(e.indent!==null){const r=e.indent,n=Math.max(r-1,0);s.setCursor(e.indent),e.color=s.chars[n].penState.foreground}const i={foreground:e.color,underline:e.underline,italics:e.italics,background:"black",flash:!1};this.setPen(i)}setBkgData(e){this.logger.log(2,()=>"bkgData = "+ue(e)),this.backSpace(),this.setPen(e),this.insertChar(32)}setRollUpRows(e){this.nrRollUpRows=e}rollUp(){if(this.nrRollUpRows===null){this.logger.log(3,"roll_up but nrRollUpRows not set yet");return}this.logger.log(1,()=>this.getDisplayText());const e=this.currRow+1-this.nrRollUpRows,t=this.rows.splice(e,1)[0];t.clear(),this.rows.splice(this.currRow,0,t),this.logger.log(2,"Rolling up")}getDisplayText(e){e=e||!1;const t=[];let s="",i=-1;for(let r=0;r<Qe;r++){const n=this.rows[r].getTextString();n&&(i=r+1,e?t.push("Row "+i+": '"+n+"'"):t.push(n.trim()))}return t.length>0&&(e?s="["+t.join(" | ")+"]":s=t.join(` 30 - `)),s}getTextAndFormat(){return this.rows}}class $n{constructor(e,t,s){this.chNr=void 0,this.outputFilter=void 0,this.mode=void 0,this.verbose=void 0,this.displayedMemory=void 0,this.nonDisplayedMemory=void 0,this.lastOutputScreen=void 0,this.currRollUpRow=void 0,this.writeScreen=void 0,this.cueStartTime=void 0,this.logger=void 0,this.chNr=e,this.outputFilter=t,this.mode=null,this.verbose=0,this.displayedMemory=new Ai(s),this.nonDisplayedMemory=new Ai(s),this.lastOutputScreen=new Ai(s),this.currRollUpRow=this.displayedMemory.rows[Qe-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.logger=s}reset(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.outputFilter.reset(),this.currRollUpRow=this.displayedMemory.rows[Qe-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null}getHandler(){return this.outputFilter}setHandler(e){this.outputFilter=e}setPAC(e){this.writeScreen.setPAC(e)}setBkgData(e){this.writeScreen.setBkgData(e)}setMode(e){e!==this.mode&&(this.mode=e,this.logger.log(2,()=>"MODE="+e),this.mode==="MODE_POP-ON"?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),this.mode!=="MODE_ROLL-UP"&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=e)}insertChars(e){for(let s=0;s<e.length;s++)this.writeScreen.insertChar(e[s]);const t=this.writeScreen===this.displayedMemory?"DISP":"NON_DISP";this.logger.log(2,()=>t+": "+this.writeScreen.getDisplayText(!0)),(this.mode==="MODE_PAINT-ON"||this.mode==="MODE_ROLL-UP")&&(this.logger.log(1,()=>"DISPLAYED: "+this.displayedMemory.getDisplayText(!0)),this.outputDataUpdate())}ccRCL(){this.logger.log(2,"RCL - Resume Caption Loading"),this.setMode("MODE_POP-ON")}ccBS(){this.logger.log(2,"BS - BackSpace"),this.mode!=="MODE_TEXT"&&(this.writeScreen.backSpace(),this.writeScreen===this.displayedMemory&&this.outputDataUpdate())}ccAOF(){}ccAON(){}ccDER(){this.logger.log(2,"DER- Delete to End of Row"),this.writeScreen.clearToEndOfRow(),this.outputDataUpdate()}ccRU(e){this.logger.log(2,"RU("+e+") - Roll Up"),this.writeScreen=this.displayedMemory,this.setMode("MODE_ROLL-UP"),this.writeScreen.setRollUpRows(e)}ccFON(){this.logger.log(2,"FON - Flash On"),this.writeScreen.setPen({flash:!0})}ccRDC(){this.logger.log(2,"RDC - Resume Direct Captioning"),this.setMode("MODE_PAINT-ON")}ccTR(){this.logger.log(2,"TR"),this.setMode("MODE_TEXT")}ccRTD(){this.logger.log(2,"RTD"),this.setMode("MODE_TEXT")}ccEDM(){this.logger.log(2,"EDM - Erase Displayed Memory"),this.displayedMemory.reset(),this.outputDataUpdate(!0)}ccCR(){this.logger.log(2,"CR - Carriage Return"),this.writeScreen.rollUp(),this.outputDataUpdate(!0)}ccENM(){this.logger.log(2,"ENM - Erase Non-displayed Memory"),this.nonDisplayedMemory.reset()}ccEOC(){if(this.logger.log(2,"EOC - End Of Caption"),this.mode==="MODE_POP-ON"){const e=this.displayedMemory;this.displayedMemory=this.nonDisplayedMemory,this.nonDisplayedMemory=e,this.writeScreen=this.nonDisplayedMemory,this.logger.log(1,()=>"DISP: "+this.displayedMemory.getDisplayText())}this.outputDataUpdate(!0)}ccTO(e){this.logger.log(2,"TO("+e+") - Tab Offset"),this.writeScreen.moveCursor(e)}ccMIDROW(e){const t={flash:!1};if(t.underline=e%2===1,t.italics=e>=46,t.italics)t.foreground="white";else{const s=Math.floor(e/2)-16,i=["white","green","blue","cyan","red","yellow","magenta"];t.foreground=i[s]}this.logger.log(2,"MIDROW: "+ue(t)),this.writeScreen.setPen(t)}outputDataUpdate(e=!1){const t=this.logger.time;t!==null&&this.outputFilter&&(this.cueStartTime===null&&!this.displayedMemory.isEmpty()?this.cueStartTime=t:this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue(this.cueStartTime,t,this.lastOutputScreen),e&&this.outputFilter.dispatchCue&&this.outputFilter.dispatchCue(),this.cueStartTime=this.displayedMemory.isEmpty()?null:t),this.lastOutputScreen.copy(this.displayedMemory))}cueSplitAtTime(e){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,e,this.displayedMemory),this.cueStartTime=e))}}class Gn{constructor(e,t,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=Md(),this.logger=void 0;const i=this.logger=new kd;this.channels=[null,new $n(e,t,i),new $n(e+1,s,i)]}getHandler(e){return this.channels[e].getHandler()}setHandler(e,t){this.channels[e].setHandler(t)}addData(e,t){this.logger.time=e;for(let s=0;s<t.length;s+=2){const i=t[s]&127,r=t[s+1]&127;let n=!1,o=null;if(i===0&&r===0)continue;this.logger.log(3,()=>"["+Ct([t[s],t[s+1]])+"] -> ("+Ct([i,r])+")");const c=this.cmdHistory;if(i>=16&&i<=31){if(Fd(i,r,c)){Ls(null,null,c),this.logger.log(3,()=>"Repeated command ("+Ct([i,r])+") is dropped");continue}Ls(i,r,this.cmdHistory),n=this.parseCmd(i,r),n||(n=this.parseMidrow(i,r)),n||(n=this.parsePAC(i,r)),n||(n=this.parseBackgroundAttributes(i,r))}else Ls(null,null,c);if(!n&&(o=this.parseChars(i,r),o)){const h=this.currentChannel;h&&h>0?this.channels[h].insertChars(o):this.logger.log(2,"No channel found yet. TEXT-MODE?")}!n&&!o&&this.logger.log(2,()=>"Couldn't parse cleaned data "+Ct([i,r])+" orig: "+Ct([t[s],t[s+1]]))}}parseCmd(e,t){const s=(e===20||e===28||e===21||e===29)&&t>=32&&t<=47,i=(e===23||e===31)&&t>=33&&t<=35;if(!(s||i))return!1;const r=e===20||e===21||e===23?1:2,n=this.channels[r];return e===20||e===21||e===28||e===29?t===32?n.ccRCL():t===33?n.ccBS():t===34?n.ccAOF():t===35?n.ccAON():t===36?n.ccDER():t===37?n.ccRU(2):t===38?n.ccRU(3):t===39?n.ccRU(4):t===40?n.ccFON():t===41?n.ccRDC():t===42?n.ccTR():t===43?n.ccRTD():t===44?n.ccEDM():t===45?n.ccCR():t===46?n.ccENM():t===47&&n.ccEOC():n.ccTO(t-32),this.currentChannel=r,!0}parseMidrow(e,t){let s=0;if((e===17||e===25)&&t>=32&&t<=47){if(e===17?s=1:s=2,s!==this.currentChannel)return this.logger.log(0,"Mismatch channel in midrow parsing"),!1;const i=this.channels[s];return i?(i.ccMIDROW(t),this.logger.log(3,()=>"MIDROW ("+Ct([e,t])+")"),!0):!1}return!1}parsePAC(e,t){let s;const i=(e>=17&&e<=23||e>=25&&e<=31)&&t>=64&&t<=127,r=(e===16||e===24)&&t>=64&&t<=95;if(!(i||r))return!1;const n=e<=23?1:2;t>=64&&t<=95?s=n===1?bd[e]:Dd[e]:s=n===1?_d[e]:Cd[e];const o=this.channels[n];return o?(o.setPAC(this.interpretPAC(s,t)),this.currentChannel=n,!0):!1}interpretPAC(e,t){let s;const i={color:null,italics:!1,indent:null,underline:!1,row:e};return t>95?s=t-96:s=t-64,i.underline=(s&1)===1,s<=13?i.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(s/2)]:s<=15?(i.italics=!0,i.color="white"):i.indent=Math.floor((s-16)/2)*4,i}parseChars(e,t){let s,i=null,r=null;if(e>=25?(s=2,r=e-8):(s=1,r=e),r>=17&&r<=19){let n;r===17?n=t+80:r===18?n=t+112:n=t+144,this.logger.log(2,()=>"Special char '"+bo(n)+"' in channel "+s),i=[n]}else e>=32&&e<=127&&(i=t===0?[e]:[e,t]);return i&&this.logger.log(3,()=>"Char codes = "+Ct(i).join(",")),i}parseBackgroundAttributes(e,t){const s=(e===16||e===24)&&t>=32&&t<=47,i=(e===23||e===31)&&t>=45&&t<=47;if(!(s||i))return!1;let r;const n={};e===16||e===24?(r=Math.floor((t-32)/2),n.background=Pd[r],t%2===1&&(n.background=n.background+"_semi")):t===45?n.background="transparent":(n.foreground="black",t===47&&(n.underline=!0));const o=e<=23?1:2;return this.channels[o].setBkgData(n),!0}reset(){for(let e=0;e<Object.keys(this.channels).length;e++){const t=this.channels[e];t&&t.reset()}Ls(null,null,this.cmdHistory)}cueSplitAtTime(e){for(let t=0;t<this.channels.length;t++){const s=this.channels[t];s&&s.cueSplitAtTime(e)}}}function Ls(a,e,t){t.a=a,t.b=e}function Fd(a,e,t){return t.a===a&&t.b===e}function Md(){return{a:null,b:null}}var Ir=(function(){if(qs!=null&&qs.VTTCue)return self.VTTCue;const a=["","lr","rl"],e=["start","middle","end","left","right"];function t(o,c){if(typeof c!="string"||!Array.isArray(o))return!1;const l=c.toLowerCase();return~o.indexOf(l)?l:!1}function s(o){return t(a,o)}function i(o){return t(e,o)}function r(o,...c){let l=1;for(;l<arguments.length;l++){const h=arguments[l];for(const u in h)o[u]=h[u]}return o}function n(o,c,l){const h=this,u={enumerable:!0};h.hasBeenReset=!1;let d="",g=!1,f=o,p=c,y=l,E=null,v="",T=!0,S="auto",x="start",D=50,A="middle",L=50,R="middle";Object.defineProperty(h,"id",r({},u,{get:function(){return d},set:function(I){d=""+I}})),Object.defineProperty(h,"pauseOnExit",r({},u,{get:function(){return g},set:function(I){g=!!I}})),Object.defineProperty(h,"startTime",r({},u,{get:function(){return f},set:function(I){if(typeof I!="number")throw new TypeError("Start time must be set to a number.");f=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"endTime",r({},u,{get:function(){return p},set:function(I){if(typeof I!="number")throw new TypeError("End time must be set to a number.");p=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"text",r({},u,{get:function(){return y},set:function(I){y=""+I,this.hasBeenReset=!0}})),Object.defineProperty(h,"region",r({},u,{get:function(){return E},set:function(I){E=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"vertical",r({},u,{get:function(){return v},set:function(I){const C=s(I);if(C===!1)throw new SyntaxError("An invalid or illegal string was specified.");v=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"snapToLines",r({},u,{get:function(){return T},set:function(I){T=!!I,this.hasBeenReset=!0}})),Object.defineProperty(h,"line",r({},u,{get:function(){return S},set:function(I){if(typeof I!="number"&&I!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");S=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"lineAlign",r({},u,{get:function(){return x},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");x=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"position",r({},u,{get:function(){return D},set:function(I){if(I<0||I>100)throw new Error("Position must be between 0 and 100.");D=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"positionAlign",r({},u,{get:function(){return A},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");A=C,this.hasBeenReset=!0}})),Object.defineProperty(h,"size",r({},u,{get:function(){return L},set:function(I){if(I<0||I>100)throw new Error("Size must be between 0 and 100.");L=I,this.hasBeenReset=!0}})),Object.defineProperty(h,"align",r({},u,{get:function(){return R},set:function(I){const C=i(I);if(!C)throw new SyntaxError("An invalid or illegal string was specified.");R=C,this.hasBeenReset=!0}})),h.displayState=void 0}return n.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},n})();class Nd{decode(e,t){if(!e)return"";if(typeof e!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}function Do(a){function e(s,i,r,n){return(s|0)*3600+(i|0)*60+(r|0)+parseFloat(n||0)}const t=a.match(/^(?:(\d+):)?(\d{2}):(\d{2})(\.\d+)?/);return t?parseFloat(t[2])>59?e(t[2],t[3],0,t[4]):e(t[1],t[2],t[3],t[4]):null}class Bd{constructor(){this.values=Object.create(null)}set(e,t){!this.get(e)&&t!==""&&(this.values[e]=t)}get(e,t,s){return s?this.has(e)?this.values[e]:t[s]:this.has(e)?this.values[e]:t}has(e){return e in this.values}alt(e,t,s){for(let i=0;i<s.length;++i)if(t===s[i]){this.set(e,t);break}}integer(e,t){/^-?\d+$/.test(t)&&this.set(e,parseInt(t,10))}percent(e,t){if(/^([\d]{1,3})(\.[\d]*)?%$/.test(t)){const s=parseFloat(t);if(s>=0&&s<=100)return this.set(e,s),!0}return!1}}function Co(a,e,t,s){const i=s?a.split(s):[a];for(const r in i){if(typeof i[r]!="string")continue;const n=i[r].split(t);if(n.length!==2)continue;const o=n[0],c=n[1];e(o,c)}}const Qi=new Ir(0,0,""),Rs=Qi.align==="middle"?"middle":"center";function Ud(a,e,t){const s=a;function i(){const o=Do(a);if(o===null)throw new Error("Malformed timestamp: "+s);return a=a.replace(/^[^\sa-zA-Z-]+/,""),o}function r(o,c){const l=new Bd;Co(o,function(d,g){let f;switch(d){case"region":for(let p=t.length-1;p>=0;p--)if(t[p].id===g){l.set(d,t[p].region);break}break;case"vertical":l.alt(d,g,["rl","lr"]);break;case"line":f=g.split(","),l.integer(d,f[0]),l.percent(d,f[0])&&l.set("snapToLines",!1),l.alt(d,f[0],["auto"]),f.length===2&&l.alt("lineAlign",f[1],["start",Rs,"end"]);break;case"position":f=g.split(","),l.percent(d,f[0]),f.length===2&&l.alt("positionAlign",f[1],["start",Rs,"end","line-left","line-right","auto"]);break;case"size":l.percent(d,g);break;case"align":l.alt(d,g,["start",Rs,"end","left","right"]);break}},/:/,/\s/),c.region=l.get("region",null),c.vertical=l.get("vertical","");let h=l.get("line","auto");h==="auto"&&Qi.line===-1&&(h=-1),c.line=h,c.lineAlign=l.get("lineAlign","start"),c.snapToLines=l.get("snapToLines",!0),c.size=l.get("size",100),c.align=l.get("align",Rs);let u=l.get("position","auto");u==="auto"&&Qi.position===50&&(u=c.align==="start"||c.align==="left"?0:c.align==="end"||c.align==="right"?100:50),c.position=u}function n(){a=a.replace(/^\s+/,"")}if(n(),e.startTime=i(),n(),a.slice(0,3)!=="-->")throw new Error("Malformed time stamp (time stamps must be separated by '-->'): "+s);a=a.slice(3),n(),e.endTime=i(),n(),r(a,e)}function Po(a){return a.replace(/<br(?: \/)?>/gi,` 31 - `)}class $d{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new Nd,this.regionList=[],this.cue=null,this.oncue=void 0,this.onparsingerror=void 0,this.onflush=void 0}parse(e){const t=this;e&&(t.buffer+=t.decoder.decode(e,{stream:!0}));function s(){let r=t.buffer,n=0;for(r=Po(r);n<r.length&&r[n]!=="\r"&&r[n]!==` 32 - `;)++n;const o=r.slice(0,n);return r[n]==="\r"&&++n,r[n]===` 33 - `&&++n,t.buffer=r.slice(n),o}function i(r){Co(r,function(n,o){},/:/)}try{let r="";if(t.state==="INITIAL"){if(!/\r\n|\n/.test(t.buffer))return this;r=s();const o=r.match(/^()?WEBVTT([ \t].*)?$/);if(!(o!=null&&o[0]))throw new Error("Malformed WebVTT signature.");t.state="HEADER"}let n=!1;for(;t.buffer;){if(!/\r\n|\n/.test(t.buffer))return this;switch(n?n=!1:r=s(),t.state){case"HEADER":/:/.test(r)?i(r):r||(t.state="ID");continue;case"NOTE":r||(t.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(r)){t.state="NOTE";break}if(!r)continue;if(t.cue=new Ir(0,0,""),t.state="CUE",r.indexOf("-->")===-1){t.cue.id=r;continue}case"CUE":if(!t.cue){t.state="BADCUE";continue}try{Ud(r,t.cue,t.regionList)}catch{t.cue=null,t.state="BADCUE";continue}t.state="CUETEXT";continue;case"CUETEXT":{const o=r.indexOf("-->")!==-1;if(!r||o&&(n=!0)){t.oncue&&t.cue&&t.oncue(t.cue),t.cue=null,t.state="ID";continue}if(t.cue===null)continue;t.cue.text&&(t.cue.text+=` 34 - `),t.cue.text+=r}continue;case"BADCUE":r||(t.state="ID")}}}catch{t.state==="CUETEXT"&&t.cue&&t.oncue&&t.oncue(t.cue),t.cue=null,t.state=t.state==="INITIAL"?"BADWEBVTT":"BADCUE"}return this}flush(){const e=this;try{if((e.cue||e.state==="HEADER")&&(e.buffer+=` 35 - 36 - `,e.parse()),e.state==="INITIAL"||e.state==="BADWEBVTT")throw new Error("Malformed WebVTT signature.")}catch(t){e.onparsingerror&&e.onparsingerror(t)}return e.onflush&&e.onflush(),this}}const Gd=/\r\n|\n\r|\n|\r/g,Ii=function(e,t,s=0){return e.slice(s,s+t.length)===t},Kd=function(e){let t=parseInt(e.slice(-3));const s=parseInt(e.slice(-6,-4)),i=parseInt(e.slice(-9,-7)),r=e.length>9?parseInt(e.substring(0,e.indexOf(":"))):0;if(!H(t)||!H(s)||!H(i)||!H(r))throw Error(`Malformed X-TIMESTAMP-MAP: Local:${e}`);return t+=1e3*s,t+=60*1e3*i,t+=3600*1e3*r,t};function Lr(a,e,t){return rs(a.toString())+rs(e.toString())+rs(t)}const Vd=function(e,t,s){let i=e[t],r=e[i.prevCC];if(!r||!r.new&&i.new){e.ccOffset=e.presentationOffset=i.start,i.new=!1;return}for(;(n=r)!=null&&n.new;){var n;e.ccOffset+=i.start-r.start,i.new=!1,i=r,r=e[i.prevCC]}e.presentationOffset=s};function Hd(a,e,t,s,i,r,n){const o=new $d,c=qe(new Uint8Array(a)).trim().replace(Gd,` 37 - `).split(` 38 - `),l=[],h=e?Xh(e.baseTime,e.timescale):0;let u="00:00.000",d=0,g=0,f,p=!0;o.oncue=function(y){const E=t[s];let v=t.ccOffset;const T=(d-h)/9e4;if(E!=null&&E.new&&(g!==void 0?v=t.ccOffset=E.start:Vd(t,s,T)),T){if(!e){f=new Error("Missing initPTS for VTT MPEGTS");return}v=T-t.presentationOffset}const S=y.endTime-y.startTime,x=Ye((y.startTime+v-g)*9e4,i*9e4)/9e4;y.startTime=Math.max(x,0),y.endTime=Math.max(x+S,0);const D=y.text.trim();y.text=decodeURIComponent(encodeURIComponent(D)),y.id||(y.id=Lr(y.startTime,y.endTime,D)),y.endTime>0&&l.push(y)},o.onparsingerror=function(y){f=y},o.onflush=function(){if(f){n(f);return}r(l)},c.forEach(y=>{if(p)if(Ii(y,"X-TIMESTAMP-MAP=")){p=!1,y.slice(16).split(",").forEach(E=>{Ii(E,"LOCAL:")?u=E.slice(6):Ii(E,"MPEGTS:")&&(d=parseInt(E.slice(7)))});try{g=Kd(u)/1e3}catch(E){f=E}return}else y===""&&(p=!1);o.parse(y+` 39 - `)}),o.flush()}const Li="stpp.ttml.im1t",ko=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,wo=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,Yd={left:"start",center:"center",right:"end",start:"start",end:"end"};function Kn(a,e,t,s){const i=ee(new Uint8Array(a),["mdat"]);if(i.length===0){s(new Error("Could not parse IMSC1 mdat"));return}const r=i.map(o=>qe(o)),n=zh(e.baseTime,1,e.timescale);try{r.forEach(o=>t(Wd(o,n)))}catch(o){s(o)}}function Wd(a,e){const i=new DOMParser().parseFromString(a,"text/xml").getElementsByTagName("tt")[0];if(!i)throw new Error("Invalid ttml");const r={frameRate:30,subFrameRate:1,frameRateMultiplier:0,tickRate:0},n=Object.keys(r).reduce((u,d)=>(u[d]=i.getAttribute(`ttp:${d}`)||r[d],u),{}),o=i.getAttribute("xml:space")!=="preserve",c=Vn(Ri(i,"styling","style")),l=Vn(Ri(i,"layout","region")),h=Ri(i,"body","[begin]");return[].map.call(h,u=>{const d=Oo(u,o);if(!d||!u.hasAttribute("begin"))return null;const g=_i(u.getAttribute("begin"),n),f=_i(u.getAttribute("dur"),n);let p=_i(u.getAttribute("end"),n);if(g===null)throw Hn(u);if(p===null){if(f===null)throw Hn(u);p=g+f}const y=new Ir(g-e,p-e,d);y.id=Lr(y.startTime,y.endTime,y.text);const E=l[u.getAttribute("region")],v=c[u.getAttribute("style")],T=qd(E,v,c),{textAlign:S}=T;if(S){const x=Yd[S];x&&(y.lineAlign=x),y.align=S}return le(y,T),y}).filter(u=>u!==null)}function Ri(a,e,t){const s=a.getElementsByTagName(e)[0];return s?[].slice.call(s.querySelectorAll(t)):[]}function Vn(a){return a.reduce((e,t)=>{const s=t.getAttribute("xml:id");return s&&(e[s]=t),e},{})}function Oo(a,e){return[].slice.call(a.childNodes).reduce((t,s,i)=>{var r;return s.nodeName==="br"&&i?t+` 40 - `:(r=s.childNodes)!=null&&r.length?Oo(s,e):e?t+s.textContent.trim().replace(/\s+/g," "):t+s.textContent},"")}function qd(a,e,t){const s="http://www.w3.org/ns/ttml#styling";let i=null;const r=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],n=a!=null&&a.hasAttribute("style")?a.getAttribute("style"):null;return n&&t.hasOwnProperty(n)&&(i=t[n]),r.reduce((o,c)=>{const l=bi(e,s,c)||bi(a,s,c)||bi(i,s,c);return l&&(o[c]=l),o},{})}function bi(a,e,t){return a&&a.hasAttributeNS(e,t)?a.getAttributeNS(e,t):null}function Hn(a){return new Error(`Could not parse ttml timestamp ${a}`)}function _i(a,e){if(!a)return null;let t=Do(a);return t===null&&(ko.test(a)?t=jd(a,e):wo.test(a)&&(t=zd(a,e))),t}function jd(a,e){const t=ko.exec(a),s=(t[4]|0)+(t[5]|0)/e.subFrameRate;return(t[1]|0)*3600+(t[2]|0)*60+(t[3]|0)+s/e.frameRate}function zd(a,e){const t=wo.exec(a),s=Number(t[1]);switch(t[2]){case"h":return s*3600;case"m":return s*60;case"ms":return s*1e3;case"f":return s/e.frameRate;case"t":return s/e.tickRate}return s}class bs{constructor(e,t){this.timelineController=void 0,this.cueRanges=[],this.trackName=void 0,this.startTime=null,this.endTime=null,this.screen=null,this.timelineController=e,this.trackName=t}dispatchCue(){this.startTime!==null&&(this.timelineController.addCues(this.trackName,this.startTime,this.endTime,this.screen,this.cueRanges),this.startTime=null)}newCue(e,t,s){(this.startTime===null||this.startTime>e)&&(this.startTime=e),this.endTime=t,this.screen=s,this.timelineController.createCaptionsTrack(this.trackName)}reset(){this.cueRanges=[],this.startTime=null}}class Xd{constructor(e){this.hls=void 0,this.media=null,this.config=void 0,this.enabled=!0,this.Cues=void 0,this.textTracks=[],this.tracks=[],this.initPTS=[],this.unparsedVttFrags=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.cea608Parser1=void 0,this.cea608Parser2=void 0,this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=Wn(),this.captionsProperties=void 0,this.hls=e,this.config=e.config,this.Cues=e.config.cueHandler,this.captionsProperties={textTrack1:{label:this.config.captionsTextTrack1Label,languageCode:this.config.captionsTextTrack1LanguageCode},textTrack2:{label:this.config.captionsTextTrack2Label,languageCode:this.config.captionsTextTrack2LanguageCode},textTrack3:{label:this.config.captionsTextTrack3Label,languageCode:this.config.captionsTextTrack3LanguageCode},textTrack4:{label:this.config.captionsTextTrack4Label,languageCode:this.config.captionsTextTrack4LanguageCode}},e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.on(m.FRAG_LOADING,this.onFragLoading,this),e.on(m.FRAG_LOADED,this.onFragLoaded,this),e.on(m.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),e.on(m.FRAG_DECRYPTED,this.onFragDecrypted,this),e.on(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.on(m.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this)}destroy(){const{hls:e}=this;e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),e.off(m.FRAG_LOADING,this.onFragLoading,this),e.off(m.FRAG_LOADED,this.onFragLoaded,this),e.off(m.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),e.off(m.FRAG_DECRYPTED,this.onFragDecrypted,this),e.off(m.INIT_PTS_FOUND,this.onInitPtsFound,this),e.off(m.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),this.hls=this.config=this.media=null,this.cea608Parser1=this.cea608Parser2=void 0}initCea608Parsers(){const e=new bs(this,"textTrack1"),t=new bs(this,"textTrack2"),s=new bs(this,"textTrack3"),i=new bs(this,"textTrack4");this.cea608Parser1=new Gn(1,e,t),this.cea608Parser2=new Gn(3,s,i)}addCues(e,t,s,i,r){let n=!1;for(let o=r.length;o--;){const c=r[o],l=Qd(c[0],c[1],t,s);if(l>=0&&(c[0]=Math.min(c[0],t),c[1]=Math.max(c[1],s),n=!0,l/(s-t)>.5))return}if(n||r.push([t,s]),this.config.renderTextTracksNatively){const o=this.captionsTracks[e];this.Cues.newCue(o,t,s,i)}else{const o=this.Cues.newCue(null,t,s,i);this.hls.trigger(m.CUES_PARSED,{type:"captions",cues:o,track:e})}}onInitPtsFound(e,{frag:t,id:s,initPTS:i,timescale:r,trackId:n}){const{unparsedVttFrags:o}=this;s===Y.MAIN&&(this.initPTS[t.cc]={baseTime:i,timescale:r,trackId:n}),o.length&&(this.unparsedVttFrags=[],o.forEach(c=>{this.initPTS[c.frag.cc]?this.onFragLoaded(m.FRAG_LOADED,c):this.hls.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:c.frag,error:new Error("Subtitle discontinuity domain does not match main")})}))}getExistingTrack(e,t){const{media:s}=this;if(s)for(let i=0;i<s.textTracks.length;i++){const r=s.textTracks[i];if(Yn(r,{name:e,lang:t,characteristics:"transcribes-spoken-dialog,describes-music-and-sound"}))return r}return null}createCaptionsTrack(e){this.config.renderTextTracksNatively?this.createNativeTrack(e):this.createNonNativeTrack(e)}createNativeTrack(e){if(this.captionsTracks[e])return;const{captionsProperties:t,captionsTracks:s,media:i}=this,{label:r,languageCode:n}=t[e],o=this.getExistingTrack(r,n);if(o)s[e]=o,Kt(s[e]),Io(s[e],i);else{const c=this.createTextTrack("captions",r,n);c&&(c[e]=!0,s[e]=c)}}createNonNativeTrack(e){if(this.nonNativeCaptionsTracks[e])return;const t=this.captionsProperties[e];if(!t)return;const s=t.label,i={_id:e,label:s,kind:"captions",default:t.media?!!t.media.default:!1,closedCaptions:t.media};this.nonNativeCaptionsTracks[e]=i,this.hls.trigger(m.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:[i]})}createTextTrack(e,t,s){const i=this.media;if(i)return i.addTextTrack(e,t,s)}onMediaAttaching(e,t){this.media=t.media,t.mediaSource||this._cleanTracks()}onMediaDetaching(e,t){const s=!!t.transferMedia;if(this.media=null,s)return;const{captionsTracks:i}=this;Object.keys(i).forEach(r=>{Kt(i[r]),delete i[r]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=Wn(),this._cleanTracks(),this.tracks=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.textTracks=[],this.unparsedVttFrags=[],this.initPTS=[],this.cea608Parser1&&this.cea608Parser2&&(this.cea608Parser1.reset(),this.cea608Parser2.reset())}_cleanTracks(){const{media:e}=this;if(!e)return;const t=e.textTracks;if(t)for(let s=0;s<t.length;s++)Kt(t[s])}onSubtitleTracksUpdated(e,t){const s=t.subtitleTracks||[],i=s.some(r=>r.textCodec===Li);if(this.config.enableWebVTT||i&&this.config.enableIMSC1){if(ho(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const n=this.media,o=n?Ms(n.textTracks):null;if(this.tracks.forEach((c,l)=>{let h;if(o){let u=null;for(let d=0;d<o.length;d++)if(o[d]&&Yn(o[d],c)){u=o[d],o[d]=null;break}u&&(h=u)}if(h)Kt(h);else{const u=Fo(c);h=this.createTextTrack(u,c.name,c.lang),h&&(h.mode="disabled")}h&&this.textTracks.push(h)}),o!=null&&o.length){const c=o.filter(l=>l!==null).map(l=>l.label);c.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${c.join(", ")}. Replace media element for each source to clear TextTracks and captions menu.`)}}else if(this.tracks.length){const n=this.tracks.map(o=>({label:o.name,kind:o.type.toLowerCase(),default:o.default,subtitleTrack:o}));this.hls.trigger(m.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:n})}}}onManifestLoaded(e,t){this.config.enableCEA708Captions&&t.captions&&t.captions.forEach(s=>{const i=/(?:CC|SERVICE)([1-4])/.exec(s.instreamId);if(!i)return;const r=`textTrack${i[1]}`,n=this.captionsProperties[r];n&&(n.label=s.name,s.lang&&(n.languageCode=s.lang),n.media=s)})}closedCaptionsForLevel(e){const t=this.hls.levels[e.level];return t?.attrs["CLOSED-CAPTIONS"]}onFragLoading(e,t){if(this.enabled&&t.frag.type===Y.MAIN){var s,i;const{cea608Parser1:r,cea608Parser2:n,lastSn:o}=this,{cc:c,sn:l}=t.frag,h=(s=(i=t.part)==null?void 0:i.index)!=null?s:-1;r&&n&&(l!==o+1||l===o&&h!==this.lastPartIndex+1||c!==this.lastCc)&&(r.reset(),n.reset()),this.lastCc=c,this.lastSn=l,this.lastPartIndex=h}}onFragLoaded(e,t){const{frag:s,payload:i}=t;if(s.type===Y.SUBTITLE)if(i.byteLength){const r=s.decryptdata,n="stats"in t;if(r==null||!r.encrypted||n){const o=this.tracks[s.level],c=this.vttCCs;c[s.cc]||(c[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),o&&o.textCodec===Li?this._parseIMSC1(s,i):this._parseVTTs(t)}}else this.hls.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:new Error("Empty subtitle payload")})}_parseIMSC1(e,t){const s=this.hls;Kn(t,this.initPTS[e.cc],i=>{this._appendCues(i,e.level),s.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:e})},i=>{s.logger.log(`Failed to parse IMSC1: ${i}`),s.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:e,error:i})})}_parseVTTs(e){var t;const{frag:s,payload:i}=e,{initPTS:r,unparsedVttFrags:n}=this,o=r.length-1;if(!r[s.cc]&&o===-1){n.push(e);return}const c=this.hls,l=(t=s.initSegment)!=null&&t.data?je(s.initSegment.data,new Uint8Array(i)).buffer:i;Hd(l,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,h=>{this._appendCues(h,s.level),c.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:s})},h=>{const u=h.message==="Missing initPTS for VTT MPEGTS";u?n.push(e):this._fallbackToIMSC1(s,i),c.logger.log(`Failed to parse VTT cue: ${h}`),!(u&&o>s.cc)&&c.trigger(m.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:h})})}_fallbackToIMSC1(e,t){const s=this.tracks[e.level];s.textCodec||Kn(t,this.initPTS[e.cc],()=>{s.textCodec=Li,this._parseIMSC1(e,t)},()=>{s.textCodec="wvtt"})}_appendCues(e,t){const s=this.hls;if(this.config.renderTextTracksNatively){const i=this.textTracks[t];if(!i||i.mode==="disabled")return;e.forEach(r=>Lo(i,r))}else{const i=this.tracks[t];if(!i)return;const r=i.default?"default":"subtitles"+t;s.trigger(m.CUES_PARSED,{type:"subtitles",cues:e,track:r})}}onFragDecrypted(e,t){const{frag:s}=t;s.type===Y.SUBTITLE&&this.onFragLoaded(m.FRAG_LOADED,t)}onSubtitleTracksCleared(){this.tracks=[],this.captionsTracks={}}onFragParsingUserdata(e,t){if(!this.enabled||!this.config.enableCEA708Captions)return;const{frag:s,samples:i}=t;if(!(s.type===Y.MAIN&&this.closedCaptionsForLevel(s)==="NONE"))for(let r=0;r<i.length;r++){const n=i[r].bytes;if(n){this.cea608Parser1||this.initCea608Parsers();const o=this.extractCea608Data(n);this.cea608Parser1.addData(i[r].pts,o[0]),this.cea608Parser2.addData(i[r].pts,o[1])}}}onBufferFlushing(e,{startOffset:t,endOffset:s,endOffsetSubtitles:i,type:r}){const{media:n}=this;if(!(!n||n.currentTime<s)){if(!r||r==="video"){const{captionsTracks:o}=this;Object.keys(o).forEach(c=>Xi(o[c],t,s))}if(this.config.renderTextTracksNatively&&t===0&&i!==void 0){const{textTracks:o}=this;Object.keys(o).forEach(c=>Xi(o[c],t,i))}}}extractCea608Data(e){const t=[[],[]],s=e[0]&31;let i=2;for(let r=0;r<s;r++){const n=e[i++],o=127&e[i++],c=127&e[i++];if(o===0&&c===0)continue;if((4&n)!==0){const h=3&n;(h===0||h===1)&&(t[h].push(o),t[h].push(c))}}return t}}function Fo(a){return a.characteristics&&/transcribes-spoken-dialog/gi.test(a.characteristics)&&/describes-music-and-sound/gi.test(a.characteristics)?"captions":"subtitles"}function Yn(a,e){return!!a&&a.kind===Fo(e)&&Wi(e,a)}function Qd(a,e,t,s){return Math.min(e,s)-Math.max(a,t)}function Wn(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const Zd=/\s/,Jd={newCue(a,e,t,s){const i=[];let r,n,o,c,l;const h=self.VTTCue||self.TextTrackCue;for(let d=0;d<s.rows.length;d++)if(r=s.rows[d],o=!0,c=0,l="",!r.isEmpty()){var u;for(let p=0;p<r.chars.length;p++)Zd.test(r.chars[p].uchar)&&o?c++:(l+=r.chars[p].uchar,o=!1);r.cueStartTime=e,e===t&&(t+=1e-4),c>=16?c--:c++;const g=Po(l.trim()),f=Lr(e,t,g);a!=null&&(u=a.cues)!=null&&u.getCueById(f)||(n=new h(e,t,g),n.id=f,n.line=d+1,n.align="left",n.position=10+Math.min(80,Math.floor(c*8/32)*10),i.push(n))}return a&&i.length&&(i.sort((d,g)=>d.line==="auto"||g.line==="auto"?0:d.line>8&&g.line>8?g.line-d.line:d.line-g.line),i.forEach(d=>Lo(a,d))),i}};function ef(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch{}return!1}const tf=/(\d+)-(\d+)\/(\d+)/;class qn{constructor(e){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=null,this.response=null,this.controller=void 0,this.context=null,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=e.fetchSetup||af,this.controller=new self.AbortController,this.stats=new ir}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.controller.abort())}abort(){var e;this.abortInternal(),(e=this.callbacks)!=null&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(e,t,s){const i=this.stats;if(i.loading.start)throw new Error("Loader can only be used once.");i.loading.start=self.performance.now();const r=sf(e,this.controller.signal),n=e.responseType==="arraybuffer",o=n?"byteLength":"length",{maxTimeToFirstByteMs:c,maxLoadTimeMs:l}=t.loadPolicy;this.context=e,this.config=t,this.callbacks=s,this.request=this.fetchSetup(e,r),self.clearTimeout(this.requestTimeout),t.timeout=c&&H(c)?c:l,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))},t.timeout),(hs(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(u=>{var d;this.response=this.loader=u;const g=Math.max(self.performance.now(),i.loading.start);if(self.clearTimeout(this.requestTimeout),t.timeout=l,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))},l-(g-i.loading.start)),!u.ok){const{status:p,statusText:y}=u;throw new of(y||"fetch, bad network response",p,u)}i.loading.first=g,i.total=nf(u.headers)||i.total;const f=(d=this.callbacks)==null?void 0:d.onProgress;return f&&H(t.highWaterMark)?this.loadProgressively(u,i,e,t.highWaterMark,f):n?u.arrayBuffer():e.responseType==="json"?u.json():u.text()}).then(u=>{var d,g;const f=this.response;if(!f)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),i.loading.end=Math.max(self.performance.now(),i.loading.first);const p=u[o];p&&(i.loaded=i.total=p);const y={url:f.url,data:u,code:f.status},E=(d=this.callbacks)==null?void 0:d.onProgress;E&&!H(t.highWaterMark)&&E(i,e,u,f),(g=this.callbacks)==null||g.onSuccess(y,i,e,f)}).catch(u=>{var d;if(self.clearTimeout(this.requestTimeout),i.aborted)return;const g=u&&u.code||0,f=u?u.message:null;(d=this.callbacks)==null||d.onError({code:g,text:f},e,u?u.details:null,i)})}getCacheAge(){let e=null;if(this.response){const t=this.response.headers.get("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.response?this.response.headers.get(e):null}loadProgressively(e,t,s,i=0,r){const n=new Ha,o=e.body.getReader(),c=()=>o.read().then(l=>{if(l.done)return n.dataLength&&r(t,s,n.flush().buffer,e),Promise.resolve(new ArrayBuffer(0));const h=l.value,u=h.length;return t.loaded+=u,u<i||n.dataLength?(n.push(h),n.dataLength>=i&&r(t,s,n.flush().buffer,e)):r(t,s,h.buffer,e),c()}).catch(()=>Promise.reject());return c()}}function sf(a,e){const t={method:"GET",mode:"cors",credentials:"same-origin",signal:e,headers:new self.Headers(le({},a.headers))};return a.rangeEnd&&t.headers.set("Range","bytes="+a.rangeStart+"-"+String(a.rangeEnd-1)),t}function rf(a){const e=tf.exec(a);if(e)return parseInt(e[2])-parseInt(e[1])+1}function nf(a){const e=a.get("Content-Range");if(e){const s=rf(e);if(H(s))return s}const t=a.get("Content-Length");if(t)return parseInt(t)}function af(a,e){return new self.Request(a.url,e)}class of extends Error{constructor(e,t,s){super(e),this.code=void 0,this.details=void 0,this.code=t,this.details=s}}const lf=/^age:\s*[\d.]+\s*$/im;class Mo{constructor(e){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=null,this.loader=null,this.stats=void 0,this.xhrSetup=e&&e.xhrSetup||null,this.stats=new ir,this.retryDelay=0}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,e.readyState!==4&&(this.stats.aborted=!0,e.abort()))}abort(){var e;this.abortInternal(),(e=this.callbacks)!=null&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(e,t,s){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=e,this.config=t,this.callbacks=s,this.loadInternal()}loadInternal(){const{config:e,context:t}=this;if(!e||!t)return;const s=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0,i.aborted=!1;const r=this.xhrSetup;r?Promise.resolve().then(()=>{if(!(this.loader!==s||this.stats.aborted))return r(s,t.url)}).catch(n=>{if(!(this.loader!==s||this.stats.aborted))return s.open("GET",t.url,!0),r(s,t.url)}).then(()=>{this.loader!==s||this.stats.aborted||this.openAndSendXhr(s,t,e)}).catch(n=>{var o;(o=this.callbacks)==null||o.onError({code:s.status,text:n.message},t,s,i)}):this.openAndSendXhr(s,t,e)}openAndSendXhr(e,t,s){e.readyState||e.open("GET",t.url,!0);const i=t.headers,{maxTimeToFirstByteMs:r,maxLoadTimeMs:n}=s.loadPolicy;if(i)for(const o in i)e.setRequestHeader(o,i[o]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),s.timeout=r&&H(r)?r:n,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout),e.send()}readystatechange(){const{context:e,loader:t,stats:s}=this;if(!e||!t)return;const i=t.readyState,r=this.config;if(!s.aborted&&i>=2&&(s.loading.first===0&&(s.loading.first=Math.max(self.performance.now(),s.loading.start),r.timeout!==r.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),r.timeout=r.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.loadPolicy.maxLoadTimeMs-(s.loading.first-s.loading.start)))),i===4)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;const l=t.status,h=t.responseType==="text"?t.responseText:null;if(l>=200&&l<300){const f=h??t.response;if(f!=null){var n,o;s.loading.end=Math.max(self.performance.now(),s.loading.first);const p=t.responseType==="arraybuffer"?f.byteLength:f.length;s.loaded=s.total=p,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const y=(n=this.callbacks)==null?void 0:n.onProgress;y&&y(s,e,f,t);const E={url:t.responseURL,data:f,code:l};(o=this.callbacks)==null||o.onSuccess(E,s,e,t);return}}const u=r.loadPolicy.errorRetry,d=s.retry,g={url:e.url,data:void 0,code:l};if(Ys(u,d,!1,g))this.retry(u);else{var c;oe.error(`${l} while loading ${e.url}`),(c=this.callbacks)==null||c.onError({code:l,text:t.statusText},e,t,s)}}}loadtimeout(){if(!this.config)return;const e=this.config.loadPolicy.timeoutRetry,t=this.stats.retry;if(Ys(e,t,!0))this.retry(e);else{var s;oe.warn(`timeout while loading ${(s=this.context)==null?void 0:s.url}`);const i=this.callbacks;i&&(this.abortInternal(),i.onTimeout(this.stats,this.context,this.loader))}}retry(e){const{context:t,stats:s}=this;this.retryDelay=or(e,s.retry),s.retry++,oe.warn(`${status?"HTTP Status "+status:"Timeout"} while loading ${t?.url}, retrying ${s.retry}/${e.maxNumRetry} in ${this.retryDelay}ms`),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(e){const t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)}getCacheAge(){let e=null;if(this.loader&&lf.test(this.loader.getAllResponseHeaders())){const t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.loader&&new RegExp(`^${e}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null}}const cf={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},hf=ae(ae({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,maxDevicePixelRatio:Number.POSITIVE_INFINITY,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,startOnSegmentBoundary:!1,maxBufferSize:60*1e3*1e3,maxFragLookUpTolerance:.25,maxBufferHole:.1,detectStallWithCurrentTimeMs:1250,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,nudgeOnVideoHole:!0,liveSyncMode:"edge",liveSyncDurationCount:3,liveSyncOnStallIncrease:1,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,ignorePlaylistParsingErrors:!1,loader:Mo,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:Sc,bufferController:uu,capLevelController:Sr,errorController:Rc,fpsController:dd,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrEwmaDefaultEstimateMax:5e6,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:wa,requireKeySystemAccessOnStart:!1,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableEmsgKLVMetadata:!1,enableID3MetadataCues:!0,enableInterstitialPlayback:!0,interstitialAppendInPlace:!0,interstitialLiveLookAhead:10,useMediaCapabilities:!0,preserveManualLevelOnError:!1,certLoadPolicy:{default:cf},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},interstitialAssetListLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:3e4,timeoutRetry:{maxNumRetry:0,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:0,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},uf()),{},{subtitleStreamController:Id,subtitleTrackController:md,timelineController:Xd,audioStreamController:ou,audioTrackController:lu,emeController:Yt,cmcdController:ld,contentSteeringController:hd,interstitialsController:Ad});function uf(){return{cueHandler:Jd,enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}}function df(a,e,t){if((e.liveSyncDurationCount||e.liveMaxLatencyDurationCount)&&(e.liveSyncDuration||e.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(e.liveMaxLatencyDurationCount!==void 0&&(e.liveSyncDurationCount===void 0||e.liveMaxLatencyDurationCount<=e.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(e.liveMaxLatencyDuration!==void 0&&(e.liveSyncDuration===void 0||e.liveMaxLatencyDuration<=e.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');const s=Zi(a),i=["manifest","level","frag"],r=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return i.forEach(n=>{const o=`${n==="level"?"playlist":n}LoadPolicy`,c=e[o]===void 0,l=[];r.forEach(h=>{const u=`${n}Loading${h}`,d=e[u];if(d!==void 0&&c){l.push(u);const g=s[o].default;switch(e[o]={default:g},h){case"TimeOut":g.maxLoadTimeMs=d,g.maxTimeToFirstByteMs=d;break;case"MaxRetry":g.errorRetry.maxNumRetry=d,g.timeoutRetry.maxNumRetry=d;break;case"RetryDelay":g.errorRetry.retryDelayMs=d,g.timeoutRetry.retryDelayMs=d;break;case"MaxRetryTimeout":g.errorRetry.maxRetryDelayMs=d,g.timeoutRetry.maxRetryDelayMs=d;break}}}),l.length&&t.warn(`hls.js config: "${l.join('", "')}" setting(s) are deprecated, use "${o}": ${ue(e[o])}`)}),ae(ae({},s),e)}function Zi(a){return a&&typeof a=="object"?Array.isArray(a)?a.map(Zi):Object.keys(a).reduce((e,t)=>(e[t]=Zi(a[t]),e),{}):a}function ff(a,e){const t=a.loader;t!==qn&&t!==Mo?(e.log("[config]: Custom loader detected, cannot enable progressive streaming"),a.progressive=!1):ef()&&(a.loader=qn,a.progressive=!0,a.enableSoftwareAES=!0,e.log("[config]: Progressive streaming enabled, using FetchLoader"))}const Ns=2,gf=.1,mf=.05,pf=100;class yf extends _a{constructor(e,t){super("gap-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.media=null,this.mediaSource=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.buffered={},this.lastCurrentTime=0,this.ended=0,this.waiting=0,this.onMediaPlaying=()=>{this.ended=0,this.waiting=0},this.onMediaWaiting=()=>{var s;(s=this.media)!=null&&s.seeking||(this.waiting=self.performance.now(),this.tick())},this.onMediaEnded=()=>{if(this.hls){var s;this.ended=((s=this.media)==null?void 0:s.currentTime)||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!1})}},this.hls=e,this.fragmentTracker=t,this.registerListeners()}registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.BUFFER_APPENDED,this.onBufferAppended,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.BUFFER_APPENDED,this.onBufferAppended,this))}destroy(){super.destroy(),this.unregisterListeners(),this.media=this.hls=this.fragmentTracker=null,this.mediaSource=void 0}onMediaAttached(e,t){this.setInterval(pf),this.mediaSource=t.mediaSource;const s=this.media=t.media;Ue(s,"playing",this.onMediaPlaying),Ue(s,"waiting",this.onMediaWaiting),Ue(s,"ended",this.onMediaEnded)}onMediaDetaching(e,t){this.clearInterval();const{media:s}=this;s&&(Ge(s,"playing",this.onMediaPlaying),Ge(s,"waiting",this.onMediaWaiting),Ge(s,"ended",this.onMediaEnded),this.media=null),this.mediaSource=void 0}onBufferAppended(e,t){this.buffered=t.timeRanges}get hasBuffered(){return Object.keys(this.buffered).length>0}tick(){var e;if(!((e=this.media)!=null&&e.readyState)||!this.hasBuffered)return;const t=this.media.currentTime;this.poll(t,this.lastCurrentTime),this.lastCurrentTime=t}poll(e,t){var s,i;const r=(s=this.hls)==null?void 0:s.config;if(!r)return;const n=this.media;if(!n)return;const{seeking:o}=n,c=this.seeking&&!o,l=!this.seeking&&o,h=n.paused&&!o||n.ended||n.playbackRate===0;if(this.seeking=o,e!==t){t&&(this.ended=0),this.moved=!0,o||(this.nudgeRetry=0,r.nudgeOnVideoHole&&!h&&e>t&&this.nudgeOnVideoHole(e,t)),this.waiting===0&&this.stallResolved(e);return}if(l||c){c&&this.stallResolved(e);return}if(h){this.nudgeRetry=0,this.stallResolved(e),!this.ended&&n.ended&&this.hls&&(this.ended=e||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!1}));return}if(!Q.getBuffered(n).length){this.nudgeRetry=0;return}const u=Q.bufferInfo(n,e,0),d=u.nextStart||0,g=this.fragmentTracker;if(o&&g&&this.hls){const D=jn(this.hls.inFlightFragments,e),A=u.len>Ns,L=!d||D||d-e>Ns&&!g.getPartialFragment(e);if(A||L)return;this.moved=!1}const f=(i=this.hls)==null?void 0:i.latestLevelDetails;if(!this.moved&&this.stalled!==null&&g){if(!(u.len>0)&&!d)return;const A=Math.max(d,u.start||0)-e,R=!!(f!=null&&f.live)?f.targetduration*2:Ns,I=_s(e,g);if(A>0&&(A<=R||I)){n.paused||this._trySkipBufferHole(I);return}}const p=r.detectStallWithCurrentTimeMs,y=self.performance.now(),E=this.waiting;let v=this.stalled;if(v===null)if(E>0&&y-E<p)v=this.stalled=E;else{this.stalled=y;return}const T=y-v;if(!o&&(T>=p||E)&&this.hls){var S;if(((S=this.mediaSource)==null?void 0:S.readyState)==="ended"&&!(f!=null&&f.live)&&Math.abs(e-(f?.edge||0))<1){if(this.ended)return;this.ended=e||1,this.hls.trigger(m.MEDIA_ENDED,{stalled:!0});return}if(this._reportStall(u),!this.media||!this.hls)return}const x=Q.bufferInfo(n,e,r.maxBufferHole);this._tryFixBufferStall(x,T,e)}stallResolved(e){const t=this.stalled;if(t&&this.hls&&(this.stalled=null,this.stallReported)){const s=self.performance.now()-t;this.log(`playback not stuck anymore @${e}, after ${Math.round(s)}ms`),this.stallReported=!1,this.waiting=0,this.hls.trigger(m.STALL_RESOLVED,{})}}nudgeOnVideoHole(e,t){var s;const i=this.buffered.video;if(this.hls&&this.media&&this.fragmentTracker&&(s=this.buffered.audio)!=null&&s.length&&i&&i.length>1&&e>i.end(0)){const r=Q.bufferedInfo(Q.timeRangesToArray(this.buffered.audio),e,0);if(r.len>1&&t>=r.start){const n=Q.timeRangesToArray(i),o=Q.bufferedInfo(n,t,0).bufferedIndex;if(o>-1&&o<n.length-1){const c=Q.bufferedInfo(n,e,0).bufferedIndex,l=n[o].end,h=n[o+1].start;if((c===-1||c>o)&&h-l<1&&e-l<2){const u=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${e} hole: ${l} -> ${h} buffered index: ${c}`);this.warn(u.message),this.media.currentTime+=1e-6;let d=_s(e,this.fragmentTracker);d&&"fragment"in d?d=d.fragment:d||(d=void 0);const g=Q.bufferInfo(this.media,e,0);this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:u,reason:u.message,frag:d,buffer:g.len,bufferInfo:g})}}}}}_tryFixBufferStall(e,t,s){var i,r;const{fragmentTracker:n,media:o}=this,c=(i=this.hls)==null?void 0:i.config;if(!o||!n||!c)return;const l=(r=this.hls)==null?void 0:r.latestLevelDetails,h=_s(s,n);if((h||l!=null&&l.live&&s<l.fragmentStart)&&(this._trySkipBufferHole(h)||!this.media))return;const u=e.buffered,d=this.adjacentTraversal(e,s);(u&&u.length>1&&e.len>c.maxBufferHole||e.nextStart&&(e.nextStart-s<c.maxBufferHole||d))&&(t>c.highBufferWatchdogPeriod*1e3||this.waiting)&&(this.warn("Trying to nudge playhead over buffer-hole"),this._tryNudgeBuffer(e))}adjacentTraversal(e,t){const s=this.fragmentTracker,i=e.nextStart;if(s&&i){const r=s.getFragAtPos(t,Y.MAIN),n=s.getFragAtPos(i,Y.MAIN);if(r&&n)return n.sn-r.sn<2}return!1}_reportStall(e){const{hls:t,media:s,stallReported:i,stalled:r}=this;if(!i&&r!==null&&s&&t){this.stallReported=!0;const n=new Error(`Playback stalling at @${s.currentTime} due to low buffer (${ue(e)})`);this.warn(n.message),t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_STALLED_ERROR,fatal:!1,error:n,buffer:e.len,bufferInfo:e,stalled:{start:r}})}}_trySkipBufferHole(e){var t;const{fragmentTracker:s,media:i}=this,r=(t=this.hls)==null?void 0:t.config;if(!i||!s||!r)return 0;const n=i.currentTime,o=Q.bufferInfo(i,n,0),c=n<o.start?o.start:o.nextStart;if(c&&this.hls){const h=o.len<=r.maxBufferHole,u=o.len>0&&o.len<1&&i.readyState<3,d=c-n;if(d>0&&(h||u)){if(d>r.maxBufferHole){let f=!1;if(n===0){const p=s.getAppendedFrag(0,Y.MAIN);p&&c<p.end&&(f=!0)}if(!f&&e){var l;if(!((l=this.hls.loadLevelObj)!=null&&l.details)||jn(this.hls.inFlightFragments,c))return 0;let y=!1,E=e.end;for(;E<c;){const v=_s(E,s);if(v)E+=v.duration;else{y=!0;break}}if(y)return 0}}const g=Math.max(c+mf,n+gf);if(this.warn(`skipping hole, adjusting currentTime from ${n} to ${g}`),this.moved=!0,i.currentTime=g,!(e!=null&&e.gap)){const f=new Error(`fragment loaded with buffer holes, seeking from ${n} to ${g}`),p={type:W.MEDIA_ERROR,details:_.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:f,reason:f.message,buffer:o.len,bufferInfo:o};e&&("fragment"in e?p.part=e:p.frag=e),this.hls.trigger(m.ERROR,p)}return g}}return 0}_tryNudgeBuffer(e){const{hls:t,media:s,nudgeRetry:i}=this,r=t?.config;if(!s||!r)return 0;const n=s.currentTime;if(this.nudgeRetry++,i<r.nudgeMaxRetry){const o=n+(i+1)*r.nudgeOffset,c=new Error(`Nudging 'currentTime' from ${n} to ${o}`);this.warn(c.message),s.currentTime=o,t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_NUDGE_ON_STALL,error:c,fatal:!1,buffer:e.len,bufferInfo:e})}else{const o=new Error(`Playhead still not moving while enough data buffered @${n} after ${r.nudgeMaxRetry} nudges`);this.error(o.message),t.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.BUFFER_STALLED_ERROR,error:o,fatal:!0,buffer:e.len,bufferInfo:e})}}}function jn(a,e){const t=zn(a.main);if(t&&t.start<=e)return t;const s=zn(a.audio);return s&&s.start<=e?s:null}function zn(a){if(!a)return null;switch(a.state){case w.IDLE:case w.STOPPED:case w.ENDED:case w.ERROR:return null}return a.frag}function _s(a,e){return e.getAppendedFrag(a,Y.MAIN)||e.getPartialFragment(a)}const Ef=.25;function Ji(){if(!(typeof self>"u"))return self.VTTCue||self.TextTrackCue}function Di(a,e,t,s,i){let r=new a(e,t,"");try{r.value=s,i&&(r.type=i)}catch{r=new a(e,t,ue(i?ae({type:i},s):s))}return r}const Ds=(()=>{const a=Ji();try{a&&new a(0,Number.POSITIVE_INFINITY,"")}catch{return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();class vf{constructor(e){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.assetCue=void 0,this.onEventCueEnter=()=>{this.hls&&this.hls.trigger(m.EVENT_CUE_ENTER,{})},this.hls=e,this._registerListeners()}destroy(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=this.onEventCueEnter=null}_registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(m.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}onMediaAttaching(e,t){var s;this.media=t.media,((s=t.overrides)==null?void 0:s.cueRemoval)===!1&&(this.removeCues=!1)}onMediaAttached(){var e;const t=(e=this.hls)==null?void 0:e.latestLevelDetails;t&&this.updateDateRangeCues(t)}onMediaDetaching(e,t){this.media=null,!t.transferMedia&&(this.id3Track&&(this.removeCues&&Kt(this.id3Track,this.onEventCueEnter),this.id3Track=null),this.dateRangeCuesAppended={})}onManifestLoading(){this.dateRangeCuesAppended={}}createTrack(e){const t=this.getID3Track(e.textTracks);return t.mode="hidden",t}getID3Track(e){if(this.media){for(let t=0;t<e.length;t++){const s=e[t];if(s.kind==="metadata"&&s.label==="id3")return Io(s,this.media),s}return this.media.addTextTrack("metadata","id3")}}onFragParsingMetadata(e,t){if(!this.media||!this.hls)return;const{enableEmsgMetadataCues:s,enableID3MetadataCues:i}=this.hls.config;if(!s&&!i)return;const{samples:r}=t;this.id3Track||(this.id3Track=this.createTrack(this.media));const n=Ji();if(n)for(let o=0;o<r.length;o++){const c=r[o].type;if(c===We.emsg&&!s||!i)continue;const l=Qa(r[o].data),h=r[o].pts;let u=h+r[o].duration;u>Ds&&(u=Ds),u-h<=0&&(u=h+Ef);for(let g=0;g<l.length;g++){const f=l[g];if(!Za(f)){this.updateId3CueEnds(h,c);const p=Di(n,h,u,f,c);p&&this.id3Track.addCue(p)}}}}updateId3CueEnds(e,t){var s;const i=(s=this.id3Track)==null?void 0:s.cues;if(i)for(let r=i.length;r--;){const n=i[r];n.type===t&&n.startTime<e&&n.endTime===Ds&&(n.endTime=e)}}onBufferFlushing(e,{startOffset:t,endOffset:s,type:i}){const{id3Track:r,hls:n}=this;if(!n)return;const{config:{enableEmsgMetadataCues:o,enableID3MetadataCues:c}}=n;if(r&&(o||c)){let l;i==="audio"?l=h=>h.type===We.audioId3&&c:i==="video"?l=h=>h.type===We.emsg&&o:l=h=>h.type===We.audioId3&&c||h.type===We.emsg&&o,Xi(r,t,s,l)}}onLevelUpdated(e,{details:t}){this.updateDateRangeCues(t,!0)}onLevelPtsUpdated(e,t){Math.abs(t.drift)>.01&&this.updateDateRangeCues(t.details)}updateDateRangeCues(e,t){if(!this.hls||!this.media)return;const{assetPlayerId:s,timelineOffset:i,enableDateRangeMetadataCues:r,interstitialsController:n}=this.hls.config;if(!r)return;const o=Ji();if(s&&i&&!n){const{fragmentStart:p,fragmentEnd:y}=e;let E=this.assetCue;E?(E.startTime=p,E.endTime=y):o&&(E=this.assetCue=Di(o,p,y,{assetPlayerId:this.hls.config.assetPlayerId},"hlsjs.interstitial.asset"),E&&(E.id=s,this.id3Track||(this.id3Track=this.createTrack(this.media)),this.id3Track.addCue(E),E.addEventListener("enter",this.onEventCueEnter)))}if(!e.hasProgramDateTime)return;const{id3Track:c}=this,{dateRanges:l}=e,h=Object.keys(l);let u=this.dateRangeCuesAppended;if(c&&t){var d;if((d=c.cues)!=null&&d.length){const p=Object.keys(u).filter(y=>!h.includes(y));for(let y=p.length;y--;){var g;const E=p[y],v=(g=u[E])==null?void 0:g.cues;delete u[E],v&&Object.keys(v).forEach(T=>{const S=v[T];if(S){S.removeEventListener("enter",this.onEventCueEnter);try{c.removeCue(S)}catch{}}})}}else u=this.dateRangeCuesAppended={}}const f=e.fragments[e.fragments.length-1];if(!(h.length===0||!H(f?.programDateTime))){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let p=0;p<h.length;p++){const y=h[p],E=l[y],v=E.startTime,T=u[y],S=T?.cues||{};let x=T?.durationKnown||!1,D=Ds;const{duration:A,endDate:L}=E;if(L&&A!==null)D=v+A,x=!0;else if(E.endOnNext&&!x){const I=h.reduce((C,$)=>{if($!==E.id){const V=l[$];if(V.class===E.class&&V.startDate>E.startDate&&(!C||E.startDate<C.startDate))return V}return C},null);I&&(D=I.startTime,x=!0)}const R=Object.keys(E.attr);for(let I=0;I<R.length;I++){const C=R[I];if(!Uc(C))continue;const $=S[C];if($)x&&!(T!=null&&T.durationKnown)?$.endTime=D:Math.abs($.startTime-v)>.01&&($.startTime=v,$.endTime=D);else if(o){let V=E.attr[C];$c(C)&&(V=la(V));const O=Di(o,v,D,{key:C,data:V},We.dateRange);O&&(O.id=y,this.id3Track.addCue(O),S[C]=O,n&&(C==="X-ASSET-LIST"||C==="X-ASSET-URL")&&O.addEventListener("enter",this.onEventCueEnter))}}u[y]={cues:S,dateRange:E,durationKnown:x}}}}}class Tf{constructor(e){this.hls=void 0,this.config=void 0,this.media=null,this.currentTime=0,this.stallCount=0,this._latency=null,this._targetLatencyUpdated=!1,this.onTimeupdate=()=>{const{media:t}=this,s=this.levelDetails;if(!t||!s)return;this.currentTime=t.currentTime;const i=this.computeLatency();if(i===null)return;this._latency=i;const{lowLatencyMode:r,maxLiveSyncPlaybackRate:n}=this.config;if(!r||n===1||!s.live)return;const o=this.targetLatency;if(o===null)return;const c=i-o,l=Math.min(this.maxLatency,o+s.targetduration);if(c<l&&c>.05&&this.forwardBufferLength>1){const u=Math.min(2,Math.max(1,n)),d=Math.round(2/(1+Math.exp(-.75*c-this.edgeStalled))*20)/20,g=Math.min(u,Math.max(1,d));this.changeMediaPlaybackRate(t,g)}else t.playbackRate!==1&&t.playbackRate!==0&&this.changeMediaPlaybackRate(t,1)},this.hls=e,this.config=e.config,this.registerListeners()}get levelDetails(){var e;return((e=this.hls)==null?void 0:e.latestLevelDetails)||null}get latency(){return this._latency||0}get maxLatency(){const{config:e}=this;if(e.liveMaxLatencyDuration!==void 0)return e.liveMaxLatencyDuration;const t=this.levelDetails;return t?e.liveMaxLatencyDurationCount*t.targetduration:0}get targetLatency(){const e=this.levelDetails;if(e===null||this.hls===null)return null;const{holdBack:t,partHoldBack:s,targetduration:i}=e,{liveSyncDuration:r,liveSyncDurationCount:n,lowLatencyMode:o}=this.config,c=this.hls.userConfig;let l=o&&s||t;(this._targetLatencyUpdated||c.liveSyncDuration||c.liveSyncDurationCount||l===0)&&(l=r!==void 0?r:n*i);const h=i;return l+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,h)}set targetLatency(e){this.stallCount=0,this.config.liveSyncDuration=e,this._targetLatencyUpdated=!0}get liveSyncPosition(){const e=this.estimateLiveEdge(),t=this.targetLatency;if(e===null||t===null)return null;const s=this.levelDetails;if(s===null)return null;const i=s.edge,r=e-t-this.edgeStalled,n=i-s.totalduration,o=i-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(n,r),o)}get drift(){const e=this.levelDetails;return e===null?1:e.drift}get edgeStalled(){const e=this.levelDetails;if(e===null)return 0;const t=(this.config.lowLatencyMode&&e.partTarget||e.targetduration)*3;return Math.max(e.age-t,0)}get forwardBufferLength(){const{media:e}=this,t=this.levelDetails;if(!e||!t)return 0;const s=e.buffered.length;return(s?e.buffered.end(s-1):t.edge)-this.currentTime}destroy(){this.unregisterListeners(),this.onMediaDetaching(),this.hls=null}registerListeners(){const{hls:e}=this;e&&(e.on(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(m.ERROR,this.onError,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(m.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(m.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(m.ERROR,this.onError,this))}onMediaAttached(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.onTimeupdate)}onMediaDetaching(){this.media&&(this.media.removeEventListener("timeupdate",this.onTimeupdate),this.media=null)}onManifestLoading(){this._latency=null,this.stallCount=0}onLevelUpdated(e,{details:t}){t.advanced&&this.onTimeupdate(),!t.live&&this.media&&this.media.removeEventListener("timeupdate",this.onTimeupdate)}onError(e,t){var s;t.details===_.BUFFER_STALLED_ERROR&&(this.stallCount++,this.hls&&(s=this.levelDetails)!=null&&s.live&&this.hls.logger.warn("[latency-controller]: Stall detected, adjusting target latency"))}changeMediaPlaybackRate(e,t){var s,i;e.playbackRate!==t&&((s=this.hls)==null||s.logger.debug(`[latency-controller]: latency=${this.latency.toFixed(3)}, targetLatency=${(i=this.targetLatency)==null?void 0:i.toFixed(3)}, forwardBufferLength=${this.forwardBufferLength.toFixed(3)}: adjusting playback rate from ${e.playbackRate} to ${t}`),e.playbackRate=t)}estimateLiveEdge(){const e=this.levelDetails;return e===null?null:e.edge+e.age}computeLatency(){const e=this.estimateLiveEdge();return e===null?null:e-this.currentTime}}class Sf extends Tr{constructor(e,t){super(e,"level-controller"),this._levels=[],this._firstLevel=-1,this._maxAutoLevel=-1,this._startLevel=void 0,this.currentLevel=null,this.currentLevelIndex=-1,this.manualLevelIndex=-1,this.steering=void 0,this.onParsedComplete=void 0,this.steering=t,this._registerListeners()}_registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this),e.on(m.ERROR,this.onError,this)}_unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this),e.off(m.ERROR,this.onError,this)}destroy(){this._unregisterListeners(),this.steering=null,this.resetLevels(),super.destroy()}stopLoad(){this._levels.forEach(t=>{t.loadError=0,t.fragmentError=0}),super.stopLoad()}resetLevels(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[],this._maxAutoLevel=-1}onManifestLoading(e,t){this.resetLevels()}onManifestLoaded(e,t){const s=this.hls.config.preferManagedMediaSource,i=[],r={},n={};let o=!1,c=!1,l=!1;t.levels.forEach(h=>{const u=h.attrs;let{audioCodec:d,videoCodec:g}=h;d&&(h.audioCodec=d=Gs(d,s)||void 0),g&&(g=h.videoCodec=sc(g));const{width:f,height:p,unknownCodecs:y}=h,E=y?.length||0;if(o||(o=!!(f&&p)),c||(c=!!g),l||(l=!!d),E||d&&!this.isAudioSupported(d)||g&&!this.isVideoSupported(g)){this.log(`Some or all CODECS not supported "${u.CODECS}"`);return}const{CODECS:v,"FRAME-RATE":T,"HDCP-LEVEL":S,"PATHWAY-ID":x,RESOLUTION:D,"VIDEO-RANGE":A}=u,R=`${`${x||"."}-`}${h.bitrate}-${D}-${T}-${v}-${A}-${S}`;if(r[R])if(r[R].uri!==h.url&&!h.attrs["PATHWAY-ID"]){const I=n[R]+=1;h.attrs["PATHWAY-ID"]=new Array(I+1).join(".");const C=this.createLevel(h);r[R]=C,i.push(C)}else r[R].addGroupId("audio",u.AUDIO),r[R].addGroupId("text",u.SUBTITLES);else{const I=this.createLevel(h);r[R]=I,n[R]=1,i.push(I)}}),this.filterAndSortMediaOptions(i,t,o,c,l)}createLevel(e){const t=new os(e),s=e.supplemental;if(s!=null&&s.videoCodec&&!this.isVideoSupported(s.videoCodec)){const i=new Error(`SUPPLEMENTAL-CODECS not supported "${s.videoCodec}"`);this.log(i.message),t.supportedResult=Ta(i,[])}return t}isAudioSupported(e){return ns(e,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(e){return ns(e,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(e,t,s,i,r){var n;let o=[],c=[],l=e;const h=((n=t.stats)==null?void 0:n.parsing)||{};if((s||i)&&r&&(l=l.filter(({videoCodec:v,videoRange:T,width:S,height:x})=>(!!v||!!(S&&x))&&dc(T))),l.length===0){Promise.resolve().then(()=>{if(this.hls){let v="no level with compatible codecs found in manifest",T=v;t.levels.length&&(T=`one or more CODECS in variant not supported: ${ue(t.levels.map(x=>x.attrs.CODECS).filter((x,D,A)=>A.indexOf(x)===D))}`,this.warn(T),v+=` (${T})`);const S=new Error(v);this.hls.trigger(m.ERROR,{type:W.MEDIA_ERROR,details:_.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:S,reason:T})}}),h.end=performance.now();return}t.audioTracks&&(o=t.audioTracks.filter(v=>!v.audioCodec||this.isAudioSupported(v.audioCodec)),Xn(o)),t.subtitles&&(c=t.subtitles,Xn(c));const u=l.slice(0);l.sort((v,T)=>{if(v.attrs["HDCP-LEVEL"]!==T.attrs["HDCP-LEVEL"])return(v.attrs["HDCP-LEVEL"]||"")>(T.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&v.height!==T.height)return v.height-T.height;if(v.frameRate!==T.frameRate)return v.frameRate-T.frameRate;if(v.videoRange!==T.videoRange)return Ks.indexOf(v.videoRange)-Ks.indexOf(T.videoRange);if(v.videoCodec!==T.videoCodec){const S=$r(v.videoCodec),x=$r(T.videoCodec);if(S!==x)return x-S}if(v.uri===T.uri&&v.codecSet!==T.codecSet){const S=$s(v.codecSet),x=$s(T.codecSet);if(S!==x)return x-S}return v.averageBitrate!==T.averageBitrate?v.averageBitrate-T.averageBitrate:0});let d=u[0];if(this.steering&&(l=this.steering.filterParsedLevels(l),l.length!==u.length)){for(let v=0;v<u.length;v++)if(u[v].pathwayId===l[0].pathwayId){d=u[v];break}}this._levels=l;for(let v=0;v<l.length;v++)if(l[v]===d){var g;this._firstLevel=v;const T=d.bitrate,S=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${l.length} level(s) found, first bitrate: ${T}`),((g=this.hls.userConfig)==null?void 0:g.abrEwmaDefaultEstimate)===void 0){const x=Math.min(T,this.hls.config.abrEwmaDefaultEstimateMax);x>S&&S===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=x)}break}const f=r&&!i,p=this.hls.config,y=!!(p.audioStreamController&&p.audioTrackController),E={levels:l,audioTracks:o,subtitleTracks:c,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:r,video:i,altAudio:y&&!f&&o.some(v=>!!v.url)};h.end=performance.now(),this.hls.trigger(m.MANIFEST_PARSED,E)}get levels(){return this._levels.length===0?null:this._levels}get loadLevelObj(){return this.currentLevel}get level(){return this.currentLevelIndex}set level(e){const t=this._levels;if(t.length===0)return;if(e<0||e>=t.length){const h=new Error("invalid level idx"),u=e<0;if(this.hls.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.LEVEL_SWITCH_ERROR,level:e,fatal:u,error:h,reason:h.message}),u)return;e=Math.min(e,t.length-1)}const s=this.currentLevelIndex,i=this.currentLevel,r=i?i.attrs["PATHWAY-ID"]:void 0,n=t[e],o=n.attrs["PATHWAY-ID"];if(this.currentLevelIndex=e,this.currentLevel=n,s===e&&i&&r===o)return;this.log(`Switching to level ${e} (${n.height?n.height+"p ":""}${n.videoRange?n.videoRange+" ":""}${n.codecSet?n.codecSet+" ":""}@${n.bitrate})${o?" with Pathway "+o:""} from level ${s}${r?" with Pathway "+r:""}`);const c={level:e,attrs:n.attrs,details:n.details,bitrate:n.bitrate,averageBitrate:n.averageBitrate,maxBitrate:n.maxBitrate,realBitrate:n.realBitrate,width:n.width,height:n.height,codecSet:n.codecSet,audioCodec:n.audioCodec,videoCodec:n.videoCodec,audioGroups:n.audioGroups,subtitleGroups:n.subtitleGroups,loaded:n.loaded,loadError:n.loadError,fragmentError:n.fragmentError,name:n.name,id:n.id,uri:n.uri,url:n.url,urlId:0,audioGroupIds:n.audioGroupIds,textGroupIds:n.textGroupIds};this.hls.trigger(m.LEVEL_SWITCHING,c);const l=n.details;if(!l||l.live){const h=this.switchParams(n.uri,i?.details,l);this.loadPlaylist(h)}}get manualLevel(){return this.manualLevelIndex}set manualLevel(e){this.manualLevelIndex=e,this._startLevel===void 0&&(this._startLevel=e),e!==-1&&(this.level=e)}get firstLevel(){return this._firstLevel}set firstLevel(e){this._firstLevel=e}get startLevel(){if(this._startLevel===void 0){const e=this.hls.config.startLevel;return e!==void 0?e:this.hls.firstAutoLevel}return this._startLevel}set startLevel(e){this._startLevel=e}get pathways(){return this.steering?this.steering.pathways():[]}get pathwayPriority(){return this.steering?this.steering.pathwayPriority:null}set pathwayPriority(e){if(this.steering){const t=this.steering.pathways(),s=e.filter(i=>t.indexOf(i)!==-1);if(e.length<1){this.warn(`pathwayPriority ${e} should contain at least one pathway from list: ${t}`);return}this.steering.pathwayPriority=s}}onError(e,t){t.fatal||!t.context||t.context.type===se.LEVEL&&t.context.level===this.level&&this.checkRetry(t)}onFragBuffered(e,{frag:t}){if(t!==void 0&&t.type===Y.MAIN){const s=t.elementaryStreams;if(!Object.keys(s).some(r=>!!s[r]))return;const i=this._levels[t.level];i!=null&&i.loadError&&(this.log(`Resetting level error count of ${i.loadError} on frag buffered`),i.loadError=0)}}onLevelLoaded(e,t){var s;const{level:i,details:r}=t,n=t.levelInfo;if(!n){var o;this.warn(`Invalid level index ${i}`),(o=t.deliveryDirectives)!=null&&o.skip&&(r.deltaUpdateFailed=!0);return}if(n===this.currentLevel||t.withoutMultiVariant){n.fragmentError===0&&(n.loadError=0);let c=n.details;c===t.details&&c.advanced&&(c=void 0),this.playlistLoaded(i,t,c)}else(s=t.deliveryDirectives)!=null&&s.skip&&(r.deltaUpdateFailed=!0)}loadPlaylist(e){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentLevel)&&this.scheduleLoading(this.currentLevel,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=this.getUrlWithDirectives(e.uri,t),i=this.currentLevelIndex,r=e.attrs["PATHWAY-ID"],n=e.details,o=n?.age;this.log(`Loading level index ${i}${t?.msn!==void 0?" at sn "+t.msn+" part "+t.part:""}${r?" Pathway "+r:""}${o&&n.live?" age "+o.toFixed(1)+(n.type&&" "+n.type||""):""} ${s}`),this.hls.trigger(m.LEVEL_LOADING,{url:s,level:i,levelInfo:e,pathwayId:e.attrs["PATHWAY-ID"],id:0,deliveryDirectives:t||null})}get nextLoadLevel(){return this.manualLevelIndex!==-1?this.manualLevelIndex:this.hls.nextAutoLevel}set nextLoadLevel(e){this.level=e,this.manualLevelIndex===-1&&(this.hls.nextAutoLevel=e)}removeLevel(e){var t;if(this._levels.length===1)return;const s=this._levels.filter((r,n)=>n!==e?!0:(this.steering&&this.steering.removeLevel(r),r===this.currentLevel&&(this.currentLevel=null,this.currentLevelIndex=-1,r.details&&r.details.fragments.forEach(o=>o.level=-1)),!1));Ga(s),this._levels=s,this.currentLevelIndex>-1&&(t=this.currentLevel)!=null&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.manualLevelIndex>-1&&(this.manualLevelIndex=this.currentLevelIndex);const i=s.length-1;this._firstLevel=Math.min(this._firstLevel,i),this._startLevel&&(this._startLevel=Math.min(this._startLevel,i)),this.hls.trigger(m.LEVELS_UPDATED,{levels:s})}onLevelsUpdated(e,{levels:t}){this._levels=t}checkMaxAutoUpdated(){const{autoLevelCapping:e,maxAutoLevel:t,maxHdcpLevel:s}=this.hls;this._maxAutoLevel!==t&&(this._maxAutoLevel=t,this.hls.trigger(m.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:e,levels:this.levels,maxAutoLevel:t,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:s}))}}function Xn(a){const e={};a.forEach(t=>{const s=t.groupId||"";t.id=e[s]=e[s]||0,e[s]++})}function No(){return self.SourceBuffer||self.WebKitSourceBuffer}function Bo(){if(!Lt())return!1;const e=No();return!e||e.prototype&&typeof e.prototype.appendBuffer=="function"&&typeof e.prototype.remove=="function"}function xf(){if(!Bo())return!1;const a=Lt();return typeof a?.isTypeSupported=="function"&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some(e=>a.isTypeSupported(as(e,"video")))||["mp4a.40.2","fLaC"].some(e=>a.isTypeSupported(as(e,"audio"))))}function Af(){var a;const e=No();return typeof(e==null||(a=e.prototype)==null?void 0:a.changeType)=="function"}const If=100;class Lf extends dr{constructor(e,t,s){super(e,t,s,"stream-controller",Y.MAIN),this.audioCodecSwap=!1,this.level=-1,this._forceStartLoad=!1,this._hasEnoughToStart=!1,this.altAudio=0,this.audioOnly=!1,this.fragPlaying=null,this.fragLastKbps=0,this.couldBacktrack=!1,this.backtrackFragment=null,this.audioCodecSwitch=!1,this.videoBuffer=null,this.onMediaPlaying=()=>{this.tick()},this.onMediaSeeked=()=>{const i=this.media,r=i?i.currentTime:null;if(r===null||!H(r)||(this.log(`Media seeked to ${r.toFixed(3)}`),!this.getBufferedFrag(r)))return;const n=this.getFwdBufferInfoAtPos(i,r,Y.MAIN,0);if(n===null||n.len===0){this.warn(`Main forward buffer length at ${r} on "seeked" event ${n?n.len:"empty"})`);return}this.tick()},this.registerListeners()}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(m.MANIFEST_PARSED,this.onManifestParsed,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.LEVEL_LOADED,this.onLevelLoaded,this),e.on(m.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.on(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(m.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(m.BUFFER_CREATED,this.onBufferCreated,this),e.on(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(m.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){super.unregisterListeners();const{hls:e}=this;e.off(m.MANIFEST_PARSED,this.onManifestParsed,this),e.off(m.LEVEL_LOADED,this.onLevelLoaded,this),e.off(m.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.off(m.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(m.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(m.BUFFER_CREATED,this.onBufferCreated,this),e.off(m.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(m.FRAG_BUFFERED,this.onFragBuffered,this)}onHandlerDestroying(){this.onMediaPlaying=this.onMediaSeeked=null,this.unregisterListeners(),super.onHandlerDestroying()}startLoad(e,t){if(this.levels){const{lastCurrentTime:s,hls:i}=this;if(this.stopLoad(),this.setInterval(If),this.level=-1,!this.startFragRequested){let r=i.startLevel;r===-1&&(i.config.testBandwidth&&this.levels.length>1?(r=0,this.bitrateTest=!0):r=i.firstAutoLevel),i.nextLoadLevel=r,this.level=i.loadLevel,this._hasEnoughToStart=!!t}s>0&&e===-1&&!t&&(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),e=s),this.state=w.IDLE,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}else this._forceStartLoad=!0,this.state=w.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case w.WAITING_LEVEL:{const{levels:e,level:t}=this,s=e?.[t],i=s?.details;if(i&&(!i.live||this.levelLastLoaded===s&&!this.waitForLive(s))){if(this.waitForCdnTuneIn(i))break;this.state=w.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=w.IDLE;break}break}case w.FRAG_LOADING_WAITING_RETRY:this.checkRetryDate();break}this.state===w.IDLE&&this.doTickIdle(),this.onTickEnd()}onTickEnd(){var e;super.onTickEnd(),(e=this.media)!=null&&e.readyState&&this.media.seeking===!1&&(this.lastCurrentTime=this.media.currentTime),this.checkFragmentChanged()}doTickIdle(){const{hls:e,levelLastLoaded:t,levels:s,media:i}=this;if(t===null||!i&&!this.primaryPrefetch&&(this.startFragRequested||!e.config.startFragPrefetch)||this.altAudio&&this.audioOnly)return;const r=this.buffering?e.nextLoadLevel:e.loadLevel;if(!(s!=null&&s[r]))return;const n=s[r],o=this.getMainFwdBufferInfo();if(o===null)return;const c=this.getLevelDetails();if(c&&this._streamEnded(o,c)){const p={};this.altAudio===2&&(p.type="video"),this.hls.trigger(m.BUFFER_EOS,p),this.state=w.ENDED;return}if(!this.buffering)return;e.loadLevel!==r&&e.manualLevel===-1&&this.log(`Adapting to level ${r} from level ${this.level}`),this.level=e.nextLoadLevel=r;const l=n.details;if(!l||this.state===w.WAITING_LEVEL||this.waitForLive(n)){this.level=r,this.state=w.WAITING_LEVEL,this.startFragRequested=!1;return}const h=o.len,u=this.getMaxBufferLength(n.maxBitrate);if(h>=u)return;this.backtrackFragment&&this.backtrackFragment.start>o.end&&(this.backtrackFragment=null);const d=this.backtrackFragment?this.backtrackFragment.start:o.end;let g=this.getNextFragment(d,l);if(this.couldBacktrack&&!this.fragPrevious&&g&&Se(g)&&this.fragmentTracker.getState(g)!==Ie.OK){var f;const y=((f=this.backtrackFragment)!=null?f:g).sn-l.startSN,E=l.fragments[y-1];E&&g.cc===E.cc&&(g=E,this.fragmentTracker.removeFragment(E))}else this.backtrackFragment&&o.len&&(this.backtrackFragment=null);if(g&&this.isLoopLoading(g,d)){if(!g.gap){const y=this.audioOnly&&!this.altAudio?he.AUDIO:he.VIDEO,E=(y===he.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;E&&this.afterBufferFlushed(E,y,Y.MAIN)}g=this.getNextFragmentLoopLoading(g,l,o,Y.MAIN,u)}g&&(g.initSegment&&!g.initSegment.data&&!this.bitrateTest&&(g=g.initSegment),this.loadFragment(g,n,d))}loadFragment(e,t,s){const i=this.fragmentTracker.getState(e);i===Ie.NOT_LOADED||i===Ie.PARTIAL?Se(e)?this.bitrateTest?(this.log(`Fragment ${e.sn} of level ${e.level} is being downloaded to test bitrate and will not be buffered`),this._loadBitrateTestFrag(e,t)):super.loadFragment(e,t,s):this._loadInitSegment(e,t):this.clearTrackerIfNeeded(e)}getBufferedFrag(e){return this.fragmentTracker.getBufferedFrag(e,Y.MAIN)}followingBufferedFrag(e){return e?this.getBufferedFrag(e.end+.5):null}immediateLevelSwitch(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)}nextLevelSwitch(){const{levels:e,media:t}=this;if(t!=null&&t.readyState){let s;const i=this.getAppendedFrag(t.currentTime);i&&i.start>1&&this.flushMainBuffer(0,i.start-1);const r=this.getLevelDetails();if(r!=null&&r.live){const o=this.getMainFwdBufferInfo();if(!o||o.len<r.targetduration*2)return}if(!t.paused&&e){const o=this.hls.nextLoadLevel,c=e[o],l=this.fragLastKbps;l&&this.fragCurrent?s=this.fragCurrent.duration*c.maxBitrate/(1e3*l)+1:s=0}else s=0;const n=this.getBufferedFrag(t.currentTime+s);if(n){const o=this.followingBufferedFrag(n);if(o){this.abortCurrentFrag();const c=o.maxStartPTS?o.maxStartPTS:o.start,l=o.duration,h=Math.max(n.end,c+Math.min(Math.max(l-this.config.maxFragLookUpTolerance,l*(this.couldBacktrack?.5:.125)),l*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(h,Number.POSITIVE_INFINITY)}}}}abortCurrentFrag(){const e=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,e&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.state){case w.KEY_LOADING:case w.FRAG_LOADING:case w.FRAG_LOADING_WAITING_RETRY:case w.PARSING:case w.PARSED:this.state=w.IDLE;break}this.nextLoadPosition=this.getLoadPosition()}flushMainBuffer(e,t){super.flushMainBuffer(e,t,this.altAudio===2?"video":null)}onMediaAttached(e,t){super.onMediaAttached(e,t);const s=t.media;Ue(s,"playing",this.onMediaPlaying),Ue(s,"seeked",this.onMediaSeeked)}onMediaDetaching(e,t){const{media:s}=this;s&&(Ge(s,"playing",this.onMediaPlaying),Ge(s,"seeked",this.onMediaSeeked)),this.videoBuffer=null,this.fragPlaying=null,super.onMediaDetaching(e,t),!t.transferMedia&&(this._hasEnoughToStart=!1)}onManifestLoading(){super.onManifestLoading(),this.log("Trigger BUFFER_RESET"),this.hls.trigger(m.BUFFER_RESET,void 0),this.couldBacktrack=!1,this.fragLastKbps=0,this.fragPlaying=this.backtrackFragment=null,this.altAudio=0,this.audioOnly=!1}onManifestParsed(e,t){let s=!1,i=!1;for(let r=0;r<t.levels.length;r++){const n=t.levels[r].audioCodec;n&&(s=s||n.indexOf("mp4a.40.2")!==-1,i=i||n.indexOf("mp4a.40.5")!==-1)}this.audioCodecSwitch=s&&i&&!Af(),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=t.levels,this.startFragRequested=!1}onLevelLoading(e,t){const{levels:s}=this;if(!s||this.state!==w.IDLE)return;const i=t.levelInfo;(!i.details||i.details.live&&(this.levelLastLoaded!==i||i.details.expired)||this.waitForCdnTuneIn(i.details))&&(this.state=w.WAITING_LEVEL)}onLevelLoaded(e,t){var s;const{levels:i,startFragRequested:r}=this,n=t.level,o=t.details,c=o.totalduration;if(!i){this.warn(`Levels were reset while loading level ${n}`);return}this.log(`Level ${n} loaded [${o.startSN},${o.endSN}]${o.lastPartSn?`[part-${o.lastPartSn}-${o.lastPartIndex}]`:""}, cc [${o.startCC}, ${o.endCC}] duration:${c}`);const l=t.levelInfo,h=this.fragCurrent;h&&(this.state===w.FRAG_LOADING||this.state===w.FRAG_LOADING_WAITING_RETRY)&&h.level!==t.level&&h.loader&&this.abortCurrentFrag();let u=0;if(o.live||(s=l.details)!=null&&s.live){var d;if(this.checkLiveUpdate(o),o.deltaUpdateFailed)return;u=this.alignPlaylists(o,l.details,(d=this.levelLastLoaded)==null?void 0:d.details)}if(l.details=o,this.levelLastLoaded=l,r||this.setStartPosition(o,u),this.hls.trigger(m.LEVEL_UPDATED,{details:o,level:n}),this.state===w.WAITING_LEVEL){if(this.waitForCdnTuneIn(o))return;this.state=w.IDLE}r&&o.live&&this.synchronizeToLiveEdge(o),this.tick()}synchronizeToLiveEdge(e){const{config:t,media:s}=this;if(!s)return;const i=this.hls.liveSyncPosition,r=this.getLoadPosition(),n=e.fragmentStart,o=e.edge,c=r>=n-t.maxFragLookUpTolerance&&r<=o;if(i!==null&&s.duration>i&&(r<i||!c)){const h=t.liveMaxLatencyDuration!==void 0?t.liveMaxLatencyDuration:t.liveMaxLatencyDurationCount*e.targetduration;if((!c&&s.readyState<4||r<o-h)&&(this._hasEnoughToStart||(this.nextLoadPosition=i),s.readyState))if(this.warn(`Playback: ${r.toFixed(3)} is located too far from the end of live sliding playlist: ${o}, reset currentTime to : ${i.toFixed(3)}`),this.config.liveSyncMode==="buffered"){var l;const u=Q.bufferInfo(s,i,0);if(!((l=u.buffered)!=null&&l.length)){s.currentTime=i;return}if(u.start<=r){s.currentTime=i;return}const{nextStart:g}=Q.bufferedInfo(u.buffered,r,0);g&&(s.currentTime=g)}else s.currentTime=i}}_handleFragmentLoadProgress(e){var t;const s=e.frag,{part:i,payload:r}=e,{levels:n}=this;if(!n){this.warn(`Levels were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const o=n[s.level];if(!o){this.warn(`Level ${s.level} not found on progress`);return}const c=o.details;if(!c){this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),this.fragmentTracker.removeFragment(s);return}const l=o.videoCodec,h=c.PTSKnown||!c.live,u=(t=s.initSegment)==null?void 0:t.data,d=this._getAudioCodec(o),g=this.transmuxer=this.transmuxer||new co(this.hls,Y.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,p=f!==-1,y=new cr(s.level,s.sn,s.stats.chunkCount,r.byteLength,f,p),E=this.initPTS[s.cc];g.push(r,u,d,l,s,i,c.totalduration,h,y,E)}onAudioTrackSwitching(e,t){const s=this.hls,i=this.altAudio!==0;if(Vs(t.url,s))this.altAudio=1;else{if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;const n=this.fragCurrent;n&&(this.log("Switching to main audio track, cancel main fragment load"),n.abortRequests(),this.fragmentTracker.removeFragment(n)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(i){this.altAudio=0,this.fragmentTracker.removeAllFragments(),s.once(m.BUFFER_FLUSHED,()=>{this.hls&&this.hls.trigger(m.AUDIO_TRACK_SWITCHED,t)}),s.trigger(m.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null});return}s.trigger(m.AUDIO_TRACK_SWITCHED,t)}}onAudioTrackSwitched(e,t){const s=Vs(t.url,this.hls);if(s){const i=this.videoBuffer;i&&this.mediaBuffer!==i&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=i)}this.altAudio=s?2:0,this.tick()}onBufferCreated(e,t){const s=t.tracks;let i,r,n=!1;for(const o in s){const c=s[o];if(c.id==="main"){if(r=o,i=c,o==="video"){const l=s[o];l&&(this.videoBuffer=l.buffer)}}else n=!0}n&&i?(this.log(`Alternate track found, use ${r}.buffered to schedule main fragment loading`),this.mediaBuffer=i.buffer):this.mediaBuffer=this.media}onFragBuffered(e,t){const{frag:s,part:i}=t,r=s.type===Y.MAIN;if(r){if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${i?" p: "+i.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}`),this.state===w.PARSED&&(this.state=w.IDLE);return}const o=i?i.stats:s.stats;this.fragLastKbps=Math.round(8*o.total/(o.buffering.end-o.loading.first)),Se(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,i)}const n=this.media;n&&(!this._hasEnoughToStart&&Q.getBuffered(n).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),r&&this.tick())}get hasEnoughToStart(){return this._hasEnoughToStart}onError(e,t){var s;if(t.fatal){this.state=w.ERROR;return}switch(t.details){case _.FRAG_GAP:case _.FRAG_PARSING_ERROR:case _.FRAG_DECRYPT_ERROR:case _.FRAG_LOAD_ERROR:case _.FRAG_LOAD_TIMEOUT:case _.KEY_LOAD_ERROR:case _.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(Y.MAIN,t);break;case _.LEVEL_LOAD_ERROR:case _.LEVEL_LOAD_TIMEOUT:case _.LEVEL_PARSING_ERROR:!t.levelRetry&&this.state===w.WAITING_LEVEL&&((s=t.context)==null?void 0:s.type)===se.LEVEL&&(this.state=w.IDLE);break;case _.BUFFER_ADD_CODEC_ERROR:case _.BUFFER_APPEND_ERROR:if(t.parent!=="main")return;this.reduceLengthAndFlushBuffer(t)&&this.resetLoadingState();break;case _.BUFFER_FULL_ERROR:if(t.parent!=="main")return;this.reduceLengthAndFlushBuffer(t)&&(!this.config.interstitialsController&&this.config.assetPlayerId?this._hasEnoughToStart=!0:this.flushMainBuffer(0,Number.POSITIVE_INFINITY));break;case _.INTERNAL_EXCEPTION:this.recoverWorkerError(t);break}}onFragLoadEmergencyAborted(){this.state=w.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(e,{type:t}){if(t!==he.AUDIO||!this.altAudio){const s=(t===he.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;s&&(this.afterBufferFlushed(s,t,Y.MAIN),this.tick())}}onLevelsUpdated(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level,this.level===-1&&this.resetWhenMissingContext(this.fragCurrent)),this.levels=t.levels}swapAudioCodec(){this.audioCodecSwap=!this.audioCodecSwap}seekToStartPos(){const{media:e}=this;if(!e)return;const t=e.currentTime;let s=this.startPosition;if(s>=0&&t<s){if(e.seeking){this.log(`could not seek to ${s}, already seeking at ${t}`);return}const i=this.timelineOffset;i&&s&&(s+=i);const r=this.getLevelDetails(),n=Q.getBuffered(e),o=n.length?n.start(0):0,c=o-s,l=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||c>0&&(c<l||this.loadingParts&&c<2*(r?.partTarget||0)))&&(this.log(`adjusting start position by ${c} to match buffer start`),s+=c,this.startPosition=s),t<s&&(this.log(`seek to target start position ${s} from current time ${t} buffer start ${o}`),e.currentTime=s)}}_getAudioCodec(e){let t=this.config.defaultAudioCodec||e.audioCodec;return this.audioCodecSwap&&t&&(this.log("Swapping audio codec"),t.indexOf("mp4a.40.5")!==-1?t="mp4a.40.2":t="mp4a.40.5"),t}_loadBitrateTestFrag(e,t){e.bitrateTest=!0,this._doFragLoad(e,t).then(s=>{const{hls:i}=this,r=s?.frag;if(!r||this.fragContextChanged(r))return;t.fragmentError=0,this.state=w.IDLE,this.startFragRequested=!1,this.bitrateTest=!1;const n=r.stats;n.parsing.start=n.parsing.end=n.buffering.start=n.buffering.end=self.performance.now(),i.trigger(m.FRAG_LOADED,s),r.bitrateTest=!1}).catch(s=>{this.state===w.STOPPED||this.state===w.ERROR||(this.warn(s),this.resetFragmentLoading(e))})}_handleTransmuxComplete(e){const t=this.playlistType,{hls:s}=this,{remuxResult:i,chunkMeta:r}=e,n=this.getCurrentContext(r);if(!n){this.resetWhenMissingContext(r);return}const{frag:o,part:c,level:l}=n,{video:h,text:u,id3:d,initSegment:g}=i,{details:f}=l,p=this.altAudio?void 0:i.audio;if(this.fragContextChanged(o)){this.fragmentTracker.removeFragment(o);return}if(this.state=w.PARSING,g){const y=g.tracks;if(y){const S=o.initSegment||o;if(this.unhandledEncryptionError(g,o))return;this._bufferInitSegment(l,y,S,r),s.trigger(m.FRAG_PARSING_INIT_SEGMENT,{frag:S,id:t,tracks:y})}const E=g.initPTS,v=g.timescale,T=this.initPTS[o.cc];if(H(E)&&(!T||T.baseTime!==E||T.timescale!==v)){const S=g.trackId;this.initPTS[o.cc]={baseTime:E,timescale:v,trackId:S},s.trigger(m.INIT_PTS_FOUND,{frag:o,id:t,initPTS:E,timescale:v,trackId:S})}}if(h&&f){p&&h.type==="audiovideo"&&this.logMuxedErr(o);const y=f.fragments[o.sn-1-f.startSN],E=o.sn===f.startSN,v=!y||o.cc>y.cc;if(i.independent!==!1){const{startPTS:T,endPTS:S,startDTS:x,endDTS:D}=h;if(c)c.elementaryStreams[h.type]={startPTS:T,endPTS:S,startDTS:x,endDTS:D};else if(h.firstKeyFrame&&h.independent&&r.id===1&&!v&&(this.couldBacktrack=!0),h.dropped&&h.independent){const A=this.getMainFwdBufferInfo(),L=(A?A.end:this.getLoadPosition())+this.config.maxBufferHole,R=h.firstKeyFramePTS?h.firstKeyFramePTS:T;if(!E&&L<R-this.config.maxBufferHole&&!v){this.backtrack(o);return}else v&&(o.gap=!0);o.setElementaryStreamInfo(h.type,o.start,S,o.start,D,!0)}else E&&T-(f.appliedTimelineOffset||0)>Ns&&(o.gap=!0);o.setElementaryStreamInfo(h.type,T,S,x,D),this.backtrackFragment&&(this.backtrackFragment=o),this.bufferFragmentData(h,o,c,r,E||v)}else if(E||v)o.gap=!0;else{this.backtrack(o);return}}if(p){const{startPTS:y,endPTS:E,startDTS:v,endDTS:T}=p;c&&(c.elementaryStreams[he.AUDIO]={startPTS:y,endPTS:E,startDTS:v,endDTS:T}),o.setElementaryStreamInfo(he.AUDIO,y,E,v,T),this.bufferFragmentData(p,o,c,r)}if(f&&d!=null&&d.samples.length){const y={id:t,frag:o,details:f,samples:d.samples};s.trigger(m.FRAG_PARSING_METADATA,y)}if(f&&u){const y={id:t,frag:o,details:f,samples:u.samples};s.trigger(m.FRAG_PARSING_USERDATA,y)}}logMuxedErr(e){this.warn(`${Se(e)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${e.url}`)}_bufferInitSegment(e,t,s,i){if(this.state!==w.PARSING)return;this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&(delete t.audio,t.audiovideo&&this.logMuxedErr(s));const{audio:r,video:n,audiovideo:o}=t;if(r){const l=e.audioCodec;let h=Cs(r.codec,l);h==="mp4a"&&(h="mp4a.40.5");const u=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){h&&(h.indexOf("mp4a.40.5")!==-1?h="mp4a.40.2":h="mp4a.40.5");const d=r.metadata;d&&"channelCount"in d&&(d.channelCount||1)!==1&&u.indexOf("firefox")===-1&&(h="mp4a.40.5")}h&&h.indexOf("mp4a.40.5")!==-1&&u.indexOf("android")!==-1&&r.container!=="audio/mpeg"&&(h="mp4a.40.2",this.log(`Android: force audio codec to ${h}`)),l&&l!==h&&this.log(`Swapping manifest audio codec "${l}" for "${h}"`),r.levelCodec=h,r.id=Y.MAIN,this.log(`Init audio buffer, container:${r.container}, codecs[selected/level/parsed]=[${h||""}/${l||""}/${r.codec}]`),delete t.audiovideo}if(n){n.levelCodec=e.videoCodec,n.id=Y.MAIN;const l=n.codec;if(l?.length===4)switch(l){case"hvc1":case"hev1":n.codec="hvc1.1.6.L120.90";break;case"av01":n.codec="av01.0.04M.08";break;case"avc1":n.codec="avc1.42e01e";break}this.log(`Init video buffer, container:${n.container}, codecs[level/parsed]=[${e.videoCodec||""}/${l}]${n.codec!==l?" parsed-corrected="+n.codec:""}${n.supplemental?" supplemental="+n.supplemental:""}`),delete t.audiovideo}o&&(this.log(`Init audiovideo buffer, container:${o.container}, codecs[level/parsed]=[${e.codecs}/${o.codec}]`),delete t.video,delete t.audio);const c=Object.keys(t);if(c.length){if(this.hls.trigger(m.BUFFER_CODECS,t),!this.hls)return;c.forEach(l=>{const u=t[l].initSegment;u!=null&&u.byteLength&&this.hls.trigger(m.BUFFER_APPENDING,{type:l,data:u,frag:s,part:null,chunkMeta:i,parent:s.type})})}this.tickImmediate()}getMainFwdBufferInfo(){const e=this.mediaBuffer&&this.altAudio===2?this.mediaBuffer:this.media;return this.getFwdBufferInfo(e,Y.MAIN)}get maxBufferLength(){const{levels:e,level:t}=this,s=e?.[t];return s?this.getMaxBufferLength(s.maxBitrate):this.config.maxBufferLength}backtrack(e){this.couldBacktrack=!0,this.backtrackFragment=e,this.resetTransmuxer(),this.flushBufferGap(e),this.fragmentTracker.removeFragment(e),this.fragPrevious=null,this.nextLoadPosition=e.start,this.state=w.IDLE}checkFragmentChanged(){const e=this.media;let t=null;if(e&&e.readyState>1&&e.seeking===!1){const s=e.currentTime;if(Q.isBuffered(e,s)?t=this.getAppendedFrag(s):Q.isBuffered(e,s+.1)&&(t=this.getAppendedFrag(s+.1)),t){this.backtrackFragment=null;const i=this.fragPlaying,r=t.level;(!i||t.sn!==i.sn||i.level!==r)&&(this.fragPlaying=t,this.hls.trigger(m.FRAG_CHANGED,{frag:t}),(!i||i.level!==r)&&this.hls.trigger(m.LEVEL_SWITCHED,{level:r}))}}}get nextLevel(){const e=this.nextBufferedFrag;return e?e.level:-1}get currentFrag(){var e;if(this.fragPlaying)return this.fragPlaying;const t=((e=this.media)==null?void 0:e.currentTime)||this.lastCurrentTime;return H(t)?this.getAppendedFrag(t):null}get currentProgramDateTime(){var e;const t=((e=this.media)==null?void 0:e.currentTime)||this.lastCurrentTime;if(H(t)){const s=this.getLevelDetails(),i=this.currentFrag||(s?Ot(null,s.fragments,t):null);if(i){const r=i.programDateTime;if(r!==null){const n=r+(t-i.start)*1e3;return new Date(n)}}}return null}get currentLevel(){const e=this.currentFrag;return e?e.level:-1}get nextBufferedFrag(){const e=this.currentFrag;return e?this.followingBufferedFrag(e):null}get forceStartLoad(){return this._forceStartLoad}}class Rf extends ze{constructor(e,t){super("key-loader",t),this.config=void 0,this.keyIdToKeyInfo={},this.emeController=null,this.config=e}abort(e){for(const s in this.keyIdToKeyInfo){const i=this.keyIdToKeyInfo[s].loader;if(i){var t;if(e&&e!==((t=i.context)==null?void 0:t.frag.type))return;i.abort()}}}detach(){for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyIdToKeyInfo[e]}}destroy(){this.detach();for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e].loader;t&&t.destroy()}this.keyIdToKeyInfo={}}createKeyLoadError(e,t=_.KEY_LOAD_ERROR,s,i,r){return new gt({type:W.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:r,error:s,networkDetails:i})}loadClear(e,t,s){if(this.emeController&&this.config.emeEnabled&&!this.emeController.getSelectedKeySystemFormats().length){if(t.length)for(let i=0,r=t.length;i<r;i++){const n=t[i];if(e.cc<=n.cc&&(!Se(e)||!Se(n)||e.sn<n.sn)||!s&&i==r-1)return this.emeController.selectKeySystemFormat(n).then(o=>{if(!this.emeController)return;n.setKeyFormat(o);const c=ks(o);if(c)return this.emeController.getKeySystemAccess([c])})}if(this.config.requireKeySystemAccessOnStart){const i=es(this.config);if(i.length)return this.emeController.getKeySystemAccess(i)}}return null}load(e){return!e.decryptdata&&e.encrypted&&this.emeController&&this.config.emeEnabled?this.emeController.selectKeySystemFormat(e).then(t=>this.loadInternal(e,t)):this.loadInternal(e)}loadInternal(e,t){var s,i;t&&e.setKeyFormat(t);const r=e.decryptdata;if(!r){const l=new Error(t?`Expected frag.decryptdata to be defined after setting format ${t}`:`Missing decryption data on fragment in onKeyLoading (emeEnabled with controller: ${this.emeController&&this.config.emeEnabled})`);return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,l))}const n=r.uri;if(!n)return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${n}"`)));const o=Ci(r);let c=this.keyIdToKeyInfo[o];if((s=c)!=null&&s.decryptdata.key)return r.key=c.decryptdata.key,Promise.resolve({frag:e,keyInfo:c});if(this.emeController&&(i=c)!=null&&i.keyLoadPromise)switch(this.emeController.getKeyStatus(c.decryptdata)){case"usable":case"usable-in-future":return c.keyLoadPromise.then(h=>{const{keyInfo:u}=h;return r.key=u.decryptdata.key,{frag:e,keyInfo:u}})}switch(this.log(`${this.keyIdToKeyInfo[o]?"Rel":"L"}oading${r.keyId?" keyId: "+Pe(r.keyId):""} URI: ${r.uri} from ${e.type} ${e.level}`),c=this.keyIdToKeyInfo[o]={decryptdata:r,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},r.method){case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return r.keyFormat==="identity"?this.loadKeyHTTP(c,e):this.loadKeyEME(c,e);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(c,e);default:return Promise.reject(this.createKeyLoadError(e,_.KEY_LOAD_ERROR,new Error(`Key supplied with unsupported METHOD: "${r.method}"`)))}}loadKeyEME(e,t){const s={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){var i;if(!e.decryptdata.keyId&&(i=t.initSegment)!=null&&i.data){const n=Hl(t.initSegment.data);if(n.length){let o=n[0];o.some(c=>c!==0)?(this.log(`Using keyId found in init segment ${Pe(o)}`),It.setKeyIdForUri(e.decryptdata.uri,o)):(o=It.addKeyIdForUri(e.decryptdata.uri),this.log(`Generating keyId to patch media ${Pe(o)}`)),e.decryptdata.keyId=o}}if(!e.decryptdata.keyId&&!Se(t))return Promise.resolve(s);const r=this.emeController.loadKey(s);return(e.keyLoadPromise=r.then(n=>(e.mediaKeySessionContext=n,s))).catch(n=>{throw e.keyLoadPromise=null,"data"in n&&(n.data.frag=t),n})}return Promise.resolve(s)}loadKeyHTTP(e,t){const s=this.config,i=s.loader,r=new i(s);return t.keyLoader=e.loader=r,e.keyLoadPromise=new Promise((n,o)=>{const c={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},l=s.keyLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:(d,g,f,p)=>{const{frag:y,keyInfo:E}=f,v=Ci(E.decryptdata);if(!y.decryptdata||E!==this.keyIdToKeyInfo[v])return o(this.createKeyLoadError(y,_.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),p));E.decryptdata.key=y.decryptdata.key=new Uint8Array(d.data),y.keyLoader=null,E.loader=null,n({frag:y,keyInfo:E})},onError:(d,g,f,p)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.KEY_LOAD_ERROR,new Error(`HTTP Error ${d.code} loading key ${d.text}`),f,ae({url:c.url,data:void 0},d)))},onTimeout:(d,g,f)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),f))},onAbort:(d,g,f)=>{this.resetLoader(g),o(this.createKeyLoadError(t,_.INTERNAL_ABORTED,new Error("key loading aborted"),f))}};r.load(c,h,u)})}resetLoader(e){const{frag:t,keyInfo:s,url:i}=e,r=s.loader;t.keyLoader===r&&(t.keyLoader=null,s.loader=null);const n=Ci(s.decryptdata)||i;delete this.keyIdToKeyInfo[n],r&&r.destroy()}}function Ci(a){if(a.keyFormat!==ke.FAIRPLAY){const e=a.keyId;if(e)return Pe(e)}return a.uri}function Qn(a){const{type:e}=a;switch(e){case se.AUDIO_TRACK:return Y.AUDIO;case se.SUBTITLE_TRACK:return Y.SUBTITLE;default:return Y.MAIN}}function Pi(a,e){let t=a.url;return(t===void 0||t.indexOf("data:")===0)&&(t=e.url),t}class bf{constructor(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.onManifestLoaded=this.checkAutostartLoad,this.hls=e,this.registerListeners()}startLoad(e){}stopLoad(){this.destroyInternalLoaders()}registerListeners(){const{hls:e}=this;e.on(m.MANIFEST_LOADING,this.onManifestLoading,this),e.on(m.LEVEL_LOADING,this.onLevelLoading,this),e.on(m.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(m.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.on(m.LEVELS_UPDATED,this.onLevelsUpdated,this)}unregisterListeners(){const{hls:e}=this;e.off(m.MANIFEST_LOADING,this.onManifestLoading,this),e.off(m.LEVEL_LOADING,this.onLevelLoading,this),e.off(m.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(m.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.off(m.LEVELS_UPDATED,this.onLevelsUpdated,this)}createInternalLoader(e){const t=this.hls.config,s=t.pLoader,i=t.loader,r=s||i,n=new r(t);return this.loaders[e.type]=n,n}getInternalLoader(e){return this.loaders[e.type]}resetInternalLoader(e){this.loaders[e]&&delete this.loaders[e]}destroyInternalLoaders(){for(const e in this.loaders){const t=this.loaders[e];t&&t.destroy(),this.resetInternalLoader(e)}}destroy(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()}onManifestLoading(e,t){const{url:s}=t;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:se.MANIFEST,url:s,deliveryDirectives:null,levelOrTrack:null})}onLevelLoading(e,t){const{id:s,level:i,pathwayId:r,url:n,deliveryDirectives:o,levelInfo:c}=t;this.load({id:s,level:i,pathwayId:r,responseType:"text",type:se.LEVEL,url:n,deliveryDirectives:o,levelOrTrack:c})}onAudioTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:o}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:se.AUDIO_TRACK,url:r,deliveryDirectives:n,levelOrTrack:o})}onSubtitleTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:o}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:se.SUBTITLE_TRACK,url:r,deliveryDirectives:n,levelOrTrack:o})}onLevelsUpdated(e,t){const s=this.loaders[se.LEVEL];if(s){const i=s.context;i&&!t.levels.some(r=>r===i.levelOrTrack)&&(s.abort(),delete this.loaders[se.LEVEL])}}load(e){var t;const s=this.hls.config;let i=this.getInternalLoader(e);if(i){const l=this.hls.logger,h=i.context;if(h&&h.levelOrTrack===e.levelOrTrack&&(h.url===e.url||h.deliveryDirectives&&!e.deliveryDirectives)){h.url===e.url?l.log(`[playlist-loader]: ignore ${e.url} ongoing request`):l.log(`[playlist-loader]: ignore ${e.url} in favor of ${h.url}`);return}l.log(`[playlist-loader]: aborting previous loader for type: ${e.type}`),i.abort()}let r;if(e.type===se.MANIFEST?r=s.manifestLoadPolicy.default:r=le({},s.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),i=this.createInternalLoader(e),H((t=e.deliveryDirectives)==null?void 0:t.part)){let l;if(e.type===se.LEVEL&&e.level!==null?l=this.hls.levels[e.level].details:e.type===se.AUDIO_TRACK&&e.id!==null?l=this.hls.audioTracks[e.id].details:e.type===se.SUBTITLE_TRACK&&e.id!==null&&(l=this.hls.subtitleTracks[e.id].details),l){const h=l.partTarget,u=l.targetduration;if(h&&u){const d=Math.max(h*3,u*.8)*1e3;r=le({},r,{maxTimeToFirstByteMs:Math.min(d,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(d,r.maxTimeToFirstByteMs)})}}}const n=r.errorRetry||r.timeoutRetry||{},o={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:n.maxNumRetry||0,retryDelay:n.retryDelayMs||0,maxRetryDelay:n.maxRetryDelayMs||0},c={onSuccess:(l,h,u,d)=>{const g=this.getInternalLoader(u);this.resetInternalLoader(u.type);const f=l.data;h.parsing.start=performance.now(),ot.isMediaPlaylist(f)||u.type!==se.MANIFEST?this.handleTrackOrLevelPlaylist(l,h,u,d||null,g):this.handleMasterPlaylist(l,h,u,d)},onError:(l,h,u,d)=>{this.handleNetworkError(h,u,!1,l,d)},onTimeout:(l,h,u)=>{this.handleNetworkError(h,u,!0,void 0,l)}};i.load(e,o,c)}checkAutostartLoad(){if(!this.hls)return;const{config:{autoStartLoad:e,startPosition:t},forceStartLoad:s}=this.hls;(e||s)&&(this.hls.logger.log(`${e?"auto":"force"} startLoad with configured startPosition ${t}`),this.hls.startLoad(t))}handleMasterPlaylist(e,t,s,i){const r=this.hls,n=e.data,o=Pi(e,s),c=ot.parseMasterPlaylist(n,o);if(c.playlistParsingError){t.parsing.end=performance.now(),this.handleManifestParsingError(e,s,c.playlistParsingError,i,t);return}const{contentSteering:l,levels:h,sessionData:u,sessionKeys:d,startTimeOffset:g,variableList:f}=c;this.variableList=f,h.forEach(v=>{const{unknownCodecs:T}=v;if(T){const{preferManagedMediaSource:S}=this.hls.config;let{audioCodec:x,videoCodec:D}=v;for(let A=T.length;A--;){const L=T[A];ns(L,"audio",S)?(v.audioCodec=x=x?`${x},${L}`:L,qt.audio[x.substring(0,4)]=2,T.splice(A,1)):ns(L,"video",S)&&(v.videoCodec=D=D?`${D},${L}`:L,qt.video[D.substring(0,4)]=2,T.splice(A,1))}}});const{AUDIO:p=[],SUBTITLES:y,"CLOSED-CAPTIONS":E}=ot.parseMasterPlaylistMedia(n,o,c);p.length&&!p.some(T=>!T.url)&&h[0].audioCodec&&!h[0].attrs.AUDIO&&(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),p.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new me({}),bitrate:0,url:""})),r.trigger(m.MANIFEST_LOADED,{levels:h,audioTracks:p,subtitles:y,captions:E,contentSteering:l,url:o,stats:t,networkDetails:i,sessionData:u,sessionKeys:d,startTimeOffset:g,variableList:f})}handleTrackOrLevelPlaylist(e,t,s,i,r){const n=this.hls,{id:o,level:c,type:l}=s,h=Pi(e,s),u=H(c)?c:H(o)?o:0,d=Qn(s),g=ot.parseLevelPlaylist(e.data,h,u,d,0,this.variableList);if(l===se.MANIFEST){const f={attrs:new me({}),bitrate:0,details:g,name:"",url:h};g.requestScheduled=t.loading.start+Ba(g,0),n.trigger(m.MANIFEST_LOADED,{levels:[f],audioTracks:[],url:h,stats:t,networkDetails:i,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}t.parsing.end=performance.now(),s.levelDetails=g,this.handlePlaylistLoaded(g,e,t,s,i,r)}handleManifestParsingError(e,t,s,i,r){this.hls.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.MANIFEST_PARSING_ERROR,fatal:t.type===se.MANIFEST,url:e.url,err:s,error:s,reason:s.message,response:e,context:t,networkDetails:i,stats:r})}handleNetworkError(e,t,s=!1,i,r){let n=`A network ${s?"timeout":"error"+(i?" (status "+i.code+")":"")} occurred while loading ${e.type}`;e.type===se.LEVEL?n+=`: ${e.level} id: ${e.id}`:(e.type===se.AUDIO_TRACK||e.type===se.SUBTITLE_TRACK)&&(n+=` id: ${e.id} group-id: "${e.groupId}"`);const o=new Error(n);this.hls.logger.warn(`[playlist-loader]: ${n}`);let c=_.UNKNOWN,l=!1;const h=this.getInternalLoader(e);switch(e.type){case se.MANIFEST:c=s?_.MANIFEST_LOAD_TIMEOUT:_.MANIFEST_LOAD_ERROR,l=!0;break;case se.LEVEL:c=s?_.LEVEL_LOAD_TIMEOUT:_.LEVEL_LOAD_ERROR,l=!1;break;case se.AUDIO_TRACK:c=s?_.AUDIO_TRACK_LOAD_TIMEOUT:_.AUDIO_TRACK_LOAD_ERROR,l=!1;break;case se.SUBTITLE_TRACK:c=s?_.SUBTITLE_TRACK_LOAD_TIMEOUT:_.SUBTITLE_LOAD_ERROR,l=!1;break}h&&this.resetInternalLoader(e.type);const u={type:W.NETWORK_ERROR,details:c,fatal:l,url:e.url,loader:h,context:e,error:o,networkDetails:t,stats:r};if(i){const d=t?.url||e.url;u.response=ae({url:d,data:void 0},i)}this.hls.trigger(m.ERROR,u)}handlePlaylistLoaded(e,t,s,i,r,n){const o=this.hls,{type:c,level:l,levelOrTrack:h,id:u,groupId:d,deliveryDirectives:g}=i,f=Pi(t,i),p=Qn(i);let y=typeof i.level=="number"&&p===Y.MAIN?l:void 0;const E=e.playlistParsingError;if(E){if(this.hls.logger.warn(`${E} ${e.url}`),!o.config.ignorePlaylistParsingErrors){o.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_PARSING_ERROR,fatal:!1,url:f,error:E,reason:E.message,response:t,context:i,level:y,parent:p,networkDetails:r,stats:s});return}e.playlistParsingError=null}if(!e.fragments.length){const v=e.playlistParsingError=new Error("No Segments found in Playlist");o.trigger(m.ERROR,{type:W.NETWORK_ERROR,details:_.LEVEL_EMPTY_ERROR,fatal:!1,url:f,error:v,reason:v.message,response:t,context:i,level:y,parent:p,networkDetails:r,stats:s});return}switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),(!n.getCacheAge||isNaN(e.ageHeader))&&(e.ageHeader=0)),c){case se.MANIFEST:case se.LEVEL:if(y){if(!h)y=0;else if(h!==o.levels[y]){const v=o.levels.indexOf(h);v>-1&&(y=v)}}o.trigger(m.LEVEL_LOADED,{details:e,levelInfo:h||o.levels[0],level:y||0,id:u||0,stats:s,networkDetails:r,deliveryDirectives:g,withoutMultiVariant:c===se.MANIFEST});break;case se.AUDIO_TRACK:o.trigger(m.AUDIO_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:s,networkDetails:r,deliveryDirectives:g});break;case se.SUBTITLE_TRACK:o.trigger(m.SUBTITLE_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:s,networkDetails:r,deliveryDirectives:g});break}}}class we{static get version(){return ls}static isMSESupported(){return Bo()}static isSupported(){return xf()}static getMediaSource(){return Lt()}static get Events(){return m}static get MetadataSchema(){return We}static get ErrorTypes(){return W}static get ErrorDetails(){return _}static get DefaultConfig(){return we.defaultConfig?we.defaultConfig:hf}static set DefaultConfig(e){we.defaultConfig=e}constructor(e={}){this.config=void 0,this.userConfig=void 0,this.logger=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new fr,this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioStreamController=void 0,this.subtititleStreamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.interstitialsController=void 0,this.gapController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this._url=null,this._sessionId=void 0,this.triggeringException=void 0,this.started=!1;const t=this.logger=kl(e.debug||!1,"Hls instance",e.assetPlayerId),s=this.config=df(we.DefaultConfig,e,t);this.userConfig=e,s.progressive&&ff(s,t);const{abrController:i,bufferController:r,capLevelController:n,errorController:o,fpsController:c}=s,l=new o(this),h=this.abrController=new i(this),u=new bc(this),d=s.interstitialsController,g=d?this.interstitialsController=new d(this,we):null,f=this.bufferController=new r(this,u),p=this.capLevelController=new n(this),y=new c(this),E=new bf(this),v=s.contentSteeringController,T=v?new v(this):null,S=this.levelController=new Sf(this,T),x=new vf(this),D=new Rf(this.config,this.logger),A=this.streamController=new Lf(this,u,D),L=this.gapController=new yf(this,u);p.setStreamController(A),y.setStreamController(A);const R=[E,S,A];g&&R.splice(1,0,g),T&&R.splice(1,0,T),this.networkControllers=R;const I=[h,f,L,p,y,x,u];this.audioTrackController=this.createController(s.audioTrackController,R);const C=s.audioStreamController;C&&R.push(this.audioStreamController=new C(this,u,D)),this.subtitleTrackController=this.createController(s.subtitleTrackController,R);const $=s.subtitleStreamController;$&&R.push(this.subtititleStreamController=new $(this,u,D)),this.createController(s.timelineController,I),D.emeController=this.emeController=this.createController(s.emeController,I),this.cmcdController=this.createController(s.cmcdController,I),this.latencyController=this.createController(Tf,I),this.coreComponents=I,R.push(l);const V=l.onErrorOut;typeof V=="function"&&this.on(m.ERROR,V,l),this.on(m.MANIFEST_LOADED,E.onManifestLoaded,E)}createController(e,t){if(e){const s=new e(this);return t&&t.push(s),s}return null}on(e,t,s=this){this._emitter.on(e,t,s)}once(e,t,s=this){this._emitter.once(e,t,s)}removeAllListeners(e){this._emitter.removeAllListeners(e)}off(e,t,s=this,i){this._emitter.off(e,t,s,i)}listeners(e){return this._emitter.listeners(e)}emit(e,t,s){return this._emitter.emit(e,t,s)}trigger(e,t){if(this.config.debug)return this.emit(e,e,t);try{return this.emit(e,e,t)}catch(s){if(this.logger.error("An internal error happened while handling event "+e+'. Error message: "'+s.message+'". Here is a stacktrace:',s),!this.triggeringException){this.triggeringException=!0;const i=e===m.ERROR;this.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.INTERNAL_EXCEPTION,fatal:i,event:e,error:s}),this.triggeringException=!1}}return!1}listenerCount(e){return this._emitter.listenerCount(e)}destroy(){this.logger.log("destroy"),this.trigger(m.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this._url=null,this.networkControllers.forEach(t=>t.destroy()),this.networkControllers.length=0,this.coreComponents.forEach(t=>t.destroy()),this.coreComponents.length=0;const e=this.config;e.xhrSetup=e.fetchSetup=void 0,this.userConfig=null}attachMedia(e){if(!e||"media"in e&&!e.media){const r=new Error(`attachMedia failed: invalid argument (${e})`);this.trigger(m.ERROR,{type:W.OTHER_ERROR,details:_.ATTACH_MEDIA_ERROR,fatal:!0,error:r});return}this.logger.log("attachMedia"),this._media&&(this.logger.warn("media must be detached before attaching"),this.detachMedia());const t="media"in e,s=t?e.media:e,i=t?e:{media:s};this._media=s,this.trigger(m.MEDIA_ATTACHING,i)}detachMedia(){this.logger.log("detachMedia"),this.trigger(m.MEDIA_DETACHING,{}),this._media=null}transferMedia(){this._media=null;const e=this.bufferController.transferMedia();return this.trigger(m.MEDIA_DETACHING,{transferMedia:e}),e}loadSource(e){this.stopLoad();const t=this.media,s=this._url,i=this._url=sr.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.logger.log(`loadSource:${i}`),t&&s&&(s!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(m.MANIFEST_LOADING,{url:e})}get url(){return this._url}get hasEnoughToStart(){return this.streamController.hasEnoughToStart}get startPosition(){return this.streamController.startPositionValue}startLoad(e=-1,t){this.logger.log(`startLoad(${e+(t?", <skip seek to start>":"")})`),this.started=!0,this.resumeBuffering();for(let s=0;s<this.networkControllers.length&&(this.networkControllers[s].startLoad(e,t),!(!this.started||!this.networkControllers));s++);}stopLoad(){this.logger.log("stopLoad"),this.started=!1;for(let e=0;e<this.networkControllers.length&&(this.networkControllers[e].stopLoad(),!(this.started||!this.networkControllers));e++);}get loadingEnabled(){return this.started}get bufferingEnabled(){return this.streamController.bufferingEnabled}resumeBuffering(){this.bufferingEnabled||(this.logger.log("resume buffering"),this.networkControllers.forEach(e=>{e.resumeBuffering&&e.resumeBuffering()}))}pauseBuffering(){this.bufferingEnabled&&(this.logger.log("pause buffering"),this.networkControllers.forEach(e=>{e.pauseBuffering&&e.pauseBuffering()}))}get inFlightFragments(){const e={[Y.MAIN]:this.streamController.inFlightFrag};return this.audioStreamController&&(e[Y.AUDIO]=this.audioStreamController.inFlightFrag),this.subtititleStreamController&&(e[Y.SUBTITLE]=this.subtititleStreamController.inFlightFrag),e}swapAudioCodec(){this.logger.log("swapAudioCodec"),this.streamController.swapAudioCodec()}recoverMediaError(){this.logger.log("recoverMediaError");const e=this._media,t=e?.currentTime;this.detachMedia(),e&&(this.attachMedia(e),t&&this.startLoad(t))}removeLevel(e){this.levelController.removeLevel(e)}get sessionId(){let e=this._sessionId;return e||(e=this._sessionId=pd()),e}get levels(){const e=this.levelController.levels;return e||[]}get latestLevelDetails(){return this.streamController.getLevelDetails()||null}get loadLevelObj(){return this.levelController.loadLevelObj}get currentLevel(){return this.streamController.currentLevel}set currentLevel(e){this.logger.log(`set currentLevel:${e}`),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}get nextLevel(){return this.streamController.nextLevel}set nextLevel(e){this.logger.log(`set nextLevel:${e}`),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}get loadLevel(){return this.levelController.level}set loadLevel(e){this.logger.log(`set loadLevel:${e}`),this.levelController.manualLevel=e}get nextLoadLevel(){return this.levelController.nextLoadLevel}set nextLoadLevel(e){this.levelController.nextLoadLevel=e}get firstLevel(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)}set firstLevel(e){this.logger.log(`set firstLevel:${e}`),this.levelController.firstLevel=e}get startLevel(){const e=this.levelController.startLevel;return e===-1&&this.abrController.forcedAutoLevel>-1?this.abrController.forcedAutoLevel:e}set startLevel(e){this.logger.log(`set startLevel:${e}`),e!==-1&&(e=Math.max(e,this.minAutoLevel)),this.levelController.startLevel=e}get capLevelToPlayerSize(){return this.config.capLevelToPlayerSize}set capLevelToPlayerSize(e){const t=!!e;t!==this.config.capLevelToPlayerSize&&(t?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=t)}get autoLevelCapping(){return this._autoLevelCapping}get bandwidthEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimate():NaN}set bandwidthEstimate(e){this.abrController.resetEstimator(e)}get abrEwmaDefaultEstimate(){const{bwEstimator:e}=this.abrController;return e?e.defaultEstimate:NaN}get ttfbEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimateTTFB():NaN}set autoLevelCapping(e){this._autoLevelCapping!==e&&(this.logger.log(`set autoLevelCapping:${e}`),this._autoLevelCapping=e,this.levelController.checkMaxAutoUpdated())}get maxHdcpLevel(){return this._maxHdcpLevel}set maxHdcpLevel(e){uc(e)&&this._maxHdcpLevel!==e&&(this._maxHdcpLevel=e,this.levelController.checkMaxAutoUpdated())}get autoLevelEnabled(){return this.levelController.manualLevel===-1}get manualLevel(){return this.levelController.manualLevel}get minAutoLevel(){const{levels:e,config:{minAutoBitrate:t}}=this;if(!e)return 0;const s=e.length;for(let i=0;i<s;i++)if(e[i].maxBitrate>=t)return i;return 0}get maxAutoLevel(){const{levels:e,autoLevelCapping:t,maxHdcpLevel:s}=this;let i;if(t===-1&&e!=null&&e.length?i=e.length-1:i=t,s)for(let r=i;r--;){const n=e[r].attrs["HDCP-LEVEL"];if(n&&n<=s)return r}return i}get firstAutoLevel(){return this.abrController.firstAutoLevel}get nextAutoLevel(){return this.abrController.nextAutoLevel}set nextAutoLevel(e){this.abrController.nextAutoLevel=e}get playingDate(){return this.streamController.currentProgramDateTime}get mainForwardBufferInfo(){return this.streamController.getMainFwdBufferInfo()}get maxBufferLength(){return this.streamController.maxBufferLength}setAudioOption(e){var t;return((t=this.audioTrackController)==null?void 0:t.setAudioOption(e))||null}setSubtitleOption(e){var t;return((t=this.subtitleTrackController)==null?void 0:t.setSubtitleOption(e))||null}get allAudioTracks(){const e=this.audioTrackController;return e?e.allAudioTracks:[]}get audioTracks(){const e=this.audioTrackController;return e?e.audioTracks:[]}get audioTrack(){const e=this.audioTrackController;return e?e.audioTrack:-1}set audioTrack(e){const t=this.audioTrackController;t&&(t.audioTrack=e)}get allSubtitleTracks(){const e=this.subtitleTrackController;return e?e.allSubtitleTracks:[]}get subtitleTracks(){const e=this.subtitleTrackController;return e?e.subtitleTracks:[]}get subtitleTrack(){const e=this.subtitleTrackController;return e?e.subtitleTrack:-1}get media(){return this._media}set subtitleTrack(e){const t=this.subtitleTrackController;t&&(t.subtitleTrack=e)}get subtitleDisplay(){const e=this.subtitleTrackController;return e?e.subtitleDisplay:!1}set subtitleDisplay(e){const t=this.subtitleTrackController;t&&(t.subtitleDisplay=e)}get lowLatencyMode(){return this.config.lowLatencyMode}set lowLatencyMode(e){this.config.lowLatencyMode=e}get liveSyncPosition(){return this.latencyController.liveSyncPosition}get latency(){return this.latencyController.latency}get maxLatency(){return this.latencyController.maxLatency}get targetLatency(){return this.latencyController.targetLatency}set targetLatency(e){this.latencyController.targetLatency=e}get drift(){return this.latencyController.drift}get forceStartLoad(){return this.streamController.forceStartLoad}get pathways(){return this.levelController.pathways}get pathwayPriority(){return this.levelController.pathwayPriority}set pathwayPriority(e){this.levelController.pathwayPriority=e}get bufferedToEnd(){var e;return!!((e=this.bufferController)!=null&&e.bufferedToEnd)}get interstitialsManager(){var e;return((e=this.interstitialsController)==null?void 0:e.interstitialsManager)||null}getMediaDecodingInfo(e,t=this.allAudioTracks){const s=Aa(t);return Sa(e,s,navigator.mediaCapabilities)}}we.defaultConfig=void 0;var _f=De('<div class="error-overlay svelte-zbxgh1"> </div>'),Df=De('<div class="player-wrapper svelte-zbxgh1" role="region"><video playsinline="" class="svelte-zbxgh1"><track kind="captions"/></video> <div><div class="scrub-bar svelte-zbxgh1" role="slider"><div><img alt="scrub" class="frog-sprite svelte-zbxgh1" draggable="false"/></div></div></div> <button><img src="/frogeye.png" alt="fullscreen" class="frogeye svelte-zbxgh1"/></button> <!></div>',2);function Cf(a,e){Qs(e,!0);let t=re(void 0),s=null,i=re(""),r=re(!1),n=re(0),o=re(0),c=re(void 0),l=re(!1),h=re(0),u=re(0),d=re(!1),g=0,f=re(!0),p=null,y=re(!1);function E(){s&&(s.destroy(),s=null)}function v(){!F(t)||!e.src||(E(),q(i,""),we.isSupported()?(s=new we({enableWorker:!0,lowLatencyMode:!1}),s.loadSource(e.src),s.attachMedia(F(t)),s.on(we.Events.MANIFEST_PARSED,()=>{F(t)?.play().catch(()=>{}),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)&&q(i,"🐸 Audio may not work in Safari — these streams use Opus. Try Chrome or Firefox for sound.")}),s.on(we.Events.ERROR,(P,M)=>{if(console.error("HLS error:",M),M.fatal)switch(M.type){case we.ErrorTypes.NETWORK_ERROR:q(i,`Network error: ${M.details}`),s?.startLoad();break;case we.ErrorTypes.MEDIA_ERROR:q(i,`Media error: ${M.details}`),s?.recoverMediaError();break;default:q(i,`Fatal error: ${M.details}`),E();break}})):q(i,"HLS playback is not supported in this browser."))}oi(()=>(e.src,F(t)&&v(),E)),oi(()=>(document.addEventListener("fullscreenchange",R),()=>document.removeEventListener("fullscreenchange",R)));let T=0;function S(){if(!F(t)||F(l))return;q(n,F(t).currentTime,!0),q(o,F(t).duration||0,!0);const P=F(o)>0?F(n)/F(o):0,M=P-T;Math.abs(M)>.002&&(q(u,F(u)===0?1:0,!0),q(d,M<0),T=P),q(h,P,!0)}function x(){q(r,!0)}function D(){q(r,!1)}function A(){F(t)&&(F(t).paused?F(t).play().catch(()=>{}):F(t).pause())}function L(){const P=F(t)?.closest(".player-wrapper");P&&(document.fullscreenElement?document.exitFullscreen?.().catch(()=>{}):P.requestFullscreen?.().catch(()=>{}))}function R(){q(y,!!document.fullscreenElement)}function I(P){if(!F(c))return;const M=F(c).getBoundingClientRect(),K=Math.max(0,Math.min(1,(P.clientX-M.left)/M.width)),B=K-g;if(Math.abs(B)>.02&&(q(u,F(u)===0?1:0,!0),q(d,B<0),g=K),q(h,K,!0),F(t)&&F(o)>0){const U=K*F(o);F(t).currentTime=U,q(n,U),s&&s.startLoad(U)}}let C=!1;function $(P){P.preventDefault(),q(l,!0),C=!!(F(t)&&!F(t).paused),F(t)&&C&&F(t).pause(),I(P),window.addEventListener("mousemove",G),window.addEventListener("mouseup",O)}function V(P){P.preventDefault(),P.stopPropagation(),q(l,!0),C=!!(F(t)&&!F(t).paused),F(t)&&C&&F(t).pause(),window.addEventListener("mousemove",G),window.addEventListener("mouseup",O)}function G(P){F(l)&&I(P)}function O(){q(l,!1),F(t)&&C&&F(t).play().catch(()=>{}),window.removeEventListener("mousemove",G),window.removeEventListener("mouseup",O)}function k(P){P.code==="Space"&&F(t)&&(P.preventDefault(),A())}oi(()=>(window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)));function N(){q(f,!0),p&&clearTimeout(p),p=setTimeout(()=>{F(r)&&q(f,!1)},2500)}Bs(a,{seed:"player-main",padding:4,children:(P,M)=>{var K=Df(),B=ne(K);Us(B,Be=>q(t,Be),()=>F(t));var U=fe(B,2);let z;var Z=ne(U);Ne(Z,"aria-valuemin",0),Ne(Z,"tabindex",0);var j=ne(Z);let J;var de=ne(j);ie(j),ie(Z),Us(Z,Be=>q(c,Be),()=>F(c)),ie(U);var ce=fe(U,2);let ge;var Oe=fe(ce,2);{var Le=Be=>{var Fe=_f(),xe=ne(Fe,!0);ie(Fe),Me(()=>Ze(xe,F(i))),_e(Be,Fe)};nt(Oe,Be=>{F(i)&&Be(Le)})}ie(K),Me(()=>{z=ts(U,1,"controls svelte-zbxgh1",null,z,{visible:F(f)||!F(r)}),Ne(Z,"aria-valuenow",F(n)),Ne(Z,"aria-valuemax",F(o)),J=ts(j,1,"scrub-frog svelte-zbxgh1",null,J,{flipped:F(d)}),kt(j,`left: ${F(h)*100}%;`),Ne(de,"src",F(u)===0?"/froggiestand.png":"/froggiejump.png"),ge=ts(ce,1,"fullscreen-btn svelte-zbxgh1",null,ge,{visible:F(f)||!F(r)}),Ne(ce,"title",F(y)?"Exit fullscreen":"Fullscreen")}),rt("mousemove",K,N),At("mouseenter",K,N),At("mouseleave",K,()=>{F(r)&&q(f,!1)}),At("timeupdate",B,S),At("play",B,x),At("pause",B,D),rt("click",B,A),rt("mousedown",Z,$),rt("mousedown",j,V),rt("click",ce,L),_e(P,K)},$$slots:{default:!0}}),Zs()}tr(["mousemove","click","mousedown"]);var Pf=De('<img class="thumb-img svelte-1nxalmg"/>'),kf=De('<div class="loading-spinner svelte-1nxalmg"><div class="spinner svelte-1nxalmg"></div></div>'),wf=De('<div class="scrub-bar svelte-1nxalmg"><div class="scrub-bar-fill svelte-1nxalmg"></div></div>'),Of=De('<div><img alt="hop" class="frog-sprite svelte-1nxalmg"/></div>'),Ff=De('<div class="thumbnail svelte-1nxalmg" role="img"><!> <canvas></canvas> <!> <!> <!> <div class="thumb-shadow svelte-1nxalmg"></div></div>'),Mf=De('<span class="duration-badge svelte-1nxalmg"> </span> <div class="thumb-wrapper svelte-1nxalmg"><!></div> <div class="info svelte-1nxalmg"><h3 class="title svelte-1nxalmg"> </h3> <a class="creator svelte-1nxalmg"> </a> <p class="date svelte-1nxalmg"> </p></div>',1),Nf=De('<button class="card svelte-1nxalmg"><!></button>');function Bf(a,e){Qs(e,!0);let t=re(ta(e.video.value.creator)),s=re(null);const i=e.video.uri.split("/").pop()||e.video.uri,r=ml(e.video.value.creator),n=`transform: rotate(${r.rotation}deg) translate(${r.translateX}px, ${r.translateY}px);`;let o=re(void 0),c=re(void 0),l=re(!1),h=re(0),u=re(!1),d=re(!1),g=re(!1),f=null,p=null,y=0,E=!1,v=null;Zn(()=>{wi(e.video.value.creator).then(N=>q(t,N,!0)),pl(e.video).then(N=>q(s,N,!0))}),Uo(S);function T(){if(f)return;q(d,!0),f=document.createElement("video"),f.muted=!0,f.playsInline=!0,f.preload="auto",f.style.cssText="position:fixed;top:-9999px;left:-9999px;width:320px;height:180px;pointer-events:none;",document.body.appendChild(f),f.addEventListener("seeked",x);const N=aa(e.video.uri);we.isSupported()&&(p=new we({enableWorker:!1,lowLatencyMode:!1,startLevel:0}),p.loadSource(N),p.attachMedia(f),p.on(we.Events.LEVEL_LOADED,(P,M)=>{y=M.details.totalduration,q(u,!0),A(F(h))}),p.on(we.Events.ERROR,(P,M)=>{M.fatal&&q(d,!1)}))}function S(){p&&(p.destroy(),p=null),f&&(f.removeEventListener("seeked",x),f.remove(),f=null),q(u,!1),q(d,!1),q(g,!1),E=!1,v=null,y=0}function x(){if(E=!1,q(d,!1),L(),v!==null){const N=v;v=null,D(N)}}function D(N){!f||!F(u)||(E=!0,f.currentTime=N)}function A(N){if(!F(u)||!y)return;const P=N*y;E?v=P:D(P)}function L(){if(!f||!F(c))return;const N=f.videoWidth,P=f.videoHeight;if(!N||!P)return;const M=F(c).getBoundingClientRect(),K=window.devicePixelRatio||1;F(c).width=M.width*K,F(c).height=M.height*K;const B=F(c).getContext("2d");B&&(B.drawImage(f,0,0,F(c).width,F(c).height),q(g,!0))}let R=re(0),I=0,C=re(!1);function $(){q(l,!0),T()}function V(N){if(!F(o))return;const P=F(o).getBoundingClientRect(),M=Math.max(0,Math.min(1,(N.clientX-P.left)/P.width)),K=M-I;Math.abs(K)>.03&&(q(R,F(R)===0?1:0,!0),q(C,K<0),I=M),q(h,M,!0),A(F(h))}function G(){q(l,!1)}var O=Nf(),k=ne(O);Bs(k,{get seed(){return i},fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:2.2,padding:"clamp(24px, 4vw, 36px)",children:(N,P)=>{var M=Mf(),K=sa(M),B=ne(K,!0);ie(K);var U=fe(K,2),z=ne(U);{let Le=ia(()=>i+"-thumb");Bs(z,{get seed(){return F(Le)},fill:"#3992FF",strokeColor:"#0A182B",strokeWidth:1.5,padding:0,children:(Be,Fe)=>{var xe=Ff(),bt=ne(xe);{var te=ye=>{var Te=Pf();Me(()=>{Ne(Te,"src",F(s)),Ne(Te,"alt",e.video.value.title)}),_e(ye,Te)};nt(bt,ye=>{F(s)&&ye(te)})}var ve=fe(bt,2);let Re;Us(ve,ye=>q(c,ye),()=>F(c));var Je=fe(ve,2);{var Ke=ye=>{var Te=kf();_e(ye,Te)};nt(Je,ye=>{F(l)&&F(d)&&!F(g)&&ye(Ke)})}var ht=fe(Je,2);{var ut=ye=>{var Te=wf(),_t=ne(Te);ie(Te),Me(()=>kt(_t,`width: ${F(h)*100}%`)),_e(ye,Te)};nt(ht,ye=>{F(l)&&F(u)&&ye(ut)})}var ds=fe(ht,2);{var Ft=ye=>{var Te=Of();let _t;var si=ne(Te);ie(Te),Me(()=>{_t=ts(Te,1,"scrub-frog svelte-1nxalmg",null,_t,{flipped:F(C)}),kt(Te,`left: ${F(h)*100}%;`),Ne(si,"src",F(R)===0?"/froggiestand.png":"/froggiejump.png")}),_e(ye,Te)};nt(ds,ye=>{F(l)&&ye(Ft)})}ll(2),ie(xe),Us(xe,ye=>q(o,ye),()=>F(o)),Me(()=>Re=ts(ve,1,"scrub-canvas svelte-1nxalmg",null,Re,{visible:F(l)&&F(g)})),At("mouseenter",xe,$),rt("mousemove",xe,V),At("mouseleave",xe,G),_e(Be,xe)},$$slots:{default:!0}})}ie(U);var Z=fe(U,2),j=ne(Z),J=ne(j,!0);ie(j);var de=fe(j,2),ce=ne(de,!0);ie(de);var ge=fe(de,2),Oe=ne(ge,!0);ie(ge),ie(Z),Me((Le,Be,Fe)=>{Ze(B,Le),Ze(J,e.video.value.title),Ne(de,"href",`/profile/${Be??""}`),Ze(ce,F(t)),Ze(Oe,Fe)},[()=>ra(e.video.value.duration),()=>F(t).replace("@",""),()=>na(e.video.value.createdAt)]),rt("click",de,Le=>Le.stopPropagation()),_e(N,M)},$$slots:{default:!0}}),ie(O),Me(()=>kt(O,n)),rt("click",O,()=>e.onSelect(e.video)),_e(a,O),Zs()}tr(["click","mousemove"]);var Uf=De('<div class="wavy-circle svelte-95sxdm"><div class="circle-clipped svelte-95sxdm"><div class="circle-fill svelte-95sxdm"></div> <div class="circle-content svelte-95sxdm"><!></div></div> <svg class="circle-stroke svelte-95sxdm" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" overflow="visible"><path fill="none" stroke-linejoin="round"></path></svg></div>');function $f(a,e){Qs(e,!0);let t=gs(e,"fill",3,"#39FF44"),s=gs(e,"strokeColor",3,"#0A182B"),i=gs(e,"strokeWidth",3,2),r=gs(e,"size",3,48);const{svgPath:n,clipPolygon:o}=c(e.seed);function c(y){const D=Xt(y,1)*Math.PI*2,A=Xt(y,2)*Math.PI*2,L=4+Xt(y,3)*4,R=8+Xt(y,4)*6,I=.7+Xt(y,5)*.6,C=[];for(let G=0;G<64;G++){const O=G/64*Math.PI*2,k=Math.sin(O*L+D)*4*.7,N=Math.sin(O*R+A)*4*.3,P=44+(k+N)*I;C.push([50+Math.cos(O)*P,50+Math.sin(O)*P])}let $=`M ${C[0][0].toFixed(1)} ${C[0][1].toFixed(1)}`;for(let G=0;G<C.length;G++){const O=C[(G-1+C.length)%C.length],k=C[G],N=C[(G+1)%C.length],P=C[(G+2)%C.length],M=.25,K=k[0]+(N[0]-O[0])*M,B=k[1]+(N[1]-O[1])*M,U=N[0]-(P[0]-k[0])*M,z=N[1]-(P[1]-k[1])*M;$+=` C ${K.toFixed(1)} ${B.toFixed(1)}, ${U.toFixed(1)} ${z.toFixed(1)}, ${N[0].toFixed(1)} ${N[1].toFixed(1)}`}$+=" Z";const V=C.map(([G,O])=>`${G.toFixed(2)}% ${O.toFixed(2)}%`).join(", ");return{svgPath:$,clipPolygon:`polygon(${V})`}}var l=Uf(),h=ne(l),u=ne(h),d=fe(u,2),g=ne(d);dl(g,()=>e.children),ie(d),ie(h);var f=fe(h,2),p=ne(f);ie(f),ie(l),Me(()=>{kt(l,`width: ${r()??""}px; height: ${r()??""}px;`),kt(h,`clip-path: ${o??""};`),kt(u,`background: ${t()??""};`),Ne(p,"d",n),Ne(p,"stroke",s()),Ne(p,"stroke-width",i())}),_e(a,l),Zs()}var Gf=De('<img alt=""/>'),Kf=De('<a class="creator-avatar-link svelte-1uha8ag"><!></a>'),Vf=De('<h2 class="player-title svelte-1uha8ag"> </h2> <div class="player-meta-row svelte-1uha8ag"><!> <p class="player-meta svelte-1uha8ag"><a class="creator-tag svelte-1uha8ag"> </a> <span class="dot svelte-1uha8ag">·</span> <span class="dot svelte-1uha8ag">·</span> </p></div>',1),Hf=De('<section class="player-section svelte-1uha8ag"><!> <div class="player-info svelte-1uha8ag"><!></div></section>'),Yf=De('<div class="error svelte-1uha8ag"> </div>'),Wf=De('<button class="page-btn svelte-1uha8ag">← previous</button>'),qf=De('<button class="page-btn svelte-1uha8ag">next →</button>'),jf=De('<div class="app svelte-1uha8ag"><!> <!> <!> <section class="grid svelte-1uha8ag"></section> <div class="pagination svelte-1uha8ag"><!> <span class="page-num svelte-1uha8ag"> </span> <!></div></div>');function ng(a,e){Qs(e,!0);const t=9;let s=re(ta([])),i=re(!1),r=re(null),n=re(""),o=re(""),c=re(""),l=re(0),h=re(!0);async function u(){q(i,!0),q(c,"");try{const O=await El(F(l),t);q(s,O.records,!0),q(h,O.hasMore,!0)}catch(O){q(c,O.message,!0)}q(i,!1)}function d(){!F(h)||F(i)||(Pr(l),u(),window.scrollTo({top:0,behavior:"smooth"}))}function g(){F(l)<=0||F(i)||(Pr(l,-1),u(),window.scrollTo({top:0,behavior:"smooth"}))}function f(O){q(r,O,!0),q(o,""),wi(O.value.creator).then(N=>{q(n,N,!0);const P=N.replace("@","");vl(P).then(M=>{M.avatar&&q(o,M.avatar,!0)}).catch(()=>{})});const k=new URL(window.location.href);k.searchParams.set("v",O.uri),window.history.pushState({},"",k.toString()),window.scrollTo({top:0,behavior:"smooth"})}function p(){q(r,null);const O=new URL(window.location.href);O.searchParams.delete("v"),window.history.pushState({},"",O.toString())}Zn(async()=>{await u();const k=new URLSearchParams(window.location.search).get("v");if(k){const P=(await kr()).find(M=>M.uri===k);P&&f(P)}});async function y(){const k=new URLSearchParams(window.location.search).get("v");if(k){const P=(await kr()).find(M=>M.uri===k);P&&(q(r,P,!0),wi(P.value.creator).then(M=>q(n,M,!0)))}else q(r,null)}var E=jf();At("popstate",hl,y),fl("1uha8ag",O=>{cl(()=>{ul.title="vod frog"})});var v=ne(E);yl(v,{onHomeClick:p});var T=fe(v,2);{var S=O=>{var k=Hf(),N=ne(k);{let K=ia(()=>aa(F(r).uri));Cf(N,{get src(){return F(K)}})}var P=fe(N,2),M=ne(P);Bs(M,{seed:"player-info",fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:1.8,padding:"32px clamp(40px, 6vw, 80px)",children:(K,B)=>{var U=Vf(),z=sa(U),Z=ne(z,!0);ie(z);var j=fe(z,2),J=ne(j);{var de=Fe=>{var xe=Kf(),bt=ne(xe);$f(bt,{get seed(){return F(r).value.creator},fill:"#FFDEED",strokeColor:"#0A182B",strokeWidth:1.5,size:40,children:(te,ve)=>{var Re=Gf();Me(()=>Ne(Re,"src",F(o))),_e(te,Re)},$$slots:{default:!0}}),ie(xe),Me(te=>Ne(xe,"href",`/profile/${te??""}`),[()=>F(n)?.replace("@","")||F(r).value.creator]),_e(Fe,xe)};nt(J,Fe=>{F(o)&&Fe(de)})}var ce=fe(J,2),ge=ne(ce),Oe=ne(ge,!0);ie(ge);var Le=fe(ge,3),Be=fe(Le,2);ie(ce),ie(j),Me((Fe,xe,bt)=>{Ze(Z,F(r).value.title),Ne(ge,"href",`/profile/${Fe??""}`),Ze(Oe,F(n)||F(r).value.creator),Ze(Le,` ${xe??""} `),Ze(Be,` ${bt??""}`)},[()=>F(n)?.replace("@","")||F(r).value.creator,()=>na(F(r).value.createdAt),()=>ra(F(r).value.duration)]),_e(K,U)},$$slots:{default:!0}}),ie(P),ie(k),_e(O,k)};nt(T,O=>{F(r)&&O(S)})}var x=fe(T,2);{var D=O=>{var k=Yf(),N=ne(k,!0);ie(k),Me(()=>Ze(N,F(c))),_e(O,k)};nt(x,O=>{F(c)&&O(D)})}var A=fe(x,2);Sl(A,21,()=>F(s),O=>O.uri,(O,k)=>{Bf(O,{get video(){return F(k)},onSelect:f})}),ie(A);var L=fe(A,2),R=ne(L);{var I=O=>{var k=Wf();Me(()=>k.disabled=F(i)),rt("click",k,g),_e(O,k)};nt(R,O=>{F(l)>0&&O(I)})}var C=fe(R,2),$=ne(C);ie(C);var V=fe(C,2);{var G=O=>{var k=qf();Me(()=>k.disabled=F(i)),rt("click",k,d),_e(O,k)};nt(V,O=>{F(h)&&O(G)})}ie(L),ie(E),Me(()=>Ze($,`page ${F(l)+1}`)),_e(a,E),Zs()}tr(["click"]);export{ng as component};
-1
build/_app/immutable/nodes/3.Bx_OPh6d.js
··· 1 - import{a as i,f as n}from"../chunks/6qGwBjhj.js";import{o as oa}from"../chunks/pNsQzX0r.js";import{a1 as la,a4 as va,a8 as ia,a5 as r,B as b,A as a,a9 as na,a7 as p,aa as y,a6 as o,ab as j,ac as da,a3 as c}from"../chunks/BuZ8u_VS.js";import{s as _}from"../chunks/CCoS_Egr.js";import{i as u,s as pa,a as ca}from"../chunks/CvWmAKek.js";import{h as ma}from"../chunks/iHYN8FkY.js";import{F as fa,g as _a,W as N,s as w}from"../chunks/4YFwho-X.js";import{s as ua}from"../chunks/BKjtTD7m.js";const ga=!1,xa=!1,Ga=Object.freeze(Object.defineProperty({__proto__:null,prerender:ga,ssr:xa},Symbol.toStringTag,{value:"Module"})),ba=()=>{const m=ua;return{page:{subscribe:m.page.subscribe},navigating:{subscribe:m.navigating.subscribe},updated:m.updated}},ha={subscribe(m){return ba().page.subscribe(m)}};var $a=n('<div class="loading svelte-oxml5t"><img src="/froggiejump.png" alt="loading" class="loading-frog svelte-oxml5t"/> <p class="loading-text svelte-oxml5t">hopping over to fetch profile...</p></div>'),ka=n('<div class="error svelte-oxml5t"> </div>'),ya=n('<img alt="banner" class="banner-img svelte-oxml5t"/>'),wa=n('<img class="avatar svelte-oxml5t"/>'),Ca=n('<div class="avatar-wrapper svelte-oxml5t"><!></div>'),Fa=n('<p class="description svelte-oxml5t"> </p>'),Ba=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">followers</span></div>'),Pa=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">following</span></div>'),Wa=n('<div class="stat svelte-oxml5t"><span class="stat-num svelte-oxml5t"> </span> <span class="stat-label svelte-oxml5t">posts</span></div>'),Aa=n('<div class="profile-card svelte-oxml5t"><!> <h1 class="display-name svelte-oxml5t"> </h1> <p class="handle svelte-oxml5t"> </p> <!> <div class="stats svelte-oxml5t"><!> <!> <!></div> <a target="_blank" class="profile-link svelte-oxml5t">view on witchsky →</a></div>'),ja=n('<div class="profile-layout svelte-oxml5t"><!> <div class="profile-card-area svelte-oxml5t"><!></div></div>'),Na=n('<div class="profile-page svelte-oxml5t"><!> <!> <div class="back-link svelte-oxml5t"><a href="/" class="svelte-oxml5t">← back to vods</a></div></div>');function Ia(m,S){la(S,!0);const q=()=>ca(ha,"$page",G),[G,I]=pa();let e=j(null),C=j(!0),h=j(""),D=da(()=>q().params.handle);oa(async()=>{b(C,!0),b(h,"");try{b(e,await _a(a(D)),!0)}catch(l){b(h,l.message,!0)}b(C,!1)});var F=Na();ma("oxml5t",l=>{ia(()=>{na.title=`${(a(e)?.displayName||a(D))??""} — vod frog 🐸`})});var E=r(F);fa(E,{});var J=p(E,2);{var K=l=>{var d=$a();i(l,d)},L=l=>{var d=ka(),$=r(d,!0);o(d),c(()=>_($,a(h))),i(l,d)},Q=l=>{var d=ja(),$=r(d);{var R=g=>{N(g,{seed:"profile-banner",fill:"#3992FF",strokeColor:"#0A182B",strokeWidth:2,padding:4,children:(O,k)=>{var x=ya();c(()=>w(x,"src",a(e).banner)),i(O,x)},$$slots:{default:!0}})};u($,g=>{a(e).banner&&g(R)})}var M=p($,2),U=r(M);N(U,{seed:"profile-card",fill:"#39FF44",strokeColor:"#0A182B",strokeWidth:2,padding:48,children:(g,O)=>{var k=Aa(),x=r(k);{var V=t=>{var s=Ca(),v=r(s);N(v,{seed:"profile-avatar",fill:"#FFDEED",strokeColor:"#0A182B",strokeWidth:1.5,padding:4,children:(f,Sa)=>{var A=wa();c(()=>{w(A,"src",a(e).avatar),w(A,"alt",a(e).displayName||a(e).handle)}),i(f,A)},$$slots:{default:!0}}),o(s),i(t,s)};u(x,t=>{a(e).avatar&&t(V)})}var B=p(x,2),X=r(B,!0);o(B);var P=p(B,2),Y=r(P);o(P);var z=p(P,2);{var Z=t=>{var s=Fa(),v=r(s,!0);o(s),c(()=>_(v,a(e).description)),i(t,s)};u(z,t=>{a(e).description&&t(Z)})}var W=p(z,2),H=r(W);{var aa=t=>{var s=Ba(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).followersCount)),i(t,s)};u(H,t=>{a(e).followersCount!==void 0&&t(aa)})}var T=p(H,2);{var ea=t=>{var s=Pa(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).followsCount)),i(t,s)};u(T,t=>{a(e).followsCount!==void 0&&t(ea)})}var ta=p(T,2);{var sa=t=>{var s=Wa(),v=r(s),f=r(v,!0);o(v),y(2),o(s),c(()=>_(f,a(e).postsCount)),i(t,s)};u(ta,t=>{a(e).postsCount!==void 0&&t(sa)})}o(W);var ra=p(W,2);o(k),c(()=>{_(X,a(e).displayName||a(e).handle),_(Y,`@${a(e).handle??""}`),w(ra,"href",`https://witchsky.app/profile/${a(e).handle??""}`)}),i(g,k)},$$slots:{default:!0}}),o(M),o(d),i(l,d)};u(J,l=>{a(C)?l(K):a(h)?l(L,1):a(e)&&l(Q,2)})}y(2),o(F),i(m,F),va(),I()}export{Ia as component,Ga as universal};
-1
build/_app/version.json
··· 1 - {"version":"1774913971226"}
build/favicon.png

This is a binary file and will not be displayed.

-1
build/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="107" height="128" viewBox="0 0 107 128"><title>svelte-logo</title><path d="M94.157 22.819c-10.4-14.885-30.94-19.297-45.792-9.835L22.282 29.608A29.92 29.92 0 0 0 8.764 49.65a31.5 31.5 0 0 0 3.108 20.231 30 30 0 0 0-4.477 11.183 31.9 31.9 0 0 0 5.448 24.116c10.402 14.887 30.942 19.297 45.791 9.835l26.083-16.624A29.92 29.92 0 0 0 98.235 78.35a31.53 31.53 0 0 0-3.105-20.232 30 30 0 0 0 4.474-11.182 31.88 31.88 0 0 0-5.447-24.116" style="fill:#ff3e00"/><path d="M45.817 106.582a20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.503 18 18 0 0 1 .624-2.435l.49-1.498 1.337.981a33.6 33.6 0 0 0 10.203 5.098l.97.294-.09.968a5.85 5.85 0 0 0 1.052 3.878 6.24 6.24 0 0 0 6.695 2.485 5.8 5.8 0 0 0 1.603-.704L69.27 76.28a5.43 5.43 0 0 0 2.45-3.631 5.8 5.8 0 0 0-.987-4.371 6.24 6.24 0 0 0-6.698-2.487 5.7 5.7 0 0 0-1.6.704l-9.953 6.345a19 19 0 0 1-5.296 2.326 20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.502 17.99 17.99 0 0 1 8.13-12.052l26.081-16.623a19 19 0 0 1 5.3-2.329 20.72 20.72 0 0 1 22.237 8.243 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-.624 2.435l-.49 1.498-1.337-.98a33.6 33.6 0 0 0-10.203-5.1l-.97-.294.09-.968a5.86 5.86 0 0 0-1.052-3.878 6.24 6.24 0 0 0-6.696-2.485 5.8 5.8 0 0 0-1.602.704L37.73 51.72a5.42 5.42 0 0 0-2.449 3.63 5.79 5.79 0 0 0 .986 4.372 6.24 6.24 0 0 0 6.698 2.486 5.8 5.8 0 0 0 1.602-.704l9.952-6.342a19 19 0 0 1 5.295-2.328 20.72 20.72 0 0 1 22.237 8.242 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-8.13 12.053l-26.081 16.622a19 19 0 0 1-5.3 2.328" style="fill:#fff"/></svg>
build/fonts/Fang-Italic.otf

This is a binary file and will not be displayed.

build/fonts/Fang-Roman.otf

This is a binary file and will not be displayed.

build/fonts/PicNic-Regular.otf

This is a binary file and will not be displayed.

build/frogcursor-small.png

This is a binary file and will not be displayed.

build/frogcursor.png

This is a binary file and will not be displayed.

build/frogeye.png

This is a binary file and will not be displayed.

build/froggie.png

This is a binary file and will not be displayed.

build/froggiejump.png

This is a binary file and will not be displayed.

build/froggiestand.png

This is a binary file and will not be displayed.

build/frogicon.png

This is a binary file and will not be displayed.

-40
build/index.html
··· 1 - <!doctype html> 2 - <html lang="en"> 3 - <head> 4 - <meta charset="utf-8" /> 5 - <link rel="icon" href="/frogicon.png" /> 6 - <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 - <title>vod frog</title> 8 - <link href="/_app/immutable/entry/start.CgMVs50r.js" rel="modulepreload"> 9 - <link href="/_app/immutable/chunks/BKjtTD7m.js" rel="modulepreload"> 10 - <link href="/_app/immutable/chunks/BuZ8u_VS.js" rel="modulepreload"> 11 - <link href="/_app/immutable/chunks/pNsQzX0r.js" rel="modulepreload"> 12 - <link href="/_app/immutable/entry/app.D1MwiwKn.js" rel="modulepreload"> 13 - <link href="/_app/immutable/chunks/CCoS_Egr.js" rel="modulepreload"> 14 - <link href="/_app/immutable/chunks/6qGwBjhj.js" rel="modulepreload"> 15 - <link href="/_app/immutable/chunks/CvWmAKek.js" rel="modulepreload"> 16 - <link href="/_app/immutable/chunks/D1Ae0CO3.js" rel="modulepreload"> 17 - <link href="/_app/immutable/chunks/lKBsgujO.js" rel="modulepreload"> 18 - 19 - </head> 20 - <body> 21 - <div style="display: contents"> 22 - <script> 23 - { 24 - __sveltekit_lq47rm = { 25 - base: "" 26 - }; 27 - 28 - const element = document.currentScript.parentElement; 29 - 30 - Promise.all([ 31 - import("/_app/immutable/entry/start.CgMVs50r.js"), 32 - import("/_app/immutable/entry/app.D1MwiwKn.js") 33 - ]).then(([kit, app]) => { 34 - kit.start(app, element); 35 - }); 36 - } 37 - </script> 38 - </div> 39 - </body> 40 - </html>
build/leaves.png

This is a binary file and will not be displayed.

-3
build/robots.txt
··· 1 - # allow crawling everything by default 2 - User-agent: * 3 - Disallow:
+1 -1
src/app.html
··· 13 13 <meta name="twitter:description" content="vod frog, i put the vods on a frog" /> 14 14 <meta name="twitter:image" content="/opengraph.png" /> 15 15 <meta name="description" content="vod frog, i put the vods on a frog" /> 16 - <title>vod frog 🐸</title> 16 + <title>vod frog</title> 17 17 %sveltekit.head% 18 18 </head> 19 19 <body>
-1
src/lib/assets/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="107" height="128" viewBox="0 0 107 128"><title>svelte-logo</title><path d="M94.157 22.819c-10.4-14.885-30.94-19.297-45.792-9.835L22.282 29.608A29.92 29.92 0 0 0 8.764 49.65a31.5 31.5 0 0 0 3.108 20.231 30 30 0 0 0-4.477 11.183 31.9 31.9 0 0 0 5.448 24.116c10.402 14.887 30.942 19.297 45.791 9.835l26.083-16.624A29.92 29.92 0 0 0 98.235 78.35a31.53 31.53 0 0 0-3.105-20.232 30 30 0 0 0 4.474-11.182 31.88 31.88 0 0 0-5.447-24.116" style="fill:#ff3e00"/><path d="M45.817 106.582a20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.503 18 18 0 0 1 .624-2.435l.49-1.498 1.337.981a33.6 33.6 0 0 0 10.203 5.098l.97.294-.09.968a5.85 5.85 0 0 0 1.052 3.878 6.24 6.24 0 0 0 6.695 2.485 5.8 5.8 0 0 0 1.603-.704L69.27 76.28a5.43 5.43 0 0 0 2.45-3.631 5.8 5.8 0 0 0-.987-4.371 6.24 6.24 0 0 0-6.698-2.487 5.7 5.7 0 0 0-1.6.704l-9.953 6.345a19 19 0 0 1-5.296 2.326 20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.502 17.99 17.99 0 0 1 8.13-12.052l26.081-16.623a19 19 0 0 1 5.3-2.329 20.72 20.72 0 0 1 22.237 8.243 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-.624 2.435l-.49 1.498-1.337-.98a33.6 33.6 0 0 0-10.203-5.1l-.97-.294.09-.968a5.86 5.86 0 0 0-1.052-3.878 6.24 6.24 0 0 0-6.696-2.485 5.8 5.8 0 0 0-1.602.704L37.73 51.72a5.42 5.42 0 0 0-2.449 3.63 5.79 5.79 0 0 0 .986 4.372 6.24 6.24 0 0 0 6.698 2.486 5.8 5.8 0 0 0 1.602-.704l9.952-6.342a19 19 0 0 1 5.295-2.328 20.72 20.72 0 0 1 22.237 8.242 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-8.13 12.053l-26.081 16.622a19 19 0 0 1-5.3 2.328" style="fill:#fff"/></svg>
-1
src/lib/index.ts
··· 1 - // place files you want to import through the `$lib` alias in this folder.
+1 -1
src/routes/profile/[handle]/+page.svelte
··· 24 24 </script> 25 25 26 26 <svelte:head> 27 - <title>{profile?.displayName || handle} — vod frog 🐸</title> 27 + <title>{profile?.displayName || handle} — vod frog</title> 28 28 </svelte:head> 29 29 30 30 <div class="profile-page">
static/favicon.png

This is a binary file and will not be displayed.

-1
static/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="107" height="128" viewBox="0 0 107 128"><title>svelte-logo</title><path d="M94.157 22.819c-10.4-14.885-30.94-19.297-45.792-9.835L22.282 29.608A29.92 29.92 0 0 0 8.764 49.65a31.5 31.5 0 0 0 3.108 20.231 30 30 0 0 0-4.477 11.183 31.9 31.9 0 0 0 5.448 24.116c10.402 14.887 30.942 19.297 45.791 9.835l26.083-16.624A29.92 29.92 0 0 0 98.235 78.35a31.53 31.53 0 0 0-3.105-20.232 30 30 0 0 0 4.474-11.182 31.88 31.88 0 0 0-5.447-24.116" style="fill:#ff3e00"/><path d="M45.817 106.582a20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.503 18 18 0 0 1 .624-2.435l.49-1.498 1.337.981a33.6 33.6 0 0 0 10.203 5.098l.97.294-.09.968a5.85 5.85 0 0 0 1.052 3.878 6.24 6.24 0 0 0 6.695 2.485 5.8 5.8 0 0 0 1.603-.704L69.27 76.28a5.43 5.43 0 0 0 2.45-3.631 5.8 5.8 0 0 0-.987-4.371 6.24 6.24 0 0 0-6.698-2.487 5.7 5.7 0 0 0-1.6.704l-9.953 6.345a19 19 0 0 1-5.296 2.326 20.72 20.72 0 0 1-22.237-8.243 19.17 19.17 0 0 1-3.277-14.502 17.99 17.99 0 0 1 8.13-12.052l26.081-16.623a19 19 0 0 1 5.3-2.329 20.72 20.72 0 0 1 22.237 8.243 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-.624 2.435l-.49 1.498-1.337-.98a33.6 33.6 0 0 0-10.203-5.1l-.97-.294.09-.968a5.86 5.86 0 0 0-1.052-3.878 6.24 6.24 0 0 0-6.696-2.485 5.8 5.8 0 0 0-1.602.704L37.73 51.72a5.42 5.42 0 0 0-2.449 3.63 5.79 5.79 0 0 0 .986 4.372 6.24 6.24 0 0 0 6.698 2.486 5.8 5.8 0 0 0 1.602-.704l9.952-6.342a19 19 0 0 1 5.295-2.328 20.72 20.72 0 0 1 22.237 8.242 19.17 19.17 0 0 1 3.277 14.503 18 18 0 0 1-8.13 12.053l-26.081 16.622a19 19 0 0 1-5.3 2.328" style="fill:#fff"/></svg>