Catalog DRM signalling
CMSF carries the DRM description; LOCMAF doesn't replace it.
{
"contentProtections": [{
"refID": "widevine",
"scheme": "cbcs",
"defaultKID": ["abcdef…789"],
"drmSystem": {
"systemID": "edef8ba9-…-d51d21ed",
"laURL": "https://lic.example.com/wv",
"pssh": "<base64-pssh>"
}
}],
"tracks": [{
"name": "video_400kbps_avc_drm",
"packaging": "locmaf", "locmafVersion": "0.2",
"contentProtectionRefIDs": ["widevine", "playready"]
}]
}