有没有办法在HTML5视频上使用DRM?

由于Flash正在失去地位,我想知道是否有办法保护html5视频与DRM(H264,.ogg和WebM)。

解决方法

W3C FAQ on HTML5它说:

Is there support for digital rights management (DRM) in HTML5 video?
HTML5 doesn’t provide direct support,nor any barrier,to using DRM in video. It currently expects this to be handled by the particular codec/implementation. There are implementations which allow for DRM in HTML5 video.

Is dealing with DRM in scope for HTML5?
If enough stakeholders want to standardise some aspect of handling DRM in HTML5 itself as part of the inclusion of video and audio media,then it makes sense for W3C to help standardise an approach which meets the needs of the market. However like all W3C work,relevant stakeholders need to be and show they are committed to developing it rather than expecting it to happen on its own.

这意味着它目前不被支持,但已经在W3C bug跟踪器here上讨论了它。

更新:
对这个问题感兴趣的人可能想参考新encrypted media extension standard的工作草案。

更新:目前主要浏览器支持EME。

相关文章

HTML5不是新事物。自从最初发布(2008年1月)以来,我们一直在使用它的一些功能。后来,我再次仔细查看...
Pointer Events API 是Hmtl5的事件规范之一,它主要目的是用来将鼠标(Mouse)、触摸(touch)和触控笔(...
CSS动画非常的有趣;这种技术的美就在于,通过使用很多简单的属性,你能创建出漂亮的消隐效果。其中代表...
clip-path介绍 clip-path 直译过来就是裁剪路径,使用SVG或形状定义一个HTML元素的可见区域的方法。想象...
语法 必需。动画时长的百分比。 合法的值: 0-100% from(与 0% 相同) to(与 100% 相同) 定义和用法...
基本代码 html代码: 首先定义一些基本的样式和动画: background-size: auto 100%; 这段代码的意思是让...