PDA

View Full Version : Using rtmpdump "librtmp.so" for android


dattagample
05-21-2012, 08:12 AM
Hey There,

I got Android build from official rtmpdump site http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3-android.zip,

but because of lack of documentation provided by RTMPDUMP team, i am not able to use it in real android application.

Can any one guide me, how to use this Shared Object library in Android Project and how to access its different methods, like RTMP_Alloc(),RTMP_Init(), RTMP_ConnectStream().

I google it almost 50 pages, but could not able to locate the correct answer for the same.

I would be really thankful, if some one puts lights on same.

(Note: I my development environment for Android App is ECLIPSE)

Thanks in Advance,
Cheers,
Datta....

compn
05-22-2012, 05:39 AM
try asking on rtmpdump mailing list. be sure to post some of your code that tries to access it so they can help you.

also rtmpdump 2.3 is very old and you should build git version for andriod first.

avirex
05-22-2012, 03:26 PM
Hey There,

I got Android build from official rtmpdump site http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3-android.zip,

but because of lack of documentation provided by RTMPDUMP team, i am not able to use it in real android application.

Can any one guide me, how to use this Shared Object library in Android Project and how to access its different methods, like RTMP_Alloc(),RTMP_Init(), RTMP_ConnectStream().

I google it almost 50 pages, but could not able to locate the correct answer for the same.

I would be really thankful, if some one puts lights on same.

(Note: I my development environment for Android App is ECLIPSE)

Thanks in Advance,
Cheers,
Datta....


I have this working if you'd like to discuss. Please PM me.

Dee Jay
12-08-2012, 07:32 AM
How to use rtmpdump on android?
Please!