Is it possible to get the thumbnail of a video hosted in Cloudinary or elsewhere on the internet?
I managed to get a thumbnail URL manually from Cloudinary using my pc but didn’t find a more automated and easy way to do it from inside the app I’m making.
I also found this extension:
But it seems like it’s suitable for local videos and not for web-hosted ones.
There are 2 different apps. One is meant for the users and the other is for the admins. Through the admins’ app I will be uploading videos to Cloudinary, get the result URL, pass it to firebase and then the user will be able to retrieve that URL and access that video. The only problem so far is how to get the thumbnail.
Yeah I thought of that but I was hoping to find a way that will reduce the bandwidth being used. I’ll try another way and if it doesn’t work I’ll go with this one.
Well, currently I’m facing problems with firebase so once they’re resolved I’ll try this out even though I have no idea where to put the code mentioned in this thread Thanks nonetheless!