# Video.js (bundled)

MediaBlaster ships a bundled copy of [Video.js](https://videojs.com/) for the HTML video player.

## Version

- **Video.js 8.21.0**
- Source: https://www.npmjs.com/package/video.js/v/8.21.0
- Files: `video.min.js`, `video.min.css` (from `dist/video-js.min.css`)

## Upgrade

1. Download the new release from npm or GitHub releases.
2. Replace `video.min.js` and `video.min.css` in this directory.
3. Update the version note in this README.
4. Smoke-test HLS/MP4 playback, captions, and multiple players on one page.

## Notes

- HLS playback uses Video.js VHS (included in the standard build).
- DASH sources are emitted with `application/dash+xml`; browser support varies.
- The plugin registers handles as `mediablaster-videojs` unless another plugin or theme already registered `video-js` or `videojs`.
