This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

How to upload video from android

Comments

5 comments

  • Avatar
    Maor Gariv

    Hi,
    Sorry for the very late reply, we have noticed that this request was left unattended. I guess this is not relevant anymore but for future reference -

    Of course:)

    It is similar to image upload, just need to set the resource_type to video - 

    cloudinary.uploader().upload("video.mp4", 
            ObjectUtils.asMap("resource_type", "video"));


    0
    Comment actions Permalink
  • Avatar
    Pia Cubillos

    Hello, does cloudinary.uploader() accepts inputs like large videos over 100mb? I need something like "upload_large" like in Rails.

    0
    Comment actions Permalink
  • 0
    Comment actions Permalink
  • Avatar
    Yarden Rosenberg

    Can't say I can find the upload large file method on Android SDK?

    How do I go about chunked parallel uploading of videos?

    0
    Comment actions Permalink
  • Avatar
    Stephen Doyle

    Hi Yarden,

    The link Aditi included above links to a test in our SDK code which demonstrates the use of the large file uploader.

    The method itself is used like: cloudinary.uploader().uploadLarge()  

    You can use the same method for videos and images

     

     

    0
    Comment actions Permalink

Post is closed for comments.