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.