Skip to main content
Participating Frequently
December 11, 2013
Answered

Security: How can I limit only my Flash media enconder IP to my FMS?

  • December 11, 2013
  • 1 reply
  • 1996 views

How, I have flash media sever 4.5 and I want to limit only my flash media enconder that can strem to my FMS.

How can I do this?

Thanks

This topic has been closed for replies.
Correct answer

Thanks.

Also you can do following to restric users as well.

follow section below from link https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3 . you have to login with yout credentials and

have to agree with terms and condition.

Adobe Media Server Authentication Add-in (optional)

Using this you will be able to restrict ams access by providing user level access to AMS.

hope this helps you!!

1 reply

December 11, 2013

Yeah, even i have same question. please answer if some one knew this.

Participating Frequently
December 11, 2013

i try this and it works!!!

You could also use the following tags present in Adaptor.xml at FMS/conf/_defaultRoot_ where you can specify which IP address you want to allow connecting to your FMS and which ones you want to block.

<!-- This tag specifies that clients can only connect to the server from -->

    <!-- the specified hosts. This is specified as a comma delimited list of -->

    <!-- hostnames or domain names and/or (full or partial) IP addresses.    -->

    <!-- For example:                                                        -->

    <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"           -->

    <Allow>HERE I PUT MY IPS OF FME</Allow>

    <!-- This tag specifies that clients attempting to connect to the server -->

    <!-- from the specified hosts will be rejected. This is specified as a   -->

    <!-- comma  delimited list of hostnames or domain names and/or (full or  -->

    <!-- partial) IP addresses. For example,                                 -->

    <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"           -->

    <Deny></Deny>

    <!-- Specifies the order in which to evaluate the <Allow> and <Deny>     -->

    <!-- tags. This can be "Allow,Deny" or "Deny,Allow". The default is      -->

    <!-- "Deny,Allow" which means that access is allowed unless specified in -->

    <!-- <Deny> and not specified in <Allow>.                                -->

    <Order>Allow,Deny</Order>

Correct answer
December 15, 2013

Thanks.

Also you can do following to restric users as well.

follow section below from link https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3 . you have to login with yout credentials and

have to agree with terms and condition.

Adobe Media Server Authentication Add-in (optional)

Using this you will be able to restrict ams access by providing user level access to AMS.

hope this helps you!!