diff options
Diffstat (limited to 'multimedia/tstools/man/tsserve.1')
-rw-r--r-- | multimedia/tstools/man/tsserve.1 | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/multimedia/tstools/man/tsserve.1 b/multimedia/tstools/man/tsserve.1 new file mode 100644 index 0000000000000..11bc0febfb3ee --- /dev/null +++ b/multimedia/tstools/man/tsserve.1 @@ -0,0 +1,156 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH TSSERVE "1" "November 2008" "tsserve 1.11 "User Commands" +.SH NAME +tsserve \- act as a server which plays the given transport or program stream +.SH DESCRIPTION +.SS "Usage:" +.IP +tsserve \fI<infile>\fR +tsserve \fI<infile>\fR \fB\-port\fR <n> +tsserve [\fIswitches\fR] \fI<infile>\fR [\fIswitches\fR] +.IP +TS tools version 1.11, tsserve built Nov 11 2008 17:15:49 +.IP +Act as a server which plays the given file (containing Transport +Stream or Program Stream data). The output is always Transport +Stream. +.SS "Input:" +.TP +<infile> +An H.222.0 TS or PS file to serve to the client. +This will be treated as file 0 (see below). +.TP +\fB\-0\fR <file0> .. \fB\-9\fR <file9> +Specify files 0 through 9, selectable with command +characters 0 through 9. The lowest numbered file +will be the default for display. +.SS "General Switches:" +.TP +\fB\-details\fR +Print out more detailed help information, +including some less common options. +.TP +\fB\-quiet\fR, \fB\-q\fR +Suppress informational and warning messages. +.TP +\fB\-verbose\fR, \fB\-v\fR +Output additional diagnostic messages +.TP +\fB\-port\fR <n> +Listen for a client on port <n> (default 88) +.TP +\fB\-noaudio\fR +Ignore any audio data +.TP +\fB\-pad\fR <n> +Pad the start of the output with <n> filler TS +packets, to allow the client to synchronize with +the datastream. Defaults to 8. +.TP +\fB\-noseqhdr\fR +Do not output sequence headers for fast forward/reverse +data. Only relevant to H.262 data. +.PP +Program Stream Switches: +.TP +\fB\-prepeat\fR <n> +Output the program data (PAT/PMT) after every <n> +PS packs. Defaults to 100. +.TP +\fB\-h264\fR, \fB\-avc\fR +Force the program to treat the input as MPEG\-4/AVC. +.TP +\fB\-h262\fR +Force the program to treat the input as MPEG\-2. +.IP +Both of these affect the stream type of the output data. +.IP +If the audio stream being output is Dolby (AC\-3), then the stream type +used to output it differs for DVB (European) and ATSC (USA) data. It +may be specified as follows: +.TP +\fB\-dolby\fR dvb +Use stream type 0x06 (the default) +.TP +\fB\-dolby\fR atsc +Use stream type 0x81 +.IP +For information on using the program in other modes, see \fB\-details\fR. +.IP +tsserve <infile> +tsserve <infile> \fB\-port\fR <n> +tsserve [switches] <infile> [switches] +.IP +TS tools version 1.11, tsserve built Nov 11 2008 17:15:49 +.IP +Act as a server which plays the given file (containing Transport +Stream or Program Stream data). The output is always Transport +Stream. +.SS "Input:" +.TP +<infile> +An H.222.0 TS or PS file to serve to the client. +This will be treated as file 0 (see below). +.TP +\fB\-0\fR <file0> .. \fB\-9\fR <file9> +Specify files 0 through 9, selectable with command +characters 0 through 9. The lowest numbered file +will be the default for display. +.SS "General Switches:" +.TP +\fB\-details\fR +Print out more detailed help information, +including some less common options. +.TP +\fB\-quiet\fR, \fB\-q\fR +Suppress informational and warning messages. +.TP +\fB\-verbose\fR, \fB\-v\fR +Output additional diagnostic messages +.TP +\fB\-port\fR <n> +Listen for a client on port <n> (default 88) +.TP +\fB\-noaudio\fR +Ignore any audio data +.TP +\fB\-pad\fR <n> +Pad the start of the output with <n> filler TS +packets, to allow the client to synchronize with +the datastream. Defaults to 8. +.TP +\fB\-noseqhdr\fR +Do not output sequence headers for fast forward/reverse +data. Only relevant to H.262 data. +.PP +Program Stream Switches: +.TP +\fB\-prepeat\fR <n> +Output the program data (PAT/PMT) after every <n> +PS packs. Defaults to 100. +.TP +\fB\-h264\fR, \fB\-avc\fR +Force the program to treat the input as MPEG\-4/AVC. +.TP +\fB\-h262\fR +Force the program to treat the input as MPEG\-2. +.IP +Both of these affect the stream type of the output data. +.IP +If the audio stream being output is Dolby (AC\-3), then the stream type +used to output it differs for DVB (European) and ATSC (USA) data. It +may be specified as follows: +.TP +\fB\-dolby\fR dvb +Use stream type 0x06 (the default) +.TP +\fB\-dolby\fR atsc +Use stream type 0x81 +.IP +For information on using the program in other modes, see \fB\-details\fR. +.SH "SEE ALSO" +The full documentation for +.B tsserve +is maintained as a Texinfo manual. +Please check http://tstools.berlios.de for more information. + |