Rob Walch

Results 18 issues of Rob Walch

Adding support for Hinted Part and Map Preloading could reduce LL-HLS latency by an additional part duration. This feature was left out of v1.0 because of timing and the complexity...

New Feature

### This PR will... Improve bandwidth estimation and adaptive switching with smaller segments and higher TTFB ### Why is this Pull Request needed? Estimating time-to-first-byte exclusive from the time used...

ABR

Add support for HDR and HDCP STREAM-INF attributes `VIDEO-RANGE` and `HDCP-LEVEL`. These attributes describe display requirements that the player should check for before enabling and/or choosing a level. If ignored,...

Enhancement
Need info
media-capabilities

### This PR will... Sync the audio-stream-controller with the stream-controller after reattaching the media element. ### Why is this Pull Request needed? When calling `hls.recoverMediaError()` or `hls.detachMedia()` followed by `hls.attacheMedia(video)`,...

Plugin stopped working after Hub was assigned a new IP address from DHCP. Had to default settings, save then redo auto-config to get the new IP. I've assigned the Hub's...

### This PR will... Fix estimates and assumptions in `_abandonRulesCheck` that occur before first byte loaded. ### Why is this Pull Request needed? These changes are a subset #4825 intended...

### This PR will... Load keys and encrypted segments at the same time when not loading parts or progressively. ### Why is this Pull Request needed? Reduce time to buffer...

### Library name hls.js ### Library JSON file https://github.com/cdnjs/packages/blob/master/packages/h/hls.js.json ### Library source https://www.npmjs.com/package/hls.js ### Files to include It was reported that a version for which hls.js does not have a...

📦 Update Request

``` $ node-live-reload -t "/\.(html|php|css|js)$/i" /usr/local/lib/node_modules/node-live-reload/lib/live-reload.js:56 if ( fileRegex.test(file) ) { ^ ```

### This PR will... - Add DateRange parsing and validation enhancements for Interstitials: - Parse CUE attribute (and legacy X-CUE) - Anchor DateRange time to nearest EXTINF (`tagAnchor: Fragment`) and...