An open API service indexing awesome lists of open source software.

https://github.com/schedules/dl

Node.js DASH and HLS downloader
https://github.com/schedules/dl

dash hls hls-live-streaming html5 html5-audio html5-video html5-video-player nodejs

Last synced: about 1 year ago
JSON representation

Node.js DASH and HLS downloader

Awesome Lists containing this project

README

          

This package provides a dummy browser implementation including MediaSource Extensions, just
sufficient to convince DASH and HLS downloader implementations they are running in a real
browser.

Instead of being played as streamed, the data is written to disc.

It has been tested with [dash.js](https://github.com/Dash-Industry-Forum/dash.js/) and [hls.js](https://github.com/video-dev/hls.js).