HTML5 音频/视频是否支持 DRM?

发布于 2024-09-07 09:14:38 字数 42 浏览 0 评论 0原文

HTML5 音频/视频是否支持 OMA DRM 或任何第三方 DRM?

Does HTML5 audio/video support OMA DRM or any third party DRM?

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

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

发布评论

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

评论(3

他夏了夏天 2024-09-14 09:15:20

让我们考虑一下您想要做什么。

HTML5 通过 HTTP 协议发送信息。这包括嵌入的 Flash 视频、HTML5 {video} 标签(如果完成了!)、图片、歌词、文本、链接和 JavaScript。

所有这些组件始终以明文形式传输。如果 HTML5 对这些元素包含任何形式的保护(即表明您无法复制的标签?... {drm}{/drm} 等),则仍然取决于任何解释此 HTTP 数据的软件,来决定是否执行。

您可以查看 YouTube 或 dailymotion 等视频标签 - 它引用的源始终可以通过标准 HTTP 地址访问 - 无论是否有 DRM,下载该视频的方法都在每个人的能力范围内!

这意味着该协议在设计上不允许复制保护。

为了便于将来参考,请问问自己“数据(以及数据的操作方式)是否掌握在客户手中?”。如果答案是“是”,那么应用 DRM 就没有意义。

Let's think about what it is that you're trying to do.

HTML5 sends information over the HTTP protocol. This includes embedded flash videos, HTML5 {video} tags (if ever finished!), pictures, lyrics, text, links, and javascript.

All of these components are always transmitted in plaintext. If HTML5 were to include any form of protection on these elements (i.e. tags that indicate that you can't copy?... {drm}{/drm}, etc), it is still up to any software interpreting this HTTP data, to decide whether or not to enforce it.

You can look at a video tag such as youtube or dailymotion - the source it references is always accessible at a standard HTTP address - with or without DRM, the means of downloading this video are within everybody's reach!

This implies that the protocol, by design, does not allow for copy-protection.

For future reference, ask yourself "Is the data (and how it is operated upon) ever in the customer's hands?". If the answer is 'yes', DRM does not make sense to apply.

各空 2024-09-14 09:14:59

不,没有

至少现在还没有。但考虑到我们在让浏览器制造商就标准格式达成一致方面遇到的困难,我只能想象让他们全部支持标准 DRM(或者甚至在全部!)

No, it doesn't.

At least, not yet. But given the trouble we're having getting browser manufacturers to even agree on a standard format I can only imagine how hard it would be to get them all to support a standard DRM (or even to support it at all!)

习惯成性 2024-09-14 09:14:51

现在确实如此。
https://dvcs.w3 .org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html

这是一个示例。
http://www.html5rocks.com/en/tutorials/eme/basics/

这是我能找到的关于当前浏览器支持的最佳页面。
http://www.jwplayer.com/html5/mediasource/

在撰写本文时 支持 EME

  • , Win8.1 中的 IE11
  • Chrome(桌面版和移动版)
  • OSX Yosemite 中的 Safari 8

It does now.
https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html

Here is an example.
http://www.html5rocks.com/en/tutorials/eme/basics/

This is the best page that I could find on current browser support.
http://www.jwplayer.com/html5/mediasource/

At the time of writing this, EME is supported in

  • IE11 in Win8.1
  • Chrome (Desktop and mobile)
  • Safari 8 in OSX Yosemite
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文