Prevent HTML5 video from being downloaded (right-click saved)?

前端 未结 20 2308
醉酒成梦
醉酒成梦 2020-11-22 15:33

How can I disable \"Save Video As...\" from a browser\'s right-click menu to prevent clients from downloading a video?

Are there more complete solutions that prevent

20条回答
  •  没有蜡笔的小新
    2020-11-22 16:14

    +1 simple and cross-browser way: You can also put transparent picture over the video with css z-index and opacity. So users will see "save picture as" instead of "save video" in context menu.

提交回复
热议问题