From 29f0e4eee849afbe59836d03391a2ef254f007c9 Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 7 Feb 2026 19:47:21 -0700 Subject: [PATCH] fix(config): normalize playready_remote remote_cdm keys --- unshackle/unshackle-example.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/unshackle/unshackle-example.yaml b/unshackle/unshackle-example.yaml index 281140b..6363076 100644 --- a/unshackle/unshackle-example.yaml +++ b/unshackle/unshackle-example.yaml @@ -271,12 +271,12 @@ remote_cdm: # PyPlayReady RemoteCdm - connects to an unshackle serve instance - name: "playready_remote" - Device Type: PLAYREADY - System ID: 0 - Security Level: 3000 # 2000 for SL2000, 3000 for SL3000 - Host: "http://127.0.0.1:8786/playready" # Include /playready path - Secret: "your-api-secret-key" - Device Name: "my_prd_device" # Device name on the serve instance + device_name: "my_prd_device" # Device name on the serve instance + device_type: PLAYREADY + system_id: 0 + security_level: 3000 # 2000 for SL2000, 3000 for SL3000 + host: "http://127.0.0.1:8786/playready" # Include /playready path + secret: "your-api-secret-key" # Key Vaults store your obtained Content Encryption Keys (CEKs) # Use 'no_push: true' to prevent a vault from receiving pushed keys