---
title: BuyDRM Launches FairPlay Streaming SDK 26
description: Apple has released an entirely new generation of its FairPlay Streaming SDK 26. We believe that BuyDRM is the first company in the world to bring this technology to market.
image: https://go.buydrm.com/hubfs/BuyDRM_FairPlayv26_PressRelease_1200x628.png
---

[![BuyDRM\_logo\_primary-1](https://go.buydrm.com/hs-fs/hubfs/BuyDRM_logo_primary-1.png?width=180&name=BuyDRM_logo_primary-1.png "BuyDRM_logo_primary-1")](http://www.buydrm.com)

[![](https://go.buydrm.com/hubfs/images/basic/buttons/btn_drmblog_rss.png)](https://go.buydrm.com/thedrmblog/rss.xml)

[![](https://go.buydrm.com/hubfs/images/basic/buttons/btn_drmblog.png?t=1480019361394)](https://go.buydrm.com/thedrmblog)

- ![BuyDRM\_BuyDRM Launches Apple FairPlay v26\_1920x450-2](https://go.buydrm.com/hubfs/BuyDRM_BuyDRM%20Launches%20%20Apple%20FairPlay%20v26_1920x450-2.png "BuyDRM_BuyDRM Launches Apple FairPlay v26_1920x450-2")

- ![BuyDRM\_FairPlayv26\_PressRelease\_1200x628](https://go.buydrm.com/hubfs/BuyDRM_FairPlayv26_PressRelease_1200x628.png "BuyDRM_FairPlayv26_PressRelease_1200x628")

- ![BuyDRM\_AppleFairPlayv26\_372x300-1](https://go.buydrm.com/hubfs/BuyDRM_AppleFairPlayv26_372x300-1.png "BuyDRM_AppleFairPlayv26_372x300-1")

# BuyDRM Launches FairPlay Streaming SDK 26

Posted by [Elena Etkina](https://go.buydrm.com/thedrmblog/author/elena-etkina) on Jun 16, 2026, 8:01:59 AM

- [Tweet](https://twitter.com/share)

Apple has released an entirely new generation of its FairPlay Streaming SDK 26, matching the iOS 26 / tvOS 26 calendar-year scheme. We believe that BuyDRM is the first company in the world to bring this technology to market to ensure our clients have a smooth update to FairPlay Streaming SDK 26, access to all the new product and security features and the critical need for retroactive FairPlay v4 support.

Despite the understated launch, FairPlay Streaming SDK 26 represents the most significant change in the FairPlay developer experience since its inception in 2015. In this post, we break down exactly what’s new, what it means for anyone using FairPlay today, and the current state of device-side support.

**A Quick Recap of How FairPlay Streaming Works**

FairPlay Streaming is Apple's content protection technology for HLS video on iOS, iPadOS, tvOS, macOS, visionOS, and watchOS. The viewer's device generates a Server Playback Context (SPC) when it wants to play protected content. Your DRM platform consumes the SPC, validates it, looks up the right content key, and returns a Content Key Context (CKC) that the device decrypts and uses. The DRM platform is the piece DRM vendors and large operators run; the SDK is what Apple ships to them to build FairPlay support in the DRM platform

This model isn’t changing but Apple has added numerous new product and security features which the FairPlay Streaming SDK 26 supports.

**The Four Things That Actually Matter:**

- **2048-bit license key certificates, with built-in reverse compatibility**
- **A real crypto library, included**
- **No more ASK to manage**
- **Reference implementations in Swift and Rust**

SDK v4 only supported 1024-bit FairPlay certificates - that was the only option. FairPlay Streaming SDK 26 introduces 2048-bit certificates for stronger content-key protection and ships them inside a **certificate bundle** that pairs a 2048-bit cert with a 1024-bit one. The matching path is selected automatically based on what the device supports: newer devices use the 2048-bit cert, legacy devices use the 1024-bit one. There's no device-compatibility cliff to plan around. Existing 1024-bit certificates also remain valid and never expire, so nothing you have today stops working.

Earlier FairPlay SDK versions required integrators to implement DFunction, a sensitive cryptographic step, on their own. Getting it wrong was both common and bad for some of BuyDRM’s competition. FairPlay Streaming SDK 26 ships a **precompiled crypto library** that handles DFunction (and a few other sensitive steps) inside Apple's own code. DRM operators no longer touch the path, no longer carry the risk, and no longer have to convince auditors that their implementation is correct. This alone removes a meaningful chunk of integration pain.

Anyone who's set up a FairPlay DRM platform remembers the Application Secret Key (ASK) - a separate thing to receive, store, rotate, and not leak. In FairPlay Streaming SDK 26 the ASK lives inside a **provisioning data file** that ships alongside the certificate bundle, and the SDK parses it internally. From a DRM operator's perspective, the ASK simply stops being a thing they manage by hand.

The previous reference FairPlay license server was in C, with all the implications that implies. FairPlay Streaming SDK 26 ships reference implementations in **Swift and Rust**, plus example HTTP servers, default business rules, and test credentials. This is useful to a DRM vendor as v26 is a completely new approach to FairPlay.

Of course, a reference implementation is the easy part - running a FairPlay DRM platform in production still means, running and protecting your key APIs, certificate management, scaling, monitoring, multi-tenant isolation, integration with packaging and entitlements, and support for the long tail of real-world device behavior. That's where most of the work lives, and where it's always lived.

**Increased Security Means Increased Integration:**

In FairPlay Streaming SDK 26 there are two new security pieces, working together to create a more secure playback experience. The 2048-bit license key certificates described above are one half of it - the credential side. The other half is a new license-request format (“server playback content”, **SPC version 3**, with stronger end-to-end protection of the request itself.

The headline is integrity. SPC v3 makes a license request harder to tamper with in flight and harder to silently retarget at a different DRM platform than the one the device meant to talk to. It also includes an explicit protocol-version marker, so a DRM platform can tell up front what shape of request it's looking at. Beyond integrity, SPC v3 lets devices include richer information about themselves - their identity, their security level, and a few other signals - which gives operators more to work with when deciding what to authorize.

The honest reality: **no currently-shipping iOS / tvOS / macOS / visionOS build sends SPC v3 yet.** **That being said, Apple will soon deliver future OS releases that support v26 and SPC v3.** FairPlay SDK v4 DRM platforms continue to work fine for every device in the field today, and FairPlay SDK v26 DRM platforms are backward-compatible with every device that already speaks FairPlay SDK v4. Nothing customers have deployed needs will break.

**The time to begin implementing support for FairPlay Streaming SDK 26 is now.** BuyDRM expects the average time to implement for a customer to be about 3-4 months given new certificates need to be requested from Apple, a new sandbox setup, encryption and license key testing all have to occur to go live.

**FairPlay SDK v4 Isn't Going Away**

To be perfectly clear: Apple has not deprecated FairPlay SDK v4. It will keep working, and the existing 1024-bit certificates will keep being valid. FairPlay SDK v4 just won't pick up new features or the stronger content-key protections that come with SPC v3. **Anyone running an SDK 4 DRM platform today can continue running it without disruption; the question is when, not whether, to plan a migration.**

**Where We Are at BuyDRM**

We've built it. Our DRM platform KeyOS now supports FairPlay Streaming SDK 26 – including certificate bundles, the new crypto library, the FairPlay Streaming SDK 26 reference flows - and is running in our integration environment alongside our existing FairPlay SDK v4 deployment.

**We're now starting a closed alpha with selected partners for integration testing, and working with Apple closely to broaden access as the device side catches up**. There are still some areas of FairPlay Streaming SDK 26 where we plan to extend our coverage as the ecosystem matures, and we will share detailed updates in dedicated posts as those features become ready.

If you are currently operating your own FairPlay DRM platform or if you are planning a new deployment and want to skip the FairPlay SDK v4 era entirely, this is an excellent time to speak with us.

To support your integration, we provide a full working sandbox to encrypt and license content. We have a new Wiki with tons of great integration information. Our staff is on duty 24/7/365 to assist you in implementing FairPlay Streaming SDK 26 just reach out below.

**If you are an existing BuyDRM customer, [Contact Us Here](https://buydrm.com/company/contact/) to get into our Server FairPlay Streaming SDK 26 Alpha Program today! This program is open to the first 25 customers to respond.**

**The BuyDRM team**

 Topics: [DRM](https://go.buydrm.com/thedrmblog/topic/drm), [Content Security](https://go.buydrm.com/thedrmblog/topic/content-security)

### Subscribe for Instant Notifications

###### Popular Posts

- [![Managing Widevine DRM for Preventing Screen Capture and Recording on Android Devices](https://go.buydrm.com/hubfs/BuyDRM_Managing%20Widevine%20DRM%20for%20Preventing%20Screen%20Capture%20and%20Recording%20on%20Android%20Devices_1200x628.png)](https://go.buydrm.com/thedrmblog/managing-widevine-drm-for-preventing-screen-capture-and-recording-on-android-devices)
  
  [Managing Widevine DRM for Preventing Screen Capture and Recording on Android Devices](https://go.buydrm.com/thedrmblog/managing-widevine-drm-for-preventing-screen-capture-and-recording-on-android-devices)
  
   January 14, 2026
- [![BuyDRM Launches FairPlay Streaming SDK 26](https://go.buydrm.com/hubfs/BuyDRM_FairPlayv26_PressRelease_1200x628.png)](https://go.buydrm.com/thedrmblog/buydrm-launches-apple-fairplay-v26)
  
  [BuyDRM Launches FairPlay Streaming SDK 26](https://go.buydrm.com/thedrmblog/buydrm-launches-apple-fairplay-v26)
  
   June 16, 2026
- [![Forensic Watermarking + DRM: The Dynamic Duo for Bulletproof Content Security in 2026](https://go.buydrm.com/hubfs/BuyDRM_Forensic%20Watermarking%20%2B%20DRM-%20The%20Dynamic%20Duo%20for%20Bulletproof%20Content%20Security%20in%202026_1200x628-Recovered-1.png)](https://go.buydrm.com/thedrmblog/forensic-watermarking-drm-the-dynamic-duo-for-bulletproof-content-security-in-2026)
  
  [Forensic Watermarking + DRM: The Dynamic Duo for Bulletproof Content Security in 2026](https://go.buydrm.com/thedrmblog/forensic-watermarking-drm-the-dynamic-duo-for-bulletproof-content-security-in-2026)
  
   April 30, 2026
- [![Counting the Cost of Insecure Streaming: Why Multi-DRM Matters More Than Ever](https://go.buydrm.com/hubfs/BuyDRM_Counting%20the%20Cost%20of%20Insecure%20Streaming_Why%20Multi-DRM%20Matters%20More%20Than%20Ever_1200x628.png)](https://go.buydrm.com/thedrmblog/counting-the-cost-of-insecure-streaming-why-multi-drm-matters-more-than-ever)
  
  [Counting the Cost of Insecure Streaming: Why Multi-DRM Matters More Than Ever](https://go.buydrm.com/thedrmblog/counting-the-cost-of-insecure-streaming-why-multi-drm-matters-more-than-ever)
  
   November 12, 2025
- [![Safeguarding the Game: How DRM and Watermarking Protected World Cup Live Streams](https://go.buydrm.com/hubfs/BuyDRM_WorldCup_BlogPost_1200x628-1.png)](https://go.buydrm.com/thedrmblog/safeguarding-the-game-how-drm-and-watermarking-protected-world-cup-live-streams)
  
  [Safeguarding the Game: How DRM and Watermarking Protected World Cup Live Streams](https://go.buydrm.com/thedrmblog/safeguarding-the-game-how-drm-and-watermarking-protected-world-cup-live-streams)
  
   July 16, 2026

[![New call-to-action](https://hubspot-no-cache-na2-prod.s3.amazonaws.com/cta/default/2212554/154f7632-cceb-490e-864a-83df5ff18042.png)](https://hubspot-cta-redirect-na2-prod.s3.amazonaws.com/cta/redirect/2212554/154f7632-cceb-490e-864a-83df5ff18042)

### Posts by Topic

- [DRM (95)](https://go.buydrm.com/thedrmblog/topic/drm)
- [Multi-DRM (26)](https://go.buydrm.com/thedrmblog/topic/multi-drm)
- [Content Security (16)](https://go.buydrm.com/thedrmblog/topic/content-security)
- [esp partner program (15)](https://go.buydrm.com/thedrmblog/topic/esp-partner-program)
- [Content Protection (13)](https://go.buydrm.com/thedrmblog/topic/content-protection)
- [Digital Rights Management (11)](https://go.buydrm.com/thedrmblog/topic/digital-rights-management)
- [Blog (9)](https://go.buydrm.com/thedrmblog/topic/blog)
- [Google Widevine DRM (9)](https://go.buydrm.com/thedrmblog/topic/google-widevine-drm)
- [anti-piracy (9)](https://go.buydrm.com/thedrmblog/topic/anti-piracy)
- [encryption (9)](https://go.buydrm.com/thedrmblog/topic/encryption)
- [BuyDRM (8)](https://go.buydrm.com/thedrmblog/topic/buydrm)
- [KeyOS (8)](https://go.buydrm.com/thedrmblog/topic/keyos)
- [OVHcloud (8)](https://go.buydrm.com/thedrmblog/topic/ovhcloud)
- [Piracy (8)](https://go.buydrm.com/thedrmblog/topic/piracy)
- [Apple FairPlay DRM (7)](https://go.buydrm.com/thedrmblog/topic/apple-fairplay-drm)
- [IBC (7)](https://go.buydrm.com/thedrmblog/topic/ibc)
- [partnerspotlight (7)](https://go.buydrm.com/thedrmblog/topic/partnerspotlight)
- [Bitmovin (6)](https://go.buydrm.com/thedrmblog/topic/bitmovin)
- [Streaming Media (6)](https://go.buydrm.com/thedrmblog/topic/streaming-media)
- [watermarking (6)](https://go.buydrm.com/thedrmblog/topic/watermarking)
- [webinar (6)](https://go.buydrm.com/thedrmblog/topic/webinar)
- [forensic watermarking (5)](https://go.buydrm.com/thedrmblog/topic/forensic-watermarking)
- [partners (5)](https://go.buydrm.com/thedrmblog/topic/partners)
- [CMAF (4)](https://go.buydrm.com/thedrmblog/topic/cmaf)
- [DRM workflow (4)](https://go.buydrm.com/thedrmblog/topic/drm-workflow)
- [Glossary (4)](https://go.buydrm.com/thedrmblog/topic/glossary)
- [What is DRM (3)](https://go.buydrm.com/thedrmblog/topic/what-is-drm)
- [Widevine (3)](https://go.buydrm.com/thedrmblog/topic/widevine)
- [esp program (3)](https://go.buydrm.com/thedrmblog/topic/esp-program)
- [3rd party server solutions (2)](https://go.buydrm.com/thedrmblog/topic/3rd-party-server-solutions)
- [4K (2)](https://go.buydrm.com/thedrmblog/topic/4k)
- [AWS Elemental (2)](https://go.buydrm.com/thedrmblog/topic/aws-elemental)
- [Adding DRM (2)](https://go.buydrm.com/thedrmblog/topic/adding-drm)
- [AppleTV (2)](https://go.buydrm.com/thedrmblog/topic/appletv)
- [CENC (2)](https://go.buydrm.com/thedrmblog/topic/cenc)
- [DRM Lifecycle (2)](https://go.buydrm.com/thedrmblog/topic/drm-lifecycle)
- [IBC Show (2)](https://go.buydrm.com/thedrmblog/topic/ibc-show)
- [Innovation (2)](https://go.buydrm.com/thedrmblog/topic/innovation)
- [Lifecycle DRM (2)](https://go.buydrm.com/thedrmblog/topic/lifecycle-drm)
- [Multi-Cloud (2)](https://go.buydrm.com/thedrmblog/topic/multi-cloud)
- [MultiKey Service (2)](https://go.buydrm.com/thedrmblog/topic/multikey-service)
- [NAB (2)](https://go.buydrm.com/thedrmblog/topic/nab)
- [OTT (2)](https://go.buydrm.com/thedrmblog/topic/ott)
- [PSSH (2)](https://go.buydrm.com/thedrmblog/topic/pssh)
- [W3C (2)](https://go.buydrm.com/thedrmblog/topic/w3c)
- [Zype (2)](https://go.buydrm.com/thedrmblog/topic/zype)
- [amazon (2)](https://go.buydrm.com/thedrmblog/topic/amazon)
- [authentication xml (2)](https://go.buydrm.com/thedrmblog/topic/authentication-xml)
- [concurrency limiting (2)](https://go.buydrm.com/thedrmblog/topic/concurrency-limiting)
- [encoder (2)](https://go.buydrm.com/thedrmblog/topic/encoder)
- [epix (2)](https://go.buydrm.com/thedrmblog/topic/epix)
- [flussonic (2)](https://go.buydrm.com/thedrmblog/topic/flussonic)
- [fuboTV (2)](https://go.buydrm.com/thedrmblog/topic/fubotv)
- [google (2)](https://go.buydrm.com/thedrmblog/topic/google)
- [ott content (2)](https://go.buydrm.com/thedrmblog/topic/ott-content)
- [server (2)](https://go.buydrm.com/thedrmblog/topic/server)
- [video streaming (2)](https://go.buydrm.com/thedrmblog/topic/video-streaming)
- [video.js (2)](https://go.buydrm.com/thedrmblog/topic/video-js)
- [2016 DRM Deployment Guide (1)](https://go.buydrm.com/thedrmblog/topic/2016-drm-deployment-guide)
- [3rd party cloud encryption solutions (1)](https://go.buydrm.com/thedrmblog/topic/3rd-party-cloud-encryption-solutions)
- [3rd party encoders (1)](https://go.buydrm.com/thedrmblog/topic/3rd-party-encoders)
- [ABC (1)](https://go.buydrm.com/thedrmblog/topic/abc)
- [API (1)](https://go.buydrm.com/thedrmblog/topic/api)
- [AV1 (1)](https://go.buydrm.com/thedrmblog/topic/av1)
- [Bento 4 (1)](https://go.buydrm.com/thedrmblog/topic/bento-4)
- [C2PA (1)](https://go.buydrm.com/thedrmblog/topic/c2pa)
- [CORS (1)](https://go.buydrm.com/thedrmblog/topic/cors)
- [COVID19 (1)](https://go.buydrm.com/thedrmblog/topic/covid19)
- [Cinedigm (1)](https://go.buydrm.com/thedrmblog/topic/cinedigm)
- [Cloud Security (1)](https://go.buydrm.com/thedrmblog/topic/cloud-security)
- [Common Encryption (1)](https://go.buydrm.com/thedrmblog/topic/common-encryption)
- [Content Encryption Keys (1)](https://go.buydrm.com/thedrmblog/topic/content-encryption-keys)
- [Cross-Origin Reference Sharing (1)](https://go.buydrm.com/thedrmblog/topic/cross-origin-reference-sharing)
- [DRM Acronyms (1)](https://go.buydrm.com/thedrmblog/topic/drm-acronyms)
- [DRM Capable Player (1)](https://go.buydrm.com/thedrmblog/topic/drm-capable-player)
- [DRM Playback (1)](https://go.buydrm.com/thedrmblog/topic/drm-playback)
- [Device DRM (1)](https://go.buydrm.com/thedrmblog/topic/device-drm)
- [Digital Element (1)](https://go.buydrm.com/thedrmblog/topic/digital-element)
- [EFF (1)](https://go.buydrm.com/thedrmblog/topic/eff)
- [EME (1)](https://go.buydrm.com/thedrmblog/topic/eme)
- [Encrypted Media Extension (1)](https://go.buydrm.com/thedrmblog/topic/encrypted-media-extension)
- [FFMpeg (1)](https://go.buydrm.com/thedrmblog/topic/ffmpeg)
- [Fall Special (1)](https://go.buydrm.com/thedrmblog/topic/fall-special)
- [GCP (1)](https://go.buydrm.com/thedrmblog/topic/gcp)
- [Google Cloud (1)](https://go.buydrm.com/thedrmblog/topic/google-cloud)
- [HEVC DRM (1)](https://go.buydrm.com/thedrmblog/topic/hevc-drm)
- [HTML5 (1)](https://go.buydrm.com/thedrmblog/topic/html5)
- [HTML5 Player with DRM Support (1)](https://go.buydrm.com/thedrmblog/topic/html5-player-with-drm-support)
- [HTML5Player (1)](https://go.buydrm.com/thedrmblog/topic/html5player)
- [Hollywood (1)](https://go.buydrm.com/thedrmblog/topic/hollywood)
- [IBC 2019 (1)](https://go.buydrm.com/thedrmblog/topic/ibc-2019)
- [IFE (1)](https://go.buydrm.com/thedrmblog/topic/ife)
- [Immergo (1)](https://go.buydrm.com/thedrmblog/topic/immergo)
- [Interra Systems (1)](https://go.buydrm.com/thedrmblog/topic/interra-systems)
- [JIT (1)](https://go.buydrm.com/thedrmblog/topic/jit)
- [License Request (1)](https://go.buydrm.com/thedrmblog/topic/license-request)
- [Live Stream Crash (1)](https://go.buydrm.com/thedrmblog/topic/live-stream-crash)
- [Live Stream Crash Solution (1)](https://go.buydrm.com/thedrmblog/topic/live-stream-crash-solution)
- [Live Streams (1)](https://go.buydrm.com/thedrmblog/topic/live-streams)
- [Live and VOD (1)](https://go.buydrm.com/thedrmblog/topic/live-and-vod)
- [MPEG DASH (1)](https://go.buydrm.com/thedrmblog/topic/mpeg-dash)
- [MWC (1)](https://go.buydrm.com/thedrmblog/topic/mwc)
- [Microsoft PlayReady DRM (1)](https://go.buydrm.com/thedrmblog/topic/microsoft-playready-drm)
- [Mobile World Congress (1)](https://go.buydrm.com/thedrmblog/topic/mobile-world-congress)
- [MultiBlock (1)](https://go.buydrm.com/thedrmblog/topic/multiblock)
- [MultiPack (1)](https://go.buydrm.com/thedrmblog/topic/multipack)
- [Multiple Keys (1)](https://go.buydrm.com/thedrmblog/topic/multiple-keys)
- [NAB 2024 (1)](https://go.buydrm.com/thedrmblog/topic/nab-2024)
- [Netflix (1)](https://go.buydrm.com/thedrmblog/topic/netflix)
- [OfflineDRM (1)](https://go.buydrm.com/thedrmblog/topic/offlinedrm)
- [Press Release (1)](https://go.buydrm.com/thedrmblog/topic/press-release)
- [R.I.P. (1)](https://go.buydrm.com/thedrmblog/topic/r-i-p)
- [Radiant Media Player (1)](https://go.buydrm.com/thedrmblog/topic/radiant-media-player)
- [Redspace (1)](https://go.buydrm.com/thedrmblog/topic/redspace)
- [SMConnect (1)](https://go.buydrm.com/thedrmblog/topic/smconnect)
- [Screen Recording (1)](https://go.buydrm.com/thedrmblog/topic/screen-recording)
- [Secure Player (1)](https://go.buydrm.com/thedrmblog/topic/secure-player)
- [Shaka Player (1)](https://go.buydrm.com/thedrmblog/topic/shaka-player)
- [Soundcloud (1)](https://go.buydrm.com/thedrmblog/topic/soundcloud)
- [Streamingmedia.com (1)](https://go.buydrm.com/thedrmblog/topic/streamingmedia-com)
- [Telestream (1)](https://go.buydrm.com/thedrmblog/topic/telestream)
- [UV (1)](https://go.buydrm.com/thedrmblog/topic/uv)
- [UltraViolet (1)](https://go.buydrm.com/thedrmblog/topic/ultraviolet)
- [Unified Streaming (1)](https://go.buydrm.com/thedrmblog/topic/unified-streaming)
- [Update (1)](https://go.buydrm.com/thedrmblog/topic/update)
- [WebRTC (1)](https://go.buydrm.com/thedrmblog/topic/webrtc)
- [XML (1)](https://go.buydrm.com/thedrmblog/topic/xml)
- [a/b watermarking (1)](https://go.buydrm.com/thedrmblog/topic/a-b-watermarking)
- [accurate player (1)](https://go.buydrm.com/thedrmblog/topic/accurate-player)
- [analytics (1)](https://go.buydrm.com/thedrmblog/topic/analytics)
- [australian broadcasting corporation (1)](https://go.buydrm.com/thedrmblog/topic/australian-broadcasting-corporation)
- [authentication (1)](https://go.buydrm.com/thedrmblog/topic/authentication)
- [batch encryption (1)](https://go.buydrm.com/thedrmblog/topic/batch-encryption)
- [best practices (1)](https://go.buydrm.com/thedrmblog/topic/best-practices)
- [building a drm platform (1)](https://go.buydrm.com/thedrmblog/topic/building-a-drm-platform)
- [case study (1)](https://go.buydrm.com/thedrmblog/topic/case-study)
- [client-side watermarking (1)](https://go.buydrm.com/thedrmblog/topic/client-side-watermarking)
- [compatability (1)](https://go.buydrm.com/thedrmblog/topic/compatability)
- [content licensing (1)](https://go.buydrm.com/thedrmblog/topic/content-licensing)
- [cpix (1)](https://go.buydrm.com/thedrmblog/topic/cpix)
- [data (1)](https://go.buydrm.com/thedrmblog/topic/data)
- [deploying (1)](https://go.buydrm.com/thedrmblog/topic/deploying)
- [drm licensing (1)](https://go.buydrm.com/thedrmblog/topic/drm-licensing)
- [drm pricing (1)](https://go.buydrm.com/thedrmblog/topic/drm-pricing)
- [drm report (1)](https://go.buydrm.com/thedrmblog/topic/drm-report)
- [encoding (1)](https://go.buydrm.com/thedrmblog/topic/encoding)
- [encoding.com (1)](https://go.buydrm.com/thedrmblog/topic/encoding-com)
- [encryption solutions (1)](https://go.buydrm.com/thedrmblog/topic/encryption-solutions)
- [harmonic (1)](https://go.buydrm.com/thedrmblog/topic/harmonic)
- [integration (1)](https://go.buydrm.com/thedrmblog/topic/integration)
- [kodi (1)](https://go.buydrm.com/thedrmblog/topic/kodi)
- [license acquisition (1)](https://go.buydrm.com/thedrmblog/topic/license-acquisition)
- [live events (1)](https://go.buydrm.com/thedrmblog/topic/live-events)
- [live sports (1)](https://go.buydrm.com/thedrmblog/topic/live-sports)
- [low-latency (1)](https://go.buydrm.com/thedrmblog/topic/low-latency)
- [low-latency drm (1)](https://go.buydrm.com/thedrmblog/topic/low-latency-drm)
- [major movie studios (1)](https://go.buydrm.com/thedrmblog/topic/major-movie-studios)
- [multiscreener (1)](https://go.buydrm.com/thedrmblog/topic/multiscreener)
- [native drm (1)](https://go.buydrm.com/thedrmblog/topic/native-drm)
- [non-persistent license (1)](https://go.buydrm.com/thedrmblog/topic/non-persistent-license)
- [os (1)](https://go.buydrm.com/thedrmblog/topic/os)
- [packaging (1)](https://go.buydrm.com/thedrmblog/topic/packaging)
- [partner program (1)](https://go.buydrm.com/thedrmblog/topic/partner-program)
- [persistent license (1)](https://go.buydrm.com/thedrmblog/topic/persistent-license)
- [proxy (1)](https://go.buydrm.com/thedrmblog/topic/proxy)
- [questionnaire (1)](https://go.buydrm.com/thedrmblog/topic/questionnaire)
- [radiant player (1)](https://go.buydrm.com/thedrmblog/topic/radiant-player)
- [roku (1)](https://go.buydrm.com/thedrmblog/topic/roku)
- [screen capture (1)](https://go.buydrm.com/thedrmblog/topic/screen-capture)
- [screener (1)](https://go.buydrm.com/thedrmblog/topic/screener)
- [server-side watermarking (1)](https://go.buydrm.com/thedrmblog/topic/server-side-watermarking)
- [strategy (1)](https://go.buydrm.com/thedrmblog/topic/strategy)
- [streaming (1)](https://go.buydrm.com/thedrmblog/topic/streaming)
- [theoplayer (1)](https://go.buydrm.com/thedrmblog/topic/theoplayer)
- [video player (1)](https://go.buydrm.com/thedrmblog/topic/video-player)
- [watermark (1)](https://go.buydrm.com/thedrmblog/topic/watermark)
- [watermarked (1)](https://go.buydrm.com/thedrmblog/topic/watermarked)
- [webplay (1)](https://go.buydrm.com/thedrmblog/topic/webplay)
- [zee5 (1)](https://go.buydrm.com/thedrmblog/topic/zee5)

see all

###### Follow Us

[![Share on Facebook](https://static.hubspot.com/final/img/common/icons/social/facebook-24x24.png)](https://www.facebook.com/buydrm) [![Share on LinkedIn](https://static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png)](http://www.linkedin.com/company/buydrm) [![Share on Twitter](https://static.hubspot.com/final/img/common/icons/social/twitter-24x24.png)](https://twitter.com/buydrm)

### Subscribe to The DRM Blog for Instant Notications

![](https://go.buydrm.com/hs-fs/hubfs/BuyDRM_KeyOS_Logos/images/buydrm-logo.png?width=207&name=buydrm-logo.png "buydrm-logo.png")

Founded in 2001, BuyDRM is a leading provider of Digital Rights Management and Content Security Services for the entertainment, enterprise and education industries.

[![Share on Facebook](https://static.hubspot.com/final/img/common/icons/social/facebook-24x24.png)](https://www.facebook.com/buydrm) [![Share on LinkedIn](https://static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png)](http://www.linkedin.com/company/buydrm) [![Share on Twitter](https://static.hubspot.com/final/img/common/icons/social/twitter-24x24.png)](https://twitter.com/buydrm)