You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let your viewers become your unlimitedly scalable CDN.
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.
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
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.