hankbao / mediasoup

Cutting Edge WebRTC Video Conferencing

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website and documentation

Demo online

mediasoup-demo-screenshot

Donate

You can support mediasoup by making a donation here. Thanks!

Installation

Within your Node.js application:

$ npm install mediasoup --save

Prior to that, ensure your host satisfies the following requirements:

  • Node.js >= v4.8.0
  • POSIX based operating system (Windows not yet supported)
  • Python 2 (python2 or python command must point to the Python 2 executable)
  • make
  • gcc and g++, or clang, with C++11 support

NOTE: In Debian and Ubuntu install the build-essential package. It includes both make and gcc/g++.

Design goals

  • Be a WebRTC SFU (Selective Forwarding Unit).
  • Be a Node.js module.
  • Be minimalist: just handle the media layer.
  • Expose a modern ECMAScript 6 API in sync with WebRTC 1.0 and ORTC.
  • Work with current WebRTC client implementations.

Features

  • Multiple conference rooms with multiple participants.
  • Multi-stream over a single (BUNDLE) transport (Plan-B and Unified-Plan).
  • IPv6 ready.
  • ICE / DTLS / RTP / RTCP over UDP and TCP.
  • Congestion control via REMB.
  • Extremely powerful (media worker subprocess coded in C++ on top of libuv).
  • Can handle RTP packets in JavaScript land.

Authors

License

ISC

About

Cutting Edge WebRTC Video Conferencing

https://mediasoup.org

License:ISC License


Languages

Language:C 46.9%Language:Assembly 26.5%Language:C++ 8.5%Language:Python 5.9%Language:Perl 6 5.6%Language:Makefile 2.0%Language:Perl 1.6%Language:Prolog 0.8%Language:DIGITAL Command Language 0.8%Language:Shell 0.5%Language:JavaScript 0.4%Language:M4 0.2%Language:Batchfile 0.1%Language:CMake 0.1%Language:Objective-C 0.1%Language:Emacs Lisp 0.0%Language:Ragel 0.0%Language:eC 0.0%Language:XS 0.0%Language:Scheme 0.0%Language:NSIS 0.0%Language:Protocol Buffer 0.0%Language:Objective-C++ 0.0%Language:HTML 0.0%Language:Swift 0.0%Language:Roff 0.0%