사운드 플라워 카탈리나 - saundeu peullawo katallina

Problem:  Clickshare has no sound when sharing.

Solution: install Soundflower to redirect sound to Clickshare App (the default for MirrorOp).

Challenge: Soiundflower does not install.

ERROR: Signed Version for macOS Mojave (10.14) and earlier.

The Soundflower extension is signed, but the installer is not! You will have to hold the control key down to open the Soundflower.pkg installer for the first time.

PLEASE READ! NEW SECURITY STEPS REQUIRED BY APPLE

The first time you run the installer (Soundflower.pkg), it will ask for your admin password, and will FAIL! A security alert will appear, with a button to take you to System Preferences Security & Privacy - General pane. Once there, there should be an Allow button (**) that you will need to click on to give permission to use Soundflower (developer: MATT INGALLS). Then, RUN THE INSTALLER AGAIN. It should inform your installation was successful.

(**)

If you see an Open Anyway button in the Security Preferences, this is something different!!! Most likely because you tried (and failed) opening the installer by double-clicking without holding down the control key. If so, click the Open Anyway button which will display another window. Then click the Open button in that window to launch the installer. Now you can follow the instructions above to get the "Allow" button to appear in the Security Preferences.

Note

This is only the Soundflower kernel extension. The SoundflowerBed app is retired. Barco is searching for a Soundflower replacement as Soundflower is no longer supported by the developer.

Detailed instructions:

  1. Start the installation of the Soundflower plugin and wait until the error message is displayed, do not close the window with the error message at this time.

    사운드 플라워 카탈리나 - saundeu peullawo katallina

  2. In the upper left corner of the screen click the Apple logo.

     

    사운드 플라워 카탈리나 - saundeu peullawo katallina

  3. Select System Preferences... from the context menu.

    사운드 플라워 카탈리나 - saundeu peullawo katallina

  4. In the System Preferences window, click the Security & Privacy icon.

    사운드 플라워 카탈리나 - saundeu peullawo katallina

  5. In the Security & Privacy window select the General tab at the top if it is not already selected.
    Click the Allow button in the lower right corner of the screen, if the Allow button is greyed out please click the lock icon in the lower-left corner of the window and enter your administrative username and password to unlock.

    사운드 플라워 카탈리나 - saundeu peullawo katallina

  6. Once the Soundflower installer has been allowed you can close the original Soundflower installer window and then start the installer again, the software should now successfully install. 

Properties

Last updated Jun 14 2022

Was this information helpful?

M1 chip-based Macs are NOT YET SUPPORTED

JUST LOOKING FOR THE (SIGNED) SOUNDFLOWER INSTALLER?

https://github.com/mattingalls/Soundflower/releases/tag/2.0b2 is the latest version

THE MOST RELIABLE WAY TO UNINSTALL

From the Finder, HIT Shift-Cmd-G and TYPE:

/Library/Extensions

Then inside that folder, look for a "Soundflower.kext" file. If there is one, DRAG it into the trash (you may be asked for the admin password)

REPEAT, typing in this folder path:

/System/Library/Extensions

Then OPEN THE TERMINAL APP (found in /Applications/Utilities/)

Type this line, entering your password when asked.

sudo touch /Library/Extensions/

RESTART your computer

ORIGINAL INSTRUCTIONS TO BUILD SOUNDFLOWER YOURSELF

Soundflower Source ReadMe

Originally by ma++ ingalls for Cycling'74 Revised by Tim Place, 16 October 2008, for version 1.4

QUICK START

To build Soundflower, open a terminal window and cd to the Soundflower folder. Then follow these steps:

  1. Change directories into the Tools directory: cd Tools

  2. Build Soundflower: ./build.rb

    The build.rb will provide info about its required arg, which you will need to supply (Development or Deployment -- or the shorthand for them: dev or dep). It will also prompt you for your password so that it can set permissions correctly and load the kext automatically when the build is complete.

  3. If you wish, build an installer for Soundflower: ./installer.rb

PROJECT CONFIGURATION

Soundflower.xcodeproj is an Xcode 3.1 compatible project. You can download Xcode 3.1 as a part of Apple's developer tools from http://developer.apple.com/ .

There are two Build Configurations in the project: the Development build configuration builds Soundflower for the architecture of the machine you are using suitable for debugging. The Deployment configuration builds a Universal Binary version suitable for distribution. Both configurations link against the Mac OS 10.4 SDK.

PERMISSIONS

Files in a kernel extension (kext) bundle have to be set as follows: owner: root - read/write group: wheel - read only others: read only

Unfortunately there doesn't seem to be a simple way to do this in Xcode. Xcode cannot execute scripts with sudo permissions, and it cannot invoke any user interaction (e.g. and applescript dialog) to finish a build.

In the Soundflower 'Tools' folder there is a Ruby script called 'load.rb' which will copy the built kext into the install location using sudo. This sets the owner and group correctly. When you run the 'build.rb' script it builds the project with Xcode and then runs the 'load.rb' script automatically.

VERSION NUMBER

The master version number is updated in the Xcode project's target settings.
Specifically, you edit the MODULE_VERSION entry to set it. All other places where the version number is needed (including in the installer), it is accessed from this master location.

LICENSE

Soundflower is licensed under the terms of the MIT license.
For details please refer to the accompanying 'License.txt' file distributed with Soundflower.