Files
shaka-player/lib/drm
Wojciech Tyczyński 3c0e9323dc perf: Speed up shaka.Player.probeSupport() (#9095)
Speed up execution of `shaka.Player.probeSupport()` which tends to be
super slow on Windows with HW DRM. Changes include several tweaks in DRM
probing:
- test only using `navigator.requestMediaKeySystemAccess()`, using
MediaCapabilities as well was redundant
- test HDCP only once
- drop HDCP tests once we know some version is unsupported

On Windows it speeds up execution from 20s to 0.7-1s.
2025-09-16 12:56:05 +02:00
..