有关 Azure 媒体密钥交付服务的详细信息?

Details about Azure Media key delivery service?

Azure 文档 Protect your content with Media Services dynamic encryption 提到 媒体服务密钥传送服务 ,它创建 内容密钥 用于安全访问,可以由自定义服务替换。

In Media Services v3, a content key is associated with Streaming Locator (see this example). If using the Media Services key delivery service, you can let Azure Media Services generate the content key for you. The content key should be generated yourself if you're using you own key delivery service, or if you need to handle a high availability scenario where you need to have the same content key in two data centers.

我找不到有关 媒体服务密钥传送服务 本身或有关将其替换为自定义实现的任何详细信息。

在哪里可以找到有关媒体服务密钥传送服务的更多详细信息?

密钥传送服务是媒体服务动态加密服务的组成部分。

有两个扩展点。您可以根据链接到的同一文档插入自定义安全令牌服务 (STS) 以进行令牌身份验证。如果您使用自己的密钥传送服务,您还可以提供内容密钥。自定义密钥和许可证获取部分对此进行了概述 URL 支持:

https://docs.microsoft.com/en-us/azure/media-services/latest/content-protection-overview#custom-key-and-license-acquisition-url

模板中的两个可替换字段在那里,因此您可以在许多资产之间共享您的流式传输策略,而不是为每个资产创建一个流式传输策略。

我相信我们在 Open API 文档中有一个示例 REST 调用,用于在此处创建流策略: https://docs.microsoft.com/en-us/rest/api/media/streamingpolicies/create#creates-a-streaming-policy-with-secure-streaming