Gabor Retvari
Gabor Retvari
I was under the impression that `turn.Dialer` would be some sort of a dumbed down version of ClientConfig, just enough to create a basic client without all the bells and...
You don't need single-port mode for Kubernetes per se, see [here](https://github.com/l7mp/stunner/blob/main/docs/GATEWAY.md#udproute). You cannot expose a media server over a Kubernetes Service anyway since Services usually do random load-balancing over the...
Hmm, very good point, thx! What about a list of key-value pairs in the annotation value like `stunner.l7mp.io/nodeport: ["udp-listener":32000,"tcp-listener":32001,"tls-listener":32002,"dtls-listener":32003]`, where each key-value pair is a name of a listener and...
This is now implemented in https://github.com/l7mp/stunner-gateway-operator/commit/b92ef6a99766c5ac0b3fadcf94aca8e2bb9f55f0, you can install it from the [`dev`](https://github.com/l7mp/stunner/blob/main/docs/INSTALL.md#development-version) channel. Dear @smeng9, can you please test this and report any problem you find?
Unfortunately, if there's a nodeport conflict (some other Service is already using the same nodeport) then the Service will fail to update and you won't see any Service at all....
Thanks for the clear problem description. We've already seen this. The problem seems to be caused by that STUNner is running behind an nginx UDP proxy and, for some reason,...
You should lecture GitHub issue writing skills at a university... Anyway, if there are no logs in `stunnerd` that means that the traffic does not even hit the TURN server....
Closing this in preparation for v1, feel free to reopen if you have any new input.
Hi @jattind, thanks for the question. Short answer: we don't know, we haven't looked into NextCloud Talk yet, but now that you're bringing this up we will put this to...
This issue has been stale for about 2 years now, closing it for now. If there is still interest in making NextCloud Talk work in Kubernetes, please reopen.