widevine is not work
Unsolved
QtWebEngine
-
@jsulm oh I see. yes I built in the Qt source directory.
Then I'll try building outside of src folder like this.- Do I need to delete and reinstall Qt library? or can I just leave it?
cd ~/mypath/Qt/6.8.1/Src mkdir build cd build ../configure -webengine-proprietary-codecs cmake --build .. --parallel cmake --install ..
-
@cobook said in widevine is not work:
Do I need to delete and reinstall Qt library?
Do you mean the Qt sources folder? I would start with a fresh one to make sure old build artifacts don't break the build.
-
I run the configure file again in the build directory, but the config.log file isn't in there.
And also widevine doesn't workMy application came out those error
js: DRM will only work via https://. Will redirect in production. Current environment is: undefined js: It is recommended that a robustness level be specified. Not specifying the robustness level could result in unexpected behavior.
-
@jsulm when I add -v option to run configure file, it made error. There is no -v option.
+ /mypath/Qt/6.8.1/Src/qtbase/configure -top-level -v CMake Error at /mypath/Qt/6.8.1/Src/qtbase/cmake/QtProcessConfigureArgs.cmake:376 (message): Unknown command line option '-v'. Call Stack (most recent call first): /mypath/Qt/6.8.1/Src/qtbase/cmake/QtProcessConfigureArgs.cmake:780 (qtConfAddError)
And this is config.tests directory.
those are all directory.
-> inside the directory