Quote:
Originally Posted by S74ck3r
Howto compile Rtmpdump for Android
1) Get the Android ndk ( http://developer.android.com/tools/sdk/ndk/index.html) and follow the instructions here (PATH_TO_NDK_INSTALL/../android-ndk-r7/docs/STANDALONE-TOOLCHAIN.html) to create a standalone android toolchain.
..
8) Done.
|
Hello! thx for this instructions!
Sorry for my epic noobish question. i'm complete all instruction(it was really hard for me, near 8 hours for that) and cross compile files(on my PC). And so what i must doo for run this files on my android device

How this program work? Give me direction for the study, realy thx for answer!
And one more question. Now I make an application for android, where I have to get rtmp stream from online flash player (player passed html code). I need read this stream for display in the my application as html code. will rtpmdump help me for that? or maybe you know a more efficient implementation?