The "disable-gpu" option in CEF and the popup during OBS installation

ccb

New Member
Hello!
Why is it that when I add the "disable-gpu" option in my CEF code, a popup appears during the installation of OBS?
When I enable the "disable-gpu" option, the GPU process in CEF will automatically add the command-line option "use-angle=swiftshader-webgl".
Is there any way in my code to avoid this conflict? I don't want to remove the "disable-gpu" option, nor do I want the popup to appear during OBS installation.
Thank you very much!

1694762142321.png
 
Last edited:

R1CH

Forum Admin
Developer
This is common when an application uses Directshow and enumerates video capture devices, causing the OBS virtual camera DLL (and dependent DLLs) to be loaded. I don't know why disabling the GPU in CEF would trigger that though.
 

ccb

New Member
This is common when an application uses Directshow and enumerates video capture devices, causing the OBS virtual camera DLL (and dependent DLLs) to be loaded. I don't know why disabling the GPU in CEF would trigger that though.
Then I'll see if CEF can turn off Directshow and enumerate video capture devices.
Thank you so much!
 
Top