Skip to content

Commit 211f653

Browse files
committed
chore: change videojs version in the samples to 8.7.0
BREAKING CHANGE: First commit to trigger a release
1 parent af2d64e commit 211f653

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Include [@ceeblue/videojs-plugins][npm-url] in your HTML code as usual with the
4848
Example :
4949

5050
```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>
5252
<script src="./dist/videojs-plugins.js"></script>
5353
```
5454

examples/webrtc-player.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
<!doctype html>
22
<html lang="en">
33
<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">
66
<link href="../dist/videojs-plugins.css" rel="stylesheet">
77
</head>
88
<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>
1010
<script src="../dist/videojs-plugins.js"></script>
1111

1212
<div id="video_container">
1313
<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">
1516
</video>
1617
</div>
1718
<script>

0 commit comments

Comments
 (0)