D
D
dorian2012-05-17 21:43:01
Video
dorian, 2012-05-17 21:43:01

Protection of online video, from downloading

Good afternoon. There was a task to Protect video content from copying.

There is a site, in the closed section of which the user can see the form, now in flv
(which is very easy to download)
It is necessary that the user does not have such an opportunity,

Poke where to dig.

Thanks in advance.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
A
agasper, 2012-05-17
@agasper

If someone sets out to download, they will download anyway. What can be viewed can be downloaded by definition.

A
Alexey Zhurbitsky, 2012-05-17
@blo

If for an adult, then:
1. the player receives a secret key at startup (via https)
2. a signature (secret key + timestamp + url combination) and a timestamp in an additional header are added to all all playback requests
3. the server decides based on such a request what to do.
4. optionally - encryption of the stream itself using the same key
Theoretically, the bottleneck is obtaining a secret key, here it is necessary to investigate. Maybe the flash gurus will tell you what options there are.
This is used in MAC Access Authentication
If it's simple, then many flash players have modules for secure streaming, I advise you to first look at them.

E
Eddy_Em, 2012-05-18
@Eddy_Em

It’s interesting: when will the questions from the category “If I only look at sites, the traffic doesn’t go?”, “How to reveal a secret to a girlfriend so that she doesn’t blab to everyone”, etc., stop?

N
Nickel3000, 2012-05-17
@Nickel3000

I don't think there will be any other answers. If the user can watch, then he can save, and you can only complicate this task for him.

G
gaelpa, 2012-05-17
@gaelpa

On the way to complication, you can put the flv request with a mandatory post indicating a one-time token and checking cookies. This will allow you to get rid of the most trivial ways of jumping, and if someone writes a ready-made plugin for this, then no one bothers you to change the way the token is transferred to the player once a week.

M
mihavxc, 2012-05-17
@mihavxc

You can say that I work in this area.
The only option is to write your own player that will understand the encrypted stream. The encryption key must be non-retrievable, ideally on the storage device. But even this option does not hurt to capture video directly from the screen, respectively, in your player you also need to deal with the appropriate software.
IMHO, the game is not worth the candle.

S
Shedar, 2012-05-18
@Shedar

The other day I looked at what kind of protection one of the sites of licensed video content uses. Their task is partly similar (and partly to convince copyright holders that the content will not be downloaded). Use flash access . The link has a link to a brochure with features. The disadvantage is that the video from this site did not start for me. Why - I didn’t understand, maybe the firewall or antivirus misunderstood the good intentions of protection.

Y
Yuri Popov, 2012-05-18
@DjPhoeniX

If they want, they will rob it from the screen with fraps, and you won’t think of anything against it :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question