-
1. Re: Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances
Petro O. Bochan Apr 11, 2012 12:52 AM (in response to kahsbnxasxwasx)1 person found this helpfulc:\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-7 edfSSASLR.html. Look for entries application.clients.and/or application.rejectConnection.
-
2. Re: Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances
kahsbnxasxwasx Apr 11, 2012 12:57 AM (in response to Petro O. Bochan)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?
-
3. Re: Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances
Petro O. Bochan Apr 11, 2012 1:00 AM (in response to kahsbnxasxwasx)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?
-
4. Re: Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances
kahsbnxasxwasx Apr 11, 2012 1:04 AM (in response to Petro O. Bochan)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
-
5. Re: Hi,How to set the maximum number of connections of FMS on the same IP In multiple instances
Patel Bharat Apr 11, 2012 1:09 AM (in response to kahsbnxasxwasx)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.