[rtmpdump] r168 - web/index.html
hyc
subversion at mplayerhq.hu
Sat Jan 2 02:31:19 CET 2010
Author: hyc
Date: Sat Jan 2 02:31:18 2010
New Revision: 168
Log:
Mention rtmpsrv / rtmpsuck
Modified:
web/index.html
Modified: web/index.html
==============================================================================
--- web/index.html Sat Jan 2 01:31:40 2010 (r167)
+++ web/index.html Sat Jan 2 02:31:18 2010 (r168)
@@ -36,6 +36,22 @@ could benefit from the RTMP support in t
list and discuss your ideas.
</p>
<p>
+Also new in 2.1 are two additional server programs, <b>rtmpsrv</b> and
+<b>rtmpsuck</b>.
+</p>
+<p>
+rtmpsrv is a stub for a server; it logs the connect and play parameters
+from a regular client that connects to it. These parameters can then be
+used with rtmpdump to retrieve a stream.
+</p>
+<p>
+rtmpsuck is a transparent proxy; it intercepts connections from a client
+and then makes an outbound connection to the real server. After all
+handshaking is complete and encryption keys with both sides are
+negotiated, it records the cleartext stream data into files while
+relaying the data from the server to the client.
+</p>
+<p>
2009-12-31: Download source tarball <a href="download/rtmpdump-2.1.tar.gz">rtmpdump-2.1.tar.gz</a>
<br>
2009-12-31: Download windows build <a href="download/rtmpdump-2.1a-windows.zip">rtmpdump-2.1a-windows.zip</a>
More information about the rtmpdump
mailing list