The Adaptor.xml file is the configuration file for individual network adaptors. It determines the number of threads that can be used by the adaptor, the communications ports the adaptor binds to, and the IP addresses or domains from which the adaptor can accept connections.
You can also implement SSL with the Adaptor.xml file, if you want to use different digital certificates for different adaptors.
Each adaptor has its own directory inside the server's conf directory. The name of the directory is the name of the adaptor. Each adaptor directory must contain an Adaptor.xml file.
For example, the default adaptor included with the server at installation is named _defaultRoot_, and its directory is found in the conf/ directory. To change an adaptor's settings, edit the elements in its Adaptor.xml file.
To see the element structure and default values in the Adaptor.xml file, see the Adaptor.xml file installed with Adobe Flash Media Server in the RootInstall/conf/_defaultRoot_ directory.
|
Adaptor.xml element |
Description |
|---|---|
|
Root element; contains all the other adaptor configuration elements. |
|
|
Identifies the specific hosts from which clients can connect to the server. |
|
|
Identifies those hosts whose clients' attempts to connect to the server(s) will be rejected. |
|
|
Identifies an edge to configure for HTTP tunneling. |
|
|
Enables or disables tunneling connections into this application. |
|
|
Determines if an alternate virtual host may be specified as a part of the RTMP URL as query parameter. |
|
|
Specifies the IP address and port(s) to bind to. |
|
|
Container element; comprised of a list of HostPort elements. |
|
|
Configures the server to respond to or reject an HTTP identification request from a client. |
|
|
Configures the server to respond to or reject a special HTTP request from a client before attempting an RTMPT connection to Flash Media Server. |
|
|
Configures the server to respond to or reject an HTTP GET request for the "/" resource from a client. |
|
|
Container element; the elements in this section configure the incoming HTTP tunneling connections. |
|
|
Container element; the elements in this section configure the absolute path to XML files and the cache settings. |
|
|
Specifies the maximum time the server may wait before it returns an ack (acknowledgement code) for a client idle post. |
|
|
Specifies the interval at which the client should send idle posts to the server to indicate that the player has no data to send. |
|
|
Specifies the maximum inactivity time, in seconds, for a tunnel session before it is closed. |
|
|
Specifies the maximum number of failures an edge server may incur before restarting. |
|
|
Specifies maximum number of HTTP requests the server keeps in the cache. |
|
|
Specifies how long the server waits for a write. |
|
|
Specifies the default MIME type header sent on tunnel responses. |
|
|
Specifies whether HTTP 1.0 non-keepalive connections are to be closed once the response is written. |
|
|
Specifies a unique node identification to support the implementation of load balancers. |
|
|
Specifies the order in which to evaluate the Allow and Deny elements. |
|
|
Specifies the absolute path of the folder where the server looks for XML files supported by HTTPUserInfo. |
|
|
Specifies the wait time for an edge server to pause after failing, before it restarts. |
|
|
Specifies whether or not the adaptor redirects unknown requests to an external server. |
|
|
Container element; contains elements that configure the resources for an edge server. |
|
|
Container element; contains details and configurations for different versions of RTMP. |
|
|
Specifies if enhanced (encrypted) RTMP can be used. |
|
|
Specifies whether the adaptor sets a cookie. |
|
|
Container element; contains elements to configure Flash Media Server as an SSL (Secure Sockets Layer) client for incoming SSL connections. |
|
|
Specifies the name of the directory containing one or more CA certificates. |
|
|
Specifies the name of a file that contains one or more CA certificates in the PEM encryption format. |
|
|
Specifies the encryption ciphers that Flash Media Server uses to secure incoming connections. |
|
|
Specifies the passphrase to use for decrypting the private key file. If the private key file is not encrypted, leave this tag empty. |
|
|
Container element; contains elements to configure Flash Media Server as an SSL (Secure Sockets Layer) client for incoming SSL connections. |
|
|
This element specifies in minutes how long a SSL session remains valid. |
|
|
Specifies how often the server refreshes the cache content for HTTPUserInfo, in milliseconds. |
|
|
Specifies the size in kilobytes of the write buffer. |
Send me an e-mail when comments are added to this page | Comment Report