Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62698, published in March 2013 by IEC Technical Committee 100 (Audio, video and multimedia systems and equipment), establishes a standardized framework for rights information interoperability within multimedia home server systems used for IPTV services. The core problem this standard addresses is simple yet profound: when IPTV content is delivered to a home server and then distributed to multiple client devices (smart TVs, tablets, smartphones, set-top boxes), each device may use a different DRM system. Without interoperability, content access becomes fragmented and user experience suffers dramatically.
The standard defines a rights information interoperability architecture that enables the secure exchange of rights information between different DRM systems through a common intermediate representation. This approach allows each DRM system to maintain its native format while supporting translation through a standardized rights information format.
| Component | Function | Protocol/Format |
|---|---|---|
| Rights Issuer (RI) | Issues and manages content rights | OMA DRM, Marlin, MS PlayReady |
| Home Server (HS) | Stores content and rights objects | IEC 62698 compliant middleware |
| Rights Translation Function (RTF) | Converts between DRM formats | Standardized rights data model |
| Client Device (CD) | Renders content per granted rights | Native DRM client |
| Domain Manager (DM) | Manages device group membership | Domain authorization protocol |
The standard’s architecture is built around the concept of a “rights information interoperability system” that operates within a managed domain — a logical grouping of devices belonging to a household or user. The key functional entities include the Rights Issuer (responsible for generating rights objects), the Home Server (which stores and manages content and associated rights), and Client Devices (which consume content subject to rights constraints). The critical innovation is the Rights Translation Function, which maps rights expressions between different DRM systems through a common intermediate representation defined in the standard.
IEC 62698 defines a comprehensive rights information data model that captures the essential elements of any content usage permission: the content identifier, the permitted actions (play, copy, move, etc.), constraints (time limits, count limits, geographical restrictions), and the authorized devices or users within the domain. This model serves as the lingua franca for rights translation.
The communication between functional entities follows a defined message flow. When a client device requests access to content, the home server checks the rights object, performs any necessary translation through the RTF, and delivers a device-specific rights object to the client. The standard specifies the message formats, sequences, and error handling procedures for this exchange.
| Rights Element | Description | Example Values |
|---|---|---|
| Content ID | Unique identifier for the content | crid://provider.com/movie123 |
| Permission | Allowed usage action | play, copy, move, share, print |
| Constraint | Limitations on the permission | count=3, end=2026-12-31, resolution≤720p |
| Domain ID | Authorized device group | UUID of the home domain |
| Issuer Info | Rights issuer metadata | Provider certificate chain |
A critical aspect of the standard is domain management — the ability to define and maintain a group of devices that share content access rights. Devices join a domain through an authentication process, typically involving a domain manager that validates device credentials and issues domain membership certificates. The standard addresses domain size limits, device join/leave procedures, and domain key management.
Implementing IEC 62698 in a real-world IPTV system presents several engineering challenges. First, the Rights Translation Function must handle semantic mismatches between DRM systems — for example, mapping between count-limited and time-limited permissions requires careful design to avoid unintended rights expansion or restriction. Second, domain management must balance security with user convenience; overly strict domain join procedures frustrate users, while lax procedures create security vulnerabilities.
From a system integration perspective, the standard’s approach enables several practical deployment scenarios: a single-service-provider ecosystem where all devices use the same DRM (no translation needed), a multi-vendor home network with heterogeneous DRM systems (translation essential), and a “content portability” scenario where users move content between devices with different protection mechanisms. The standard also provides guidance on rights expiration handling, offline access scenarios, and parental control integration.
❓ FAQ 1: Does IEC 62698 define its own DRM system?
No. The standard does not define a new DRM system. Instead, it defines a rights information interoperability framework that allows existing DRM systems (OMA DRM, Marlin, PlayReady, etc.) to work together through a standardized translation mechanism.
❓ FAQ 2: How does the standard handle analog hole or screen capture vulnerabilities?
The standard focuses on digital rights information interoperability and does not directly address analog output protection. However, it does reference compliance rules that may include output protection requirements as part of the rights constraints, which individual DRM systems enforce according to their own mechanisms.
❓ FAQ 3: Is IEC 62698 still relevant with the shift to streaming services?
Yes, even more so. With the proliferation of IPTV and OTT streaming services across multiple device types, the need for interoperable rights management has intensified. The standard’s architecture is adaptable to modern streaming protocols and DRM technologies.
❓ FAQ 4: What is the maximum number of devices supported in a domain?
The standard itself does not mandate a fixed limit, but typical implementations support between 5 and 10 devices per domain, balancing content protection requirements with reasonable household usage patterns. Service providers may impose their own limits.