Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(playback-core, mux-video, mux-player): addChapters interface #909

Merged
merged 31 commits into from May 21, 2024

Conversation

AdamJaggard
Copy link
Contributor

@AdamJaggard AdamJaggard commented Apr 23, 2024

  • Adds a new interface for working with chapters: .addChapters(), .activeChapter, .chapters.
  • Amends cuepoints interface to match chapters and use a shared CueLike shape, with a startTime and optional endTime. The old shape of {time: number, value: T} is still supported for backwards compatibility. Because of this both CuePoints and Chapters support sparse (with gaps) or being joined up end to end
  • Chapters unsupported on Live content for this iteration, docs will mention this
  • Audio UI works as expected
image image

Copy link

vercel bot commented Apr 23, 2024

@AdamJaggard is attempting to deploy a commit to the Mux Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elements-demo-create-react-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:09pm
elements-demo-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:09pm
elements-demo-svelte-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:09pm
elements-demo-vanilla ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:09pm
elements-demo-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:09pm

Copy link
Contributor

@cjpillsbury cjpillsbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📖 😎

Copy link
Contributor

@luwes luwes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants