logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tsplay — stream a file

Description

       Act  as  a  server  which  plays the given file (containing Transport Stream or Program Stream data). The
       output is always Transport Stream.

   Inputin_file
               Input is from the named H.222 TS file.

       -stdin  Input is from standard input.

   Outputhost[:port]
               Normally, output is to a named host. If port  is  not  specified,  it  defaults  to  88.   Output
               defaults to UDP.

       -oout_file, -outputout_file
               Output is to file out_file.

       -tcp    Output to the host is via TCP.

       -udp    Output to the host is via UDP.  [default]

       -stdout
               Output is to standard output. Forces -quiet and -errstderr.

       -imcast_if, -mcastifmcast_if
               If  output  is  via  UDP, and host is a multicast address, then mcast_if is the IP address of the
               network interface to use. This may not be supported on some versions of Windows.

   GeneralSwitches-details
               Print out more detailed help information, including some less common options.

       -errstdout
               Write error messages to standard output (the default)

       -errstderr
               Write error messages to standard error (Unix traditional)

       -v, -verbose
               Output additional diagnostic messages

       -q, -quiet
               Suppress informational and warning messages

       -help   Summarise the subjects that can be specified

       -helpsubject
               Show help on a particular subject

       -mmax_pkts, -maxmax_pkts
               Maximum number of TS/PS packets to read.  See -details for more information.

       -loop   Play the input file repeatedly. Can be combined with -max.

Name

       tsplay — stream a file

See Also

tsinfo(1), pcapreport(1)

Debian                                          October 28, 2015                                       TSPLAY(1)

Synopsis

tsplay-help [subject]
       tsplay   [-details]   [-errstdout]   [-errstderr]   [-quiet   |   -q]   [-verbose   |  -v]  [-loop]
              [-maxmax_pkts | -mmax_pkts] [-mcastifmcast_if | -imcast_if] [-tcp |  -udp]  in_file  |  -stdinhost[:port] | -outputout_file | -oout_file | -stdout

See Also