-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated subtitles error #67
Comments
Hi @matthewlein, thanks for letting us know. We're working on a release for the Ruby SDK which will address this issue and add support for Generated VOD captions. It's likely that this API field was not present (or not an emum) in 1.9.0, so wasn't being validated. Thanks. |
Hey @matthewlein, this is now available in 3.11.0. Thanks! |
Going to add this little bit here since it wasn't immediately apparent in the create_asset_request.input = [{
generated_subtitles: [
MuxRuby::AssetGeneratedSubtitleSettings.new(
name: "English CC",
language_code: "en"
)
]
}] (Yes, I'm primarily making this note here because inevitably the poor schmuck who runs into this next time will be... me.) |
Thanks for the feedback @holman, I really appreciate it. We're working on an improved SDK which will include better documentation, I'll make sure that this includes generated captions. Thanks! |
After updating from 1.9.0 to 3.9.0 I'm getting an error on get_asset with a generated subtitles track
Relevant code:
In the mux web admin I can see the asset was created and has a subtitles track with
"text_source": "generated_vod"
Downgrading to 1.9.0 makes everything work perfectly.
The text was updated successfully, but these errors were encountered: