Skip to content

Commit d68ce0c

Browse files
authored
docs: update README notes for video.js 7 (#200)
1 parent 7828be7 commit d68ce0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
Play HLS, DASH, and future HTTP streaming protocols with video.js, even where they're not
1010
natively supported.
1111

12+
Included in video.js 7 by default! See the [video.js 7 blog post](https://blog.videojs.com/video-js-7-is-here/)
13+
1214
Maintenance Status: Stable
1315

1416
Video.js Compatibility: 6.0, 7.0
@@ -99,7 +101,8 @@ See [our troubleshooting guide](/docs/troubleshooting.md)
99101
Drop by our slack channel (#playback) on the [Video.js slack][slack-link].
100102

101103
## Getting Started
102-
Get a copy of [videojs-http-streaming](#installation) and include it in your page along with video.js:
104+
This library is included in video.js 7 by default, if you are using an older version of video.js then
105+
get a copy of [videojs-http-streaming](#installation) and include it in your page along with video.js:
103106

104107
```html
105108
<video-js id=vid1 width=600 height=300 class="vjs-default-skin" controls>

0 commit comments

Comments
 (0)