Skip to content

Commit

Permalink
release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Nov 9, 2021
1 parent 0145895 commit 2fb430f
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ See [API.md](https://www.hdtvcloud.com/en/views/web/API.html)
Register your domain in `https://oms.cdnbye.com`, where you can view p2p-related information.

## Related Projects
- [iosweb-p2p-engine](https://github.com/swarm-cloud/iosweb-p2p-engine) - Live/VOD P2P Engine for iOS Safari.
- [android-p2p-engine](https://github.com/cdnbye/android-p2p-engine) - Live/VOD P2P Engine for Android and Android TV.
- [ios-p2p-engine](https://github.com/cdnbye/ios-p2p-engine) - iOS Video P2P Engine for Any Player.
- [flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine) - Live/VOD P2P Engine for Flutter, contributed by [mjl0602](https://github.com/mjl0602).
Expand Down
1 change: 1 addition & 0 deletions Readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
在接入P2P插件后,访问`https://www.cdnbye.com/oms`,注册并绑定域名,即可查看该域名的P2P流量、在线人数、用户地理分布等信息。

## 相关项目
- [iosweb-p2p-engine](https://github.com/swarm-cloud/iosweb-p2p-engine) - 适用于iOS浏览器的P2P流媒体加速引擎。
- [android-p2p-engine](https://gitee.com/cdnbye/android-p2p-engine) - 安卓端P2P流媒体加速引擎。
- [ios-p2p-engine](https://gitee.com/cdnbye/ios-p2p-engine) - iOS端P2P流媒体加速引擎。
- [flutter-p2p-engine](https://gitee.com/cdnbye/flutter-p2p-engine) - Flutter视频/直播APP省流量&加速神器, 由 [mjl0602](https://github.com/mjl0602) 贡献。
Expand Down
1 change: 0 additions & 1 deletion demo/artplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
m3u8: function (video, url) {
var hls = new Hls({
p2pConfig: {
logLevel: false,
live: false,
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
console.log(`totalP2PDownloaded ${totalP2PDownloaded} totalP2PUploaded ${totalP2PUploaded} totalHTTPDownloaded ${totalHTTPDownloaded}`)
Expand Down
1 change: 0 additions & 1 deletion demo/chimee.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ <h3>download info:</h3>
maxBufferLength: 5, // Highly recommended setting
liveSyncDuration: 30, // Highly recommended setting
p2pConfig: {
logLevel: 'debug',
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/ckplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h3>download info:</h3>
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: 'debug',
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/clappr.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ <h3>download info:</h3>
liveSyncDurationCount: 10, // Highly recommended setting in live mode
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: 'debug',
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/flowplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h3>download info:</h3>
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/fluidplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ <h3>download info:</h3>
modules: {
configureHls: (options) => {
options.p2pConfig = {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/mediaelement.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ <h3>download info:</h3>
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/openplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ <h3>download info:</h3>
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: 'debug',
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/playerjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
file:"https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8",
hlsconfig: {
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
}
}
Expand Down
1 change: 0 additions & 1 deletion demo/plyr.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ <h3>download info:</h3>
// For more Hls.js options, see https://github.com/dailymotion/hls.js
var hls = new Hls({
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
1 change: 0 additions & 1 deletion demo/quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ <h3>download info:</h3>
if(Hls.isSupported()) {
var hls = new Hls({
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
// Other p2pConfig options provided by CDNBye
}
Expand Down
1 change: 0 additions & 1 deletion demo/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h3>download info:</h3>
});
if (P2PEngine.isSupported()) {
var engine = new P2PEngine(hls, {
logLevel: true,
live: true, // set to false in VOD mode
// Other p2pConfig options provided by CDNBye
});
Expand Down
1 change: 0 additions & 1 deletion demo/tcplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ <h3>download info:</h3>
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
var total = totalHTTPDownloaded + totalP2PDownloaded;
Expand Down
2 changes: 0 additions & 2 deletions demo/xgplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<script src="//cdn.jsdelivr.net/npm/xgplayer@2.30.2/browser/index.js" charset="utf-8"></script>
<script src="//cdn.jsdelivr.net/npm/cdnbye@latest"></script>
<script src="//cdn.jsdelivr.net/npm/cdnbye@latest/dist/xgplayer-hlsjs.min.js"></script>
<!--<script src="../dist/xgplayer-hlsjs.min.js"></script>-->
<script type="text/javascript">
new window.HlsJsPlayer({
id: 'mse',
Expand All @@ -33,7 +32,6 @@
debug: false,
// Other hlsjsConfig options provided by hls.js
p2pConfig: {
logLevel: true,
live: true, // set to false in VOD mode
getStats: function (totalP2PDownloaded, totalP2PUploaded, totalHTTPDownloaded) {
console.log(`totalP2PDownloaded ${totalP2PDownloaded} totalP2PUploaded ${totalP2PUploaded} totalHTTPDownloaded ${totalHTTPDownloaded}`)
Expand Down

0 comments on commit 2fb430f

Please sign in to comment.