Cpix_key
| Name | Type | Description |
|---|---|---|
| provider | enum nagra | The CPIX provider. |
| url | string | CPIX API URL |
| access | anyOf token_access user_password_access credentials_key | ***** |
Example cpix_key
{
"uid": "package_hls",
"kind": "package",
"payload": {
"kind": "hls",
"location": {
"storage_provider": "s3",
"path": "{{destination}}/hls/encrypted"
},
"file_pattern": "master_manifest.m3u8",
"uid": "main_manifest",
"hls": {
"segmentation_mode": "fmp4"
},
"encryption": {
"enabled": true,
"schema": "mpeg-cenc",
"drm": [
"fairplay"
],
"content_id": "dolby_vod-001",
"cpix_key": {
"provider": "nagra",
"url": "https://[URL to API provided by CPIX provider]",
"access": {
"token": "[SECRET_TOKEN]"
}
}
}
}
}