cloudinary-community / next-cloudinary

⚡️ High-performance image delivery and uploading at scale in Next.js powered by Cloudinary.
https://next.cloudinary.dev
MIT License
237 stars 64 forks source link

getCldVideoUrl don't seem to work on safari #467

Closed admin-next-horizon closed 3 months ago

admin-next-horizon commented 3 months ago

It appears that getCldVideoUrl is not compatible with Safari. The video fails to play, like the player doesn't recognize the format. The example page also does not function properly : https://next.cloudinary.dev/getcldvideourl/examples

colbyfayock commented 3 months ago

thanks @admin-next-horizon - the URLs generated were simply using f_auto which can sometimes default to an image format: https://cloudinary.com/documentation/video_optimization#specifying_media_type_with_f_auto

specifying f_auto:video resolves this. a fix is going out shortly for it

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 6.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: