我应该采取哪些措施让视频难以下载? [关闭]

I'm using Videojs plugin to show my videos, but there are many issues facing me like when I load video Internet Download Manager and other video downloaders grab it and there is an error appends , so I want to know how specifically make my video protected from downloading.

I have read many questions and answers for the same topic but non of them explained how to specifically do this and all answers talk about but a video link in external JavaScript file and I tried many ways to do so but it isn't working.

How to overcome this issue with Videojs video player plugin?

This question comes up a lot. You need to understand there is no difference from the servers perspective from download to play, or download to store. If you prevent somebody from download, you also prevent them from watching, which is the same as not not putting the video on the internet. You do have the option of using DRM, But its very complicated to use, and would be best if you just contacted a vendor or supplier to do it for you.