[rtmpdump] r102 - web/index.html

hyc subversion at mplayerhq.hu
Mon Dec 21 07:56:12 CET 2009


Author: hyc
Date: Mon Dec 21 07:56:11 2009
New Revision: 102

Log:
More notes about 2.0

Modified:
   web/index.html

Modified: web/index.html
==============================================================================
--- web/index.html	Mon Dec 21 07:39:29 2009	(r101)
+++ web/index.html	Mon Dec 21 07:56:11 2009	(r102)
@@ -2,16 +2,15 @@
    "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-  <title>rtmpdump</title>
+  <title>RTMP Dump</title>
   <meta http-equiv="content-type" content="text/html;charset=utf-8">
 </head>
 <body>
-<h1>RTMPDUMP</h1>
+<h1>RTMP Dump</h1>
 
 <p>
 rtmpdump is a tool to download rtmp:// and rtmpe:// streams.
-<br>
-<br>
+<p>
 Download the source:
 <br>
 <b>
@@ -24,6 +23,19 @@ release you can look under <b>svn://svn.
 has recently split between version 1.x and 2.x (trunk is now 2.x). You can find
 the 1.x code in <b>svn://svn.mplayerhq.hu/rtmpdump/branches/1.x</b> .</p>
 <p>
+The latest release is 2.0 which you can check out from <b>svn://svn.mplayerhq.hu/rtmpdump/tags/rel-2.0</b> .
+Releases will also be provided as gzip'd tar archives in
+the <a href="download">download</a> directory. There are also zip archives
+in this directory; these contain binaries of builds for Windows.
+</p>
+<p>
+Part of the aim in the 2.0 rewrite is to make the code usable as a standalone
+library. The API is not frozen, since we don't yet know what functions other
+client authors are likely to need. If you're working on an application that
+could benefit from the RTMP support in this code, please join the mailing
+list and discuss your ideas.
+</p>
+<p>
 2009-12-16: Now that the remainder of the code has been rewritten from C++ to C the original
 code will not be developed any further.</p>
 <p>


More information about the rtmpdump mailing list