1Reordertp(1) General Commands Manual Reordertp(1)
2
3
4
6 reordertp - Reorders incoming packets and reconstitutes the original
7 RTP stream.
8
10 reordertp [-i <RT priority>] [-t <ttl>] [-b <buffer length>] [-U] [-m
11 <mtu>] <src host 1> ... [<src host N>] <dest host>
12
14 Reordertp is the companion software of aggregartp. It rorders incoming
15 packets and reconstitutes the original RTP stream.
16
18 Host format [<connect addr>[:<connect port>]][@[<bind addr][:<bind
19 port>]]
20
22 -b <buffer length> buffer length in ms
23
24 -h Show summary of options
25
26 -i <RT priority>
27 Real time priority
28
29 -m <mtu>
30 Specify the MTU
31
32 -t <ttl>
33 TTL of the packets send by aggregartp
34
35 -U Strip RTP header
36
38 aggregartp(1). ingests(1). multicat(1), offsets(1).
39 Read the README file for more information about the configuration of
40 reordertp.
41
43 reordertp was written by Christophe Massiot.
44
46 This program is free software; you can redistribute it and/or modify it
47 under the terms of version 2 of the GNU General Public License as pub‐
48 lished by the Free Software Foundation.
49
50 This manual page was written by Rémi Duraffort <ivoire at videolan dot
51 org>, for the Debian project (and may be used by others).
52
53
54
55Multicat 1.0 August 23, 2010 Reordertp(1)