<---                          larley.dev                       1749883758
-------------------------------------------------------------------------
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://larley.dev/Widevine/AcquireLicense 
+ https://larley.dev/PlayReady/AcquireLicense 
+ https://larley.dev/ClearKey/AcquireLicense 

Content keys are specified as follows:
https://larley.dev/.../AcquireLicense?contentKey=<Hex KeyID>:<Hex Key>

NOTE: PlayReady only supports a single content key.