Skip to content

Latest commit

 

History

History
 
 

browser-readablestream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Streaming video from IPFS using ReadableStreams

We can use the execllent videostream to stream video from IPFS to the browser. All we need to do is return a ReadableStream-like object that contains the requested byte ranges.

Take a look at index.js to see a working example.

Running the demo

In this directory:

$ npm install
$ npm start

Then open http://localhost:8888 in your browser.