Saarko
Saarko
Okay! If you do not use Nextcloud's "[High Performance Backend](https://www.spreed.eu/contact-nextcloud-talk-high-performance-backend/)" for talk, then I would recommend a dedicated TURN server on a separate virtual machine. If you use the HPB,...
How did you start the container?
Okay, I checked on my computer as well. I can confirm, that I cannot reach the UDP listener via localhost using the Trickle ICE, however, here is what worked: ```shell...
Yes, that is caused by a STUN client when querying the public IPv4 and IPv6 address and usually only occurs when the machine (docker host) has no IPv6 address. It...
@louiscryan as discussed. 👍
@howardjohn At least for me this issue is resolved with the introduction of the service label `istio.io/ingress-use-waypoint: true` from the `1.24` release (https://github.com/istio/istio/commit/e998c65978624405a8427a850abb78b8481f6960).
Hello @FriedrichAltheide I finally got the chance to test the nix based file. If running with the provided Dockerfile, I have the following error: ``` root@xmpp:~/fpush# podman run --rm --init...
Hi @tmolitor-stud-tu , I think this PR should have be superseded by this branch https://github.com/monal-im/fpush/tree/faltheide/disco2 which needs adjustments in respect to my comment from above. Let me know about the...
@tmolitor-stud-tu I updated the the changes in this branch 👍
Hi, I think your `docker-compose.yml` is not correct. You need to open the UDP ports for TURN to work: old: ```yaml ports: - "5222:5222" - "5223:5223" - "5269:5269" - "5280:5280"...