cloudinary-community / cloudinary-util

https://cloudinary-util.vercel.app
MIT License
12 stars 14 forks source link

[Feature] Automatic streaming profile selection #39

Closed colbyfayock closed 1 year ago

colbyfayock commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe.

Add option for sp_auto for automatic streaming profile selection

https://cloudinary.com/documentation/adaptive_bitrate_streaming#automatic_streaming_profile_selection

The easiest way to deliver videos from Cloudinary using HLS adaptive bitrate streaming is to let Cloudinary choose the best streaming profile on the fly.

Set the streaming_profile parameter to auto (sp_auto in URLs), and specify an extension of .m3u8

Describe the solution you'd like

The default transformation property is streaming_profile which is reasonable to use for this:

streamingProfile: string;

https://cloudinary.com/documentation/transformation_reference#sp_streaming_profile

Describe alternatives you've considered

Additional context

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version @cloudinary-util/url-loader-v3.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: