Skip to main content
January 28, 2013
Question

Configuring external ip for FMS server

  • January 28, 2013
  • 1 reply
  • 594 views

I have been using FMS 4.5 for live video streaming application. when im using the application in my local network everything is working fine. But I use the same application in an external network the connection to the fms server is failed. The problem is that fms server is not configured for external ip. can anyone tell that how to configure my fms server for external/public ip?(say my external ip is 220.225.210.90)

Thanks in advance

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    January 30, 2013

    Is there a firewall in front of the server on the external IP? If that is the case you might have to configure your firewall to allow connections from 1935 port which FMS uses by default for rtmp connections or any other port if you have changed it in conf/fms.ini.

    If above doesn't work try configuring in Adaptor.xml also for external IP in the HostPort tag like below:

    <HostPort name="edge1" ctl_channel="localhost:19350" rtmfp="${ADAPTOR.HOSTPORT}">${ADAPTOR.HOSTPORT}</HostPort>