media/library/hls/src
aquilescanta 0ceff589b3 HLS Bugfix: Avoid loading initialization segment when reusing extractor
This bug affects any playlist that uses initialization segments. In practice,
almost exclusively fragmented mp4 segmented playlists are affected.

The bottom line is that extractors are chosen for reuse after the
initialization segment connection is open. However, reused extractors
do not need re-parsing the init segment, so loading the initialization is
wasteful.

PiperOrigin-RevId: 234479467
2019-02-18 17:40:48 +00:00
..
main HLS Bugfix: Avoid loading initialization segment when reusing extractor 2019-02-18 17:40:48 +00:00
test Add encryption information to initialization segments 2019-02-18 17:40:48 +00:00