Skip to content

liwf616/mediasoup

This branch is 2 commits ahead of, 1661 commits behind versatica/mediasoup:v3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99d1c69 · Oct 18, 2019
Jun 27, 2019
May 21, 2019
Jul 16, 2019
Jul 12, 2019
Jul 23, 2019
Aug 29, 2019
Mar 17, 2019
May 21, 2019
Jul 17, 2019
Sep 27, 2018
May 5, 2019
Aug 3, 2019
May 5, 2019
Oct 17, 2019
Mar 17, 2019
Aug 3, 2019

Repository files navigation

mediasoup v3

Website and Documentation

Support Forum

Design Goals

mediasoup and its client side libraries are designed to accomplish with the following goals:

  • Be a SFU (Selective Forwarding Unit).
  • Support both WebRTC and plain RTP input and output.
  • Be a Node.js module in server side.
  • Be a tiny JavaScript and C++ libraries in client side.
  • Be minimalist: just handle the media layer.
  • Be signaling agnostic: do not mandate any signaling protocol.
  • Be super low level API.
  • Support all existing WebRTC endpoints.
  • Enable integration with well known multimedia libraries/tools.

Architecture

Use Cases

mediasoup and its client side libraries provide a super low level API. They are intended to enable different use cases and scenarios, without any constraint or assumption. Some of these use cases are:

  • Group video chat applications.
  • One-to-many (or few-to-many) broadcasting applications in real-time.
  • RTP streaming.

Features

  • ECMAScript 6 low level API.
  • Multi-stream: multiple audio/video streams over a single ICE + DTLS transport.
  • IPv6 ready.
  • ICE / DTLS / RTP / RTCP over UDP and TCP.
  • Simulcast and SVC support.
  • Congestion control.
  • Sender and receiver bandwidth estimation with spatial/temporal layers distribution algorithm.
  • SCTP support (WebRTC DataChannels and SCTP over plain UDP).
  • Extremely powerful (media worker subprocess coded in C++ on top of libuv).

Demo Online

Try it at v3demo.mediasoup.org (source code).

Authors

Donate

You can support mediasoup by becoming a sponsor or making a donation. Thanks!

License

ISC

About

Cutting Edge WebRTC Video Conferencing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.7%
  • JavaScript 8.4%
  • Python 0.6%
  • Ragel 0.2%
  • Makefile 0.1%
  • Dockerfile 0.0%