Hello,
I moved our testing server behind NAT and installed newest version, I redirected ports on router, and opened ports on firewall.
And now I am getting "Failed by ICE timeout"
Please chek your ip and ip_local settings in flashphoner.properties. ip should be set to external IP address, and ip_local should be set to WCS server LAN IP address, for example
Yes, that was the problem. I have dynamic DNS, and in IP field I set dyndns host, not external IP.. When I set external IP it works. Could you support dynamic hosts in this configuration field?
Good day.
We have checked if latest builds from this page work with dynamic DNS hostname in ip field. It works, you can set ip=hostname.dyndns.com. But there can be issues when external IP address or something else is changing in DNS records, in this case either WSS connection cannot be established or publishing can fail or so on until record changes are deployed over all the DNS servers.
Yeah, so it will be better to make shell script to periodically check public IP, and when it changes, update ip in config file and automatically restart server..