Skip to content

Commit

Permalink
release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Jun 18, 2021
1 parent 8c400f7 commit b46c3ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ Or include the latest version without hls.js:
```

## Usage
See [Usage](https://p2p.cdnbye.com/en/views/web/usage.html)
See [Usage](https://www.hdtvcloud.com/en/views/web/usage.html)

## Player Integration
Support almost all web players, click [here](https://p2p.cdnbye.com/en/views/web/players.html) for more information.
Support almost all web players, click [here](https://www.hdtvcloud.com/en/views/web/players.html) for more information.
- `Add your customized player here`
- CDNBye can be integrated into any HTML5 video player that with hls.js built in.


## API and Configuration
See [API.md](https://p2p.cdnbye.com/en/views/web/API.html)
See [API.md](https://www.hdtvcloud.com/en/views/web/API.html)

## Console
Register your domain in `https://oms.cdnbye.com`, where you can view p2p-related information.
Expand All @@ -93,7 +93,7 @@ Register your domain in `https://oms.cdnbye.com`, where you can view p2p-related
-->

## FAQ
We have collected some [frequently asked questions](https://p2p.cdnbye.com/en/views/FAQ.html). Before reporting an issue, please search if the FAQ has the answer to your problem.
We have collected some [frequently asked questions](https://www.hdtvcloud.com/en/views/FAQ.html). Before reporting an issue, please search if the FAQ has the answer to your problem.

## Contact Us
Email: service@cdnbye.com
Expand Down
7 changes: 4 additions & 3 deletions demo/jwplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

<!-- CDNBye Plugin -->
<script src="//cdn.jsdelivr.net/npm/cdnbye@latest"></script>
<script src="//cdn.jsdelivr.net/gh/teranode/jw-provider@latest/provider.hlsjs.js"></script>
<!-- JW Player Builds -->
<script src="//ssl.p.jwpcdn.com/player/v/8.0.11/jwplayer.js"></script>
<script src="//ssl.p.jwpcdn.com/player/v/8.20.0/jwplayer.js"></script>
<!-- JWPlayer Hlsjs Provider -->
<script src="//cdn.jsdelivr.net/npm/cdnbye@latest/dist/jwplayer.hlsjs.provider.min.js"></script>
<!--<script src="//cdn.jsdelivr.net/npm/cdnbye@latest/dist/jwplayer.hlsjs.provider.min.js"></script>-->

</head>

Expand All @@ -28,7 +29,7 @@
height: 288,
autostart: true,
hlsjsConfig: {
debug: false,
debug: true,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cdnbye",
"version": "1.14.0",
"version": "1.15.0",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"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.14.0' && 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.15.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 b46c3ab

Please sign in to comment.