GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Protecting members area video streams (https://gfy.com/showthread.php?t=145910)

Ironhorse 06-22-2003 07:53 PM

Protecting members area video streams
 
We have a number of sensitive WMV movies we would like to display in the member's area but stream in such a way that the movies cannot be copied or stored on user's machine.

Can anyone please point me in the right direction for this script or if you can help in any way post a link or spam me at [email protected]

Juicy D. Links 06-22-2003 07:55 PM

are they as sensitive as my gooch?

Ironhorse 06-22-2003 08:07 PM

Quote:

Originally posted by juicylinks
are they as sensitive as my gooch?
I don't know, let's see a 'drawring' :winkwink:

JDog 06-22-2003 08:13 PM

most of these days, it is hard to stop a user from downloading...unless you have a real file, i have a perfect setup for that...but it is still hard...ya know...

jDoG

AaronM 06-22-2003 08:46 PM

Quote:

Originally posted by Ironhorse
We have a number of sensitive WMV movies we would like to display in the member's area but stream in such a way that the movies cannot be copied or stored on user's machine.

Can anyone please point me in the right direction for this script or if you can help in any way post a link or spam me at [email protected]

You need Digital Rights Management (DRM)

Check out www.drmnetworks.com

s9ann0 06-22-2003 09:12 PM

you can make life dificult for hotlink and stuff with this:

RewriteEngine on

# agent is requesting media files and is not media player but has ok referer
# add for .wma on stories to ??

RewriteCond %{REQUEST_FILENAME} ^.*\.wmv$ [NC]
RewriteCond %{REQUEST_FILENAME} ^.*\.wma$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteCond %{HTTP_REFERER} ^http://.*xxxdatabase.com/.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/getmediaplayer.html [R]

# agent is requesting media files and is not media player and has bad referer

RewriteCond %{REQUEST_FILENAME} ^.*\.wmv$ [NC]
RewriteCond %{REQUEST_FILENAME} ^.*\.wma$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteCond %{HTTP_REFERER} !^http://.*xxxdatabase.com/.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/hotlink.html [R]

# agent has no cookie and is not media player

RewriteCond %{HTTP_COOKIE} !^user=.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/nocookie.phtml?&host=%{HTTP_HOST} [R]

Ironhorse 06-23-2003 04:15 AM

Thanks folks, anybody else?

KBPimped 07-14-2003 02:05 PM

DRM is really the only way you can stop unauthorized use of your content. If you need more info reply here [email protected]

loverboy 07-14-2003 02:11 PM

http://www.microsoft.com/windows/windowsmedia/drm.aspx

learn more about DRM. :)


All times are GMT -7. The time now is 06:44 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123