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 use transformations to crop live streaming

Comments

2 comments

  • Avatar
    Andres De Jesus

    The only way I can resize is if I remove "cld-fluid" and manually enter height and width:

    <video
    id="demo-player"
    className="cld-video-player cld-fluid"
    width={400}
    height={400}
    >
    </video>

    But then I lose responsiveness.

    0
    Comment actions Permalink
  • Avatar
    Wissam Khalili

    Hi Andres,

    You could not make a transformation for live streaming.

    The transformation could be done after the video was uploaded to your account.

    Hope it makes sense.

    Regards,

    Wissam

    0
    Comment actions Permalink

Post is closed for comments.