Dylan Jhaveri
Dylan Jhaveri
Thank you @beamercola -- appreciate the details. It's going to take us a little time to get to this given our current bandwidth but this repro case helps. Also, if...
Thanks for opening @par5er A 412 error occurs: - While an asset is in the `preparing` state - While a live stream is in an `idle` state In both those...
ahh good catch!
Hey @adenta -- good question. I do have some thoughts on this, let me know how this sounds. The rough workflow that you could do today is: 1. Save video...
Good q. You'd want to save that on the model so that it's in your database. You'll need that playback_id in order to do playback on the client side.
You'd want to save extra metadata on the model that `has_one_attached`. I would recommend something like this: - You have a model `Video`. The `Video` might have a `title`, a...
I definitely wouldn't edit the active storage tables. If you have a model that has many videos I would do something like the following: ```ruby class VideoSeries has_many :videos belongs_to...
@luwes I think did lay down some underlying primitives for i18n. It's not exposed or available to use yet, but maybe some of the work there might help. Let me...
Dug into this a bit more. You can see here: - The `` element has textracks with cues - But Chrome is not showing it in the native menu @luwes...
@luwes @gkatsev has this been resolved? Or did we ever file a Chromium bug for it?