# tsplay **Repository Path**: js2854/tsplay ## Basic Information - **Project Name**: tsplay - **Description**: 从tstools中抽取出的tsplay工具,可以将MPEG-TS文件以UDP/TCP的方式发送成TS流 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2015-07-31 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #tsplay 从`tstools`中抽取出的`tsplay`工具,可以将`MPEG-TS`文件以`UDP/TCP`的方式发送成`TS`流 ``` Basic usage: tsplay [:] TS tools version 1.11, tsplay built Jul 31 2015 20:40:38 Play the given file (containing Transport Stream or Program Stream data) 'at' the nominated host, or to an output file. The output is always Transport Stream. Input: Input is from the named H.222 TS file. Output: : Normally, output is to a named host. If is not specified, it defaults to 88. Output defaults to UDP. -output -o Output is to file . -tcp Output to the host is via TCP. -udp Output to the host is via UDP (the default). -stdout Output is to standard output. Forces -quiet. -mcastif -i If output is via UDP, and is a multicast address, then is the IP address of the network interface to use. This may not be supported on some versions of Windows. General Switches: -quiet, -q Only output error messages -verbose, -v Output progress messages -help Show help on a particular subject -help Summarise the s that can be specified -max , -m Maximum number of TS/PS packets to read. See -details for more information. -loop Play the input file repeatedly. Can be combined with -max. ```