Skip to content

Commit

Permalink
doc: STUNner is now a "media gateway", not an "ingress gateway"
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Oct 21, 2022
1 parent 7ee9cb9 commit 41f326b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<img src="https://img.shields.io/coveralls/github/l7mp/stunner" /></a>
</p>

# STUNner: A Kubernetes ingress gateway for WebRTC
# STUNner: A Kubernetes media gateway for WebRTC

Ever wondered how to [deploy your WebRTC infrastructure into the
cloud](https://webrtchacks.com/webrtc-media-servers-in-the-cloud)? Frightened away by the
Expand Down Expand Up @@ -224,7 +224,7 @@ The standard way to interact with STUNner is via Kubernetes via the standard [Ga
kind: GatewayConfig
name: stunner-gatewayconfig
namespace: stunner
description: "STUNner is a WebRTC ingress gateway for Kubernetes"
description: "STUNner is a WebRTC media gateway for Kubernetes"
EOF
```

Expand Down
10 changes: 5 additions & 5 deletions doc/WHY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Introduction

STUNner is a *WebRTC ingress gateway for Kubernetes*. All words matter here: indeed STUNner is for
*WebRTC*, so it is specifically designed to help dealing with WebRTC media plane network protocol
encapsulations, it is an *ingress gateway* so its job is to help ingest WebRTC media traffic into a
virtualized media plane, and it is *opinionated towards Kubernetes* so everything around STUNner is
designed and built to fit into the Kubernetes and the cloud-native ecosystem. That being said,
STUNner is a *WebRTC media gateway for Kubernetes*. All words matter here: indeed STUNner is for
*WebRTC*, so it is specifically designed to help dealing with the intricacies of WebRTC protocol
encapsulations, it is a *media gateway* so its job is to ingest WebRTC audio/video streams into a
virtualized media plane, and it is *opinionated towards Kubernetes*, so everything around STUNner
is designed and built to fit into the Kubernetes and the cloud-native ecosystem. That being said,
STUNner can easily be used outside of this context (e.g., as a regular STUN/TURN server), but these
deployment options are not the main focus.

Expand Down

0 comments on commit 41f326b

Please sign in to comment.