]> granicus.if.org Git - rtmpdump/commitdiff
Note where to get OpenSSL DLL for Windows
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 5 Mar 2010 21:59:30 +0000 (21:59 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 5 Mar 2010 21:59:30 +0000 (21:59 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@302 400ebc74-4327-4243-bc38-086b20814532

README

diff --git a/README b/README
index 37b622d3b6d9ce7050dec28970f17a41317ae1ab..51f4e73287a1f386c6053b46e617580bc7f0caa8 100644 (file)
--- a/README
+++ b/README
@@ -27,6 +27,9 @@ Please read the Makefile to see what other make variables are used.
 
 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 to pass it.
 
 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
 ---------------