content-armor-abingest_hls_master_invisible
{
"region": "aws:eu-west-1",
"tags": [
"itest",
"content_armor",
"content_armor_abingest-cl",
"hls-master-invisible"
],
"tasks": [
{
"tool": "storage:get",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/IN/content_armor/hls/master",
"files": [
"tos.m3u8",
"v0/prog_index.m3u8",
"v0/fileSequence0.ts",
"v0/fileSequence1.ts",
"v0/fileSequence2.ts",
"v1/prog_index.m3u8",
"v1/fileSequence0.ts",
"v1/fileSequence1.ts",
"v1/fileSequence2.ts"
]
}
},
{
"tool": "content_armor:ABIngestCL",
"parameters": {
"input_file": "tos.m3u8",
"output": "out/hls/master/inv",
"payload_size": 16,
"keep_wemf": true,
"verbose": true,
"visible": false,
"mark_type": "subscriber",
"operator_id": 0,
"content_name": "Tears of Steel",
"store_location": "store/hls/master/inv",
"secret_key": "dummy",
"embedder_license": "{CA_EMB_LIC}",
"profiler_license": "{CA_PROF_LIC}"
}
},
{
"tool": "utils:zip",
"parameters": {
"input_patterns": [
"out/hls/master/inv/*"
],
"outputfile": "out_hls_master_inv_{job_id}.zip"
}
},
{
"tool": "utils:zip",
"parameters": {
"input_patterns": [
"store/hls/master/inv/*"
],
"outputfile": "store_hls_master_inv_{job_id}.zip"
}
},
{
"tool": "storage:put",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/OUT/content_armor_abingest_{job_id}",
"files": [
"out_hls_master_inv_{job_id}.zip",
"store_hls_master_inv_{job_id}.zip"
]
}
}
]
}