Depending on the licence server used, the default OTVHttpMediaDrmCallback
class may not be able to handle key rotation requests if, for example, a new token is required for each key request. In that case, a bespoke class implementing OTVMediaDrmCallback
may be needed instead. See the supplied example code (customised-encrypted-playback) for an example with a dedicated OTVCustomisedMediaDrmCallback
class.