Is there a way to use DRM on HTML5 video?

前端 未结 7 1918
礼貌的吻别
礼貌的吻别 2020-12-08 02:16

Since Flash is losing ground I would like to know if there are ways to protect html5 videos with DRM (H264, .ogg and WebM).

7条回答
  •  一整个雨季
    2020-12-08 02:59

    You could implement some kind of encryption scheme with public/private key - I recently heard about http://www.widevine.com/ who seem to be doing something like that for html5 and h.264 . But I am not aware of anyone having applied to web video in general.

提交回复
热议问题