Matthias Van Parijs
Matthias Van Parijs
I've been pretty happy with [tsup](https://github.com/egoist/tsup), it's primarily a wrapper around esbuild and rollup (for dts extraction). I'm not sure how configurable it is but I've been using it with...
Hi @david-hm-morgan, Thank you for the PR! This is initially how I had this in mind, but I started doubting adding defaults for several reasons. Text displayers are a visual...
Right, I think it's fair to assume people want to change defaults on the fly (eg; a default style menu à la Prime). Would it make sense to add `textDisplayer.defaultStyles`...
@gkatsev wouldn't `modifyCueCallback` suffice if you'd want to force cue styles?
I agree, it's reasonable to add something like: ```js player.configure({ textDisplayer: { defaultStyles: /* @type CSSStyleDeclaration */ {}, forcedStyles: /* @type CSSStyleDeclaration */ {}, }, }); ``` WDYT?
You really shouldn't alter nodes created by React from the outside as it'll mismatch from the virtual dom. Any particular use case I'm missing? Besides, `flushSync` forces React to render...
I was asked why tracks support multiple roles, but `preferredTextRole` only accepts a single one. This issue addresses that nicely. We'd need video preferences too. ``` preferredVideo: [{ label?: string;...
I've had successful playback with plain to encrypted periods on both webOS 3 and Tizen 3 with 1. all init segments get enc(v/a), 2. inserting encryption before clear and 3....
@absidue thank you for your comments. We considered directly passing the player instance into `NativeTextDisplayer`, but I'm starting to feel that's not the right approach. I'd like that interface to...
Would you be able to dump memory snapshots on the device?