Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdnbye/dashjs-p2p-engine
A dash.js plugin to offload bandwidth from expensive traditional CDNs,while also maximizing a user’s viewing experience.
https://github.com/cdnbye/dashjs-p2p-engine
bittorrent cdnbye dash dashjs html5 p2p webrtc
Last synced: 28 days ago
JSON representation
A dash.js plugin to offload bandwidth from expensive traditional CDNs,while also maximizing a user’s viewing experience.
- Host: GitHub
- URL: https://github.com/cdnbye/dashjs-p2p-engine
- Owner: cdnbye
- Created: 2018-10-20T06:53:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:07:55.000Z (about 1 month ago)
- Last Synced: 2024-11-11T12:19:54.129Z (about 1 month ago)
- Topics: bittorrent, cdnbye, dash, dashjs, html5, p2p, webrtc
- Homepage: https://docs.swarmcloud.net
- Size: 146 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**English | [简体中文](Readme_zh.md)**
Let your viewers become your unlimitedly scalable CDN.
CDNBye dashjs-p2p-engine implements [WebRTC](https://en.wikipedia.org/wiki/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 [dash.js](https://github.com/Dash-Industry-Forum/dash.js), it can play MPEG-dash on PC and mobile.
## Features
- WebRTC data channels for lightweight peer-to-peer communication with no plugins
- Support live and VOD streams over MPEG-dash protocol
- Very easy to integrate with an existing dash.js project
- Seamlessly fallback to normal server usage if a browser doesn't support WebRTC
- Compatible with all CDNs, agnostic to DRM and video codecs. No service side changes required.
- Efficient scheduling policies to enhance the performance of P2P streaming
- Use IP database to group up peers by ISP and regions## Getting Started
Put the [quick-start.html](demo/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.## Browser Support
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 dash.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 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |
dash.js | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
CDNBye | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |## Include
Include the pre-built script of latest version:
```html```
## API and Configuration
See [API.md](https://docs.swarmcloud.net/dashjs/API)## Console
Register your domain in [dashboard](https://dash.swarmcloud.net), where you can view p2p-related information.## Related Projects
- [shaka-p2p-engine](https://github.com/cdnbye/shaka-p2p-engine) - P2P engine for Shaka Player.
- [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine) - Web Video Delivery Technology with No Plugins for hls.js.
- [mp4-p2p-engine](https://github.com/cdnbye/mp4-p2p-engine) - Web Video Delivery Technology with No Plugins for MP4.## FAQ
We have collected some [frequently asked questions](https://docs.swarmcloud.net/faq). Before reporting an issue, please search if the FAQ has the answer to your problem.## Contact Us
Email: [email protected]
Telegram: @cdnbye
Skype: live:86755838