https://github.com/videojs/monorepo
Monorepo for all videojs packages
https://github.com/videojs/monorepo
Last synced: 6 months ago
JSON representation
Monorepo for all videojs packages
- Host: GitHub
- URL: https://github.com/videojs/monorepo
- Owner: videojs
- License: other
- Created: 2023-10-24T22:09:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T20:55:30.000Z (10 months ago)
- Last Synced: 2025-07-07T18:52:44.468Z (6 months ago)
- Language: TypeScript
- Homepage: https://videojsdev.netlify.app/
- Size: 1.49 MB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
> [!WARNING]
>
> This project is under active development!
[](https://app.netlify.com/sites/videojsdev/deploys)
[](https://codecov.io/github/videojs/monorepo)
Video.js is a full-featured, open source video player for all web-based platforms.
Right out of the box, Video.js supports all common media formats used on the web including streaming formats like HLS and DASH. It works on desktops, mobile devices, tablets, and web-based Smart TVs.
Video.js uses the open web standards [MediaSource Extensions](https://www.w3.org/TR/media-source/) and [Encrypted Media Extensions](https://www.w3.org/TR/encrypted-media/).
# Table of content
* [Table of content](#table-of-content)
* [Monorepo sub-packages](#monorepo-sub-packages)
* [Browser Support Matrix](#browser-support-matrix)
* [Important Links](#important-links)
* [Contributing](#contributing)
* [Code of conduct](#code-of-conduct)
* [License](#license)
# Monorepo sub-packages
This is the videojs NX monorepo that has the following sub-packages:
- [@videojs/dash-parser (publishable library)](packages/dash-parser/README.md)
- [@videojs/hls-parser (publishable library)](packages/hls-parser/README.md)
- [@videojs/playback (publishable library)](packages/playback/README.md)
- [@videojs/env-capabilities (publishable library)](packages/env-capabilities/README.md)
- [videojs.dev (application)](packages/videojs.dev/README.md)
# Browser Support Matrix
TBD
# Important Links
- `@videojs/dash-parser`
- API Reference: https://videojsdev.netlify.app/api-reference/dash-parser
- Demo: https://videojsdev.netlify.app/demo/dash-parser
- `@videojs/hls-parser`
- API Reference: https://videojsdev.netlify.app/api-reference/hls-parser
- Demo: https://videojsdev.netlify.app/demo/hls-parser
- `@videojs/playback`
- API Reference: https://videojsdev.netlify.app/api-reference/playback
- Demo: https://videojsdev.netlify.app/demo/playback
- `@videojs/env-capabilities`
- API Reference: https://videojsdev.netlify.app/api-reference/env-capabilities
- Demo: https://videojsdev.netlify.app/demo/env-capabilities
# Contributing
Video.js is a free and open source library, and we appreciate any help you're willing to give - whether it's fixing bugs, improving documentation, or suggesting new features. Check out the [contributing guide](CONTRIBUTING.md) for more!
# Code of conduct
Please note that this project is released with a Contributor [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
# License
Video.js is [licensed](LICENSE) under the Apache License, Version 2.0.
Video.js is a registered trademark of Brightcove, Inc.