HttpUserInfo
This tag specifies the physical location where the user-defined XML file is stored in the server.
Description
By default the XML files are placed in the
directory in the server installation directory.
uInfo
When the
attribute is set to "
, Flash Media Server responds to the HTTP
enable
true"
request and returns the content of the XML file in the
directory. The default setting for
uInfo
the
attribute is "
.
enable
false"
Users can specify any XML file in the
folder. The
folder is configured to point to
uInfo
uInfo
.
C:\fms\uInfo
To get the XML file from the server, the HTTP request must begin with:
http://server:port/fms/uInfo
The syntax for an HTTP request for an XML file in
is:
C:\fms\uInfo\foo\bar.xml
http://server:1935/fms/uInfo/foo/bar.xml
IdleAckInterval
This tag specifies the maximum time the server may wait before it sends back an
ack
(acknowledgement code) for a client idle post.
is shorthand for acknowledgement code, a transmission control character used to indicate
Ack
that a transmitted message was received uncorrupted or without errors. It also indicates that
the receiving server is ready to accept transmissions. The receiver sends the code to the sender
to indicate that the transmission has been accepted.
The values for this tag and the
tag affect the latency observed by a client
IdlePostInterval
tunneling into the server. These tags should be configured at the same time.
Description
The default settings for the
and
tags provide medium
IdleAckInterval
IdlePostInterval
latency and is set to 512/512 milliseconds.
Low values reduce the latency but increase the network bandwidth overhead. Applications
desiring low latency may configure the combination of values 128/256 for the
and
tags. Those applications not sensitive to high
IdlePostInterval
IdleAckInterval
latencies may use the combination 1024/2048.
See also
IdlePostInterval
154
Configuration Files