You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we need stun/turn server for NAT users, we deploy a coturn server.
However the external IP of the coturn server is not a fixed one. It will change after some days :)
According to this page , we can change the stun-turn-server ip.
My question is, how can i change it by curl, when my script detects the change of the external IP.
Sorry, this is not a bug, but i don't have enough skills to figure it out :(
The text was updated successfully, but these errors were encountered:
The page you mention provide the information about how to set the location where kurento can find the turn server. It does not tell about changing the coturn public IP. About letting coturn know of changes in its external ip I cannot tell with certainty, but I think you will ned to detect the situation and restart the coturn server, and before restarting setting the new external ip
When we need stun/turn server for NAT users, we deploy a coturn server.
However the external IP of the coturn server is not a fixed one. It will change after some days :)
According to this page , we can change the stun-turn-server ip.
My question is, how can i change it by curl, when my script detects the change of the external IP.
Sorry, this is not a bug, but i don't have enough skills to figure it out :(
The text was updated successfully, but these errors were encountered: