mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
docs: add mux.com links in install/docs (#819)
This commit is contained in:
@@ -9,7 +9,12 @@ export default function RendererPicker() {
|
||||
<RendererSelect />
|
||||
</div>
|
||||
<div className="flex flex-col gap-4">
|
||||
<p className="font-bold">Or upload your media for free to Mux</p>
|
||||
<p className="font-bold">
|
||||
Or upload your media for free to{' '}
|
||||
<a href="https://mux.com" target="_blank" rel="noopener" className="underline intent:no-underline">
|
||||
Mux
|
||||
</a>
|
||||
</p>
|
||||
<MuxUploaderPanel />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,13 @@ export default function UploaderOverlay({ state, error, playbackId, onLogin, onR
|
||||
if (state === 'needs_login') {
|
||||
return (
|
||||
<OverlayWrapper>
|
||||
<p className="text-p3 font-bold">To upload this video to Mux…</p>
|
||||
<p className="text-p3 font-bold">
|
||||
To upload this video to{' '}
|
||||
<a href="https://mux.com" target="_blank" rel="noopener" className="underline intent:no-underline">
|
||||
Mux
|
||||
</a>
|
||||
…
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
onClick={onLogin}
|
||||
|
||||
@@ -35,7 +35,7 @@ import jsonSpriteHtmlTs from "@/components/docs/demos/thumbnail/html/css/JsonSpr
|
||||
|
||||
`Thumbnail` can read thumbnail cues directly from your video track. Add a `<track>` with `kind="metadata"` and `label="thumbnails"` to your media element.
|
||||
|
||||
Mux provides this as `storyboard.vtt`:
|
||||
[Mux](https://mux.com) provides this as `storyboard.vtt`:
|
||||
|
||||
`https://image.mux.com/{PLAYBACK_ID}/storyboard.vtt`
|
||||
|
||||
|
||||
@@ -100,6 +100,8 @@ React and HTML demos for the same variant should use matching BEM structures.
|
||||
|
||||
All demos use these URLs:
|
||||
|
||||
These demo assets are hosted by [Mux](https://mux.com):
|
||||
|
||||
```
|
||||
Video: https://stream.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/highest.mp4
|
||||
Poster: https://image.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/thumbnail.jpg
|
||||
|
||||
Reference in New Issue
Block a user