mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 16:39:01 +00:00
fix(config): normalize playready_remote remote_cdm keys
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user