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

How to force CoTURN long term credentials validation from WebRTC Flutter application?

I use this example of Flutter data channel to connect my Android app to my CoTURN server on my local network. The CoTURN logs show that the Android app connects successfully to the CoTURN server but doesn't show any username. I would like to make…
luvzfootball
  • 710
  • 1
  • 9
  • 21
0
votes
1 answer

unable to connect to Coturn server

I am following the official coturn docs and trying to setup a coturn server to handle STUN and TURN requests. I am testing if my server runs correctly by using this little JS script: function checkTURNServer(turnConfig, timeout){ return new…
sanjihan
  • 5,592
  • 11
  • 54
  • 119
0
votes
1 answer

If external-ip of coturn is only used for aws?

https://github.com/coturn/coturn/blob/c4477bfddd2cd51de1ad37032ca88330f3c44ed6/docker/coturn/turnserver.conf#L100 In turnserver.conf , I see a world " For Amazon EC2 users", if the external-ip is only used for aws? I let the stun server run in the…
Y.Thomas
  • 5
  • 4
0
votes
1 answer

webrtc app show my Turn server broken, but it works

I have my stun / turn server running on local pc (CoTurn). It is tested on "https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/" and works. I have a domain name and configured the modem with public ip. I configured apache2 to…
0
votes
0 answers

Relay no streams on coturn

There is a similar question Coturn server - Relay is not working but it doesn't apply as Amazon has it's servers behind a NAT, which we don't have. We have a bare metal machine connected to the open internet. When we force the WebRTC connection to…
Oliver Hausler
  • 4,900
  • 4
  • 35
  • 70
0
votes
1 answer

Need help for Coturn configuration for my public ip address

I have tried with coturn configuration in my local system using my local IP address. It worked. But now, I'm trying to configure my public IP to avoid the ICE Framework. Is it possible? and I'm doing this using Cygwin, can I able to configure this…
Ashika
  • 33
  • 1
  • 8
0
votes
1 answer

get client and peer use name in an ongoing voice call in webrtc coturn?

I am using CO-TURN as my VoIP platform. What I am looking for is that how can I get information about which users are in an ongoing voice call?
mesh
  • 1
0
votes
1 answer

How many WebRTC connections are there in TURN server?

I am trying out WebRTC and would like to find out more about how TURN server works, in terms of connections. Because I have tried that even mobile devices with same telco, they are not able to connect to each other directly. A TURN server is…
twb
  • 1,248
  • 4
  • 18
  • 31
0
votes
1 answer

What ip does coturn need to setup turn server?

I followed a tutorial from webrtc-experiement website and installed the coturn on my local ubuntu virtual machine. I set up the listening ip and external ip with the ubuntu private ip 192.168.47.131 and the port is 3478 and 5349 for secure address…
Hữu Linh
  • 153
  • 3
  • 10
0
votes
1 answer

WebRTC iceconnection failed

I am trying to connect two clients Remotely in different networks and i am getting IceCandidateConnection status as failed. I am using a coturn server as a turn which accepts only UDP and stun server. Below is the log i am getting in about:webrtc of…
0
votes
1 answer

Coturn WebRTC issue on AZURE VM (Ubuntu Server 16.04 LTS)

I use webRTC to establish a web browser real-time communication with other browsers. To make sure this connection is always solid I want to set up my own STUN/TURN Server. I decided to use coturn on Azure VM (Ubuntu Server). I followed this…
lddj90
  • 1
  • 1
  • 1
0
votes
0 answers

How to record video using Kurento in Easyrtc?

I'm new to Webrtc and Javascript. I'm trying to build a video chat application with recording functionality on the server. Currently, I use Easyrtc as Webrtc wrapper to provide the video chat functionality and it's working great. I also setup TURN…
pren
  • 45
  • 2
  • 8
0
votes
1 answer

WebRTC routing using TURN without exposing IP address to peers

I'm searching for a way to implement client to client communication without the peers knowing each others IP addresses. Using WebRTC with TURN (looking at coturn) would be ideal, for the clients already supporting the protocol. But reading from the…
Mikko
  • 1,877
  • 1
  • 25
  • 37
0
votes
1 answer

Cannot trickle ICE server using external IP, Coturn server in Ubuntu

I have setup Coturn server from Url https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html#coturn in Ubuntu. Turnserver is working fine using local-ip, but when I try to trickle using exernal-ip I get error Not reachable? If I…
Mhadonis
  • 330
  • 3
  • 11
0
votes
1 answer

Kamailio+rtpengine+SIP.js Failed to set remote answer sdp: Called with SDP without DTLS fingerprint

I just install Kamailio 4.4.5 + RTPEngine on Ubuntu Server 16.04 all config copy from https://github.com/whisk/WEBRTC-to-SIP And using SIP.js latest version to make call between 2 chrome browser. SIP user register successfully and can using text…
Hamid
  • 1,099
  • 3
  • 22
  • 37
1 2 3
11
12