Skip to content

Feature: Cuepoints Add-On for Media Components #1267

@luwes

Description

@luwes

Add a cuepoints capability for media stacks that can support it (timeline markers, ad or chapter-style events, or other time-based hooks), exposed as an optional add-on rather than baking it into every delegate. Implementation can use a class mixin pattern consistent with existing DOM media mixins (for example HlsJsMediaMetadataTracksMixin in @videojs/core).

Today the store already surfaces chaptersCues and metadata thumbnail cues from native text tracks (text-track feature), and hls.js delegates preserve metadata/chapters tracks via a mixin. A cuepoints add-on should clarify how programmatic or manifest-derived cuepoints integrate with that model—whether as a dedicated metadata track, synthetic cues, or a small state slice—and which components (HTML custom elements, React wrappers, SPF) opt in.

Context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions