Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
XML configuration files
197
DuplicateDir (StreamsManager)
This is one of two tags named 
DuplicateDir
 in the Application.xml file.
 container. 
This tag specifies the physical location where copies of recorded stream files are stored.
Description
This location serves as a backup for stream files.  This location must already exist before a 
stream can be stored. By default, when a stream is copied to this location, it is categorized by 
instance name.  
Example
<DuplicateDir appName="true">c:\backupStreams</DuplicateDir>
To include the application name in the path for the backup files, change the 
appName
 
attribute to 
"true"
See also
Duration
This tag instructs Flash Media Server how long to wait before it notifies the client when the 
audio has stopped in the middle of a live or recorded audio stream.  
Description
The default wait time is 3 seconds. The minimum wait time is 1 second. 
EnhancedSeek
This tag enables or disables fine tuning the seeking performance within streams by creating a 
keyframe. 
Description
Keyframes improve the visual display of FLV files while seeking. When this tag is set to 
true
the server inserts keyframes at the point in the stream where the seek begins if there is no 
preexisting keyframe present. 
By default, this tag is set to 
false
. The server does not insert keyframes and all seeks begin at 
the nearest existing keyframe.
See also