Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.03 KB

drm-network-operations.md

File metadata and controls

42 lines (27 loc) · 2.03 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
DRM Network Operations
DRM Network Operations
4a10c811-2aa1-4b97-8a72-61e8b04075a8
Windows Media Format SDK,DRM network operations
Advanced Systems Format (ASF),DRM network operations
ASF (Advanced Systems Format),DRM network operations
digital rights management (DRM),network operations
DRM (digital rights management),network operations
article
4/26/2023
UpdateFrequency5

DRM Network Operations

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Several DRM-related operations require your application to connect to a service running on a network. These operations include individualization, license acquisition, license revocation, and license backup and restoration.

As with any network transaction, your application should account for a variety of difficulties when including features that require network operations. Your application should track the status of the operation to whatever extent is possible for the specific feature, usually by handling status messages. You should provide feedback to the user about status. If an operation fails on the first try, you should give the user the opportunity to retry. In many cases, the first attempt encounters difficulty, but a subsequent try completes without error.

Note

DRM is not supported by the x64-based version of this SDK.

 

Related topics

Enabling DRM Support