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

Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances

Explorer ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

Thanks for your answer to me, for my bad english, I have a problem, may not easily answered.In multiple instances, limiting the maximum number of connections for the same IP?You give me the answer is to limit a single instance, whether there is a way to limit the number of users of the entire connected to the FMS?

Views

2.3K

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
Enthusiast ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

c:\Program Files\Adobe\Flash Media Server 4.5\conf\_defaultRoot_\_defaultVHost_\Vhost.xml

...

<ResourceLimits>

  <!-- Max number of clients that can connect to this vhost when running as local.  -->

  <!-- enforced by License key -->

  <MaxConnections>-1</MaxConnections>

...

</ResourceLimits>

or if you have multiple vhosts, then adjust the path. I think this is what you are looking for. You can also control this number with server-side code:

http://help.adobe.com/en_US/flashmediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7edfSSASLR..... Look for entries application.clients.and/or application.rejectConnection.

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
Explorer ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

Thank you,But this seems to be to limit the maximum number of connections, I need the maximum number of connections in the same IP, this seems to limit the number of connections, is not it?

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
Enthusiast ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

You mean you want to limit a connection from a user having the same IP? In other words, only one user coming from one IP can connect to your app?

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
Explorer ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

YES,Thank you.In multiple instances,Single instance has been resolved  http://forums.adobe.com/thread/988006?tstart=0,but In multiple instances I  Feeling very difficult to resolve

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
Contributor ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

LATEST

At FMS side, store client's IP address information from connection request, and get total no of instances are connected to server from the every IP address.

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