mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2025-07-21 07:06:45 +00:00
Added a device note
This commit is contained in:
parent
43954a3eee
commit
0ab6eefd76
1 changed files with 9 additions and 0 deletions
|
@ -14,7 +14,16 @@ Run the command below to create a Playready Device (.prd) from a `bgroupcert.dat
|
|||
pyplayready create-device -c bgroupcert.dat -g zgpriv.dat
|
||||
```
|
||||
|
||||
Test a playready device:
|
||||
```shell
|
||||
pyplayready test DEVICE.prd
|
||||
```
|
||||
|
||||
> [!IMPORTANT]
|
||||
> There currently isn't a proper method of extracting Group Certificates/Keys. They can be found inside older Samsung phones/Smart TVs, Windows DLLs and set-top-boxes in encrypted form.
|
||||
|
||||
## Usage
|
||||
An example code snippet:
|
||||
```python
|
||||
from pyplayready.cdm import Cdm
|
||||
from pyplayready.device import Device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue