Giter Site home page Giter Site logo

Comments (18)

wseemann avatar wseemann commented on June 24, 2024

Thank you for the bug report. I will test this evening and get back to you.

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

I just tested using the API 15 emulator (Android 4.0.3, not 4.0). It worked fine using the demo application in conjunction with the latest library and the prebuilt JAR. What architecture and device is your API 15 emulator set to?

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

Also, your stack trace shows the exception was thrown at line 98 in FFmpegMediaMetadataRetriever.java, which is this segment of code:

    if (!foundLibs) {
        Log.e(TAG, TAG + " libraries not found. Did you forget to add them to your libs folder?");
        throw new UnsatisfiedLinkError();
    }

This means the exception doesn't appear to be caused by the libraries being loaded incorrectly but rather they aren't present in your sample application's "libs" folder.

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

So that means i'am missing something?

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

My system Architecture is Android 4.0.4(ICS). The app I have developed works on all other fimware editions, but it fails on this particular one!

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

4.04 isn't the system architecture, that's the Android version. The emulator will either be either armeabi, armeabi-v7a, mips or x86. Also API 15 is Android 4.0.3 not 4.0.4, so which API are you actually using?

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

Sorry, My Emulator is using ARM and the device is running on 4.0.4 Ice Cream Sandwich

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

OK, I tried using ARM and didn't encounter any issues. Can you please email me the code/project in question so I can try it in my emulator? My email is [email protected].

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

I just emailed you my project. The application is looking for videos in different folders. Once it finds the content it creates a thumbnail at a certain frame and lists that thumbnail to a ListView. Please have a look! I must be missing something...I also downloaded your demo app and got the same error..Thank you very much for your help!

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

Forgot to add that this is app is developed for tablet, so set your emulator on a 10 inch tablet view ;)

And these are the device's specs ;

http://outform.com/idisplay/touch-player/hd-player/tech-specs/

from ffmpegmediametadataretriever.

ivanRylach avatar ivanRylach commented on June 24, 2024

Hello!
Thank you, for your work, wseemann.
But I have the same error

Android 4.4.2
ARMv7

here is logCat:
Caused by: java.lang.UnsatisfiedLinkError
at wseemann.media.FFmpegMediaMetadataRetriever.(FFmpegMediaMetadataRetriever.java:98)
at com.tvigle.activities.VideoPlayerActivity.initMediaDataRetriever(VideoPlayerActivity.java:1303)
at com.tvigle.activities.VideoPlayerActivity.access$2900(VideoPlayerActivity.java:78)
at com.tvigle.activities.VideoPlayerActivity$AsyncPreparatorMediaDataRetriever.doInBackground(VideoPlayerActivity.java:1315)
at com.tvigle.activities.VideoPlayerActivity$AsyncPreparatorMediaDataRetriever.doInBackground(VideoPlayerActivity.java:1312)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

We are working on it atm IvanRylach.

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

I believe I fixed the issue. Please perform a fresh checkout and test to ensure the library is working on your device now.

from ffmpegmediametadataretriever.

matreshkin avatar matreshkin commented on June 24, 2024

Hello, friends!
Has it fixed the problem?
I have the same error using the last commit (I am a windows user, I use binaries in 'prebuilt-libs.tar.gz').
May I have forgotten something? (maybe I should put ssl modules into the package?)
Also I have found a commit from which the crash can be reproduced (1ce0c5b) - before this the library works fine.

from ffmpegmediametadataretriever.

wseemann avatar wseemann commented on June 24, 2024

matreshkin, please try again. I disabled HTTPS support until I can track down the issue.

from ffmpegmediametadataretriever.

AndroidKrayze avatar AndroidKrayze commented on June 24, 2024

Thank you man!!!!!

from ffmpegmediametadataretriever.

matreshkin avatar matreshkin commented on June 24, 2024

Yes, without HTTPS works great, thanks.

from ffmpegmediametadataretriever.

3bdoelnaggar avatar 3bdoelnaggar commented on June 24, 2024

hay i have the problem can you tell how fix it

from ffmpegmediametadataretriever.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.