English | 简体中文
CDNBye hlsjs-p2p-engine implements WebRTC datachannel to scale live/vod video streaming by peer-to-peer network using bittorrent-like protocol. The forming peer network can be layed over other CDNs or on top of the origin server. Powered by hls.js, it can play HLS on any platform with many popular HTML5 players such as video.js, JWPlayer and Flowplayer. BTW, you can view how much traffic has been saved here!
- WebRTC data channels for lightweight peer-to-peer communication with no plugins
- Support live and VOD streams over HLS protocol(m3u8)
- Support encrypted HLS stream
- Very easy to integrate with an existing hls.js project
- Seamlessly fallback to normal server usage if a browser doesn't support WebRTC
- Highly configurable for users
- Support most popular HTML5 players such as video.js、Clappr、Flowplayer
- Efficient scheduling policies to enhance the performance of P2P streaming
- Use IP database to group up peers by ISP and regions
- API frozen, new releases will not break your code
Put the quick-start.html in your web page, run it. Wait for a few seconds,then open the same page from another browser. Now you have a direct P2P connection between two browsers without plugin! The first web peer will serve as a seed, if no one else in the same channel.
Simply replace the hls.js script tag like:
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
with
<script src="https://cdn.jsdelivr.net/npm/cdnbye@latest"></script>
That's it!
See demos.
WebRTC has already been incorporated into the HTML5 standard and it is broadly deployed in modern browsers. The compatibility of CDNBye depends on the browser support of WebRTC and Hls.js. Please note that iOS Safari "Mobile" does not support the MediaSource API.
Compatibility | Chrome | Firefox | macOS Safari | Android Wechat/QQ | Opera | Edge | IE | iOS Safari |
---|---|---|---|---|---|---|---|---|
WebRTC Datachannel | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |
Hls.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
Include the pre-built script of latest version bundled with hls.js(recommended):
<script src="https://cdn.jsdelivr.net/npm/cdnbye@latest"></script>
Or include the latest version without hls.js:
<script src="https://cdn.jsdelivr.net/npm/cdnbye@latest/dist/hlsjs-p2p-engine.min.js"></script>
See Usage
- videojs
- See videojs demo
- flowplayer
- See flowplayer demo
- jwplayer
- See jwplayer demo
- DPlayer
- See dplayer demo
- CKPlayer
- See ckplayer demo based on P2P-CKPlayer
- clappr
- See clappr demo
- MediaElement.js
- TCPlayer(Tencent Cloud Player)
- See tcplayer demo
- Chimee
- See chimee demo
- XGPlayer
- See xgplayer demo
- fluidplayer
- See fluidplayer demo
- OpenPlayer
- See OpenPlayer demo
- Plyr
- See Plyr demo
- Playerjs
- See Playerjs demo
- CHPlayer
- See chplayer demo based on P2P-CHPlayer
Add your customized player here
- CDNBye can be integrated into any HTML5 video player that with hls.js built in.
See API.md
Bind your domain in https://oms.cdnbye.com
, where you can view p2p-related information.
- android-p2p-engine - Live/VOD P2P Engine for Android and Android TV.
- ios-p2p-engine - iOS Video P2P Engine for Any Player.
- flutter-p2p-engine - Live/VOD P2P Engine for Flutter, contributed by mjl0602.
- dashjs-p2p-engine - Web Video Delivery Technology with No Plugins for MPEG-dash.
We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.
Email: service@cdnbye.com