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
3
votes
1 answer

coTurn server behind NAT

I am using coTurn as my turn server in my application. what is the minimum configuration to do to make my Turn server work behind NAT? what are all ports I have to open for it to work behind NAT? As I have read coturn comes with inbuilt STUN so can…
vanquishers
  • 358
  • 1
  • 3
  • 18
2
votes
0 answers

How to spin up a TURN server in AWS EC2

I need to spin up a TURN/STUN server in Cloud. I feel it a pretty common use case and there are hundreds of related posts in the internet. After several days of failed attempt, I still failed to spin it up. Here is my current step. I keep it simple…
2
votes
0 answers

How to make Web RTC work behind Symmetric NAT?

I've created 2 simple webpages (for peer 1 and peer 2) that exchange a few messages with WebRTC data channel. You need to manually copy-paste offer and answer between the webpages. After the answer is pasted back to peer 1 the connection is…
chiqo47
  • 56
  • 4
2
votes
1 answer

Coturn docker on arm32 (Raspberry Pi) is failing due to port-range and TLS problem

this is my first question here so hope I do everything correct. I'm using Docker image 4.5.2-r3 (with 4.5.2-r2 it was the same) on arm32 (RPi4) with Raspbian/Debian Buster. I get quite some errors and all clients (inside and outside the servers…
2
votes
1 answer

TURN server webrtc tcp relay

I am using coturn as my TURN server for relay in a WebRTC connection. What I want to achieve is TCP based connection and not UDP. What I have tried : In coturn configuration, I have set no-udp and no-udp-relay to force TCP based connection only. #…
2
votes
0 answers

COTURN + Kurento MediaServer Trickle IceConnectionState "Connected" on one tab and "Checking" on the other

I've been working on this project for a while now and have no other solution but to turn to you guys. I setup a STUN/TURN on Azure VM. The setup of the server is as…
Traoré Moussa
  • 433
  • 1
  • 6
  • 22
2
votes
1 answer

coturn + webrtc: host behind NAT couldn't connect to turn server

I'm trying to integrate screen-sharing with WebRTC on my website. If I try to establish a connection between two chrome browser on the same device (normal and incognito) everything is fine. When I try to establish the connection between my browser…
alex_i
  • 21
  • 2
2
votes
0 answers

Android WebRTC cannot connect to coTURN server: error 401: Unauthorized

I have setup a coTURN server with lt-cred-mech option (use TURN REST API). My generated user look like: user: 1601871288:4e4d54c1-7b69-40a2-b355-ff2b40e003c4 pass: doSnY8s16/vK6ynnALMkbl0DcLo= I have test with trickle-ice and my browser can…
Programmer dude
  • 167
  • 1
  • 5
  • 23
2
votes
1 answer

how to install mongodb-c driver in ubuntu and use in coturn server

i am using coturn and i want to use mongodb as a database when i run the turnserver it shows SQLite supported, default database location is /var/lib/turn/turndb 0: Redis supported 0: PostgreSQL supported 0: MySQL supported 0: MongoDB is not…
swaheed
  • 3,671
  • 10
  • 42
  • 103
2
votes
1 answer

CoTURN Usage Statistics

I am still a bit new to the WebRTC world and trying to find my way through. I have succcessfully set up CoTURN, and been able to route calls behind a firewall by using CoTURN. Now I am wondering if it is possible to somehow inspect and possibly…
medonja
  • 308
  • 3
  • 15
2
votes
1 answer

Can't access turn server built with coturn

I have set up a turn server using coturn in my local machine (ubuntu). The configuration of my turnserver.cnf is given below.…
mW3
  • 189
  • 3
  • 25
2
votes
0 answers

Unable to Get ICE TCP Relay Candidate from Coturn Server

I'm currently trying to set up a TURN server using Coturn on CentOS 7 for a WebRTC application. I'd like for the application to relay over TCP due to the strict firewall settings my organization uses. I'm testing the ICE candidate gathering using…
Jack Yang
  • 21
  • 2
2
votes
1 answer

CoTurn server stopping the media after 600 seconds

I am using the CoTurn server in my Ubuntu 18.04 machine, which I install it from "synaptic" it is working fine for the media communication below 600 seconds but when I Increase the media time to more then 600 seconds up to 600 seconds it is working…
s.k.Dash
  • 57
  • 4
2
votes
0 answers

WebRTC uses always TURN outside our LAN

My problem: I wrote a video chat application based on WebRTC. When two clients connect inside our LAN, they always get a Peer-to-Peer connection. But when a client from our LAN connects with a client outside our LAN it's always a Peer-to-TURN…
Tsunamis
  • 5,870
  • 1
  • 20
  • 22
2
votes
1 answer

coturn: Need help configurating my server correctly

I am trying to set up a STUN/TURN server on my local computer for a webrtc application of me. I decided to use coturn. Note that my server is running behind a NAT. So i fired up my Ubuntu VM and installed it. After reading through the wiki I got it…
marco56
  • 165
  • 1
  • 2
  • 11
1 2
3
11 12