1

在读取作业对象中,我只能找到:“加密”:null。我在 Elastic Transcoder Lambda 函数中的播放列表数组如下所示:

Playlists: [
        {
            Format: 'HLSv3',
            Name: 'index',
            OutputKeys: [
                videoId + videoAudio600k,
                videoId + videoAudio1M,
                videoId + videoAudio2M
            ],
            HlsContentProtection: {
                Method: "aes-128",
                //KeyStoragePolicy: "WithVariantPlaylists"
                KeyStoragePolicy: "NoStore",
                LicenseAcquisitionUrl:"xxxxxxxx" + videoId
            }
        }
    ]

当我选择“WithVariantPlaylists”时,密钥存储在存储桶中并且加密正在工作。

4

0 回答 0