如何使用 Lambda 和 Media Convert 在 AWS Video Streaming 中添加使用令牌/cookie 来授权用户

问题描述 投票:0回答:1

如何添加使用token/cookie来授权用户

https://www.youtube.com/watch?v=t83t2CNTZyU https://github.com/aws-samples/aws-media-services-simple-vod-workflow/blob/master/7-MediaConvertJobLambda/README.md

使用上面的视频,我已成功将视频转换为 HLS 流,效果很好。 现在我想在视频转换为 ts 块时添加加密密钥我想在输出存储桶中添加加密密钥

如何添加我用于转换的 lambda 表达式参考:

https://github.com/aws-samples/aws-media-services-simple-vod-workflow/blob/master/7-MediaConvertJobLambda/lambda.zip

amazon-web-services amazon-s3 video-streaming aes http-live-streaming
1个回答
0
投票

参考:

  https://github.com/aws-samples/
    amazon-cloudfront-protecting-hls-manifest-with-signed-url

上面的url下载yaml来创建aws cloudformation生成以下发行版

© www.soinside.com 2019 - 2024. All rights reserved.