I have build coturn and run it successfully. ip:192.168.1.111. Now the question I faced is to get the Turn credential through REST API.
https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00 According to the passage the request…
How can I install a TURN server on my ubuntu 12.04? Can you share tutorial? I read this tutorial: Implementing our own STUN/TURN server for WebRTC Application. But what I don't understand is how I can I install my own TURN server on my ubuntu…
I want to host a TURN server for my WebRTC project, but I don't know what the 'realm' attribute does. I've looked at coturn and pion and they both seem to require me to enter this. Can someone explain what it is?
I have my own server with ubuntu 19.
NOTE: I need a stun/turn server for a video chat web application. It works already if both devices are in the same network.
I have successfully installed and configured coturn. I can successfully start the…
I was playing with this was able to get it working immediately using Node/Javascript, took a while using Golang (this is just generating the user/password to be sent to coturn.) Notice the secret should match the coturn configuration and in the API…
I have a turn server which is using co-turn and hosted on GCP.
And already installed the server successfully without any error and enabled the port.
But when I used it back on my web rtc project, it seems like it's not working because my…
I am trying to setup a COTURN server for my WebRTC based application. However I am stuck with a couple of error messages that I am unable to understand, and can't find any help on them on internet.
Here are some details about the app:
Two users log…
This question has been asked before, but I have not found an answer yet. I'm basically having the same problem as described here and here.
I'm trying to set up a webRTC connection using PeerJS. It works flawlessly in LAN but I can't get it to work…
I am trying to deploy coturn server in the Kubernetes cluster.
According to the startup manual, it seems to each server has to have own external IP address. But I can't find a way to bind external IP addresses to each coturn pods.
How can I solve…
My web application is failing to gather WebRTC relay ICE candidates via a CoTURN server when using Safari 11 on iOS 11 (iPhone 5s & iPhone 7) or desktop. The web application (which establishes a one-way audio only WebRTC peer connection) works fine…
I can connect in any situation when using appr.tc ice servers (google turn servers). but i can't connect with my own turn server.
I did config my own turn server by coturn project.
I'm using google's libjingle_peerconnection api to create an…
I'm using an Ubuntu 14.04 (an Azure VPS actually) so i have to installed rfc5766-turn-server not the latest coturn version. I have following this guide.
At the last step, i cannot start turnserver. My command to start:
turnserver -n -L…
I have installed COTURN server on my Ubuntu 18.04 using this instruction https://ourcodeworld.com/articles/read/1175/how-to-create-and-configure-your-own-stun-turn-server-with-coturn-in-ubuntu-18-04. I did everything as it said there. Opened ports…
We tried to configure coturn with an alternative listening port, and it's not working. I'd like to clarify if we're doing the right thing and if it doesn't work because of /me stupid or the server.
We're using turns (secure). I want the server to…