content-armor-abingest_hls_fmp4

{
    "region": "aws:eu-west-1",
    "tags": [
        "itest",
        "content_armor",
        "content_armor_abingest-cl",
        "hls-fmp4"
    ],
    "tasks": [
        {
            "tool": "storage:get",
            "parameters": {
                "location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/IN/content_armor/fmp4",
                "files": [
                    "tos.m3u8",
                    "media_0.m3u8",
                    "media_1.m3u8",
                    "media_2.m3u8",
                    "media_3.m3u8",
                    "tos-stream0.mp4",
                    "tos-stream1.mp4",
                    "tos-stream2.mp4",
                    "tos-stream3.mp4"
                ]
            }
        },
        {
            "tool": "content_armor:ABIngestCL",
            "parameters": {
                "input_file": "tos.m3u8",
                "output": "out/hls_fmp4",
                "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_fmp4",
                "secret_key": "dummy",
                "embedder_license": "{CA_EMB_LIC}",
                "profiler_license": "{CA_PROF_LIC}"
            }
        },
        {
            "tool": "utils:zip",
            "parameters": {
                "input_patterns": [
                    "out/hls_fmp4/*"
                ],
                "outputfile": "out_hls_fmp4_{job_id}.zip"
            }
        },
        {
            "tool": "utils:zip",
            "parameters": {
                "input_patterns": [
                    "store/hls_fmp4/*"
                ],
                "outputfile": "store_hls_fmp4_{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_fmp4_{job_id}.zip",
                    "store_hls_fmp4_{job_id}.zip"
                ]
            }
        }
    ]
}