|
-
Aug 8th, 2008, 04:02 AM
#1
Thread Starter
Lively Member
How to apply DRM to files
Hi All,
How to apply DRM(DIGITAL RIGHTS MANAGEMENT) to files?
-
Aug 8th, 2008, 04:17 AM
#2
Re: How to apply DRM to files
My usual boring signature: Something
-
Aug 8th, 2008, 04:43 AM
#3
Thread Starter
Lively Member
Re: How to apply DRM to files
-
Aug 8th, 2008, 04:53 AM
#4
Re: How to apply DRM to files
ok well i am not exactly sure what you are wanting to do. Do you not want people to be able to download video files from your site?
My usual boring signature: Something
-
Aug 8th, 2008, 05:17 AM
#5
Thread Starter
Lively Member
Re: How to apply DRM to files
yes..people should download video files from site and video files should be DRM protected..How would I apply DRM to video files?
-
Aug 8th, 2008, 05:26 AM
#6
Re: How to apply DRM to files
i actually dont think that it is possible for php to do it. You could do it manually and upload to your site... thats what i am thinking.
i am off to bed. good luck
My usual boring signature: Something
-
Aug 8th, 2008, 05:34 AM
#7
Thread Starter
Lively Member
Re: How to apply DRM to files
Ok. but how can we apply DRM manually?
-
Aug 8th, 2008, 10:33 PM
#8
Re: How to apply DRM to files
DRM is a generic name for the process of copy prevention. There are many DRM technologies and none of them are very effective. Most are only used by big record labels and even then people still manage to copy the content. I suggest that this exercise is somewhat futile.
-
Aug 11th, 2008, 12:17 AM
#9
Thread Starter
Lively Member
Re: How to apply DRM to files
Thanks penagate!!!!
Actually it's client's requirement. Client wants that files downloaded by users should be DRM protected. I don't know how to apply DRM to video files using PHP
-
Aug 11th, 2008, 12:35 AM
#10
Re: How to apply DRM to files
 Originally Posted by rasana
Actually it's client's requirement.
Those are annoying, aren't they?
Well, nearly everything I can find on the web concerns removing DRM protection, not adding it. I believe Apple and Sony licence their DRM technology [edit: they don't], but I imagine a licence would be prohibitively expensive. Microsoft have some licencing system for Windows Media files, but I don't know how one obtains a licence or adds it to a file, and there doesn't seem to be much information (at least what I can find quickly on Google).
As for applying DRM, whatever solution you go with should include a command-line executable which you can call from PHP using exec or passthru or their related functions.
Last edited by penagate; Aug 11th, 2008 at 12:48 AM.
-
Aug 11th, 2008, 12:42 AM
#11
Re: How to apply DRM to files
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|