-
Coturn-4.5.0.3
Compare this working session
```
$ turnserver -n --lt-cred-mech --listening-ip 127.0.0.1 --realm local --psql-userdb "host=192.168.56.1 dbname=postgres user=coturn password=coturn" -…
-
I installed using: sudo apt-get install coturn
checking the version (using run turnserver) I get
Version Coturn-4.5.0.7 'dan Eider'
What's the best way to update to 4.5.2-r6 ?
-
```bash
docker run --rm coturn/coturn
Unable to find image 'coturn/coturn:latest' locally
latest: Pulling from coturn/coturn
eff15d958d66: Pull complete
ed710a3445d7: Pull complete
deac28ce033…
-
I setup min-port=49160 and max-port=49200
in my turnserver.con but if i check a connection with turnutils_uclient it seems like this parameter is ignored because the port-range is still between 49152…
-
Thank you for submitting this review request. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consisten…
-
I have a working Coturn setup with time limited credentials & dynamic turn secret generation.
### Problem
There are two problems:
1. I generate time limited credentials with 1 minute duration…
-
The turnserver displays a configuration error when CLI password is empty even if the CLI has been disabled with `--no-cli`:
https://github.com/coturn/coturn/blob/856c3c9ff620ae2b00354ac55c539ba3dadb1…
-
I have tried to install jitsi-meet in ubuntu 20.04 using the following code
`apt install jitsi-meet`
But it keeps on giving me the following error even after reinstalling the OS more than 3 ti…
-
* Ubuntu 16.04
* coturn 4.5.0.3-1build1 (deb package)
Something very weird. `TURNSERVER_ENABLED=1` in `/etc/default/coturn`. Then I run (as root):
```bash
$ /etc/init.d/coturn start
```
*…
-
Greetings,
I would like to know how is it possible to overwrite ```/etc/coturn/turnserver.conf``` without modify file himself.
did something like conf.d/* is possible ?
best regards