Skip to main content
December 20, 2012
Question

configure port on Live application for IP Filtering

  • December 20, 2012
  • 1 reply
  • 462 views

Dear Support,

can i configure a Live application on FMS that respond only on predefined port ? For example can i configure LiveCh1 on port 1935 and LiveCh2 on port 1936 ? I need this for IP:PORT filtering the client request. For example the client A can contact only the port 1935 and then only the LiveCh1

Thanks

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    December 21, 2012

    Hi,

    You can't configure port per application basis. But you can configure "adaptors" to listen to specific ports and each "adaptor" would have "vhost" which you can configure to different applications.

    So for example , _defaultRoot_ adaptor listens on 1935 and has _defualtVhost_ which has its application directory configured for "<rootinstall>/applications"

    So you create new adaptor - "_myadaptor_" (basically you can create duplicate of "_defaultRoot_ " folder) and make changes to port to which it listens - open Adaptor.xml and change <HostPortList>/<HostPort> to listen to port of your choice. The inside this adaptor - go to "_defualtVhost_ " and open Vhost.xml and configure its <AppsDir> tag to pick applications of your choice.