Introduction
This SDK integrates 2 p2p streaming engines, one is hlsjs based, another is ServiceWorker based. As you might expect, it supports all modern browsers (including iOS Safari) and all web players (including players without hls.js built-in)!
Demo
Browser Support
WebRTC has already been incorporated into the HTML5 standard and it is broadly deployed in modern browsers. The compatibility of SwarmCloud depends on the browser support of WebRTC, MediaSource API or Service Worker.
Compatibility | Chrome | Firefox | macOS Safari | Opera | Edge | iOS Safari | IE |
---|---|---|---|---|---|---|---|
WebRTC Datachannel | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
Supported | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
Limitations
- LL-HLS is not supported currently