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

RTMFP public hostname

Explorer ,
Jun 16, 2014 Jun 16, 2014

Copy link to clipboard

Copied

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.

Views

301

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

correct answers 1 Correct answer

Adobe Employee , Jun 16, 2014 Jun 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.

Votes

Translate

Translate
Adobe Employee ,
Jun 16, 2014 Jun 16, 2014

Copy link to clipboard

Copied

LATEST

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.

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