carlanton / m3u8-parser

A simple HLS playlist parser for Java
MIT License
184 stars 60 forks source link

Write EXT-X-DEFINE tags to media playlist as well #57

Closed dig3rati closed 1 year ago

dig3rati commented 1 year ago

As per https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.2.3

#EXT-X-DEFINE can be used in media playlists as well

carlanton commented 1 year ago

Thanks a lot! 👯