Currently mp4-dash packager accepts either explicit encryption attributes (drm type, key, keyid..etc)
Or the 'key-system specific' PSSH data (e.g PlayReady PRO, Widevine protobuf) as input arguments when adding DRM to a stream.
However, the CPIXF key management spec states that compliant systems should output the FULL PSSH box and the FULL PSSH mpd tag (both base64 encoded) during key ingest/response.
I would be great if the Bento tool could accept the output from a conforming key management system without any extra processing / extraction being necessary by the custom application.
Hi,
Currently mp4-dash packager accepts either explicit encryption attributes (drm type, key, keyid..etc) Or the 'key-system specific' PSSH data (e.g PlayReady PRO, Widevine protobuf) as input arguments when adding DRM to a stream.
However, the CPIXF key management spec states that compliant systems should output the FULL PSSH box and the FULL PSSH mpd tag (both base64 encoded) during key ingest/response.
I would be great if the Bento tool could accept the output from a conforming key management system without any extra processing / extraction being necessary by the custom application.
Thanks,