This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
readableStream broken with raw leaves #1432
Closed
Description
- Version: v0.30.0
- Platform: any
- Subsystem: files
Type: Bug-ish
Severity: Moderate
Description
The browser-readablestream demo is a very nice way of handling large video files for seeking. Unfortunately, it appears to break when the files are added using --raw-leaves
(required for filestore/urlstore) because it attempts to unmarshal the leaf nodes as unixfs protobufs.
(confirmed my suspicion about this with @achingbrain)
Steps to reproduce the error:
add video file with --raw-leaves, attempt to load with readableStream
Note
This is required for the IA-over-IPFS demo at DWeb Summit on August 1, let me know how I can help get it working by then