docs(root): add links and remove known gaps in media-chrome migration guide

This commit is contained in:
Wesley Luyten
2026-06-22 13:53:38 -07:00
parent 083952ccd6
commit bd770ce0a0
+4 -10
View File
@@ -6,7 +6,7 @@ Video.js v10's HTML player uses the same `media-*` custom-element convention as
## Before you begin
Install Video.js and pick a preset/skin (see the installation guide). The fastest path is to start from a preset, then replace its controls with your migrated markup.
Install Video.js and pick a preset/skin (see the [installation guide](https://videojs.org/docs/framework/html/how-to/installation)). The fastest path is to start from a preset, then replace its controls with your migrated markup.
```bash
npm install @videojs/html # or @videojs/react
@@ -104,14 +104,8 @@ export function MyPlayer() {
}
```
## Known gaps
- **Native controls aren't auto-removed when custom controls load** ([#1160](https://github.com/videojs/v10/issues/1160)). Omit the `controls` attribute on the underlying media to avoid double controls.
- **`videoTracks` (multiple video tracks/angles) is not yet supported** ([#1163](https://github.com/videojs/v10/issues/1163)).
## See also
- Installation
- UI components concept
- Skins, Presets, Customize skins
- Component reference pages
- [Installation](https://videojs.org/docs/framework/html/how-to/installation)
- [UI components concept](https://videojs.org/docs/framework/html/concepts/ui-components)
- [Skins, Presets, Customize skins](https://videojs.org/docs/framework/html/how-to/customize-skins)