fix(config): normalize playready_remote remote_cdm keys

This commit is contained in:
Andy
2026-02-07 19:47:21 -07:00
parent 44ea9a90a7
commit 29f0e4eee8

View File

@@ -271,12 +271,12 @@ remote_cdm:
# PyPlayReady RemoteCdm - connects to an unshackle serve instance # PyPlayReady RemoteCdm - connects to an unshackle serve instance
- name: "playready_remote" - name: "playready_remote"
Device Type: PLAYREADY device_name: "my_prd_device" # Device name on the serve instance
System ID: 0 device_type: PLAYREADY
Security Level: 3000 # 2000 for SL2000, 3000 for SL3000 system_id: 0
Host: "http://127.0.0.1:8786/playready" # Include /playready path security_level: 3000 # 2000 for SL2000, 3000 for SL3000
Secret: "your-api-secret-key" host: "http://127.0.0.1:8786/playready" # Include /playready path
Device Name: "my_prd_device" # Device name on the serve instance secret: "your-api-secret-key"
# Key Vaults store your obtained Content Encryption Keys (CEKs) # Key Vaults store your obtained Content Encryption Keys (CEKs)
# Use 'no_push: true' to prevent a vault from receiving pushed keys # Use 'no_push: true' to prevent a vault from receiving pushed keys