VideoHelp Forum




+ Reply to Thread
Page 4 of 4
FirstFirst ... 2 3 4
Results 91 to 110 of 110
  1. No one answered you in 3 days, then within 30 minutes of you asking again and me posting it, you managed to get instructions on checking, and you checked and it's L1.


    Right.


    Enjoy it!
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  2. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by r0gu3ptm View Post

    yes i have done that, stuck at feeding the cookie, save it under cookies.txt, servicename.txt, doesn't want to load, any ideas ?
    Firstly, envied comes with a CDM already installed and set-up. So why you thought you need another. I cannot imagine. Didn't read anything before installing is my guess.

    Secondly, the author of each service gives brief notes in their code how to use it - normally.

    So navigate to the services folder ->service-name, to reveal __init__.py and a .yaml file for the service you want. Open the __init__.py file in a text editor and inform yourself of requirements. Scroll down to after the imports have finished.
    Noob Starter Pack. Just download any Widevine media! Over 28,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  3. Member
    Join Date
    Aug 2023
    Location
    Ukraine
    Search PM
    Originally Posted by [ss]vegeta View Post
    No one answered you in 3 days, then within 30 minutes of you asking again and me posting it, you managed to get instructions on checking, and you checked and it's L1.


    Right.


    Enjoy it!
    After my post, I was sent information (a PowerShell script) in a private message (people wanted to remain anonymous, and said not to share the information received from them), how to check whether it is L3 or L1. And I checked, and only in the first one I checked it turned out to be L1, all the others I checked were L3.
    Quote Quote  
  4. Originally Posted by nadya86 View Post
    After my post, I was sent information (a PowerShell script) in a private message (people wanted to remain anonymous, and said not to share the information received from them), how to check whether it is L3 or L1. And I checked, and only in the first one I checked it turned out to be L1, all the others I checked were L3.
    I hope it wasn't the script that sends the CDM to some untrustworthy server and displays it response (such script was posted on this forum some time ago). If it was, there is more risk that the L1 CDM will get revoked sooner, if it isn't already. If I understand correctly, security level is not readable from client ID/private key files, as it has to be manually specified during .wvd file creation.
    Quote Quote  
  5. Member
    Join Date
    Aug 2023
    Location
    Ukraine
    Search PM
    Originally Posted by ytdlhelp View Post
    Originally Posted by nadya86 View Post
    After my post, I was sent information (a PowerShell script) in a private message (people wanted to remain anonymous, and said not to share the information received from them), how to check whether it is L3 or L1. And I checked, and only in the first one I checked it turned out to be L1, all the others I checked were L3.
    I hope it wasn't the script that sends the CDM to some untrustworthy server and displays it response (such script was posted on this forum some time ago). If it was, there is more risk that the L1 CDM will get revoked sooner, if it isn't already. If I understand correctly, security level is not readable from client ID/private key files, as it has to be manually specified during .wvd file creation.
    Since I'm currently working on creating a Convert CDM (powershell script) that will pack the device_client_id_blob and device_private_key files into a *.wvd container - and back. I realized that the sixth byte is 03 or 01, it doesn't matter, the main thing is in the device_client_id_blob and device_private_key files themselves, there are certain places where it turns out that the level is L1. You see, the container is just for storing files together, no more, no less. And the python scripts just select data from certain places from the *.wvd container - you understand? Everyone is just surprised, how is python everywhere, and I switched to a POWERSHELL script?! It's just more convenient for me to write and combine them (*.ps1) into a mega project, where I don't have to think about what DRM protection is in place, the script will download and decrypt all the data itself, and it doesn't matter whether it's a movie or a seven-season series, just drop the link https://... or http://..., it's more convenient for me!
    Quote Quote  
  6. The WVD struct only holds the security level for the user. The official Google Widevine license server is the one that decides what security level your device has. The security level is returned when sending a request to it, along with a lot of other information about the device (actually a drm certificate). Third-party license servers are informed about these security levels (and their changes, as L1 certificates can also get downgraded to L3) and revocation information through the DCSL (Device Certificate Status List) which, as of March 31, 2021 is only available to Widevine License Providers.

    also devine/VT/unshackle exist, you don't have to re-invent the wheel
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
    Quote Quote  
  7. Where I can find some L3 widevine certificates? Have one from my phone, but can't use it anymore for the service I'm testing :P did some changes to the script and need to test it somehow, but not with mine certificate as that one doesn't work anymore for that service
    Quote Quote  
  8. You really should read the first post of this thread then.
    Quote Quote  
  9. I read somewhere that the CDM used may impact what streams are available to download; Ive used mostly the ones from this thread, and have been unable to access anything higher than 720p on a site that supposedly has higher (ESPN). Is this the case and what CDM would I need to unlock the higher quality feeds?
    Quote Quote  
  10. Thanks for sharing, Karoolus! But the CDMs.zip seems to be only 300 KB and the .wvd files are 3 KB – too small. Could you please re-upload a working version? Thanks!
    Quote Quote  
  11. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    all wvd files is 3 KB
    Quote Quote  
  12. Fraser Locker FraserLocker's Avatar
    Join Date
    Jun 2026
    Location
    Montreal
    Search Comp PM
    Getting a CDM handed to you skips the part where you learn what breaks, why it breaks, and how to debug the weird license/session failures later. That’s usually where the real learning is.
    Quote Quote  
  13. Originally Posted by FraserLocker View Post
    Getting a CDM handed to you skips the part where you learn what breaks, why it breaks, and how to debug the weird license/session failures later. That’s usually where the real learning is.
    You've contradicted yourself. Getting a CDM handed to you is nothing whatsoever to do with debugging licence challenges.

    At that stage you haven't even made your first licence challenge.

    Although I agree its a good place to start, and its where most people in this game for a long time started.

    However, most people nowadays have zero interest in solving complex challenges, they just want the CDM to use with WP2 or Vineless to take the shortcut route to the keys and mpd, and when it fails, they'll blame the extension and ask for solutions in here. I can't understand the mentality of anyone who would let an extension or a script run arbitrarily on their machine without understanding exactly what it does, so dangerous.
    Last edited by YmFzZTY0; 10th Jun 2026 at 13:32.
    Quote Quote  
  14. hey, very new to this, how do ppl get L1? Can i get it from a shield pro 2015/17 since the widevine license is stored in the eks.bin? From what I've seen, that's the only device not to keep it in secure enclave?
    Last edited by fayaz; 17th Jun 2026 at 23:31.
    Quote Quote  
  15. Originally Posted by fayaz View Post
    hey, very new to this, how do ppl get L1? Can i get it from a shield pro 2015/17 since the widevine license is stored in the eks.bin?
    You can get a keybox from a Shield but it will also need to be provisioned correctly before use. Incorrect/poor provisioning of the raw keybox will render it useless in a very short time. And it cant be 'reprovisioned' again like a PRD can be re-leafed.
    Quote Quote  
  16. Originally Posted by YmFzZTY0 View Post
    Originally Posted by fayaz View Post
    hey, very new to this, how do ppl get L1? Can i get it from a shield pro 2015/17 since the widevine license is stored in the eks.bin?
    You can get a keybox from a Shield but it will also need to be provisioned correctly before use. Incorrect/poor provisioning of the raw keybox will render it useless in a very short time. And it cant be 'reprovisioned' again like a PRD can be re-leafed.
    Thanks so much! Is there any resource I can use to learn more about provisioning? Or is it more of a closed source topic? I don’t really know what that entails, all I know right now is how to get the raw bin dump of the 8kb part of memory that stores the keys, but no clue how to get a key store out of that and then provision?

    Sorry for being such a noob to this, I’m a swe but I’ve never worked with this kind of stuff before
    Quote Quote  
  17. Originally Posted by fayaz View Post

    Thanks so much! Is there any resource I can use to learn more about provisioning? Or is it more of a closed source topic?

    Sorry for being such a noob to this, I’m a swe but I’ve never worked with this kind of stuff before
    I doubt you will find any public resources relating to provisioning a L1 keybox, but you will need a good provisioning script.
    Last edited by YmFzZTY0; 20th Jun 2026 at 06:30.
    Quote Quote  
  18. Member
    Join Date
    Jun 2026
    Location
    Lowestoft UK
    Search Comp PM
    Was sent here by another member..have no idea why or what are these lists..Trying to stream from Graspop Festival but i need keys n stuff..Have no idea what i need or am doing. I have had 2 stokes and 10 mini strokes, along with memory loss so this is difficult for me
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!