hlsjs-playback icon indicating copy to clipboard operation
hlsjs-playback copied to clipboard

Clappr HLS Playback based on hls.js

Results 11 hlsjs-playback issues
Sort by recently updated
recently updated
newest added

## Summary This PR updates dependencies to be in sync with the most recent LTS version of Node, v18.17.1. And add test environment jsdom ## Changes - `package.json`: - version...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

## Summary Most of the subtitle handling was being inherited from HTML5Video playback which is fundamentally incompatible with the way hls.js wants to do things. It caused many issues. This...

Using this module in a Vite project causes the above error. To fix, provide this in your Clappr config: ```javascript new Clappr.player({ ... playback: { hlsjsConfig: { enableWorker: false }...

hi, That would be great if hls-playback (and so clappr in general) could be up to date with last hlsjs release. Right now you use 1.2.4 (Oct 1 22) while...

Hi, thank you for all your efforts. I was constantly asked for the implementation of custom and standard HlS integration with plyr-react. Could we get help from your team with...

Hi! To test HLS with low latency, I rebuilt [email protected] using [email protected]. With my ll-hls stream, the delay decreased by almost 30 seconds! But there is also something strange. When...

Hi, I would like to create a custom closed caption rendering plugin which works with hls streams. To do so, hls.js offers a property called renderTextTracksNatively which disables native rendering...

With the given VOD https://senvuvod.azureedge.net/pvvodsoc-fl/_definst_/mp4:azrsoc/archives/PV750/2020/2020-06-25/9637_Senate%20sitting%20no.%2027_13-30-41_VL.mp4/playlist.m3u8?audioindex=2 HLSJS.Events.SUBTITLE_TRACK_LOADED is never triggered HLSJS.Events.SUBTITLE_TRACKS_UPDATED gets triggered Therefore the closed captions are never loaded. I tried removing `this._playbackType === Playback.LIVE` from the following code ```...

Could you please update the Hls.js version to a recent one? Hls.js v1.5.x has no API changes but brings nice features, like the Managed Media Source Extensions API, which allows...