Tagged Questions
2
votes
2answers
739 views
How to detect the usage rights (DRM) of a file
Suppose you have a .wma / .wmv file and you want to detect:
is it DRM protected ?
(then hopefully) details of the DRM protection (like when does the license expire etc.)?
Is there a C# / C++ api ...
1
vote
2answers
277 views
Silverlight - Determine if a wma is protected by DRM
Is there a way to determine if a wma file is DRM'd? I'd like to be able to do this in a trusted, out of browser Silverlight 4 application so pinvoke isn't an option. I supposed I could just try to ...
1
vote
2answers
108 views
Is it possible to progressive play DRMed tracks
Is it possible to legally progressive play Windows Media DRM tracks as they are downloaded from a HTTP link?
I've managed to do this without DRM but someone here told me it wasn't possible with DRM. ...
0
votes
1answer
149 views
How to predeliver WMA DRM licenses?
I'm trying to install WMA DRM licenses files silently so that users would not have to play each song and acknowledge for each license.
I figured out that I need to do something like this :
HRESULT ...