cine-io / android-ffmpeg-with-rtmp

script(s) to build ffmpeg for android, including support for RTMP (and OpenSSL)
240 stars 106 forks source link

How ffmpeg uses librtmp-1.so #23

Open PineroDevelopment opened 8 years ago

PineroDevelopment commented 8 years ago

Hi! I compile ffmpeg with rtmp correctly. I have all binaries and .so libraries on my dist folder

The problem is that ffmpeg binary can play all urls. But when i have an url like: rtmp://xxxxx playpath= swfurl= pageurl= token= (for example) ffmpeg should use librtmp to play that url and it doesn't

I follow the instructions for deploy binaries and libraries but no success... -.- So frustrating, why ffmpeg don't use librtmp-1.so

Any ideas? Maybe "environment.put("LD_LIBRARY_PATH", context.getDir("lib", 0).getAbsolutePath());" doesn't correct?

boymustafa commented 8 years ago

Hello Nitropoc,

Did U use all .so and all binaries? How did you use the libraries in your project? Could you show how to use them all?