Quote:
Originally posted by raster
I'm thinking of getting the MS licenses to be able to encode my own files using DRM.
Can someone confirm if this is correct.
1. Use the Windows Media Rights Manager SDK to encode my media file with the license acquisition url.
2. When someone opens the file, it goes to the license server.
3. The license server then redirects the user to my webpage with the license options. This is done with a window that opens in front of Media Player.
Is this correct?
|
1) Yes, use the WMRM SDK to encode your media content.
2) During the wrapping process the content will look for the license acq value and open that in the LAW/media player.
3) The media player essentially opens up a mini IE window for the license acq window. However I'd write something else to issue the license rather then redirecting to your site... Or are you doing this for traffic purposes (redirecting?)