[FEATURE] Show Thumbnails/Preview for Uploaded Videos
Description:
Currently there is no thumbnail displayed for an uploaded video.

Steps to reproduce:
- Upload a video
Expected behavior:
Thumbnails should show up, like this

I am working on this feature, will soon push a PR for this 🚀
Currently, the thumbnails correctly show up ( like that in the actual behavior image ) but I feel the load time can be significantly improved, working on that.
@pratyaksh123 Awesome!
Hey, i see that this issue still persists despite having multiple PRs . I can take the current PRs ,see why they failed and make a new one.
I can take the current PRs ,see why they failed and make a new one.
👍🏾
Hey, i see that this issue still persists despite having multiple PRs . I can take the current PRs ,see why they failed and make a new one.
To be transparent, we tried some approaches using expo-video-thumbnails, but this directly affected the app's performance. During your tests, try with more than 3 or 4 videos rendering in parallel. Besides testing with the thumbnail, you must properly test the performance. It's not a problem if the thumbnail at the first image getter takes some seconds, but this time delay can't affect navigation, scrolling of the message list, or any animations. So, taking into consideration all the steps, this isn't a simple solution.
ahh i see. looks like you guys are planning to generate thumbnails on the backend, even i think its better to generate in the backend because of tools like ffmpeg. I'll explore the feature with other libraries on the frontend in my free time and let you guys know if i can get it working.