Encryption 在具有HLS内容保护的AWS中,选择“加密密钥”时,从何处返回加密密钥;诺斯托雷;?

Encryption 在具有HLS内容保护的AWS中,选择“加密密钥”时,从何处返回加密密钥;诺斯托雷;?,encryption,amazon-s3,aws-lambda,http-live-streaming,amazon-elastic-transcoder,Encryption,Amazon S3,Aws Lambda,Http Live Streaming,Amazon Elastic Transcoder,在readjob对象中,我只能找到:“encryption”:null。 弹性转码器Lambda函数中的播放列表数组如下所示: Playlists: [ { Format: 'HLSv3', Name: 'index', OutputKeys: [ videoId + videoAudio600k, videoId + videoAudio1M,

在readjob对象中,我只能找到:“encryption”:null。 弹性转码器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”时,密钥存储在存储桶中,加密正在工作。

您有什么解决方案吗?嘿,您可以看到这个答案,它可能会对您有所帮助。你有什么解决办法吗?嘿,你可以看到这个答案,它可能会帮助你。