DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
170 stars 81 forks source link

Please upgrade libffmpeg.so, it's a old verson caused failed: dlopen failed. #10

Closed niflying closed 6 years ago

niflying commented 7 years ago

hi, I cann't run this sample. the error is: failed: dlopen failed: cannot locate symbol "atof" referenced by "libffmpeg.so"

It loos like an old version there.

Please help.

oliverou commented 7 years ago

Hi @niflying, please follow the Readme file to clone the entire Sample Project using Git LFS and try to run the sample again.

niflying commented 7 years ago

hi @oliverou, I am follow the Readme file , use "git lfs clone https://github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample" to got the project. It's about 1GB , no files miss. But no lucy, It doesn't work too.

E/dalvikvm: dlopen("/data/app-lib/com.dji.videostreamdecodingsample-2/libffmpeg.so") failed: dlopen failed: cannot locate symbol "atof" referenced by "libffmpeg.so"... on NativeHelper.getInstance().init();

niflying commented 7 years ago

hi, @oliverou there's the apk , Could you have a look ? Thanks . android-videostreamdecodingsample-debug.zip

dji-dev commented 6 years ago

Will go ahead and close this ticket as current version should not have this problem any more. Please feel free to reopen if the problem still exists. Thanks!