Fix to compile rtmpdump v 1.9 on Mac OSX 10.6 Snow Leopard
To compile rtmpdump v 1.9 on Mac OSX 10.6 Snow Leopard you will need to do the following: 1) Install Xcode 3.2 from the Snow Leopard Installation DVD 2) Edit the "streams.cpp" file in the "rtmpdump-1.9" folder by replacing all (two) occurrences of "MSG_NOSIGNAL" with "SO_NOSIGPIPE". Tom Selgas Mobile: 972-333-3817 This e-mail is intended ONLY for the recipient to whom it was sent by Thomas Selgas. PLEASE DO NOT FORWARD THIS MESSAGE WITHOUT THE EXPRESS CONSENT OF THOMAS SELGAS.
Tom Selgas wrote:
To compile rtmpdump v 1.9 on Mac OSX 10.6 Snow Leopard you will need to do the following: 1) Install Xcode 3.2 from the Snow Leopard Installation DVD 2) Edit the "streams.cpp" file in the "rtmpdump-1.9" folder by replacing all (two) occurrences of "MSG_NOSIGNAL" with "SO_NOSIGPIPE".
SO_NOSIGPIPE is only valid as an option to setsockopt(), not on the send() system call. I've committed an alternate fix instead. -- hyc
participants (2)
-
Howard Chu -
Tom Selgas