简体   繁体   English

Azure 媒体服务 Widevine 和 PlayReady DRM 错误:无法解密加密的视频源 0x20500004

[英]Azure Media Services Widevine and PlayReady DRM Error: Unable to decrypt encrypted video source 0x20500004

I am trying to upload a video file and stream it with DRM using Azure Media Services, So far I managed to upload the file, get a streaming URL and get a token but when trying to play it on http://ampdemo.azureedge.net/ I am getting an error I am trying to upload a video file and stream it with DRM using Azure Media Services, So far I managed to upload the file, get a streaming URL and get a token but when trying to play it on http://ampdemo.azureedge.净/我收到一个错误

Unable to decrypt encrypted video source 0x20500004

Been searching for a couple of hours now for what might cause the issue but haven't found anything that helped.现在已经搜索了几个小时来寻找可能导致问题的原因,但没有找到任何帮助。 I used this repo (and changed the keys to my own)我使用了这个 repo(并将密钥更改为我自己的)

https://github.com/Azure-Samples/media-services-v3-node-tutorials/blob/main/StreamFilesWithDRMSample/index.ts https://github.com/Azure-Samples/media-services-v3-node-tutorials/blob/main/StreamFilesWithDRMSample/index.ts

In addition, I created a content key policy named CommonEncryptionCencDrmContentKeyPolicy with license type PlayReady and Restriction type token此外,我创建了一个名为 CommonEncryptionCencDrmContentKeyPolicy 的内容密钥策略,其许可证类型为 PlayReady 和限制类型令牌

Can anyone help and share what am I missing here?任何人都可以帮助并分享我在这里缺少什么吗?

Thanks!谢谢!

Make sure you are using https:// for everything.... don't mix http: on any URLs That's usually the issue.确保您对所有内容都使用 https:// .... 不要在任何 URL 上混合 http: 这通常是问题所在。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure媒体服务作业状态Webhook通知 - Azure Media Services Job status webhook notifications Lambda function 加密环境变量给出解密错误:InvalidCiphertextException:null - Lambda function with encrypted environment variable giving Decrypt error: InvalidCiphertextException: null 在服务器端解密或验证Azure移动服务令牌上的签名 - Decrypt or Validate Signature on Azure Mobile Services Token on the server side 使用 Azure 媒体服务和 Node Js 流式传输/编码视频 - Stream/Encode videos using Azure Media Services and Node Js 无法解密使用 Swift CryptoKit - AES-256-GCM 加密的 NodeJS 中的数据 - Unable decrypt data in NodeJS which is encrypted using Swift CryptoKit - AES-256-GCM 无法解密使用 AES-GCM-256 在 Java 中加密的 Node 中的数据 - unable to decrypt data in Node which is encrypted in Java using AES-GCM-256 无法解密 C# 中使用 Node.js 中的 RSA 公钥加密的字符串 - Unable to decrypt a string in C# which is encrypted with RSA public key in Node.js 使用 HTML 视频标签的媒体源扩展在不同浏览器上出现不同错误 - Different errors on different browsers with Media Source Extension of HTML Video tag 无法将 Azure 应用服务中的 NodeJS 应用连接到 Azure MySQL 数据库 - Unable to connect NodeJS app in Azure App Services to Azure MySQL Database 如何使用REST API更新Azure媒体服务中的现有媒体文件? - How to update existing media files in Azure Media Services using REST API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM