Chris
Guest
|
Posted:
Fri Oct 01, 2004 12:18 am Post subject:
Obtaining DRM information from protected content? |
|
|
How is it possible to get the DRM information, like that in the
WMRMRights object, from a Windows Media file? I am writing a player which
embeds WMP but I cannot seem to read the DRM info (play count, when expires,
etc). Pointer to how to do so in C#/.NET would be a plus.
-- Chris
|
|
Iain
Guest
|
Posted:
Fri Oct 01, 2004 7:59 pm Post subject:
Re: Obtaining DRM information from protected content? |
|
|
On Thu, 30 Sep 2004 16:18:38 -0400, Chris wrote:
| Quote: | How is it possible to get the DRM information, like that in the
WMRMRights object, from a Windows Media file? I am writing a player which
embeds WMP but I cannot seem to read the DRM info (play count, when expires,
etc). Pointer to how to do so in C#/.NET would be a plus.
-- Chris
|
There is a WMDRMREader available through the WIndows Media Format SDK which
will let you explore the rights of a license. You may need a WMRM license
to use this.
I had the impression that there was a means of doing this in the Player
object model, but i can't seem to find it.
Iain |
|