# mediasoup

Cutting Edge WebRTC Video Conferencing

Repository: https://github.com/versatica/mediasoup
Canonical: https://ross.abutalabs.com/products/mediasoup
Homepage: https://mediasoup.org
Language: C++
License: ISC
License Family: permissive
Topics: webrtc, nodejs, sfu, server-side, c-plus-plus, rust
Last push: 2026-08-26T09:05:19+00:00
Link (homepage): https://mediasoup.org
Link (site_page): https://mediasoup.org/documentation
Link (site_page): https://mediasoup.org/faq
Link (site_page): https://mediasoup.org/about
Link (site_page): https://mediasoup.org/documentation/v3/libmediasoupclient

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 4282, "days_push": 7, "days_rel": 15, "gap_med": 4, "n_releases_24m": 86}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7345, forks 1250 (observed 2026-08-28T04:09:58.358459+00:00)

## What it is
mediasoup is a powerful WebRTC SFU (Selective Forwarding Unit) implemented as a Node.js module and Rust crate, with a C++ media worker subprocess handling the media plane. It provides a low-level, signaling-agnostic API for building multi-party video conferencing, broadcasting, and RTP streaming applications.

## Use cases
- build a group video chat application
- create a one-to-many live broadcasting app in real time
- stream RTP audio/video between servers and endpoints
- build a multi-party video conferencing server
- forward WebRTC media with simulcast and SVC support
- integrate WebRTC media handling into a Node.js or Rust backend
- exchange data messages via WebRTC DataChannels or SCTP

## When to choose
- you need a high-performance, scalable SFU for multi-party real-time media
- you want a low-level media library you can integrate into your own application rather than an opinionated standalone server
- you need support for simulcast, SVC, bandwidth estimation, and congestion control
- you want to support both WebRTC and plain RTP input/output
- you prefer handling signaling yourself with full flexibility

## When to avoid
- you want a turnkey video conferencing product with signaling, UI, and rooms included out of the box
- you need media transcoding - mediasoup does not transcode
- you need to interoperate with legacy SIP endpoints without extra work
- you want a simple high-level API rather than a low-level media plane API
- your team cannot handle building the signaling layer and application logic themselves

## Facets
- artifact type: library
- maturity: stable
- function: websocket, http-server, streaming, audio-processing, video-processing, networking
- domain: web-development, media, backend
- platform: rust, cpp, windows, cross-platform
- tags: webrtc, sfu, video-conferencing, rtp, simulcast, svc, real-time-communication, media-server, real-time, video, audio, nodejs, linux, macos

## Member repositories
- versatica/mediasoup (main) score 95
- versatica/mediasoup-demo (examples) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:58.358459+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:38:27.049399+00:00, confidence not recorded.
  - readme: https://github.com/versatica/mediasoup (fetched 2026-08-28T04:09:58.358459+00:00, sha 47ce55f5b65f)
  - homepage: https://mediasoup.org (fetched 2026-08-29T08:34:13.497549+00:00, sha bbc87b4a6ed7)
  - site_page: https://mediasoup.org/documentation (fetched 2026-08-29T08:34:13.506631+00:00, sha 603379cefd9d)
  - site_page: https://mediasoup.org/about (fetched 2026-08-29T08:34:13.510521+00:00, sha db8356f4945f)
  - site_page: https://mediasoup.org/documentation/v3/libmediasoupclient (fetched 2026-08-29T08:34:13.512207+00:00, sha bb2c2a20df41)
  - site_page: https://mediasoup.org/faq (fetched 2026-08-29T08:34:13.508561+00:00, sha 2d0cd93c0177)
- Data as of 2026-08-30T08:39:29.467469+00:00.
