Questions tagged [coturn]

COTURN is an open source TURN and STUN Server

COTURN is an open source TURN and STUN Server.

External Links

174 questions
5
votes
0 answers

coturn in Docker Swarm does not connect (kurento)

When I try to connect to my app I can connect and start sending and receiving ICE candidates. But the negotiation does not complete the rtc connection state eventually gets to "Checking", and then after about 30 seconds drops to "Failed" I have this…
bzmw
  • 5,897
  • 3
  • 22
  • 31
5
votes
1 answer

How to fix unreliable WebRTC calling?

WebRTC calls are not reliable in our application. Sometimes we see the black screen, sometimes we don’t see call start at all and sometimes there are seen huge delays or de-sync in audio/video. Setup: Google’s public STUN server…
Rustem Mustafin
  • 957
  • 1
  • 11
  • 23
4
votes
2 answers

STUN server address is incompatible | Error code=701:

I have installed the TURN server everything in the server code is working fine. no error in the log file. only a warning stating 0: WARNING: I cannot support STUN CHANGE_REQUEST functionality because only one IP address is provided but the TURN…
asimdev
  • 705
  • 1
  • 8
  • 22
4
votes
1 answer

How to calculate TURN server bandwidth for webrtc?

I have developed simple many to many video conferencing website using webrtc for that i need to configure TURN server. I am confused about choosing bandwidth size. Maximum 500kbps of data will be sent by single user. Maximum participants will be…
4
votes
1 answer

Which ports should be allowed in firewall to use TURN server?

I want to set up a turn server (coturn) on our company's servers. And I'm not sure which ports should be allowed by outside access. 8443 is a must, using WebRTC. 3478 is a must for credential use. But there's these gazillions of ports which TURN…
oividiosCaeremos
  • 608
  • 1
  • 10
  • 30
4
votes
1 answer

coturn cannot find credentials of user

I was trying to deploy a simple TURN server using coturn. When I test it on Trickle ICE (turn:rtc.jackxujh.me:3478 [webrtc:mighty]), Trickle ICE says "Authentication failed?". The coturn server keeps reporting this error: ERROR: check_stun_auth:…
jackxujh
  • 983
  • 10
  • 31
4
votes
1 answer

Installing CoTurn 4.5.0.6 on Ubuntu 16.04.3 x64 TLS not working

I am trying to install CoTurn 4.5.0.6 on a Digital Ocean Ubuntu 16.04.3 LTS. I can't use sudo apt-get install coturn since it installs version 4.5.0.3. Also I can't install Ubuntu 17.10 since I need long term support (TLS). I create a droplet on…
Herman Fransen
  • 2,200
  • 5
  • 24
  • 40
4
votes
1 answer

Coturn behind NAT is unreachable in a TURN configuration

I'm trying to install a coturn in a server that is behind a NAT, so I followed the instruction given by Kurento's documentation to make it accessible behind the NAT. The problem is that when I test it with Trickle ICE I have a "Not reachable?"…
Ismail H
  • 4,226
  • 2
  • 38
  • 61
3
votes
1 answer

How do I configure WebRTC to connect to my TURN server?

I am working on a very basic WebRTC project, but I can't seem to get my website to connect to my TURN server. I'v setup the TURN server using coturn on my local machine (MacOS 10.15.4), and I'm pretty sure its working and configured properly. (when…
Ties
  • 165
  • 4
  • 14
3
votes
1 answer

How to test a coturn server?

I have tried setting up a coturn server with docker implementation with a Redis database. Now My concern is how to test this system. I tried testing it with the following https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ But…
Shilpa
  • 103
  • 1
  • 3
  • 12
3
votes
0 answers

TURN server behind reverse proxy

I would like to make the TURN server accessible behind a reverse proxy in order to use port 443 to avoid problems with blocked ports on public wifi networks, etc. coturn is configured this…
3
votes
0 answers

coturn STUN requests work locally, but not for remote connections

I've successfully made a TURN request to coturn server (https://github.com/coturn/coturn), but failed when executing a STUN request. If I try to STUN connect to coturn server from the same machine running the server using turnutils_stunclient myIP,…
sanjihan
  • 5,592
  • 11
  • 54
  • 119
3
votes
1 answer

WebRTC ICE with VPN work in Chrome but fail in Firefox

I have build a one to one webrtc communication system (peer to peer). I use coturn as a STUN and as TURN. The connection works in chrome (72) and firefox (65) whithot VPN. The connection also works in chrome and firefox, when behind a symetric NAT…
3
votes
0 answers

coTurn is running on ubuntu but no relay candidate on trickleICE

I have implemented webrtc which works on similar network. On different network the remote stream comes as black screen. As I understand I need to configure turn server and I choose to use coturn on ubuntu. I have configured it and it shows…
Payalv
  • 91
  • 1
  • 7
3
votes
0 answers

Coturn server incomplete logs

I have a Corturn server installed and working fine for most of the scenarios. However there are some error scenarios which I need to investigate through logs. However it doesnt print any logs in log file after startup logs. Your suggestions really…
DarshanaR
  • 31
  • 2
1
2
3
11 12