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.

Comments

1 comment

  • Avatar
    Michal Kuperman

    Hi,

    The error you were receiving is: `Timeout waiting for parallel processing `. When you try to play a derived version of the video (I see you included other transformations via the video player as well) and the derived version doesn't exist yet, we will transform it for you 'on the fly' which can take some time. When trying to access this derived video while the request to generate it hasn't been completed or you make multiple requests to update the same video while a previous operation hasn't been completed, you will receive this error.

    It is recommended to generate the derived versions for videos ahead of time by using `eager transformations` as explained here: https://cloudinary.com/documentation/transformations_on_upload#eager_transformations. You can also generate these derived versions for videos that are already uploaded to your account by using the explicit method: https://cloudinary.com/documentation/image_upload_api_reference#explicit. When using eager transformations you should make use of the notification_url to receive a notification when the derived version is ready. More info here: https://cloudinary.com/documentation/notifications.

    Please note, that this video is unlocked and is working correctly now.

    Let us know if you have any further questions,

    Regards,
    Michal

    0
    Comment actions Permalink

Post is closed for comments.