-
Using Debian 10 Buster/stable with coturn 4.5.1.1-1.1, starting coturn by a systemd service unit in the foreground
ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf
it looks like, the me…
-
Although /etc/turnserver.conf contains log-file=/var/tmp/turn.log the log instead appears at /var/log/turn_9121_2019-02-14.log
Here's how I discovered this...
0. All steps as root
1. On Debian8…
-
This is my first time deploying the coturn container in a kubernetes cluster. I was able to deploy and run an old container from
instrumentisto/coturn, but wanted to move to an officially supported …
-
**Is your feature request related to a problem? Please describe.**
I use AVD with auto-shutdown plugin and when the host is down,
I get the following error:
Error log
```
Browse to: https:/…
-
**Describe the bug**
PR #9127 changed the connection behavior from `/gateway:type:arm,bearer:`
to `/gateway:type:arm`, but FreeRDP failed to parse access token response.
**To Reproduce**
Steps t…
-
Hi, according to the content mentioned in [rfc5766 page-7](https://tools.ietf.org/html/rfc5766#page-7) :
> Each allocation on the server belongs to a single client and has
exactly one relayed…
-
Hi Everyone,
I just installed Coturn on my Ubuntu server(20.04.2 LTS) and enabled turnserver.conf log as below:
#syslog
verbose
log-file=/var/log/turnserver.log
systemctl restart coturn.service…
-
I have tried with coturn configuration with my local system using my local IP address. It worked. But now, I'm trying to configure this using my public IP. Is it possible? and I'm doing this using Cyg…
-
Hi,
i just tried coturn with docker:
```
docker run -d --network=host \
-v $(pwd)/my.conf:/etc/coturn/turnserver.conf \
coturn/coturn \
-n --log-file=stdout \
--ex…
-
## Description
---
We have a custom application using lib-jitsi-meet. Currently P2P mode is disabled on our configuration.
## Current behavior
---
When a new call is made and camera is activa…