Releases: fent/node-m3u8stream
Releases · fent/node-m3u8stream
v0.6.4
Bug Fixes
- playlist not being refreshed occasionally (15b7210)
v0.6.3
Bug Fixes
- get
begin
to work on playlists that don't have a start time (b18dfbc)
Refactors
v0.6.2
Bug Fixes
- calculating segment start time in live dash-mpd (9dbd89a), closes #21
v0.6.1
Bug Fixes
- fix getting the size of each segment for
progress
event (7d35ee6), closes #21
v0.6.0
Features
progress
event emits segment size and duration (e3fa49b)
v0.5.0
Bug Fixes
- prevent swallowing errors on static playlists (f825c1c)
- support DASH-MPD segment template (b0ef514), closes #19
Features
- detect
parser
based on playlist url (0874120)
- emit a
progress
event as segments are downloaded (cf65b75)
v0.4.2
Bug Fixes
- include initialization segment in dash-mpd (92f2a4a)
v0.3.0
Features
- add
begin
option for when to begin playing a video (7810ce2), closes #7