-
I'm using the self-hosted option and have set up Netbird behind another virtual machine that runs a Caddy reverse proxy.
I used the getting-started-with-zitadel.sh script to install Netbird.
My …
-
I have a webrtc app, which works.
I want to understand what my stun/turn servers do.
My log config in turnserver.conf looks like this:
```
no-stdout-log
#log-file=/var/tmp/turn.log
#syslog…
-
My configuration bellow is not working can someone help
"turnservers": [
{
"url": "turn:192.158.29.39:3478?transport=udp",
"username": "28224511:1379330808",
"secret": "JZEOEt2V…
-
I've downloaded the sample app and installed in my android mobile. It's working find. Now I've a questions... How do I save a live audio/video chat in server ?
-
I do not know if I missed something somewhere or found a bug, but even though I can access the Web Admin logon form, I can't login.
I'm using Coturn 4.5.1.1 with a Docker custom image ([Monogramm/d…
-
I again have a problem with my coturn config. Everything (building for arm32 & self-check) seems fine, but when making a (video)call regardless from where to where I get stuck on "establishing call" …
-
@reivilibre aha, I see! I mistook "user id and password" and "access token" to be based on the nomenclature in turnserver.conf (i.e. the static-auth-secret and "user=username1:password1").
_Origina…
-
#Commands Exceuted
turnadmin -a -u ninefingers -r north.gov -p youhavetoberealistic
turnadmin -A -u bayaz -p magi
turnserver -L -a -f -r north.gov
0: log file opened: /var/log/turn_10053_2…
-
As far as I can tell, the `--stale-nonce` config is not doing anything.
I've been testing with both long-term and time-limited credentials, and have never seen the 438 error nor a changing of the non…
-
I used to use the turnserver compiled from WebRTC source code and it worked fine. Previously, turnserver used username as user001 and password as abc123#.
After changing to use coturn, in order to …