I am currently working on a system where there is a clear use case to over write the current Playready DRM licence that the player is currently using to decrypt a live stream. (using Silverlight and SMFPlayer) - this is to clear the current licence to force a request for a new one for the same content.
We could achieve this by destroying the player element and and reloading in the same stream url. using non persistant licences.
however we would like not to have to refresh the player object.
Is there a way to programmatically clear the cached Playready licence?
thanks