Created
January 3, 2022 18:20
-
-
Save iambenmitchell/fd5f6a06dfe4630bbc644b299f94bfec to your computer and use it in GitHub Desktop.
Use Discord Canary with OBS Virtual Cam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you are on M1 // Apple Silicon and you want to use the native discord client, currently the only way to do this is to use Discord Canary. The performance increase is really good, much better battery life and you get access to KRISP. However, you are unable to use the OBS Virtual cam and if you follow instructions online to fix it, you will just end up having it crash every time you go to open it. This is because discord Canary Requires a code signature. This code signature doesnt have to be valid, but it has to be present. | |
How to Use Discord Canary with OBS Virtual Cam: | |
1. Open Terminal | |
2. Run the following: | |
sudo codesign --remove-signature /Applications/Discord\ Canary.app/Contents/Frameworks/Discord\ Canary\ Helper\ \(Renderer\).app | |
sudo codesign -s - /Applications/Discord\ Canary.app/Contents/Frameworks/Discord\ Canary\ Helper\ \(Renderer\).app | |
Now open Discord Canary and you should see your virtual cam. Press test video to ensure it works. | |
It works for me and i am on MacOS Monterey using a custom build of OBS compiled for M1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment