mirror of
https://github.com/zoriya/v10.git
synced 2026-08-08 15:19:25 +00:00
67 lines
2.5 KiB
Markdown
67 lines
2.5 KiB
Markdown
# Video.js v10
|
|
|
|
[![package-badge]][package]
|
|
[![discord-badge]][discord]
|
|
[](https://pnpm.io/)
|
|
|
|
Modern, modular, and composable media player framework for Web and React.
|
|
|
|
🚧 Beta - close to stable. Experimental adoption in real projects. 🚧
|
|
|
|
Video.js v10 is close to stable. Try it out in real projects and share your feedback 🙏.
|
|
|
|
- Read our [design documents][rfcs].
|
|
- Read the [v10 discussion topic][v10-discussion].
|
|
- Watch [Heff's recent presentation][heff-presentation].
|
|
|
|
## Timeline
|
|
|
|
- **Technical Preview (Complete):** Initial showcase for Demuxed.
|
|
- **Alpha (Complete):** [See milestone](https://github.com/videojs/v10/milestone/3)
|
|
- **Beta (Complete):** [See milestone](https://github.com/videojs/v10/milestone/1)
|
|
- **GA (Mid 2026):** [See milestone](https://github.com/videojs/v10/milestone/6) ← WIP
|
|
- **Video.js (End of 2026):** Video.js core/contrib parity and supported plugins migrated.
|
|
|
|
## Documentation
|
|
|
|
If you'd like to get started and learn more, you can find our documentation on our website:
|
|
|
|
- [Website][site]
|
|
- [Documentation][docs]
|
|
|
|
## Community
|
|
|
|
If you need help with anything related to Video.js 10, or if you'd like to casually chat with other
|
|
members:
|
|
|
|
- [Join Discord Server][discord]
|
|
- [See GitHub Discussions][gh-discussions]
|
|
|
|
## Contributing
|
|
|
|
We'd love for you to join our community channels above and give us feedback! Feedback on any of the following would help us:
|
|
|
|
- Player skin designs
|
|
- Component structures and APIs
|
|
- Package structure and exports
|
|
- Repo, workspace, contributor guides
|
|
|
|
Please see our [contributing guide](./CONTRIBUTING.md) for getting set up locally and making code or docs changes.
|
|
|
|
## Code of Conduct
|
|
|
|
Please note that this project is released with a [Contributor Code of Conduct][coc]. By
|
|
participating in this project you agree to abide by its terms.
|
|
|
|
[rfcs]: ./rfc
|
|
[v10-discussion]: https://github.com/videojs/video.js/discussions/9035
|
|
[heff-presentation]: https://players.brightcove.net/3737230800001/eyILA5XG7K_default/index.html?videoId=6379311036112
|
|
[coc]: https://github.com/videojs/video.js/blob/main/CODE_OF_CONDUCT.md
|
|
[site]: http://videojs.org
|
|
[docs]: http://videojs.org/docs
|
|
[package]: https://www.npmjs.com/package/@videojs/core
|
|
[package-badge]: https://img.shields.io/npm/v/@videojs/core?label=@videojs/core
|
|
[discord]: https://discord.gg/JBqHh485uF
|
|
[discord-badge]: https://img.shields.io/discord/507627062434070529?color=%235865F2&label=%20&logo=discord&logoColor=white
|
|
[gh-discussions]: https://github.com/videojs/v10/discussions
|