Mediamtx on kubernetes #3086
Replies: 2 comments
-
|
Hello, native scalability is a feature that is currently missing, you can follow the development here: #998 However, i think that if you are using HTTP-based protocols only (like WebRTC and HLS), you can route requests from the same user to the same replica by using Sticky Sessions, that should be supported natively by most load balancers (and even Kubernetes ingresses). |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I launched a deployment of Server MediaMTX. To operate Whip I added Stunner as Server Turn.I added the turn server in the mediamtx conf.
Should I add the turn server to the client (OBS We can't do it )?
If I redirect the first query /mystream/whip to the server I want I can choose on which server will be launched the stream ? (He will manage to connect to the client with the turn server)?
Beta Was this translation helpful? Give feedback.
All reactions