fent / node-m3u8stream

Concatenates segments from a m3u8/dash-mpd playlist into a consumable stream.
MIT License
217 stars 54 forks source link

expose parseTime#humanStr as parseTimestamp #81

Closed TimeForANinja closed 4 years ago

TimeForANinja commented 4 years ago

new PR since i'm unable to change the source branch of the other PR basically just copy pasted everything into the current version of m3u8stream

closes #48

fent commented 4 years ago

thanks @TimeForANinja !

hmm, what do you think of renaming to parseTimestamp? since "human time" can imply time of day too

TimeForANinja commented 4 years ago

hmm, what do you think of renaming to parseTimestamp? since "human time" can imply time of day too

fine with me 👍🏼

fent commented 4 years ago

thanks again!