Quote:
Originally Posted by bricula
Osx 10.5.8
xcode tools 3.0
rtmpdump 2.2d won't compile...
what does I need? please, it's been 2 days and I'm still here compiling and watching errors...
can someone write a step by step tutorial? the readme file says nothing... please, I'm running out of options....
|
I have succesfully compiled with OSX 10.6, last version rtmpdump v.2.3, which needs openssl 0.9.8 (for this you must upgrade to Mac OSX 10.6.5). Read the readme file on the source, gives so many information.
I am not a computer expert, but I get succes after many hours of testings and google documentations.
For your help, a step-by-step EXCELLENT tutorial for compiling and using rtmpdump you can see is at:
http://trick77.com/2010/07/31/captur...dump-mac-os-x/
Note than you must change libraries before (-soname with -dylib_install_name in /rtmpdump-2.3/librtmp/makefile).
The only action you need is :
$ cd (to the path rtmpdump-2.3 is)
$ make SYS=posix (under a terminal session).
Note: posix is part of the OSX system.
Obviously, for compiling you need the developer tools of Mac OSX 10.6 (XCode 3.2).
Hope this helps.