[rtmpdump] r302 - trunk/README

hyc subversion at mplayerhq.hu
Fri Mar 5 22:59:31 CET 2010


Author: hyc
Date: Fri Mar  5 22:59:30 2010
New Revision: 302

Log:
Note where to get OpenSSL DLL for Windows

Modified:
   trunk/README

Modified: trunk/README
==============================================================================
--- trunk/README	Fri Mar  5 22:20:09 2010	(r301)
+++ trunk/README	Fri Mar  5 22:59:30 2010	(r302)
@@ -27,6 +27,9 @@ Please read the Makefile to see what oth
 
 This code also requires you to have OpenSSL and zlib installed.
 
+Credit goes to team boxee for the XBMC RTMP code originally used in RTMPDumper.
+The current code is based on the XBMC code but rewritten in C by Howard Chu.
+
 
 SWF Verification
 ----------------
@@ -51,6 +54,7 @@ and use the --swfhash "01234..." option 
 
 e.g. $ ./rtmpdump --swfhash "123456..." --swfsize 987...
 
+
 Connect Parameters
 ------------------
 
@@ -93,9 +97,13 @@ make && make install_sw
 
 OpenSSL cross-compiling can be a difficult beast.
 
+Precompiled OpenSSL binaries for Windows are available on
+http://www.slproweb.com/products/Win32OpenSSL.html
+
+If you're just running a pre-built Windows rtmpdump binary, then all you
+need is the "Light" installer. If you want to compile rtmpdump yourself,
+you'll need the full installer.
 
-Credit goes to team boxee for the XBMC RTMP code originally used in RTMPDumper.
-The current code is based on the XBMC code but rewritten in C by Howard Chu.
 
 Example Servers
 ---------------


More information about the rtmpdump mailing list