Replies: 3 comments 1 reply
-
I can media-chrome has a |
Beta Was this translation helpful? Give feedback.
-
Mux Player does not have this directly, using Also when using Media Chrome with Mux, you'll want to use <media-controller>
<mux-video playback-id="xx" slot="media"></mux-video>
</media-controller> Let me know if that makes sense |
Beta Was this translation helpful? Give feedback.
-
@subpublic you might also want to take a look at https://github.com/muxinc/media-offset which should be a valid replacement to videojs-offset. Have a look at https://github.com/muxinc/media-offset for the repo. |
Beta Was this translation helpful? Give feedback.
-
Which Mux Elements/Packages would you like a new feature for?
Describe the feature you'd like to request
I would like being able to show clips (parts of a Mux VOD file) and display chapters in the timeline.
I could also just have a good way to add/use plugins, so that we can write one (and maybe pull request).
Describe the use cases the feature will solve
How are you using Mux Elements?
I'm not right now,
Describe the solution you'd like to see
For clips we're now using videojs-offset, which works fine.
For chapters I like de design of youtube and would like to be able to set chapters using JSON or JavaScript (not a vtt file)
For plugins I'd like a guide and a forkable project that includes testing (not to break anything)
Describe alternatives or workarounds you've considered
Using VideoJS, but the mux player looks much nicer!
Beta Was this translation helpful? Give feedback.
All reactions