Skip to content

Commit

Permalink
docs(/examples/mediasoup): Add missing mediasoup arch fig
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkornel committed Oct 15, 2024
1 parent 636febe commit 77c3a92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples/mediasoup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The recommended way to install mediasoup ([link](https://mediasoup.discourse.gro

The figure below shows mediasoup deployed into regular Kubernetes pods behind STUNner without the host-networking hack. Here, mediasoup is deployed behind STUNner in the [*media-plane deployment model*](../../DEPLOYMENT.md), so that STUNner acts as a "local" STUN/TURN server for mediasoup, saving the overhead of using public a 3rd party STUN/TURN server for NAT traversal.

![STUNner mediasoup integration deployment architecture](../../img/stunner_mediasoup.svg)

In this tutorial we deploy a video room example using [mediasoup's demo application](https://github.com/versatica/mediasoup-demo/) with slight modifications (more on these below), the [mediasoup server](https://github.com/versatica/mediasoup/) for media exchange, a Kubernetes Ingress gateway to secure signaling connections and handle TLS, and STUNner as a media gateway to expose the mediasoup server pool to clients.

### Modifications on the mediasoup demo
Expand Down
4 changes: 4 additions & 0 deletions docs/img/stunner_mediasoup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77c3a92

Please sign in to comment.