Introduction
Features
- WebRTC data channels for lightweight peer-to-peer communication with no plugins
- Support live and VOD streams over HLS protocol(m3u8)
- Support live and VOD streams over MPEG-DASH protocol
- Support encrypted stream
- 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
- Efficient scheduling policies to enhance the performance of P2P streaming
- Use IP database to group up peers by ISP and regions
Demo
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 Shaka Player. Please note that iOS Safari "Mobile" does not support the MediaSource API.
Compatibility | Chrome | Firefox | Mac Safari | Android Wechat/QQ | Opera | Edge | IE | iOS Safari |
---|---|---|---|---|---|---|---|---|
WebRTC | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ |
Shaka | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
Supported | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
Requirements
Shaka Player version >= v3.0.0
Limitations
- LL-HLS is not supported currently