-
A turnserver seems it can only be shut down by SIGKILL signal.
Is there an other way to shut down it?
Or sending SIGKILL is an intended way to shut down?
I've checked it by the following Docker i…
-
```
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…
-
```
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…
-
The config and log files use turnserver.* instead of coturn.
I'm using the deb package on Ubuntu 16.04
```
deb package: coturn
/etc/default/coturn
/etc/turnserver.conf
/var/log/turn_1234_2017-…
-
Hello, i have a corutn installed on my server with 3478 and 49152:65535/udp ports open.
```
coturn is already the newest version (4.5.1.1-1.1+deb10u2).
root@localhost:~# cat /etc/debian_version
…
-
I am getting the said error displayed in the log file
`Bad configuration format: prometheus`
The turnserver is not listening on port 9641.
The software version is `coturn/stable,now 4.5.2-3 amd6…
-
The problem I'm having is that all my peers are getting the very same "Public IP" which is 10.89.1.53. The "Public IP" is actually a private IP, and every single peer gets exactly the same "Public IP…
-
TURNS doesn't work.
With
```turn_uris: [ "turns:domain.tld:5349?transport=udp", "turns:domain.tld:5349?transport=tcp" ]```
or
```turn_uris: [ "turns:domain.tld:3478?transport=udp", "turns:domain…
-
Hi,
we got the Following Problem:
I work for a large Healthcare Company, and our Proxies are doing an SSL Inspektion by default. Since Turn Servers dont want to work with that, we have to Whitelist …
-
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 …