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