M3u8WebVttInputSettings interface

Signature:

export interface M3u8WebVttInputSettings extends InputSettings<M3u8WebVttInputNode>

Properties

Property Type Description

language?

string

(Optional) Optional BCP-47 language tag (e.g. "en", "fr").

playMode?

"fromStart" | "live"

(Optional) Playback mode. "fromStart" (default) replays the playlist from its oldest visible segment; "live" follows the live edge. Note that "fromStart" against a VOD playlist will burst cues at upstream-fetch rate rather than wall-clock — see the engine’s M3u8WebVttInput notes.

renditionName?

string

(Optional) Optional rendition name (default "default").

url

string

URL of a WebVTT media playlist (typically referenced by an EXT-X-MEDIA TYPE=SUBTITLES entry of a master).