-
Notifications
You must be signed in to change notification settings - Fork 160
Virtualcam not showing up on Universal browsers on M1 processor #239
Comments
Thanks for the report!
Makes sense to me since plugins are loaded in process and you can't load an
x86 plugin in an ARM process.
Anyone happen to know what compiler flags to add to make a universal binary?
…On Wed, Nov 25, 2020 at 9:30 AM MatteAce ***@***.***> wrote:
virtualcam is not showing up on Universal apps on Apple M1 processor/Big
Sur.
It works fine on Intel packagings running via Rosetta 2 (tested
successfully on Chrome-Intel and Firefox) but it won't show up on Universal
packagings running natively on the M1 processor.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#239>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABVN7HOETOM4S7GLR6VXB3SRU5JVANCNFSM4UCWEKNA>
.
|
Yeah that’s great thanks. So looks like we need to build both architectures and lipo them together. This is what they have in that doc and we’ll have to adapt it to CMake. @PatTheMav do you know if any universal binary work is being done for OBS? I don’t want to blaze a trail here if someone is already working on it.
|
Actually, we don't need the OBS plugin to be universal, just the DAL plugin. I made the change here but I'm struggling to get the GitHub action to build it: #240 |
Yeah was about to mention the same. We have an Apple Silicon branch that is being worked on, but I haven't really put in the work what would be necessary to update not only the build process but also the packaging process as OBS is made up of so many dynamic libraries/plugins that are each separate build targets. |
Ok I think I've got it, but I want testers before I cut a release (since I don't have an M1 mac). To test this, go here, and download the raw-plugins.zip artifact. And then copy |
Ok we've had two testers in #240 so that's enough for me :) I've now cut a release with Apple Silicon support: https://github.com/johnboiles/obs-mac-virtualcam/releases/tag/v1.3.0 @PatTheMav I'm thinking we can probably override |
@PatTheMav I just went ahead and tried it obsproject/obs-studio#3779 |
I can confirm the virtual camera DAL plugin works very well on a M1 mac --- even with the current x86 OBS (26.0.2) release running on Rosetta 2! Thanks for the fast update. |
@wookayin thanks for the report! Just curious what software are you using the virtual camera in and is that software running as a universal app? |
@johnboiles That's a good point to check. I tested with Chrome (87.0) arm64 build, and ffmpeg (ffplay) which is yet a non-universal x86 app, and both worked well without any issues. |
Awesome! Glad to hear it |
virtualcam is not showing up on Universal apps on Apple M1 processor/Big Sur.
It works fine on Intel packagings running via Rosetta 2 (tested successfully on Chrome-Intel and Firefox) but it won't show up on Universal packagings running natively on the M1 processor.
Tested on a Macbook Pro M1 with MacOS 11.0.1
The text was updated successfully, but these errors were encountered: