Add PlayReady DRM to an fMP4 muxingAsk AIpost https://api.bitmovin.com/v1/encoding/encodings/{encoding_id}/muxings/fmp4/{muxing_id}/drm/playreadyPath Paramsencoding_idstringrequiredId of the encoding.muxing_idstringrequiredId of the fMP4 muxing.Body ParamsThe PlayReady DRM to be creatednamestringName of the resource. Can be freely chosen by the user.descriptionstringDescription of the resource. Can be freely chosen by the user.customDatastringUser-specific meta data. This can hold anything.outputsarray of objectsrequiredoutputs*ADD objectkeystring16 byte encryption key, 32 hexadecimal characters. Either key or keySeed is requiredkeySeedstringKey seed to generate key. Either key or keySeed is requiredlaUrlstringURL of the license serverpsshstringBase64 encoded pssh payloadmethodstringenumDefaults to MPEG_CENCEncryption methodMPEG_CENCPIFF_CTRAllowed:MPEG_CENCPIFF_CTRkidstringKey identifieradditionalInformationobjectPlayReadyAdditionalInformation objectResponses 201Successful response. defaultError response.Updated 2 months ago