@videts/vide / hls / HlsPluginOptions
Interface: HlsPluginOptions
Defined in: hls/types.ts:3
Properties
| Property | Type | Description |
|---|---|---|
hlsConfig? | Record<string, unknown> | Configuration passed directly to the hls.js constructor. |
recovery? | false | Partial<RecoveryConfig> | Error recovery settings. false to disable. Defaults to enabled (3 retries, 3s delay, 2x backoff). |