carlosonunez / obs-installer-for-apple-silicon

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

VirtualCam DAL Plugin missing #26

Closed simonbunge closed 2 years ago

simonbunge commented 2 years ago

I follow the instructions to compile based on a vanilla (other than fixing per Issue #25) install.sh, I end up with a beautiful native application bundle. However, the Virtual Camera doesn't load as per the following main log extract:

13:36:56.881: [mac-virtualcam] version=1.3.0
13:39:40.601: [mac-virtualcam] [macOS] VirtualCam DAL Plugin not shipped with OBS

Any ideas appreciated!

carlosonunez commented 2 years ago

Try running this: mv /Applications/OBS.app/Contents/Resources/data/obs-plugins/obs-mac-virtualcam.plugin /Applications/OBS.app/Contents/Resources/data/obs-plugins/mac-virtualcam

simonbunge commented 2 years ago

So that directory actually shows up one level higher, see here:

Screen Shot 2021-10-17 at 9 02 28 AM

Pushing it down two levels with mv OBS.app/Contents/Resources/data/obs-mac-virtualcam.plugin OBS.app/Contents/Resources/data/obs-plugins/mac-virtualcam does the trick, though! 👍🏻

Screen Shot 2021-10-17 at 9 18 30 AM

I suppose this gives you an idea of what needs fixing?

carlosonunez commented 2 years ago

Yes it does! I can handle this one!

Thank you for all of your hard work here. On Oct 16, 2021, 15:19 -0500, simonbunge @.***>, wrote:

So that directory actually shows up one level higher, see here: Pushing it down two levels with mv OBS.app/Contents/Resources/data/obs-mac-virtualcam.plugin OBS.app/Contents/Resources/data/obs-plugins/mac-virtualcam does the trick, though! 👍🏻 I suppose this gives you an idea of what needs fixing? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

simonbunge commented 2 years ago

No, thank you, Sir. Albeit the main project appears to be pretty close to native support (see the latest on build scripts targeting universal), this project is an amazing effort!

carlosonunez commented 2 years ago

Believe me i can't wait to deprecate this lol On Oct 16, 2021, 19:04 -0500, simonbunge @.***>, wrote:

No, thank you, Sir. Albeit the main project appears to be pretty close to native support (see the latest on build scripts targeting universal), this project is an amazing effort! — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.