Closed simonbunge closed 3 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
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?
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.
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!
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.
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:
Any ideas appreciated!