mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
88472b3076
This changes the `drm.advanced.videoRobustness` and `audioRobustness` config options from a string to an array of strings. Internally, in the drm engine, this gets expanded into an array of `DrmInfos` which have those values as strings. Best way to review this change is with whitespace turned off in the diff options. --------- Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com>