DRM Testing & Validation Tools
Browse 34 curated drm testing & validation tools resources for video development on Awesome Video.
Resources
- Axinom Public Test Vectors - Multi-DRM Test ContentPublic test vectors for adaptive streaming playback and multi-DRM scenarios. Includes working license servers for Widevine, FairPlay, PlayR…
- Cpix ValidatorWeb app for validating CPIX documents. Contribute to Axinom/cpix-validator development by creating an account on GitHub.
- DASH-IF CPIX test vectorsCorpus of CPIX documents — clear keys, certificate-encrypted keys, odd namespaces, UTF-16 — for hardening CPIX parsers and key-exchange imp…
- DRMSenseBrowser-based DRM capability detector checking Widevine L1/L3, PlayReady, FairPlay support plus codec/HDR checks, runs entirely locally.
- DRMSense — browser DRM capability testerLocal browser tool testing DRM capabilities (Widevine/PlayReady/FairPlay), supported codecs and HDR; MIT.
- DeCENC — CENC Decryption via EME/MSETool to decrypt MPEG Common Encryption (CENC CTR) files via browser EME+MSE, useful for DRM security research and validation.
- EME Call and Event Logger (Chrome extension)Shaka Project browser extension that logs all Encrypted Media Extensions calls and events — license requests, key statuses, CDM interaction…
- EME Conformance Test Results (W3C)Official cross-browser W3C EME conformance suite results dashboard.
- PSSH box tools (browser WASM decoder)In-browser WebAssembly tool that decodes PSSH boxes, including fetching an init segment by URL and parsing the embedded protection system d…
- PlayReady Test Servers (Microsoft Learn)Official documentation of Microsoft's public PlayReady license test servers, including rightsmanager.asmx query-string syntax for custom ke…
- TN2454: Debugging FairPlay StreamingApple technical note on diagnosing FairPlay Streaming failures: SPC/CKC error interpretation, verify_ckc usage, and common key-server misco…
- Testing DRM Playback Across Device FamiliesPractical guide and checklist for validating DRM playback matrices across different device families.
- The EME Logger Extension (Chrome for Developers)Chrome extension and accompanying guide that logs all Encrypted Media Extensions API calls and events to DevTools for debugging DRM playbac…
- Your DRM Can Watch You Too: Privacy Implications of Browser EME Widevine ImplementationsAcademic paper analyzing privacy implications of browser Widevine EME (mis)implementations, with a methodology usable for DRM validation.
- alfg/widevine license_test.goGo test simulating a real CDM challenge against Unified Streaming's Tears of Steel Widevine demo.
- browser-media-supportChecks and lists browser support for MSE/EME mimetypes and DRM systems.
- clearkey-test-cases — EME ClearKey Test VectorsCollection of ClearKey EME test cases covering cenc and cbcs schemes for mp4/webm, packaged with shaka-packager.
- cpearce/mse-eme (encryption test scripts)MSE/EME test media plus Bento4 encryption scripts (bento-encrypt.sh) for exercising browser DRM playback.
- cpix_cc — CPIX 2.2 C++ ImplementationGoogle C++ implementation of the DASH-IF CPIX 2.2 spec to create, read, and modify CPIX documents for key/DRM exchange.
- go-pssh-generatorGo tool for generating PSSH boxes for multi-DRM (Widevine/PlayReady) packaging and testing workflows.
- gst-cencdecGStreamer element performing DASH CENC (ISO/IEC 23001-7) AES-CTR decryption, useful for testing CENC playback pipelines.
- js_mse_eme (YouTube)YouTube's official MSE/EME conformance tester, used for device certification (TVs, STBs).
- li0ard/widevine (TypeScript CDM)TypeScript/npm Widevine CDM port with a typed API and .wvd device deserialization for license-acquisition testing.
- mpeg-dash-clearkeyMinimal sample MPEG-DASH player using ClearKey encryption via EME — a reference setup for DRM playback testing.