-
Notifications
You must be signed in to change notification settings - Fork 97
widevineX problem #20
Comments
vmp is also not available ? |
Ubuntu or MacOS only ,cdmapi library not be compiled for windows, vmp is available now. |
can you try cdmapi for windows |
@T3rry7f the goal is to do something similar to what you did in PywidevineX, but with windows support. in this way it would be possible to generate the challenge with vmp, mark it, and decrypt it directly in the cdm.py code, dispensing with alternative codes. would it be possible to publish the sourcecode from cdmapi? maybe it helps in implementing a windows version if you can't do it. |
Ok, cdmapi extension source code had uploaded, you can build the windows version by yourself. |
Thanks bro. But While building that it was giving error :codelift.cpp(4): fatal error C1083: Cannot open include file: 'filters.h': No such file or directory |
|
add all header files and while building the error was :LINK : fatal error LNK1181: cannot open input file 'libcryptopp.a' |
just complie the |
直接编译cryptopp成库文件,然后setup.py里面直接引用可行吗 |
windows平时很少用也没装cygwin64就懒得编了,直接生成静态库引用应该就可以了 |
Any solution for the above error |
|
3.7.4下编译了一个 编译过程
不过在3.8.5上编译暂时没有成功,如果后面成功会补充上来 3.8.5下编译也成功了,vs编译cryptlib的时候选 |
what are the errors you faced on when compiling for 3.8.5. i am trying for 3.9.1 i got linking errors |
Compilation under 3.9.1 and 3.9.6 is also successful |
How to use cdmapi.cp39-win_amd64.pyd? |
compile or download the above files for your version of python rename to in case of error check your installed python version. |
Is this usefull for tencent drm video?For example, '全职法师第5季超前点播' |
Please update the chrome_2209 CDM private key... |
this l1 cdm ain;t work lol |
Is vmp possible with pywidevinex ? "downstreamReason":"vmp_validation_required","errorCode":"PRS.Dependency.DRM.Widevine.HdContentNotAllowed.VmpValidationRequired" I am getting this error. Any solution |
For Mac - 3.9.7 compiled |
test.py is not executing it showing import error of cdmapi.
in that cdm.py there is no cdmapi from where is it imported. ? and
Is this only for mac and linux ?
is this work for windows ?
The text was updated successfully, but these errors were encountered: