tedconf / node-m3u8

Streaming parser for m3u8 files in node
MIT License
189 stars 77 forks source link

Add support for parsing EXT-X-PROGRAM-DATE-TIME #20

Open ryanische opened 7 years ago

ryanische commented 7 years ago

Makes the raw value of the EXT-X-PROGRAM-DATE-TIME available on a playlist item. I used the same property name as what was added in #2.

RWOverdijk commented 7 years ago

👍 Can we have this please?

RWOverdijk commented 7 years ago

Your solution breaks for me though:

/Users/rwoverdijk/projects/nodejs/node-m3u8/parser.js:95
  this.currentItem.set('date', data);
                  ^

TypeError: Cannot read property 'set' of undefined