Martin Stark

Results 45 comments of Martin Stark

@avelad not sure what your process is, I just squashed and force-pushed after you approval, but that dismisses your review. Any input?

> 1. Install shaka polyfill shaka.polyfill.installAll(); This does not install the apple media keys polyfill since v4.x. I've asked if this should be described in the docs, but never got...

We recently ran into the same issue when adding accessibility sub/audio tracks to our streams, any chance this could be bumped in priority? We have working and non-working manifest samples...

We've had to turn off ad stitching and we think this issue is the root cause. Just wanted to add my voice to the issue, and it's pretty serious for...

We could probably help with providing test streams if needed (or using yospace hls cmaf reference streams should work).

Thanks @ZeeCoder, that's great to know. I should have looked more closely at the source. I don't expect this to be a very common usecase, but could be useful to...

I'm using the inverted version where I'm passing a ref into the hook, seems to work in an even easier manner: ```typescript delete window.ResizeObserver; // ... useResizeObserver({ ref: null, onResize:...

I just used `delete` in order to quickly test what happens in an environment where ResizeObserver is missing and calling it would throw an error. Setting ref to `null` prevents...

Thanks again for all the work @joeyparrish, working on getting the stream looked at as an aside we recently had to downgrade to shaka 4.2.4 due to an issue with...

Happy Holidays! We can verify that 4.2.6 solves the issue on our end, presumably with the smaller drift still in place. There are some query params that were left out...