-
Notifications
You must be signed in to change notification settings - Fork 685
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
VideoFrameDecoder fails decoding mp4 #732
Labels
bug
Something isn't working
Comments
If you use |
It doesn't work either, same error :( |
@alcere Figured out the issue. You can work-around it by removing private val imageLoader = ImageLoader.Builder(binding.root.context)
.componentRegistry {
add(VideoFrameFileFetcher(binding.root.context))
add(VideoFrameDecoder(binding.root.context))
}
.logger(DebugLogger(Log.VERBOSE))
.build() The issue will be fixed in an upcoming patch release. |
Thanks for the quick reply!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Getting a video frame from an online resource fails for mp4 files, it works fine for .mov files.
Expected behavior
To Reproduce
Logs/Screenshots
Version
1.2.0
The text was updated successfully, but these errors were encountered: