You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thumbnails for large videos cannot be previewed in the media picker. This is because the app uses Glide to load thumbnails which starts loading the whole video and allocates memory in order to keep it. This leads to OOM when the size is greater than the available memory. The app adds a check for video size (< 10MB) to avoid this OOM.
Thumbnails for large videos cannot be previewed in the media picker. This is because the app uses
Glide
to load thumbnails which starts loading the whole video and allocates memory in order to keep it. This leads to OOM when the size is greater than the available memory. The app adds a check for video size (< 10MB) to avoid this OOM.See PR #14085 for more details.
The goal of this task is to find out a way to load video thumbnails for large videos.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: