Commit 211f653 1 parent af2d64e commit 211f653 Copy full SHA for 211f653
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Include [@ceeblue/videojs-plugins][npm-url] in your HTML code as usual with the
48
48
Example :
49
49
50
50
``` html
51
- <script src =" https://vjs.zencdn.net/8.6.1 /video.min.js" ></script >
51
+ <script src =" https://vjs.zencdn.net/8.7.0 /video.min.js" ></script >
52
52
<script src =" ./dist/videojs-plugins.js" ></script >
53
53
```
54
54
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > Simple WebRTC Playback demo</ title >
5
- < link href ="https://vjs.zencdn.net/8.6.1 /video-js.css " rel ="stylesheet ">
4
+ < title > WebRTC Playback demo</ title >
5
+ < link href ="https://vjs.zencdn.net/8.7.0 /video-js.css " rel ="stylesheet ">
6
6
< link href ="../dist/videojs-plugins.css " rel ="stylesheet ">
7
7
</ head >
8
8
< body >
9
- < script src ="https://vjs.zencdn.net/8.6.1 /video.min.js "> </ script >
9
+ < script src ="https://vjs.zencdn.net/8.7.0 /video.min.js "> </ script >
10
10
< script src ="../dist/videojs-plugins.js "> </ script >
11
11
12
12
< div id ="video_container ">
13
13
< video id =video-player width =960 height =540 class ="video-js vjs-default-skin " controls autoplay muted >
14
- < source src ="wss://la-8.live.ceeblue.tv/out+12346f7c-e5db-450b-9603-c3644274779b ">
14
+ <!-- The following src is a sample URL that will be replaced with "host" and "stream" query parameters -->
15
+ < source src ="wss://host/streamName ">
15
16
</ video >
16
17
</ div >
17
18
< script >
You can’t perform that action at this time.
0 commit comments