obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
58.88k stars 7.84k forks source link

The system cannot find the extension #4272

Closed UnixCro closed 3 years ago

UnixCro commented 3 years ago

kextstat |grep -v com.apple

I found the virtual camera here. '/Library/CoreMediaIO/Plug-Ins/DAL/obs-mac-virtualcam.plugin' Just what is strange to me where is the kernel extension, because the kernel can only connect software modules with the hardware?

Thank you for an answer

WizardCM commented 3 years ago

Please fill in the issue template.

PatTheMav commented 3 years ago

We do not use Kernel Extensions for the virtual camera functionality - Apple discourages the use of Kernel Extensions moving forward anyway.

Instead the plugin is made available as a DAL plugin which is loaded by the host application once they access CMIO functionality. Apple applies additional code signing checks here, only loading DAL plugins by either the same developer as the host application or from an additional allowlist specified by the app developer.