How to add DRM protection to videos I record?

-3

Some videos, like those on Netflix can be streamed, but cannot be downloaded. Can I do a similar thing with videos stored on a flash drive? I want to prevent the videos from being copied.

Neelesh Kumar

Posted 2018-11-01T19:40:53.020

Reputation: 5

Question was closed 2018-11-04T11:56:48.853

3If a file can be viewed it can be copied. – Keltari – 2018-11-01T20:05:49.110

You want to offer streaming for you're videos? If so where? – Albin – 2018-11-01T20:08:39.263

It is possible to create a video with DRM that cannot be played without a license, but it can still be copied: https://docs.microsoft.com/en-us/windows/desktop/wmformat/creating-protected-files . Creating an encrypted Zip file might be used, too.

– DrMoishe Pippik – 2018-11-01T20:51:15.217

“Some videos, like those on Netflix can be streamed, but cannot be downloaded.” Directly, the video stream can’t hijacked. But if you can do a screen recording of a video, then guess what? You made a copy of an “uncopyable” video. – JakeGould – 2018-11-01T23:59:17.347

Answers

2

The problem is that only way for the video to be viewable from the USB drive requires the data to be read, and if it can be read to play, it can be read to be copied.

Any data security problem is a question first of what you are trying to protect from, and then how far you are willing to go for that protection to work. The more types of illicit copy you attempt to prevent, the more onerous you make the video playing process.

The closest thing to what you're looking for would be the sorts of embedded player and video packages exported by security camera systems. Many of these are a single large executable which includes both the player and the video content in a proprietary format without the ability to export. However, as others have mentioned, all it takes to overcome even this sort of protection is the ability to record what is happening on the screen.

So, to put it simply: good luck.

music2myear

Posted 2018-11-01T19:40:53.020

Reputation: 34 957

It is fine for me if someone screen records the video, I just don't want it to be copied and pasted it's another storage device. So what are the technical steps? – Neelesh Kumar – 2018-11-05T13:35:00.547

Step1: Research. Step 2: Choose a solution that meets your requirements. Step 3: Implement. – music2myear – 2018-11-05T16:13:23.573