Files
shaka-player/lib
Wojciech Tyczyński 1dde5c7f50 perf: Optimize restrictions check (#9261)
Current ManifestFilterer logic checks all variants and throws
RESTRICTIONS_CANNOT_BE_MET if none of variants is playable. It's
redundant, because if at least one variant is playable, we will not emit
this error anyway, so we can quickly stop further processing if we
detect playable variant.
2025-10-22 15:10:22 +02:00
..
2025-05-29 12:41:30 +02:00