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 was archived by the owner on Feb 12, 2024. It is now read-only.
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