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