nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
508 stars 25 forks source link

`OBS_USE_EGL` is unneeded in OBS 28.0.0 and newer #131

Closed Tachi107 closed 1 year ago

Tachi107 commented 1 year ago

Starting with commit https://github.com/obsproject/obs-studio/commit/ca2d02c2ce5278e7403e0d343ca743cb91fd068f, OBS Studio dropped the GLX renderer and, as far as I can tell, uses EGL everywhere.

I think that the readme should be updated to mention it.

Tachi107 commented 1 year ago

Thanks! A bit off topic, but I'm curious. Why doesn't OBS itself ship this efficient capture method by default? Have you looked into upstreaming this?

nowrep commented 1 year ago

Have you looked into upstreaming this?

No, and I'm pretty sure they wouldn't accept it because it needs external configuration (need to start the game in a special way, it doesn't "just work").

Tachi107 commented 1 year ago

Il giorno mar 17 gen 2023 alle 04:45:17 -08:00:00, David Rosca @.***> ha scritto:

No, and I'm pretty sure they wouldn't accept it because it needs external configuration

Fair enough. Thanks for your work :)