是否可以渐进式播放 DRMed 曲目

发布于 2024-07-15 12:47:12 字数 140 浏览 15 评论 0原文

是否可以合法地渐进式播放从 HTTP 链接下载的 Windows Media DRM 曲目?

我已经成功地在没有 DRM 的情况下做到了这一点,但这里有人告诉我这是不可能的。 这是真的?

如果是的话,需要使用哪些库或技术?

Is it possible to legally progressive play Windows Media DRM tracks as they are downloaded from a HTTP link?

I've managed to do this without DRM but someone here told me it wasn't possible with DRM. Is this true?

And if so with what set of libraries or technologies?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

So尛奶瓶 2024-07-22 12:47:12

我很确定这是可能的,而且也不违法。 通常,有关内容加密的信息和实际加密内容分开保存在同一容器中。 也就是说,元数据未加密,但内容已加密。 为了支持渐进式下载,内容通常以小的可传输有序块进行加密。 您的 DRM 客户端使用元数据来定位许可证服务器,然后从许可证服务器获取许可证和内容密钥。 接下来,您的客户端“逐块”下载内容,解密每个块,并在下载时将其呈现为电影。

有关 SDK 的信息,请在此处查看不同的组件。

I'm pretty sure it's possible and not illegal either. Normally, information about content encryption and actual encrypted content is kept separate in the same container. That is to say, metadata is not encrypted but content is. To support progressive download, the content is normally encrypted i small transferable ordered chunks. Your DRM client uses the metadata to locate a license server, next a license and content key is acquired from the license server. Next, your client downloads the content "chunk-per-chunk" ,decrypts each chunk, and renders it as a motion picture while it is downloading.

For information on SDK's, check out the different components here.

无需解释 2024-07-22 12:47:12

是的。

Yes it is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文