SwarmCloud

vuePress-theme-reco SwarmCloud    2018 - 2023
P2P Streaming Engine P2P Streaming Engine

Choose mode

  • dark
  • auto
  • light
Documents
  • Introduction
  • Web SDK

    • HLS(m3u8)
    • Shaka-Player
    • Dash.js
    • MP4
    • Downloader
  • Android/AndroidTV SDK

    • v3 (Android 5.0+)
    • v2 (Android 4.4+)
  • iOS/tvOS/macOS SDK
Pricing
Contact Us
Partnership
Ecosystem
Globe
Dashboard
GitHub (opens new window)
語言
  • English
  • 中文

Documents
  • Introduction
  • Web SDK

    • HLS(m3u8)
    • Shaka-Player
    • Dash.js
    • MP4
    • Downloader
  • Android/AndroidTV SDK

    • v3 (Android 5.0+)
    • v2 (Android 4.4+)
  • iOS/tvOS/macOS SDK
Pricing
Contact Us
Partnership
Ecosystem
Globe
Dashboard
GitHub (opens new window)
語言
  • English
  • 中文
  • Introduction
  • FAQ
  • Tracking Service
  • Signaling Service
  • P2P Optimization
  • Dashboard

  • Web HLS SDK

    • Introduction
      • Usage
      • Player Integration
      • API & Config
      • CDN
      • Change Log
    • Android SDK v3

    • Android SDK v2

    • iOS/tvOS/macOS SDK

    • Flutter SDK

    • Shaka-Player SDK

    • Dash.js SDK

    • Hls.js SDK

    • Web MP4 SDK

    • Web Downloader

    • More

    Introduction

    vuePress-theme-reco SwarmCloud    2018 - 2023

    Introduction


    SwarmCloud

    Extremely optimized, stable and reliable HLS P2P streaming engine, reduces bandwidth traffic by up to 90%.

    npm jsdelivr

    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

    Click me! (opens new window)

    # 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 ✔ ✔ ✔ ✔ ✔ ✔ ❌
    SwarmCloud ✔ ✔ ✔ ✔ ✔ ✔ ❌

    # Limitations

    • Only one media track is delivered over P2P. If video and audio tracks in HLS go separately, just video is going to be shared over the P2P network.
    • LL-HLS is not supported currently