PDA

View Full Version : RTMPdump & Android


schriek
07-14-2012, 04:03 AM
Hello,

I had the idea of turning my old phone into a stream downloader, so i stumbled upon rtmpdump, because it has prebuild binaries.

But, i just need the librtmp and in the prebuilt package there is only a librtmp.so.0, and unfortunatly the android NDK needs a .so or a.a file.

So, i decided to compile the latest version myself for Android, however the NDK and his toolchains are giving me a headache.

Has anyone succesfully cross compiled librtmp for Android?