# monorepo **Repository Path**: mirrors_videojs/monorepo ## Basic Information - **Project Name**: monorepo - **Description**: Monorepo for all videojs packages - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-21 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!WARNING] > > This project is under active development! [![Netlify Status](https://api.netlify.com/api/v1/badges/9717430f-7ee5-41d2-b7af-cbb37472ab12/deploy-status)](https://app.netlify.com/sites/videojsdev/deploys) [![codecov](https://codecov.io/github/videojs/monorepo/graph/badge.svg?token=4M248I6DDL)](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.