TSDUMPER2

Section: User Commands (1)
Updated: July 2013
Index Return to Main Contents
 

NAME

tsdumper2 - Record mpeg transport stream in files.  

SYNOPSIS

tsdumper2 -n <name> -i <input> ..other options..  

DESCRIPTION

tsdumper2 reads incoming mpeg transport stream over UDP/RTP and then records it to disk. The files names are generated based on preconfigured time interval.  

OPTIONS

-n, --prefix <name>
Set file name prefix. The output file name is generated using the following pattern: PREFIX-YYYYMMDD_hhmmss_UNIXTS.ts
-s, --seconds <seconds>
How much seconds should each individual file be long. The default interval is 60 seconds.
-d, --output-dir <dir>
Set the directory into which the files will be written. The default directory is . (current directory).
-D, --create-dirs
Save output files into directories named YYYY/MM/DD/hh. The output file is created in the top directory and then it is hard linked into the output directory. In the top directory you'll see the file that is currently written.
 

INPUT OPTIONS

-i, --input <source>
Where to read from. tsdumper2 supports input from IPv4 multicast/unicast addresses (-i udp://224.0.0.1:5000/) or IPv6 multicast/unicast addresses (-i udp://[ff01::1111]:5000). RTP input is also supported by using rtp:// instead of udp://.
-z, --input-ignore-disc
Do not report RTP discontinuity errors.
-4, --ipv4
Use only IPv4 addresses for the input. IPv6 addresses would be are ignorred.
-6, --ipv6
Use only IPv6 addresses of the server. IPv4 addresses would be are ignorred.
 

MISC OPTIONS

-V, --version
Show program version.
-h, --help
Show program help.
 

EXAMPLES

To get a quick start here are some example command lines.
   # Read multicast stream from 239.78.78.78:5000 and save it in
   # files with test- prefix
   tsdumper2 --input udp://239.78.78.78:5000/ --prefix test

   # Same as above but create directories YYYY/MM/DD/HH and put
   # files into the directory.
   tsdumper2 --input udp://239.78.78.78:5000/ --prefix test --create-dirs

   # Same as above but create directories YYYY/MM/DD/HH and put
   # files into the directory and create new file each 10 seconds.
   tsdumper2 --input udp://239.78.78.78:5000/ --prefix test --create-dirs --seconds 10
 

SEE ALSO

See the README file for more information. If you have questions, remarks, problems or you just want to contact the developer, write to:
  georgi@unixsol.org
For more info, see the website at
http://georgi.unixsol.org/programs/tsdumper2/
 

AUTHORS

Written by Georgi Chorbadzhiyski <georgi@unixsol.org>  

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
INPUT OPTIONS
MISC OPTIONS
EXAMPLES
SEE ALSO
AUTHORS
LICENSE

This document was created by man2html, using the manual pages.
Time: 16:15:39 GMT, July 25, 2013