content-armor-abingest_mpd_fmp4

{
    "region": "aws:eu-west-1",
    "tags": [
        "itest",
        "content_armor",
        "content_armor_abingest-cl",
        "mpd-fmp4"
    ],
    "tasks": [
        {
            "tool": "storage:get",
            "parameters": {
                "location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/IN/content_armor/fmp4",
                "files": [
                    "tos.mpd",
                    "tos-stream0.mp4",
                    "tos-stream1.mp4",
                    "tos-stream2.mp4",
                    "tos-stream3.mp4"
                ]
            }
        },
        {
            "tool": "content_armor:ABIngestCL",
            "parameters": {
                "input_file": "tos.mpd",
                "output": "out/mpd_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/mpd_fmp4",
                "secret_key": "dummy",
                "embedder_license": "{CA_EMB_LIC}",
                "profiler_license": "{CA_PROF_LIC}"
            }
        },
        {
            "tool": "utils:zip",
            "parameters": {
                "input_patterns": [
                    "out/mpd_fmp4/*"
                ],
                "outputfile": "out_mpd_fmp4_{job_id}.zip"
            }
        },
        {
            "tool": "utils:zip",
            "parameters": {
                "input_patterns": [
                    "store/mpd_fmp4/*"
                ],
                "outputfile": "store_mpd_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_mpd_fmp4_{job_id}.zip",
                    "store_mpd_fmp4_{job_id}.zip"
                ]
            }
        }
    ]
}