How to reduce upload video time using IOS and Android Sdk's?
Hi,
Uploading and transforming 1 minute video using cloudinary sdk takes more than 2 minutes time. Whereas when we do compression using our own algorithms and upload it our own server it takes only 25 to 30 secs. How can we reduce the compression and uploading time using cloudinary SDK?.
Please send us any documentation.
Regards,
Explurger Team
-
Hi,
Transforming videos right on upload adds more delay as it takes some time to generate the derivative.
I would suggest using async=true when uploading resources with transformation or if you are uploading both original and creating a derived with the transformation then using eager_async=true will be more efficient.
More on eager transformation here: https://cloudinary.com/documentation/upload_images#eager_transformations
Regards,
Aditi
0
Post is closed for comments.
Comments
1 comment