checking MP3 license

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, in my other post i got the answer on how to get the header information
from an MP3 file. Now i want to make sure the user has the rights (like by a
license u download for some files, etc) to play and transfer the file. how
can i check this? thanks
 
iwdu15 said:
hi, in my other post i got the answer on how to get the header information
from an MP3 file. Now i want to make sure the user has the rights (like by a
license u download for some files, etc) to play and transfer the file. how
can i check this? thanks

As far as I am aware (and <http://en.wikipedia.org/wiki/MP3> backs me
up), there is no DRM or other licensing mechanism available for MP3
files. Providers of DRM-restricted media use proprietary formats, such
as Apple's AAC or Microsoft's WMA, which are both capable of carrying
licensing information.
 
iwdu15 said:
oh...my mistake...how would i check the license of a WMA then?

A little research suggests to me that this is going to be 'difficult'.
What I _think_ you have to do is get the Windows Media Format SDK from
<http://www.microsoft.com/windows/windowsmedia/forpros/drm/components.aspx>
(scroll down) and read the documentation in that about how to DRM
enable your app. I haven't seen a simple API call you can make just to
ask, 'Is the current user licensed to play this file'. There might be
one though.
 
Back
Top