Updated Using with Remote CDM (markdown)

FoxRefire
2024-05-31 07:11:56 +09:00
parent 7a33d87dd8
commit 7e85209eaa

@@ -6,17 +6,15 @@ If you are a normal user, just place the remote.json provided by the server oper
* Server with pywidevine installed
# Guide
1. Open Python shell on your terminal
1. Open Python shell and run the following script on your terminal to check the system ID of your WVD
```
python3
from pywidevine.device import Device
Device.load("/path/to/FILENAME.wvd").system_id
```
2. Run the following script to check the system ID of your WVD.
```
Device.load("/path/to/=FILENAME=.wvd").system_id
```
3. Go to following website to create a 32-character API key
2. Go to following website to create a 32-character API key
https://bitwarden.com/password-generator/
@@ -27,7 +25,7 @@ If you are a normal user, just place the remote.json provided by the server oper
- [x] **0-9**
- [ ] **!@#$%^&\***
4. Create `serve.yml` according to the following format
3. Create `serve.yml` according to the following format
```
devices:
- '/path/to/FILENAME.wvd'
@@ -41,12 +39,12 @@ If you are a normal user, just place the remote.json provided by the server oper
force_privacy_mode: false
```
5. Start the server by run the following command on your terminal
4. Start the server by run the following command on your terminal
```
pywidevine serve /path/to/serve.yml
```
6. Create `remote.json` according to the following format
5. Create `remote.json` according to the following format
```
{
"device_type":"ANDROID",