Open mwatson2 opened 8 years ago
For future reference, "keys changing" is referring to the keys in keyStatuses
. See https://github.com/w3c/web-platform-tests/issues/3583#issuecomment-247478224. The Google test encrypted-media-keystatuses-multiple-updates.html
might be useful.
Since this is keySystem specific, should it be formalized in one of our EME tests? It would demonstrate that EME can accommodate the scenario, but my instinct would be to not include things like this in the test suite.
At least one key system is expected to fire a
license-renewal
message when keys come close to expiration. This can be used to obtain a new key for the session from the server.A test for this would demonstrate keys changing within a session.
[Note that the behaviour of firing a
license-renewal
message when keys come close to expiration is not described in the specification and so is keysystem-specific].