Skip to content

@videts/vide


@videts/vide / hls / HlsPluginOptions

Interface: HlsPluginOptions

Defined in: hls/types.ts:3

Properties

PropertyTypeDescription
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).