Closed luwes closed 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
media-chrome | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 9, 2024 3:46pm |
media-chrome-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 9, 2024 3:46pm |
Attention: 115 lines
in your changes are missing coverage. Please review.
Comparison is base (
dbc79eb
) 78.64% compared to head (1091eb6
) 78.59%. Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Weird, I can't visually see it here
(on the demo link: https://media-chrome-git-fork-luwes-chapters-range-mux.vercel.app/examples/vanilla/advanced.html)
@dylanjha strange, is that the Arc browser? which version
@luwes ya Arc
Version 1.14.0 (42789) Chromium Engine Version 118.0.5993.117
@luwes is attempting to deploy a commit to the Mux Team on Vercel.
A member of the Team first needs to authorize it.
related work https://github.com/muxinc/media-chrome/pull/664
test url: https://media-chrome-git-fork-luwes-chapters-range-mux.vercel.app/examples/vanilla/advanced.html
This adds the chapters in the time range piece of supporting the chapters feature.
It's an approach I haven't seen in other players, instead of dividing the visual track in multiple divs with many child divs representing progress, buffer, pointer highlight, etc like seen in the screenshot at the bottom of the YT player markup.
The approach in this PR uses
clip-path
and an SVG with a<clipPath>
that contains a<rect>
for each segment. That should make the amount of elements be reduced by at least 3x.YouTube player markup with a lot more elements