Results 1 to 11 of 11

Thread: How to apply DRM to files

  1. #1

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    How to apply DRM to files

    Hi All,

    How to apply DRM(DIGITAL RIGHTS MANAGEMENT) to files?

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: How to apply DRM to files

    what types of files?
    My usual boring signature: Something

  3. #3

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    Re: How to apply DRM to files

    video files

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  5. #5

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    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?

  6. #6
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  7. #7

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    Re: How to apply DRM to files

    Ok. but how can we apply DRM manually?

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  9. #9

    Thread Starter
    Lively Member rasana's Avatar
    Join Date
    Jan 2007
    Location
    Mumbai, (India)
    Posts
    94

    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

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: How to apply DRM to files

    Quote 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.

  11. #11
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width