Hi,
I'm trying to install playready proxy and play ready proxyapi from ThatNotEasy I wonder if any of you have made it wrk successfully please ?
my PRPApi is launching fine, but my PRP edge plugin don't make any call on the API.
Here is my PRP plugin screen
[Attachment 86164 - Click to enlarge]
Thanks a lot for any help![]()
+ Reply to Thread
Results 1 to 7 of 7
-
-
Seems that extension is still kinda buggy. Hope they fix it. Here's what worked for me without bothering too much. There are 2 directories
- PlayReadyProxy-API-main => the local api
- PlayReadyProxy-main => the extension
Unpack them both. In the local api folder:
- rename the env and config like their git tells you to do
- copy in that folder (near the app.py) the prd file. Mine is called: "your_prd_file.prd"
- then go to config.ini and change
Code:[CDM] DEVICE_FILE = device/ # DEVICE FILENAME DEVICE_NAME = # DEVICE NAME
Code:[CDM] DEVICE_FILE = your_prd_file.prd DEVICE_NAME = your_prd_file.prd
Code:[{"apikey":"secret"}]
* Running on http://127.0.0.1:1337
- go to config folder and open "local.json" . Change
Code:{ "security_level": "", "host": "", "secret": "", "device_name": "" }
Code:{ "security_level": "", "host": "http://127.0.0.1:1337", "secret": "secret", "device_name": "your_prd_file.prd" }
- open the addon menu, make sure "enabled" is checked. Go to remote cdm > choose config and pick the previously edited "local.json" file.
While testing the addon on
https://reference.dashif.org/dash.js/v4.4.0/samples/drm/playready.html
I had to refresh 2 times to get both set of keys (video+audio) and it worked.
[Attachment 86173 - Click to enlarge]
Code:N_m3u8DL-RE "https://media.axprod.net/TestVectors/v7-MultiDRM-MultiKey-MultiPeriod/Manifest.mpd" --key 2d6e938760ca4145aec2c40837b4b026:42d0bff1b60f7be49f17d603484d0cb9 --key 8b029e51d56a44bd910fd4b5fd90fba2:c889cca25eb30b3b128eb834ea4da4fa -M format=mkv
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
May I ask how to use this program?
https://github.com/ready-dl/csplayready -
-
It's a C# implementation. It's not an addon. It even explains you the steps in the readme git section. If you can handle pyplayready, you can handle the C# alternative. If you don't know about scripts, then you can stick only to the addons.
No problem--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I had done all step
but It seems not query the api.
[Attachment 86198 - Click to enlarge]
tried under windows and same thing. do anyone have a clue on what I made wrong please ?
Similar Threads
-
Free PlayReady SL3000 API
By DRMLab in forum Video Streaming DownloadingReplies: 13Last Post: 18th Feb 2025, 15:55 -
playready key?
By iamghost in forum Video Streaming DownloadingReplies: 7Last Post: 5th Jul 2024, 09:15 -
Get PSSH for l3.py with PlayReady headers
By Bartie__ in forum Video Streaming DownloadingReplies: 20Last Post: 5th Apr 2024, 15:02 -
Playready
By hencha in forum Video Streaming DownloadingReplies: 11Last Post: 30th Jan 2023, 06:01 -
Playready DRM
By farafero21 in forum Video Streaming DownloadingReplies: 7Last Post: 17th Dec 2021, 15:45