Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep FFmpegMediaMetadataRetriever and Exoplayer FFmpeg extension both? #235

Open
tushar09 opened this issue Jul 30, 2020 · 1 comment

Comments

@tushar09
Copy link

I have installed Exoplayer FFMpeg extension. And after that if I try to use FFmpegMediaMetadataRetriever it give me the below error. How can I solve it.
More than one file was found with OS independent path 'lib/armeabi-v7a/libavcodec.so'

@badcodercpp
Copy link

sorry for late reply , @tushar09 use pickfirst or exclude whatever you like in your apps build.gradle,
something like following -
pickFirst "lib/x86/libavcodec.so"
exclude 'META-INF/DEPENDENCIES'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants