Compartir a través de


Walkthrough: Simple JavaScript PlayReady Protected Windows Store App

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

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

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

Topic Description
Simple JavaScript PlayReady App Walkthrough - Part 1 Describes how to create the Simple PlayReady protected Windows Store app in JavaScript, how to set up a reference in your Windows Store app to the PlayReady Client SDK for Windows Store Apps extension, how to set up the main page, how to add the logging functions, and how to add playback capabilities to the main page.
Simple JavaScript PlayReady App Walkthrough - Part 2 Describes the steps required to handle service requests.