Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Feb 20, 2024
1 parent 7b15db2 commit b4d5a9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ WebRTC has already been incorporated into the HTML5 standard and it is broadly d
Compatibility|Chrome | Firefox | macOS Safari| Android Wechat/QQ | Opera | Edge | IE | iOS Safari |
:-: | :-: | :-: | :-: | :-: | :-: | :-:| :-:| :-:
WebRTC Datachannel | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |
dash.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | |
dash.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | |

## Include
Include the pre-built script of latest version:
Expand Down
4 changes: 2 additions & 2 deletions Readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ P2P技术使观看相同内容的用户之间可以相互分享数据,不仅
兼容性|Chrome | Firefox | macOS Safari| 安卓微信/QQ | Opera | Edge | IE | iOS Safari |
:-: | :-: | :-: | :-: | :-: | :-: | :-:| :-:| :-:
WebRTC Datachannel | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |
dash.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | |
dash.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | |

## 集成
通过script标签引入最新版本:
Expand Down
4 changes: 2 additions & 2 deletions demo/plyr.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
</div>
<h3>download info:</h3>
<p id="info"></p>
<link rel="stylesheet" href="//cdn.plyr.io/3.4.7/plyr.css">
<script src="//cdn.plyr.io/3.4.7/plyr.js"></script>
<link rel="stylesheet" href="//cdn.plyr.io/3.7.8/plyr.css">
<script src="//cdn.plyr.io/3.7.8/plyr.js"></script>
<script src="https://cdn.dashjs.org/v4.7.3/dash.all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cdnbye-dash@latest"></script>
<style>
Expand Down

0 comments on commit b4d5a9d

Please sign in to comment.