Files
shaka-player/test/hls
Wojciech Tyczyński c6b53b38dc fix(HLS): Do not skip DateRanges based on ID (#8638)
According to HLS spec, there might be few date ranges with the same ID,
which complement each other (i.e. SCTE35-IN / SCTE35-OUT).

If date ranges are true duplicates (i.e. due to live update) it will be
filter out anyway by `RegionTimeline` logic.
2025-05-22 13:07:44 +02:00
..