Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdnbye-dash

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdnbye-dash

Let your viewers become your unlimitedly scalable CDN.

  • 0.7.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by1200%
Maintainers
1
Weekly downloads
 
Created
Source

English | 简体中文

cdnbye logo

Let your viewers become your unlimitedly scalable CDN.

npm jsdelivr

CDNBye dashjs-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 dash.js, it can play MPEG-dash on PC and mobile.

Features

  • WebRTC data channels for lightweight peer-to-peer communication with no plugins
  • Support live and VOD streams over MPEG-dash protocol
  • Very easy to integrate with an existing dash.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.
  • Efficient scheduling policies to enhance the performance of P2P streaming
  • Use IP database to group up peers by ISP and regions

Getting Started

Put the quick-start.html in your web page, run it. Wait for a few seconds,then open the same page from another browser. Now you have a direct P2P connection between two browsers without plugin! The first web peer will serve as a seed, if no one else in the same channel.

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 dash.js. Please note that iOS Safari "Mobile" does not support the MediaSource API.

CompatibilityChromeFirefoxmacOS SafariAndroid Wechat/QQOperaEdgeIEiOS Safari
WebRTC Datachannel
dash.js
CDNBye

Include

Include the pre-built script of latest version:

<script src="https://cdn.jsdelivr.net/npm/cdnbye-dash@latest"></script>

API and Configuration

See API.md

Console

Register your domain in https://oms.cdnbye.com, where you can view p2p-related information.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contact Us

Email: service@cdnbye.com
Telegram: @cdnbye
Skype: live:86755838

Keywords

FAQs

Package last updated on 19 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc