Skip to content
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.

Ability to read offsets #348

Closed
Closed
@mikeal

Description

@mikeal

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:

ipfs.seek(hash, offset, length, (err, exporter) => {
  if (err) throw err
  exporter.pipe(destinationStream)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions