Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdnbye/hlsjs-p2p-engine
Let your viewers become your unlimitedly scalable CDN.
https://github.com/cdnbye/hlsjs-p2p-engine
cdn cdnbye hls html5 live mse p2p p2p-cdn p2p-video-streaming pcdn peer player video vod webrtc
Last synced: 24 days ago
JSON representation
Let your viewers become your unlimitedly scalable CDN.
- Host: GitHub
- URL: https://github.com/cdnbye/hlsjs-p2p-engine
- Owner: cdnbye
- Created: 2018-05-06T13:19:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T17:22:47.000Z (about 1 year ago)
- Last Synced: 2024-10-01T19:21:43.276Z (about 1 month ago)
- Topics: cdn, cdnbye, hls, html5, live, mse, p2p, p2p-cdn, p2p-video-streaming, pcdn, peer, player, video, vod, webrtc
- Homepage: https://docs.swarmcloud.net
- Size: 1.77 MB
- Stars: 1,027
- Watchers: 48
- Forks: 179
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - cdnbye/hlsjs-p2p-engine - A hls.js plugin to offload bandwidth from expensive traditional CDNs,while also maximizing a user’s viewing experience. - cdnbye/hlsjs-p2p-engine (HLS / Talks Presentations Podcasts)
README
**English | [简体中文](Readme_zh.md)**
Let your viewers become your unlimitedly scalable CDN.
CDNBye hlsjs-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 [hls.js](https://github.com/video-dev/hls.js), it can play HLS on any platform with many popular HTML5 players such as video.js, JWPlayer and Flowplayer.
## Features
- 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
- Compatible with all CDNs, agnostic to DRM and video codecs. No service side changes required.
- 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## Playground
[Click me!](https://demo.cdnbye.com/)## 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 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 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |## Usage
See [documentation](https://docs.swarmcloud.net/web-hls)## Player Integration
Support almost all web players, click [here](https://docs.swarmcloud.net/web-hls/players) for more information.## API and Configuration
See [API.md](https://docs.swarmcloud.net/web-hls/API)## Console
Register your domain in `https://oms.cdnbye.com`, where you can view p2p-related information.## Related Projects
- [hls-sw-p2p-engine](https://github.com/swarm-cloud/hls-sw-p2p-engine) - Live/VOD P2P Engine for all browsers including iOS Safari, with the help of ServiceWorker.
- [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).
- [shaka-p2p-engine](https://github.com/cdnbye/shaka-p2p-engine) - P2P engine for Shaka Player.
- [dashjs-p2p-engine](https://github.com/cdnbye/dashjs-p2p-engine) - Web Video Delivery Technology with No Plugins for MPEG-dash.
- [mp4-sw-p2p-engine](https://github.com/swarm-cloud/mp4-sw-p2p-engine) - Web Video Delivery Technology 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]
Skype: live:86755838
Telegram: @cdnbye