-
Notifications
You must be signed in to change notification settings - Fork 64
/
index.html
73 lines (57 loc) · 2.44 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>RTP Tools</title>
<meta charset="UTF-8">
<meta name="author" content="Henning Schulzrinne">
<meta name="keywords" content="RTP, rtptools">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>RTP Tools (Version 1.22)</h1>
<h2>Description</h2>
<p>The rtptools distribution consists of a number of small applications
that can be used for processing <a
href="http://www.cs.columbia.edu/~hgs/rtp">RTP</a> data.</p>
<dl>
<dt><samp><a href="rtpplay.1.html">rtpplay</a></samp></dt>
<dd>Play back RTP sessions recorded by <samp><a
href="rtpdump.1.html">rtpdump</a></samp></dd>
<dt><samp><a href="rtpsend.1.html">rtpsend</a></samp></dt>
<dd>Generate RTP packets from textual description, generated by hand
or <samp><a href="rtpdump.1.html">rtpdump</a></samp></dd>
<dt><samp><a href="rtpdump.1.html">rtpdump</a></samp></dt>
<dd>Parse and print RTP packets, generating output files suitable for
<samp><a href="rtpplay.1.html">rtpplay</a></samp> and <samp><a
href="rtpsend.1.html">rtpsend</a></samp></dd>
<dt><samp><a href="rtptrans.1.html">rtptrans</a></samp></dt>
<dd>RTP translator between unicast and multicast networks; also
translates between VAT and RTP formats.</dd>
<dt><samp><a href="multidump.1.html">multidump</a></samp></dt>
<dd>Starts multiple rtpdumps simultaneously.</dd>
<dt><samp><a href="multiplay.1.html">multiplay</a></samp></dt>
<dd>Starts multiple rtpplays simultaneously.</dd>
</dl>
<h2>Download</h2>
<p>The code is maintained at <a
href="https://github.com/columbia-irt/rtptools">
https://github.com/columbia-irt/rtptools</a>
and the release tarballs are available at <a
href="http://www.cs.columbia.edu/irt/software/rtptools/download">http://www.cs.columbia.edu/irt/software/rtptools/download/</a>.</p>
<h2>Installation</h2>
<p>See the <a
href="https://github.com/columbia-irt/rtptools/blob/master/README.md">README</a>
for installation instructions.</p>
<h2>Authors</h2>
<p>The rtptools were written by <a
href="http://www.cs.columbia.edu/~hgs">Henning Schulzrinne</a>, with
enhancements and updates by <a
href="http://www.cs.columbia.edu/~pingpan">Ping Pan</a>, <a
href="mailto:akira@akiratec.com">Akira Tsukamoto</a>, <a
href="mailto:hans@stare.cz">Jan Stary</a> and <a
href="mailto:janakj@cs.columbia.edu">Jan Janak</a>.
rtptrans was written by <a
href="mailto:sisalem@iptel.org">Dorgham Sisalem</a> and enhanced by <a
href="mailto:casner@precept.com">Steve Casner</a>.</p>
</body>
</html>