carlosonunez / obs-installer-for-apple-silicon

Conveniently build and install OBS from source on your ultra-fast Apple M1 MacBook or Mac
206 stars 22 forks source link

VirtualCam DAL Plugin not shipped with OBS #31

Closed blineadam closed 2 years ago

blineadam commented 2 years ago

When trying to start a virtual camera obs 27.1.3 clicking the button does nothing and in the logs I see 14:20:12.476: [mac-virtualcam] [macOS] VirtualCam DAL Plugin not shipped with OBS 14:20:12.598: [mac-virtualcam] [macOS] VirtualCam DAL Plugin not shipped with OBS

Do I need to install an older version then 27.0.3 or is there an install step that was missed?

2021-11-02 14-19-17.txt ?

blineadam commented 2 years ago

I was able to fix this by moving the plugin into the old plugin locations

By creating the following directories

sudo mkdir -p /Library/CoreMediaIO/Plug-Ins/DAL
sudo mkdir -p /Library/Application\ Support/obs-studio/plugins

running the install with the REMOVE_INSTALLATION_DIRS=false ./install.sh

Then copying the folders to the old plugin locations

sudo cp -r /tmp/obs/cmake/_CPack_Packages/Darwin/Bundle/obs-studio-x64-27.1.3-modified/OBS.app/Contents/Resources/data/obs-mac-virtualcam.plugin/Contents/MacOS/obs-mac-virtualcam /Library/Application\ Support/obs-studio/plugins/.
sudo cp -r /tmp/obs/cmake/plugins/mac-virtualcam/src/dal-plugin/obs-mac-virtualcam.plugin /Library/CoreMediaIO/Plug-Ins/DAL/obs-mac-virtualcam.plugin/.
DenisSergeevitch commented 2 years ago

Still not working for me unfortunately under macOS Monterey, even with the method above.

Please reopen an issue @blineadam

DenisSergeevitch commented 2 years ago

This fix works: https://github.com/carlosonunez/obs-installer-for-apple-silicon/issues/26#issuecomment-945002099