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
- Host: GitHub
- URL: https://github.com/schedules/dl
- Owner: schedules
- Created: 2017-05-06T17:53:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T17:38:26.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T03:36:23.276Z (over 1 year ago)
- Topics: dash, hls, hls-live-streaming, html5, html5-audio, html5-video, html5-video-player, nodejs
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - schedules/dl - Node.js DASH and HLS downloader. (Protocols & Transport / Adaptive Streaming)
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).