Questions tagged [turn]

11 questions
4
votes
1 answer

Matrix + coturn: TLS not working

I'm trying to get (as a Docker stack) Matrix Synapse (matrixdotorg/synapse) together with Coturn (coturn/coturn) to work. Matrix is fully working with TLS certs. Also the coturn server works with disabled TLS without any problems. But when I enable…
Philipp
  • 143
1
vote
0 answers

coturn server behind nginx reverse proxy not gathering candidates

I am trying to deploy coturn on a server which is behind a restricted network, with only ports 80 and 443 (TCP) allowed. As I have several services working in the same server, they are all behind a nginx reverse proxy. I want coturn to work the same…
1
vote
0 answers

Lack of audio for SIP call propagated from IPv6 network when using coTurn server

We are using coTurn server to allow our SIP appliance work reliably between client apps and teleconferences. During our test's we have found that one type of calls is not working at all. But at first let me explain test scenarios: Client A - IPv6…
1
vote
0 answers

WEBRTC peer connection blocked in UAE where as webRTC call to and from other countries works

I am using React Native WebRTC to develop p2p calling application. It works everywhere except UAE and maybe Middle East. I am using my own TURN server with port 4211 also tried TURN server with port 443 as mentioned in this answer. But that never…
ch3t
  • 111
1
vote
1 answer

how to make coturn run as user coturn

I have coturn running on a server and it runs as usual systemd process as user root. Can someone tell me how I could make coturn run as user coturn ? p.s. could someone modify the Tags and add coturn , turn and sturn because I need 300 reputation…
Max Muster
  • 377
  • 3
  • 6
  • 30
0
votes
1 answer

How to redirect my IP to domain name -Coturn

We're running coturn in the following environment: EC2 on a public subnet with a public and private interface coturn running in Docker, via AWS ECS Notably, we do not have a load balancer or NAT gateway in front of this instance. We have opened…
MrDuk
  • 905
0
votes
0 answers

COTURN Server not reachable

I am running a coturn server on my system,and am having trouble accessing it. The coturn server configuration is provided below. Note that the addresses for the relay-ip and the listenoing-ip are set to localhost (127.0.0.1). Other settings conform…
Factor Three
  • 101
  • 2
0
votes
0 answers

How to use STUN/TURN server from a client over TCP/443

I have installed my own STUN/TURN server and I am trying to use it from a WebRTC client behind a firewall allowing only TCP/443 to internet without success. I tried the following unsuccessfully: Replace UDP/3478 with TCP/3478 or TCP/5349 or…
Argn
  • 1
0
votes
0 answers

UDP LoadBalancer using Nginx for CoTURN

I am trying to add a Nginx UDP LoadBalancer in front of CoTURN. Installed ejabberd in a VM Installed nginx in a VM Installed coturn in a VM Nginx config: log_format basic '$remote_addr [$time_local] ' '$protocol…
0
votes
0 answers

Clients who block all outgoing udp connections having problems connecting to turnserver

We recently had a problem with our turnserver (coturn), some clients who use firewalls to block all outgoing udp connections have problems connecting to it, as far as i know, when udp connection doesn't work, it should fallback to using tcp right ?…
logax
  • 149
0
votes
1 answer

WebRTC Grandstream UCM6510

Some times the webrtc transport connection is stablished but when I observe in chrome://webrtc-internals the dtls session in that transport it stays stucked in “connecting“ and the remote certificate peer from the grandstream never arrives , what…