3.0.3 • Published 10 days ago

dasha v3.0.3

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
10 days ago

dasha

npm version npm downloads/month npm downloads

Library for parsing MPEG-DASH and HLS manifests. Made with the purpose of obtaining a simplified representation convenient for further downloading of segments.

Install

npm i dasha

Quick start

import { parse } from 'dasha';

const url = 'https://dash.akamaized.net/dash264/TestCases/1a/sony/SNE_DASH_SD_CASE1A_REVISED.mpd';
const body = await fetch(url).then((res) => res.text());
const manifest = await parse(body, url);
3.0.3

10 days ago

3.0.2

10 days ago

3.0.1

12 days ago

3.0.0

19 days ago

2.3.4

1 year ago

2.3.3

1 year ago

2.3.6

1 year ago

2.3.5

1 year ago

2.3.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.2.6

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago