hlsjs-ipfs-loader icon indicating copy to clipboard operation
hlsjs-ipfs-loader copied to clipboard

A js-ipfs loader for the hls.js JavaScript HLS client

Results 8 hlsjs-ipfs-loader issues
Sort by recently updated
recently updated
newest added

The file master.m3u8 contains the URI to the encryption key `#EXT-X-KEY:METHOD=AES-128,URI="https://hlsbook.net/enc.key",IV=0xecd0d06eaf884d8226c33928e87efa33` Here is the error in the console: ``` Error: File not found: Qma4qsd4h5PY7YmxHgva1w68FMcPv4c8fBR5LjUwfzZEzq/enc.key at getFile (index.js:125) ``` In a...

enhancement

On the provided demo, the error `e.parsing is undefined` is thrown. Same goes for my implementation. Has there been an update to HLS.js that broke this project? Update: Works if...

bug

Replaced the Boolean array _abortFlag with an AbortController and abort IPFS ops by AbortSignal.

The loader class is now wrapped in a factory function with IPFS instance injected. Close #24.

`ipfsHash` supplied via `hls.config` will be prepended to the filename with an appended slash only when available. FIlename can now be a CID path (e.g. QmYjtig7VJQ6XsnUjqqJvj7QaMcCAwtrgNdahSiFofrE7o/path/to/file). It is backward compatible....

With the changes that got merged in #20, there are no longer any useful references to the ipfs hash specified on the config. It would be much nicer if we...

enhancement

By default, Hls.js delegates the demuxing work to a web worker and the Hls.js config is included in the payload sent to that web worker. Error is thrown when JSON.stringify...

Tested the example player in Chrome and Safari and didn't work in either. Unclear if it's a problem with hlsjs-ipfs-loader itself or the way the example is set up (or...

bug