muxinc / mux-ruby

Official Mux API wrapper for ruby projects, supporting both Mux Data and Mux Video.
MIT License
51 stars 14 forks source link

Missing support for `max_resolution_tier` attribute #68

Closed tfe closed 1 year ago

tfe commented 1 year ago

Hello, I was looking at implementing the new max_resolution_tier param as described here: https://www.mux.com/blog/more-pixels-fewer-problems-introducing-4k-support-for-mux-video#creating-4k-assets

However MuxRuby::CreateAssetRequest does not have this as an attribute, so trying to use this results in an exception:

max_resolution_tier is not a valid attribute in MuxRuby::CreateAssetRequest. Please check the name to make sure it's valid. List of attributes: [:input, :playback_policy, :per_title_encode, :passthrough, :mp4_support, :normalize_audio, :master_access, :test]

philcluff commented 1 year ago

Hi @tfe, thanks for letting us know.

We're working on a release for the Ruby SDK which will address this issue and add support for max_resolution_tier, I'll have an update soon.

Thanks.

philcluff commented 1 year ago

Hey @tfe, this is now available in 3.11.0.

Thanks!