-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support for auto-generated captions #327
Comments
+1, this would be awesome. |
I agree, I think this is in the hands of the Sanity team themselves to enable implementation. I also made an attempt, and it seems as if the only fields that are proxied through to Mux in
As that backend Sanity->Mux API proxy is not open-source, or at least I can't find its implementation anywhere, it would be a huge help to allow us to pass through additional arbitrary configuration options from the browser. At the very least, some documentation on what that endpoint I have a PR enabling more fine-tune configuration of a While the non-nested @stipsan thoughts? |
This is now possible with plugin version |
Mux recently released the ability to auto-generate subtitles. The feature can only be enabled during the initial MUX API request that creates the video asset.
https://www.mux.com/blog/auto-generated-captions-for-on-demand-video-have-arrived-crowd-roars-with-applause
Describe the solution you'd like
We'd like the Mux Sanity plugin to offer an option to auto-generate captions.
Describe alternatives you've considered
We've tried adding this ourselves, but the plugin seems to make use of a server-side proxy to circumvent Mux's CORS rules that are preventing requests from browsers.
The text was updated successfully, but these errors were encountered: