T
T
Timur Mammadov2021-12-16 14:54:54
Information Security
Timur Mammadov, 2021-12-16 14:54:54

How to prevent a user from watching videos from a site outside of the same site?

I have a movie site.
How to make it so that the user can watch movies only on the site, and if he wants, for example:
- Open or copy the url of the video to another tab
- Place it on your site
- Download

Then he was immediately sent somewhere far away, or given a non-working link?
I know that this can be done somehow, like Netflix did .

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CityCat4, 2021-12-16
@CityCat4

No way.
Nothing will stop me from opening a site in a virtual machine and enabling recording on the host. Yes, there will be no quality, but I can write it down, and in such a way that the virtual machine will never know about it. But this is the most hardcore way. Usually everything is much simpler - a pseudo-client is written that supposedly plays the movie, but actually downloads it

M
MaLuTkA_UA, 2021-12-16
@MaLuTkA_UA

I will tell you a secret, if you show (transfer) content to a client, then nothing prevents him from saving it on his PC.

S
Sergey, 2015-07-15
@gangstarcj

RewriteBase / 

RewriteCond %{REQUEST_URI} /products/$
RewriteCond %{QUERY_STRING} ^SECTION_ID=10&ELEMENT_ID=153$
RewriteRule ^.*$ /products/trafarety/trafaret-etno/? [L,R=301]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question