How To Avoid DMCA and Encrypt "Src" Iframe?

mahmouedr

Newbie
Joined
Sep 17, 2018
Messages
19
Reaction score
0
I'm using wordpress and Openload.co to host my videos and then embed it in my site.
it very easy to find the "src" of the <iframe> to lock any user to know my videos location so that Cant strike me with DMCA
 
I'm using wordpress and Openload.co to host my videos and then embed it in my site.
it very easy to find the "src" of the <iframe> to lock any user to know my videos location so that Cant strike me with DMCA

Let's say you could securely encrypt the source of the iframe. Then what? The user right clicks it and opens it in a new tab. Unencrypted URL, right in plain view.

Or, let's say that's not possible. The user has an active connection to the source of the iframe. Either via their browser's developer tools, or a networking tool, they can easily get the location of the iframe. After all, their computer must make a valid connection to it in order to render it in the iframe.

Your method here isn't going to work. And even if you do work around this, you're displaying the copyrighted content on the domain people are knowingly visiting. Why wouldn't they just issue the DMCA to that domain directly? Who cares where it's primarily coming from... they have you displaying it. That's classic DMCA grounds.
 
I'm using wordpress and Openload.co to host my videos and then embed it in my site.
it very easy to find the "src" of the <iframe> to lock any user to know my videos location so that Cant strike me with DMCA

Someone bumped your old thread so I guess this is active discussion again now.

99% of the time DMCA's get filed because someone saw your content. So no use encrypting the url and source code, it's what people see on the page.
 
Back
Top