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…
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…
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…
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…
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.
#…
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…
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…
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…
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…
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…
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…
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…
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…
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…