• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

configure port on Live application for IP Filtering

Guest
Dec 20, 2012 Dec 20, 2012

Copy link to clipboard

Copied

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

Views

431

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Dec 20, 2012 Dec 20, 2012

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines