Rob Walch

Results 328 comments of Rob Walch

Going the asm.js route or just need to know if it's faster before porting 6.2? I used the [Emscripten compiled box2d.js](https://github.com/kripken/box2d.js/) and really did not like the interface. It's one...

@lpommers No worries. Diff looks good. ✅

> @robwalch can you please help me here, why did we merge https://github.com/video-dev/hls.js/issues/2417 yet this PR is not acceptable? they both are the same fix.. Hi @jony89, Even when playback...

> Can we already use hls.js with EME / Widevine in production, or is it still too unstable? > If "no", is there an estimated ETA for Widevine support, ready...

Hi @naktinis, The main issue here is with the test page implementation. By calling `hls.attachMedia(video)` on an hls.js player with the video already attached, you are replacing the source buffer...

You would still need to call reset() in the example above. There are examples in the README and API markdown docs.

Hi @naktinis, Thanks for the update. When calling `loadSource()`, HLS.js will detach and attach if the URL you pass it is different from the last. In this case, since you...

For context, one of the reasons loadSource does not detach/attach when the url is the same is to avoid recursive behavior when you use the attached event callback to call...

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) > These quality drops, by the way, is something I described in my original description of this issue HLS.js does not maintain quality between loading of items....