mirror of
https://github.com/DevLARLEY/WidevineProxy2.git
synced 2026-04-26 14:05:55 +03:00
[GH-ISSUE #26] Getting two incorrect keys for video files. #19
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WidevineProxy2#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Originalsboy on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/DevLARLEY/WidevineProxy2/issues/26
When attempting to get keys for encrypted m3u8s at times, the extension gives off a set of two keys that doesn't decrypt the video or the audio. Tried multiple WVDs on both Chrome and Firefox.
@DevLARLEY commented on GitHub (Mar 24, 2025):
Although this isn't really possible, you should firstly check whether the KeyIds of the keys you got match with the ones the browser is getting.
To do this, install Tampermonkey and then the EME-Logger Script. Because EME-Logger interferes with WidevineProxy2 I suggest you temporarily uninstall WidevineProxy2 or just try EME-Logger in a different browser.
Now, play the video and check the console for the
keystatuseschangeevent where you should see something like:Check that these match with the keys you got.
@Originalsboy commented on GitHub (Mar 24, 2025):
Thank you for the response! Upon further investigation, it seems as though the site I was trying to rip from changed their encryption level from L3 to L1 for the resolutions/quality I want as when I tested another resolution (like the ones selected in the screenshot), it seems as though it decrypted just fine. The top ones not selected appear to not decrypt properly (I used to be able to decrypt the higher resolutions like 720p and 1080p with no issue) no longer.
Likewise, the same goes for audio. The HEAACs work perfectly. The AC3 audios no longer work.