Dumpstream

Writes diagnostic listing of streams.

Synopsis

dumpstream [options] -i <inputfile>

Description

DumpStream writes a diagnostic listing of a streams and chunked format files. This can help greatly with debugging.

Arguments

-i <inputfile>
Input stream file.
-s <time>
Start time for dump.
-bw <bps>
Maximum data bandwidth.
-v
Verbose output toggle.
-xf
Hex file position output.
-bs
Stream block size.
-w
Suppress warnings.
-stats
Statistics output only.
-fbs
Filler block sizes output only.

Examples

Here is a typical command line:

dumpstream -xf -v -i CPakTestStream

Dumpstream dumps the chunked data in CPakTestStream. The -v option dumps a header followed by the data consisting of file position, data type, size, stream time, channel and chunk subtype. If the -v option is not specified, only the file position, data type, size, and stream time will be dumped without a header. The -xf option specifies that the file position be displayed in hexadecimal value.