<--- larley.dev 1755634840 ----------------------------------------------------
I've created a Widevine, PlayReady and ClearKey License Server that work by specifying the content keys as a URL query. This can be useful if you've already obtained content keys but the target device does not support ClearKey and decrypting the content is not possible (e.g. restreaming). The endpoints are: + https://api.larley.dev/License/Widevine + https://api.larley.dev/License/PlayReady + https://api.larley.dev/License/ClearKey Content keys are specified as follows: https://api.larley.dev/License/<type>?contentKey=<Hex KeyID>:<Hex Key> NOTE: PlayReady only supports a single content key.