Skip to main content
Known Participant
June 16, 2014
Answered

RTMFP public hostname

  • June 16, 2014
  • 1 reply
  • 360 views

Hi Adobe Community,

We are using RTMFP to stream audio and video from Flash clients to Media Servers (unicast mode, no P2P). Everything was working fine until we changed the public hostname in the Adaptor.xml.

We are now using a hostname (PUBLICHOSTNAME.COM in the example below) that resolves to a different IP depending on various parameters. All these IP addresses target the same server.

Adobe Media Server seems to resolve PUBLICHOSTNAME.COM once for all and it sends this IP to the client instead of the hostname.

How can we force Adobe Media Server to send the hostnname (PUBLICHOSTNAME.COM) instead of the IP address during the RTMFP connection?

Configuration example:

<Adaptor>

    ...

    <RTMFP>

        ...

        <Core>

            <HostPortList>

                <HostPort public="PUBLICHOSTNAME.COM:19350-65535">:19350-65535</HostPort>

            </HostPortList>

        </Core>

    </RTMFP>

</Adaptor>

Thanks for your help,

Arnaud.

This topic has been closed for replies.
Correct answer hparmar

Sorry there is no way to achieve this within AMS as of today. The name to IP resolution happens inside code and the resulting IP(s) are used for binding to rtmfp sockets.

1 reply

hparmarCorrect answer
Adobe Employee
June 16, 2014

Sorry there is no way to achieve this within AMS as of today. The name to IP resolution happens inside code and the resulting IP(s) are used for binding to rtmfp sockets.