-
Weird thing happening with our react app in its video call process.
We have tested almost every option in /etc/turnserver.conf to find the problem and checked log several times.
Our app works fine…
-
```
What steps will reproduce the problem?
1. Setup Redis server and with redis-cli execute 'set
turn/user/sampleuser/password password'
2. Start turn server 'turnserver -v -c /etc/turnserver.conf'
3…
-
Hello everyone,
I recently tried to implement Coturn in my GC platform (running on Windows Server 2012).
Since my OS is Windows, I have been using Cygwin64.
I am starting the turnserver with:
…
-
Using authentik as auth provider. and Traefik as the reverse proxy.
These lines appear in the management logs:
```
2024-03-02T18:37:27Z ERRO management/server/http/util/util.go:80: got a handler …
-
start coturn with stun-only and default create 48 threads ,but it‘s low performance in centos 7.5;
QPS:
-
I installed NetBird self hosted server (latest version from Github) on to both Debian 12 and Ubuntu 22.04 / 24.04 DigitalOcean droplets.
Followed the advanced self hosting documentation to the letter…
-
Within a local area network (LAN), two people can video chat and see each other. However, when they are on the public internet, they can't see each other's video feed; they can only see each other's n…
-
Hi,
Can we do the process of authentication of turn server by using HMAC-SHA256 for turn Password? As we are currently using HMAC-SHA1 for this task.
If possible then what changes we have to mak…
-
I would much appreciate an assistance on understanding how JVB is supposed to connect clients from inside the Docker - I've spend quite a few days trying to figure that out, but with no luck.
my do…
-
Hello,
i noticed 2 issues:
1) if you specify a a external STUN server with -s this will not work and instead the server will reply with 127.0.0.1 as STUN server. The problem is the space betwee…