Files
shaka-player/docs/tutorials
Vincent Valot b4595d5a59 feat(drm): make dash keySystems configurable (#3276)
Make the DASH keySystems configurable, so that any developer could chose to opt-in for recommendation based on DASH DRM UUID.

Example:
player.configure({
  dash: {
    keySystemsByURI: {
      'urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95': 'com.microsoft.playready.recommendation',
    }
  }
});
2021-04-02 17:33:39 -07:00
..
2021-03-15 09:27:20 -07:00
2021-03-15 09:27:20 -07:00
2021-02-20 02:45:59 +00:00
2020-10-15 23:31:23 +00:00