Open tmm1 opened 5 years ago
Ping @leikao
This change would cause decoding and re-encoding some playlists to have KEY
tags on every segment when they previously did not. For a long playlist this could add a lot of unnecessary bytes to the m3u8.
@tmm1 actually interpreting the key tags (application to a segment) is the job of the code using this library (e.g. a streaming player). The playlist representation should be as small as possible, so also what @mjneil writes.
This fixes an issue where MediaSegment.Key is not set correctly