[rtmpdump] Compiling RTMPdump on Max OS X

Art Clarke aclarke at xuggle.com
Wed Jul 21 15:08:37 CEST 2010


Hi guys,

If helpful, we integrated RTMPDump (which is awesome) into Xuggler (which
strives to be as awesome) with a a GNU AutoConf based build script.
Currently it doesn't add flags for OpenSSL vs. PolarSSL etc., but it might
be useful for some.

Here's the autoconf file that does most of the work:
http://xuggle-ffmpeg.googlecode.com/svn/trunk/librtmp/csrc/configure.ac

And here's the automake file that specifies build files:
http://xuggle-ffmpeg.googlecode.com/svn/trunk/librtmp/csrc/Makefile.am

The full code is here:
http://xuggle-ffmpeg.googlecode.com/svn/trunk/librtmp/csrc/

On Tue, Jul 20, 2010 at 1:03 PM, Nickolaus Padgett
<nick.padgett at gmail.com>wrote:

> When I first tried to compile RTMPdump on Mac OS X, I received the
> error "-L must be immediately followed by a directory path (no
> space)".  Please apply this fix to the Makefile.
>
> I removed the space between "-L librtmp" and now I receive the error
> "in librtmp/librtmp.so, can't link with bundle (MH_BUNDLE) only dylibs
> (MH_DYLIB)".  Can you provide some insight into what this error means?
>
> $ make SYS=darwin
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o rtmp.o rtmp.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o log.o log.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o amf.o amf.c
> In file included from amf.c:33:
> bytes.h:74:2: warning: #warning "Float word order not defined,
> assuming the same as byte order!"
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o hashswf.o hashswf.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o parseurl.o parseurl.c
> ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
> ar: creating archive librtmp.a
> gcc -bundle -flat_namespace -undefined suppress -fno-common
> -headerpad_max_install_names  -o librtmp.so.0 rtmp.o log.o amf.o
> hashswf.o parseurl.o  -lssl -lcrypto -lz
> ln -sf librtmp.so.0 librtmp.so
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\"   -O2   -c -o rtmpdump.o rtmpdump.c
> gcc -Wall  -o rtmpdump rtmpdump.o -L librtmp -lrtmp -lssl -lcrypto -lz
> ld: -L must be immediately followed by a directory path (no space)
> collect2: ld returned 1 exit status
> make: *** [rtmpdump] Error 1
>
>
> $ make SYS=darwin
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o rtmp.o rtmp.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o log.o log.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o amf.o amf.c
> In file included from amf.c:33:
> bytes.h:74:2: warning: #warning "Float word order not defined,
> assuming the same as byte order!"
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o hashswf.o hashswf.c
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c
> -o parseurl.o parseurl.c
> ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
> ar: creating archive librtmp.a
> gcc -bundle -flat_namespace -undefined suppress -fno-common
> -headerpad_max_install_names  -o librtmp.so.0 rtmp.o log.o amf.o
> hashswf.o parseurl.o  -lssl -lcrypto -lz
> ln -sf librtmp.so.0 librtmp.so
> gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\"   -O2   -c -o rtmpdump.o rtmpdump.c
> gcc -Wall  -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lssl -lcrypto -lz
> ld: in librtmp/librtmp.so, can't link with bundle (MH_BUNDLE) only
> dylibs (MH_DYLIB)
> collect2: ld returned 1 exit status
> make: *** [rtmpdump] Error 1
> _______________________________________________
> rtmpdump mailing list
> rtmpdump at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
>



-- 
http://www.xuggle.com/
xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and
video.

Use Xuggle to get the power of FFmpeg in Java.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/rtmpdump/attachments/20100721/419fca63/attachment.htm>


More information about the rtmpdump mailing list