Fresco not Working with FFmpegAndroid Library
See original GitHub issueDescription
If FFmpegAndroid already in Gradle then Fresco wont work. When we set .setImageURI();
Only placeholder is showing. Image unable to load
Reproduction
I’m using
implementation 'com.writingminds:FFmpegAndroid:0.3.2'
in my project when I implement Fresco Image not getting displayed. And when I remove FFmpegAndroid from Gradle then Fresco start working
Additional Information
- Fresco version: 1.10.0
- Platform version: Android Oreo 8.1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Fresco not Working with FFmpegAndroid Library
Im using implementation 'com.writingminds:FFmpegAndroid:0.3.2'. in my project when I implement Fresco Image not getting displayed.
Read more >Displaying Images with the Fresco Library - CodePath Cliffnotes
Fresco is a powerful library for displaying images in Android, ... When working with Fresco, it's helpful to be familiar with the following...
Read more >Fresco An image management library. | Fresco
Fresco is a powerful system for displaying images in Android applications. It takes care of image loading and display so you don't have...
Read more >List of library for Andoid and iOS - Appscms
See collection of all Android alarmmanager libraries, filter by license, modified date, ... Android fresco library ... Android loading spinner library.
Read more >ffmpeg-android-java - FFmpeg Binary | Android library
ffmpeg-android-java is a Java library typically used in Mobile, Android applications. ... There are 1 open issues and 0 have been closed.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please follow the steps in our troubleshooting section and post a log: http://frescolib.org/docs/troubleshooting.html
I just add
implementation 'com.writingminds:FFmpegAndroid:0.3.2'
In my working Fresco sample and image loading stop working. Easy to regenerate