You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
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 tries to "stringify" circular structure inside the JS IPFS instance. Hls.js then reverts to inline demuxing as a fallback solution. This is not ideal.
The text was updated successfully, but these errors were encountered:
A viable solution is to inject the IPFS instance to the IPFS loader class via a factory function (that accepts the IPFS instance as an augment and supplies it to the loader class returned).
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 tries to "stringify" circular structure inside the JS IPFS instance. Hls.js then reverts to inline demuxing as a fallback solution. This is not ideal.
The text was updated successfully, but these errors were encountered: