int tsmStreamToStdout ( FILE *stream ) Copies a stream to stdout
Copies a stream to stdout.Once you have opened an http or localdisk stream using tsmOpenStream, you can use this function to direct all of the data from the stream to standard output (stdout).