-
The Dockerfile at https://github.com/coturn/coturn/blob/master/docker/coturn/alpine/Dockerfile
Is not very friendly.
```
0: : Cannot create pid file: /var/run/turnserver.pid
Cannot create pid …
-
So I (kind of) found my TURN problem:
We are using self-hosted coturn servers for Workadventure setups. Being young and naive, I thought I'd be a good boy and set them up using both IP stacks:
```…
-
Do we need to add ExecReload to the [systemd service](https://github.com/coturn/coturn/blob/master/examples/etc/coturn.service) to [reload ssl certificates](https://github.com/coturn/coturn/pull/236) …
-
Hi,
Are there any guides on how to install this via the plesk docker extension?
I can deploy it, but there are multiple issues that it throws up and I have no idea how to resolve them:
1. WARN…
-
Hi experts,
Im newbie in WebRTC, but as far as I understood, in order to communicate 2 agents in different networks I should use coturn, as suggested by pairdrop (kinda airdrop, but multiplatform htt…
-
```
What steps will reproduce the problem?
1. Start a redis-server in localhost, as turn-server's user-statsdb:
./redis-server &
2. Start turn-server with statsdb enabled:
./turnserver -p 10001 -L 10…
-
According to the documentation in the config file, proxy protocol v2 will work only with TCP connections, because a TCP listener is going to be created when setting the `tcp-proxy-port`
https://git…
-
In a regular installation, we can edit turn-stun-servers.xml to include multiple turn servers. Example below. How can we do this with this docker version?
```
/usr/share/bbb-web/WEB-INF/classes/s…
-
Windows 10, when using C++ to call turnserver.exe through CreateProcess (or ShellExecute or QProcess) , if the parameters --bps-capacity and --max-bps are added, the client can only successfully conne…
hnzhw updated
10 months ago
-
Logs are full of refresh failures. This is for coturn over UDP
```
turnc ERROR: 2020/06/30 02:36:59 fail to refresh permissions: CreatePermission error response (error 400: Bad Request)
turnc ERR…