3.9.2 • Published 2 years ago

bigbrain_media_worker v3.9.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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/Rust crate 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/Idiomatic Rust 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.
  • Data message exchange (via WebRTC DataChannels, SCTP over plain UDP, and direct termination in Node.js/Rust).
  • Extremely powerful (media worker thread/subprocess coded in C++ on top of libuv).

Demo Online

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

Authors

Sponsor

You can support mediasoup by sponsoring it. Thanks!

License

ISC

3.9.1004

2 years ago

3.9.1006

2 years ago

3.9.1005

2 years ago

3.9.2

2 years ago

3.9.1-2

2 years ago

3.9.1-1

2 years ago

3.9.1002

2 years ago

3.9.1001

2 years ago

3.9.1003

2 years ago

3.9.1

2 years ago

3.9.0

3 years ago

3.8.4-2

3 years ago

3.8.4-1

3 years ago

3.8.4

3 years ago

3.8.2

3 years ago

3.7.14

3 years ago

3.7.9

3 years ago

3.7.2-1

3 years ago

3.7.5

3 years ago

3.7.2

3 years ago

3.7.1

3 years ago