User Guide
XML configuration files 177
The example instructs Flash Media Server to use the values for host and port on the left side as
the values for host and port on the right side, and to route connections destined for any host
on any port to the same host on port 80.
<RouteEntry>foo:80;null</RouteEntry>
The example instructs Flash Media Server to route a host:port combination to null. Its effect
is to reject all connections destined for
foo:80.
See also
Proxy container, Anonymous, Mode, RouteTable tags
RouteTable
Container tag.
Description
The RouteEntry tags nested under the RouteTable tag specify the routing information for
the proxy or edge server. Administrators use the these tags to route connections to the desired
destination. The
RouteTable tag can be left empty or it can contain one or more RouteEntry
tags.
The
protocol attribute specifies the protocol to use for the outgoing connection. The
attribute is set to
"", "rtmp" for a non-secure connection, or "rtmps" for a secure
connection.
Syntax
<RouteTable protocol="rtmp">
or
<RouteTable protocol="rtmps">
■ Specifying "" means preserving the security status of the incoming connection.
■ If the incoming connection was secure, than the outgoing connection will also be
secure.
■ If the incoming connection was non-secure, the outgoing connection will be non-
secure.
■ Specifying "rtmp" instructs the proxy or edge to use a non-secure outgoing connection,
even if the incoming connection was secure.
■ Specifying "rtmps" instructs the proxy or edge to use a secure outgoing connection, even if
the incoming connection was non-secure.