Skip to content

@videts/vide


@videts/vide / hls / HlsPluginOptions

Interface: HlsPluginOptions

Defined in: hls/types.ts:3

Properties

hlsConfig?

optional hlsConfig: Record<string, unknown>

Defined in: hls/types.ts:5

Configuration passed directly to the hls.js constructor.


recovery?

optional recovery: false | Partial<RecoveryConfig>

Defined in: hls/types.ts:7

Error recovery settings. false to disable. Defaults to enabled (3 retries, 3s delay, 2x backoff).