Rob Walch

Results 623 comments of Rob Walch

#2865 Parses GAP, although functionally the result is the same as before; All unknown tags starting with `#` in the playlist get added to the fragment `tagList`. Filling with silence...

Thanks for clarifying @mtoczko. That makes sense, and would be a great feature, not just for GAP segments, for for actual start gaps that result in stalls and require seek...

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) From the HLS spec: > [6.3.3](https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-6.3.3). Playing the Media Playlist File > > ... > > The client SHOULD NOT attempt to load Media Segments that have...

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) You can use `xhrSetup` to attach progress event listeners to xhr objects. They are pretty inefficient and we removed the load progress event because of this and...

The [dash.js demo page](https://reference.dashif.org/dash.js/v3.1.3/samples/dash-if-reference-player/index.html) does a really nice job of organizing samples with the "Stream" select box, it's sub categories and the "provider" credit in the title (ex: "VOD >...

From @gkatsev in video-dev slack > for streams, we should resurrect https://github.com/video-dev/streams and make it an Actual Thing :tm: that we can share across projects. We have our own list...

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) > Here's a test of AV1 and Opus together Thank you @sesse, This might work in hls.js with a variant playlist that includes the CODECS attribute so...

Thanks @kanongil, I added to a note to #3988: "do not sample TTFB for blocked part-hint responses". The `_abandonRulesCheck` will need to change as well for part hints.

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) > The LEVELS_UPDATED event could be used for this use case, or a new event entirely. This would require a new event, as LEVELS_UPDATED should only fire...

Have you tried using the default config settings? For buffer settings that are in seconds, consider setting them to at least 3 * target duration, or using the defaults. Please...