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…
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…
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…
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…
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…
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:…
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…
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?"…
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…
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…
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…
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,…
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…
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…
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…