Releases: fent/node-m3u8stream
Releases · fent/node-m3u8stream
v0.8.6
0.8.6 (2022-01-09)
Bug Fixes
- add missed
highWaterMark
option for PassThrough (#99) (589b08b), closes #96
v0.8.5
0.8.5 (2022-01-09)
Bug Fixes
- fix compiling for @types/node@17 (d50f9ab)
v0.8.4
0.8.4 (2021-05-28)
Bug Fixes
- stop requiring url & make webpack possible again (#92) (0775b33)
v0.8.3
Features
- expose
parseTime#humanStr
as parseTimestamp
(#81) (cffa8df)
v0.8.0
Features
- forward miniget events from the returned stream (0fd7101)
v0.7.1
Bug Fixes
- live playlist would sometimes stall when refreshing #69 (#70) (4cdebb1)
v0.7.0
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
Bug Fixes
- properly download from dash-mpd formats without
availabilityStartTime
(03da7a9)