Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Dec 31, 2020
1 parent a0ba6f0 commit 5b215ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -72,7 +72,7 @@ Support almost all web players, click [here](https://p2p.cdnbye.com/en/views/web
See [API.md](https://p2p.cdnbye.com/en/views/web/API.html)

## Console
Bind your domain in `https://oms.cdnbye.com`, where you can view p2p-related information.
Register your domain in `https://oms.cdnbye.com`, where you can view p2p-related information.

## Related Projects
- [android-p2p-engine](https://github.com/cdnbye/android-p2p-engine) - Live/VOD P2P Engine for Android and Android TV.
Expand Down Expand Up @@ -103,9 +103,6 @@ Skype: live:86755838
Telegram: @cdnbye


### Join the Discussion
[Telegram Group](https://t.me/cdnbye_group)




Expand Down
2 changes: 1 addition & 1 deletion demo/cbplayer.html
Expand Up @@ -14,7 +14,7 @@
<body style="background:#000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu=window.event.returnValue=false>
<div id="video"></div>
<script src="//cdn.jsdelivr.net/npm/cdnbye@latest/dist/hlsjs-p2p-engine.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/hls.js@0.14.13"></script>
<script src="//cdn.jsdelivr.net/npm/hls.js@0.14.16"></script>
<script src="//cdn.jsdelivr.net/npm/cbplayer2@latest"></script>
<script>
var url = 'https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8';
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "cdnbye",
"version": "1.8.1",
"version": "1.9.0",
"description": "Save Your Bandwidth using WebRTC.",
"main": "./dist/hls.min.js",
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release 1.8.1' && git push origin master",
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release 1.9.0' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "webpack --progress --env.test-bundle"
Expand Down

0 comments on commit 5b215ce

Please sign in to comment.