From: hyc Date: Fri, 5 Mar 2010 21:59:30 +0000 (+0000) Subject: Note where to get OpenSSL DLL for Windows X-Git-Tag: v2.4~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22eb25e5d1d557203e6c45aafde641f3871207f3;p=rtmpdump Note where to get OpenSSL DLL for Windows git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@302 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/README b/README index 37b622d..51f4e73 100644 --- 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 ---------------