File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
Play HLS, DASH, and future HTTP streaming protocols with video.js, even where they're not
10
10
natively supported.
11
11
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
+
12
14
Maintenance Status: Stable
13
15
14
16
Video.js Compatibility: 6.0, 7.0
@@ -99,7 +101,8 @@ See [our troubleshooting guide](/docs/troubleshooting.md)
99
101
Drop by our slack channel (#playback) on the [ Video.js slack] [ slack-link ] .
100
102
101
103
## 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:
103
106
104
107
``` html
105
108
<video-js id =vid1 width =600 height =300 class =" vjs-default-skin" controls >
You can’t perform that action at this time.
0 commit comments