File: reordertp.1

package info (click to toggle)
multicat 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 312 kB
  • sloc: ansic: 3,872; makefile: 58; sh: 18
file content (44 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH Reordertp "1" "August 23, 2010" "Multicat 1.0"
.SH NAME
reordertp \- Reorders incoming packets and reconstitutes the original RTP stream.
.SH SYNOPSIS
.B reordertp
[\fI-i <RT priority>\fR] [\fI-t <ttl>\fR] [\fI-b <buffer length>\fR] [\fI-U\fR] [\fI-m <mtu>\fR]
<src host 1> ... [\fI<src host N>\fR] <dest host>
.SH DESCRIPTION
Reordertp is the companion software of aggregartp. It rorders incoming packets and reconstitutes the original RTP stream.
.SH ITEMS
Host format \fB[<connect addr>[:<connect port>]][@[<bind addr][:<bind port>]]\fR
.SH OPTIONS
\fB\-b\fR <buffer length>
buffer length in ms
.TP
.B \-h
Show summary of options
.TP
\fB\-i\fR <RT priority>
Real time priority
.TP
\fB\-m\fR <mtu>
Specify the MTU
.TP
\fB\-t\fR <ttl>
TTL of the packets send by aggregartp
.TP
.B \-U
Strip RTP header
.SH SEE ALSO
.BR aggregartp (1).
.BR ingests (1).
.BR multicat (1),
.BR offsets (1).
.br
Read the README file for more information about the configuration of reordertp.
.SH AUTHOR
reordertp was written by Christophe Massiot.
.SH LICENCE
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.
.PP
This manual page was written by RĂ©mi Duraffort <ivoire at videolan dot org>,
for the Debian project (and may be used by others).