mattcwebster

Results 10 comments of mattcwebster
trafficstars

> 1. You can set it via `videojs.options.html5 = { vhs: {maxPlaylistRetries: 5}}` or something like that. > 2. It counts consecutive, so, if a playlist recovers, it should reset...

Thanks @gkatsev ill give that a shot

> @mattcwebster yes, `player.tech()` is the way. The only time when it's possible for `tech()` to be undefined is if the player isn't ready yet. Try wrapping changing that line...

Really looking for cluster mode

Please look into this one @illuspas I've noticed too that the fission streams don't have the session.publishPlayArgs with the sign argument so there's no way to auth fission paths.

you can pretty easily just generate your own master.m3u8 file and use the fission task to achieve the same.

> In addition, I am optimizing performance, about 200% improvement. when will cluster be available?

Any movement on this, just tried to upgrade to video.js version 8.3 and seeing the same above mentioned errors with an Angular 15 app.

> I opened a [PR](https://github.com/videojs/video.js/pull/8333) that fixes all issues in 8.5.0. is this planning to be merged, I would love to upgrade my videojs to 8.5 inside an angular 15...

Found a super easy, albeit hacky way to fix this. I've found you don't have to have the exact size of the itemSize property correct, if you change the value...