Compartir a través de


Walkthrough: Simple C# PlayReady Protected Windows Store App

The simple PlayReady protected Windows Store app in C# demonstrates how to play a digital rights management (DRM) protected video clip. The features this example demonstrates are:

  • Reactive license acquisition
  • Automatic license acquisition
  • Non-persistent license usage

This walkthrough is divided into three topics and covers how to create an app that provides basic playback of PlayReady protected content. The following topics are included in this walkthrough:

Topic Description
Simple C# PlayReady App Walkthrough - Part 1 Describes how to create the Simple PlayReady protected Windows Store app in C#, how to set up the main page, and how to add playback capabilities to the main page.
Simple C# PlayReady App Walkthrough - Part 2 Describes the steps required to add individualization capabilities to the app and how to perform license acquisition to retrieve a license for the media content.
Simple C# PlayReady App Walkthrough - Part 3 Describes how to set up the app to perform service requests for individualization and license acquisition, and finalizes the app for building and running.