Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

JS IPFS instance supplied via hls.config prevents Hls.js from kicking off its demuxing web worker #24

Open
@UnKnoWn-Consortium

Description

@UnKnoWn-Consortium

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.

2021-01-14_090434

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions