GithubHelp home page GithubHelp logo

artpej / mediasoup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from versatica/mediasoup

0.0 1.0 0.0 13.4 MB

Cutting Edge WebRTC Video Conferencing

Home Page: https://mediasoup.org

License: ISC License

JavaScript 0.44% Makefile 2.00% Python 5.94% CMake 0.06% C++ 8.46% C 46.87% Shell 0.49% Batchfile 0.15% Assembly 26.64% Objective-C 0.05% Objective-C++ 0.01% Swift 0.01% Emacs Lisp 0.05% HTML 0.01% M4 0.15% NSIS 0.01% Perl 7.91% DIGITAL Command Language 0.76% XS 0.01% eC 0.01%

mediasoup's Introduction

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

mediasoup's People

Contributors

ggarber avatar ibc avatar jmillan avatar saghul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.