DRM-X 6.0 Taube und Olivenzweig LogoDRM-X 6.0Dokumentation
◎ Deutsch

Build native apps with Universal Player

Choose Android, iOS, Apple TV or Samsung Tizen. Download eligible SDKs, try public evaluation players, follow setup steps and view app screenshots.

Markdown anzeigenLive-BeispieleUpdated 2026-09-18
Build your app with the DRM-X Universal Player.Choose Android, iOS/iPadOS, Apple TV or Samsung Tizen. Each package includes player integration, a sample app and setup instructions. These packages are developer previews; use the device evidence below to plan your own release checks. This new guide is currently available in English.

1. Choose your platform#

Android

Kotlin, Media3 and Widevine. Phone and TV samples, streaming and protected VOD downloads on compatible devices.

Try the APK and build an Android app →

iPhone & iPad

Swift Package, SwiftUI and FairPlay. Touch controls, playlists and protected downloads. iOS/iPadOS 15+.

Build your iOS app →

Apple TV

The same Apple package includes a tvOS app with remote navigation, playlists and FairPlay streaming. tvOS 15+.

Build your Apple TV app →

Samsung Smart TV

JavaScript, Samsung AVPlay and Widevine DASH VOD. Full-screen controls, playlists and remote navigation.

Try the TV kit and build a Tizen app →

2. Download the SDK from Console#

  1. Sign in.Open Console → Integrations using the customer organization with an active Professional or Enterprise subscription.
  2. Choose your platform card.Download Android's AAR/full SDK, the Apple SDK ZIP, or the Tizen SDK ZIP. iOS and tvOS use the same Apple ZIP.
  3. Extract and open README.md.Keep the supplied folder structure. The Console shows release details and SHA-256 checksums. Keep customer SDK bundles in your private team dependency storage.
  4. Run the sample, then connect your app.Follow the platform guide. Use your own app identifiers and signing certificates. Qualify your content, backend and physical devices before distributing your app.
DownloadAccessWhat you receive
Android SDKProfessional / Enterprise1.0.0-preview.13 AAR, complete SDK and build-verified consumer sample projects
Apple SDKProfessional / Enterprise1.0.0-preview.3 Swift Package, iOS/tvOS Xcode samples and tests
Tizen SDKProfessional / Enterprise1.0.0-preview.1 JavaScript API, types, remote-control sample and tests
Android evaluation APKPublicSigned demonstration app; download and install
Samsung evaluation kit / WGTPublicUnsigned widget and local companion; configure and sign for your TV
Apple evaluationBuild from the eligible SDKSign the sample with your Apple team. No public IPA or TestFlight release is supplied.

Trial and Standard accounts can read every guide and download the public evaluation apps. SDK download permission is checked by the server, including when an old download link is reused.

3. Connect your backend and published content#

  1. Package and publish an encrypted video. Use DASH/CENC for Android/Tizen and HLS/CBCS with an active FairPlay deployment for Apple.
  2. Create an authenticated HTTPS playback-session endpoint in your own backend. It checks the viewer's entitlement and calls DRM-X Playback Session API.
  3. Return Universal Playback Session Contract v1 with the registered manifest, license/certificate routes, bounded authorization and release route. Keep the Site Key and Access Key on the server.
  4. Set the app's endpoint, published Content IDs and viewer-login callback. A streaming session is created when viewing begins; stop or replace playback to release it.
  5. Play VOD first. Confirm audio, seek, captions supplied by your content, content switching, denied access and session release. Test live only during an active event.

The SDK does not replace your customer login or subscription logic. Start with the backend examples; use a token proxy when your architecture needs it.

See the player interfaces#

Images show app controls, without account details, credentials or license tokens. DRM-protected video may appear black in a screenshot; images alone do not establish playback support.

Physical Apple TV player paused with playlist and transport controls
Physical Apple TV app.Playlist on the left; playback and settings below the video. The protected video area is black in the capture. Use the remote to choose a video, move to controls, seek or enter full screen.
Samsung TV interface desktop preview explicitly labelled no video playback
Samsung interface preview.Captured from the maintained UI in a desktop test fixture, explicitly labelled “NO VIDEO PLAYBACK.” It illustrates playlist, remote focus and control positions. The separate physical M5 VOD result is described below.

Tested devices and release checks#

PlatformRecorded physical evidenceScope to qualify in your app
AndroidSamsung S24 Ultra: VOD/offline flows and live key rotation; September 17 live run reached 1920×1080.Your device/CDM, quality/output policy, offline expiry, cold start and renewal. This result does not claim Android 4K playback.
iOSiPhone 11: VOD, protected download/resume/renewal; six-minute 4K-capable live/key-rotation run.Fully disconnected cold start, your content/output policies and physical iPad. Simulator layout is not FairPlay playback evidence.
tvOSPhysical Apple TV: FairPlay VOD and remote controls.Live, 4K/HDR and each Apple TV/output combination. This package offers streaming on tvOS.
Samsung TizenM5 LS27DM501EEXXY / Tizen 9: protected Full HD VOD, advancing playback and English/Chinese caption switching confirmed September 17.New customer-contract wrapper with your backend and each TV. Live, offline and HDR are not qualified. The local demo helper is an evaluation dependency.

Customer release validation: Android consumer apps compiled against the packaged AAR; Apple package passed 25 tests and both iOS/tvOS simulator builds on Xcode 26.3; Tizen lifecycle/UI tests and companion tests pass. Device results refer to the earlier physically tested engines and UI, not a fresh physical acceptance run of every customer package.

If the sample does not play#

  • SDK download unavailable: confirm the selected organization has an active Professional or Enterprise subscription; sign in again if the session expired.
  • Video authorization fails: check the Published Content ID, viewer entitlement and server endpoint. Do not put tenant credentials into the app to work around it.
  • Apple simulator cannot play: run on a signed physical device for FairPlay.
  • Samsung installation fails: check Developer Mode, DUID, certificate profile and Permit to install applications. Follow the Tizen signing steps.
  • TV video stutters: provide a compatible codec/rendition ladder; the tested M5 needs Full HD rather than a UHD-first demo manifest.

For support, share SDK version, device/OS, Content ID, time and a redacted error code. Exclude credentials, session authorization, signed URLs and license payloads.