Tagged Questions

0
votes
0answers
52 views

Implement an audio player able to read WMA DRM as well

I choose Qt to implement the audio player and I came across phonon which makes it easy for me but recently found out that phonon can't read encrypted content. What should i do 1)Look at VLC sources ? ...
0
votes
1answer
152 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 ...