You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Component.js string arg type for for removeChild ([#9070](https://github.com/videojs/video.js/issues/9070)) ([31f8d7c](https://github.com/videojs/video.js/commit/31f8d7c))
7
+
8
+
### Chores
9
+
10
+
***package:** update VHS to v3.17.2 ([#9079](https://github.com/videojs/video.js/issues/9079)) ([c3e4f6b](https://github.com/videojs/video.js/commit/c3e4f6b))
11
+
12
+
### Documentation
13
+
14
+
* Update README.md w/ v10 news link ([#9037](https://github.com/videojs/video.js/issues/9037)) ([09eb715](https://github.com/videojs/video.js/commit/09eb715))
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
[![Video.js logo][logo]][vjs]
2
2
3
-
# Video.js® - Web Video Player
3
+
# Video.js - Web Video Player & Framework
4
4
5
5
[![NPM][npm-icon]][npm-link]
6
6
7
+
**Update:** Big changes coming in Video.js 10, early 2026! [Read the discussion.](https://github.com/videojs/video.js/discussions/9035)
8
+
7
9
Video.js is a full featured, open source video player for all web-based platforms.
8
10
9
11
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. It can be further extended and customized by a robust ecosystem of [plugins][plugins].
10
12
11
-
Video.js was started in the middle of 2010 and is now used on over ~~50,000~~~~100,000~~~~200,000~~~~400,000~~~~700,000~~[800,000 websites][builtwith].
13
+
Video.js was started in May 2010 and since then:
14
+
15
+
* Millions of websites have used VideoJS over time (source [Builtwith][builtwith])
16
+
* Billions of end-users every month of just the CDN-hosted copy (source Fastly stats)
17
+
* 900+ amazing contributors to the video.js core
18
+
* Hundreds of [plugins](https://videojs.com/plugins/)
12
19
13
20
## Table of Contents
14
21
@@ -22,8 +29,8 @@ Video.js was started in the middle of 2010 and is now used on over ~~50,000~~ ~~
22
29
Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's `<head>`:
Alternatively, you can include Video.js by getting it from [npm](https://videojs.com/getting-started/#install-via-npm), downloading it from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN, like CDNjs.
@@ -34,12 +41,12 @@ Alternatively, you can include Video.js by getting it from [npm](https://videojs
Next, using Video.js is as simple as creating a `<video>` element, but with an additional `data-setup` attribute. At a minimum, this attribute must have a value of `'{}'`, but it can include any Video.js [options][options] - just make sure it contains valid JSON!
0 commit comments