Skip to content

Releases: fent/node-m3u8stream

v0.8.6

09 Jan 22:52
589b08b
Compare
Choose a tag to compare

0.8.6 (2022-01-09)

Bug Fixes

  • add missed highWaterMark option for PassThrough (#99) (589b08b), closes #96

v0.8.5

09 Jan 13:07
d50f9ab
Compare
Choose a tag to compare

0.8.5 (2022-01-09)

Bug Fixes

  • fix compiling for @types/node@17 (d50f9ab)

v0.8.4

28 May 10:03
3f0218f
Compare
Choose a tag to compare

0.8.4 (2021-05-28)

Bug Fixes

  • stop requiring url & make webpack possible again (#92) (0775b33)

v0.8.3

28 Nov 05:20
Compare
Choose a tag to compare

Features

  • expose parseTime#humanStr as parseTimestamp (#81) (cffa8df)

v0.8.2

22 Nov 00:30
Compare
Choose a tag to compare
chore(release): 0.8.2

v0.8.1

14 Nov 02:07
Compare
Choose a tag to compare
chore(release): 0.8.1

v0.8.0

24 Oct 21:42
Compare
Choose a tag to compare

Features

  • forward miniget events from the returned stream (0fd7101)

v0.7.1

10 May 17:33
Compare
Choose a tag to compare

Bug Fixes

  • live playlist would sometimes stall when refreshing #69 (#70) (4cdebb1)

v0.7.0

23 Apr 21:09
Compare
Choose a tag to compare

Bug Fixes

  • dashmpd: fix finding segments when <SegmentTemplate> is in <Representation> (0663beb), closes #25
  • dashmpd: fix looking at time attribute in <SegmentTimeline> (2480329)

Features

  • m3u8: support EXT-X-BYTERANGE and EXT-X-MAP:BYTERANGE (f8e7bf8)
  • m3u8: support EXT-X-MAP (b3d9fcb), closes #30

v0.6.5

10 Feb 20:26
Compare
Choose a tag to compare

Bug Fixes

  • properly download from dash-mpd formats without availabilityStartTime (03da7a9)