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