Skip to main content
Inspiring
March 12, 2018
Question

How make AMS listen some IP

  • March 12, 2018
  • 1 reply
  • 397 views

Hello,

I have a server with more than 1 IP, but I want to link my AMS to one of them.

How can I make this?

At this moment, I can ponly access to my admin console using localhost, but not using the IP.

Can someone help me, please?

Kind regards,

Manel

This topic has been closed for replies.

1 reply

Adobe Employee
March 12, 2018

Hi Manel,

You can configure your localhost to any IP you want from C:\Windows\System32\drivers\etc.

Also for IP and port config within AMS, you can refer to ams.ini and Server.xml found at C:\Program Files\Adobe\Adobe Media Server 5\conf\

Let me know if you need further assistance

Regards

Sanjeev

Inspiring
March 13, 2018

Hello Sanjeev,

I have set my server admin console to link the AMS IP to my domain, and If I make a ping to my domain, I get the IP where I want AMS running.

The only changes on AMS.ini are changing the ports by using: 1935,-443,80

Also I have added the .cert and .pem files to "Adaptor.xml" file.

I have no modified anything at Server.xml. Should I?

The point is:

If I try to create a connection to "rtmp://myamsserverdomain.com" I get "ConncetionFailed" as a response.

Any idea?

Kind regards

Adobe Employee
March 13, 2018

Hi Manel,

I believe this works well with rtmp://ServerPublicIPAddress/, correct?

What you can do in that case, make an entry in the server's hosts file mapping this IP to your domain. For example -

192.168.2.20   myamsserverdomain.com

So, now whenever this domain is hit, it will know the IP from hosts file and your connection will work.

Also, you do not need to make any changes any Server.xml.

Let me know if there is any confusion.

Regards

Sanjeev