Appendix A — General Registry Settings
91
The RemoteStore Registry Table
The
RemoteStore
Registry Table
Although we have not changed the name of this table, its purpose has changed
significantly. We no longer support the file-FTP (or remote-store) option. Instead,
the information stored in the RemoteStore table applies ONLY to a file stored
locally (on the encoder itself). In fact, the RemoteStore table is rather redundant,
since all its information is also found in the FilterMgr table, described on page 91.
The RegCtrlPnl does not provide a tab for the RemoteStore table. Instead, it
provides the Output tab, which allows you to set path names for any of the four
allowable types of local file. In some cases (for example, when elementary
streams are generated and stored), there will be more than one local file created.
In those cases, there will be one active RemoteStore COM component for each
stored file. The file name for each stored file will be determined by the corre-
sponding settings in the FilterMgr table. The OptimizedMuxWrites key in the
RemoteStore table should match the setting of the OptimizedMuxWrites key in
the FilterMgr table. Where more than one file is stored, the optimization setting
will apply to all stored files.
RemoteStore Registry Table
Property
Registry Key
Data
Type
Value Set
Comments
Name of
Local File
LocalFilename
CString
Default:
“D: \\MpegFiles
\\Test.mpg“
Full pathname of local file to
hold MPEG stream.
Optimize the
file-writes?
OptimizedMux
Writes
BOOL
0 = Do not opti-
mize
1 = Optimize
Default: 1
See note.
NOTE:
Turning optimization on makes the file-writes more efficient. However, a side-effect of turning
optimization on is that the file size will not be recognized by the operating system until the end of the
encode, when the application closes the file. If you need to see a file size that increases as the
encode progresses, turn optimization off, but be aware that the encode may fail if the file I/O cannot
keep up with the speed of the encoder.
Table A-6. RemoteStore Registry Table