thomasvantuycom / craft-cloudinary

Cloudinary integration for Craft CMS
MIT License
5 stars 2 forks source link

Video is not working #14

Closed owe closed 1 month ago

owe commented 1 month ago

Possibly the same as this issue.

I am trying to send parameters like so:

{% set params = {
    streamingProfile: 'auto',
    fetchFormat: 'm3u8'
} %}

{{ asset.getUrl(params) }}

Still returns nothing.