This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ability to read offsets #348
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
Comments
It could also be called "range" if you want to match the http terminology. |
I agree this would be really nice to have. There is some ground work to be done in the code, but it's very much possible to do (go-ipfs already supports this on the gateway, but not exposed through the api) |
@dignifiedquire it is exposed on the Files API (
This is related with the convergence of Files with the basic unixfs commands ipfs/specs#98 (comment) |
daviddias
added
status/deferred
Conscious decision to pause or backlog
and removed
status/ready
Ready to be worked
labels
Jan 29, 2017
daviddias
added
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
status/ready
Ready to be worked
and removed
status/deferred
Conscious decision to pause or backlog
feature
labels
Sep 12, 2017
This now exists thanks to @achingbrain \o/ Check https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescat for details |
This was referenced Aug 11, 2022
This was referenced Aug 11, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
In order to do video playback properly I need to be able to seek through parts of a file.
So, what I basically need is a version of
ipfs.cat
that has offset support. Something like:The text was updated successfully, but these errors were encountered: