Playing DRM protected video in MediaElement
Hello,
I have a XAML browser application with a MediaElement inside of it. When i try to play DRM protected video by setting the Source attribute to the video's local path, i just see a black screen. The DRM protected video is a wmv video that is protected using standard Microsoft DRM. Does MediaElement have the ability to play DRM protected video?
Thank you,
Lava
here is the code snippet:
....
<GridGrid.Column="0"Grid.Row="0">
<MediaElementName="media"Source="C:\Users\Public\Documents\My Videos\drmvideo.wmv"></MediaElement>
</Grid>
....

