Closed OshinKaramian closed 6 years ago
Ah, good catch, I missed that bit of nuance. I'll handle that in this PR.
Edit: I'm going to leave <RepresentationIndex>
alone here, until we have a better idea of how it fits into how things are structured in the m3u8-parser.
This adds the ability for us to parse SegmentList and SegmentBase.
There were some minor reshuffling as well (I don't think it's a huge deal to keep it in here, although I can do it as a seperate PR if that's desirable).
As a note the reshuffling includes:
segmentTemplate.js
into its own file since SegmentBase shares that logic with SegmentTemplate.resolveUrl.js
into theutils
folder.