I’m using Ant Media Server in a corporate network and there is a proxy server that all computers uses to access to the Internet in the network.
How can I make Ant Media Server use that proxy server to verify the license?
>Solution :
You can do that by adding this setting:
1- Please edit red5.properties file under /usr/local/antmedia/conf/
2- Update the proxy.address as in the example here
proxy.address=192.168.0.1:3478
3- Save the file and restart the server please.
$ sudo service antmedia restart
Thanks