Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What service/daemon should be added to Microphone Permissions on MacOS? #2976

Open
2 tasks
wgalternate opened this issue Aug 7, 2024 · 0 comments
Open
2 tasks
Assignees

Comments

@wgalternate
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the latest beta/pre-release?

None

Describe the Bug

Adding daemondo to the screen recording and input monitoring to the security permissions of MacOS gets the stream up and running with input working. Audio using BlackHole 2ch does not seem to work though.

When running sunshine from a terminal - the terminal gets added to the permissions for the microphone, screen recording and input monitoring which allows for audio to work.

Running sunshine via plist on the other hand, daemondo needed to be added manually to those permissions. Although I suspect it's something else that needed to the microphone permissions other than daemondo perhaps? As audio fails.

Expected Behavior

Audio to work when lauching sunshine via plist at startup instead of via terminal.

Additional Context

No response

Host Operating System

macOS

Operating System Version

Sonoma

Architecture

64 bit

Sunshine commit or version

v2024.804.224028

Package

macOS - Portfile

GPU Type

n/a

GPU Model

M1

GPU Driver/Mesa Version

Capture Method

AVCaptureScreen (macOS)

Config

audio_sink = BlackHole 2ch
fps = [30,60,120,144]
resolutions = [
    1920x1080,
    2560x1080,
    3440x1440,
    1920x1200,
    3840x2160,
    3840x1600,
    2388x1668
]

Apps

No response

Relevant log output

[2024:08:07:11:44:17]: Warning: audio_control_t::set_sink() unimplemented: BlackHole 2ch
[2024:08:07:11:44:17]: Error: Failed to setup microphone.
[2024:08:07:11:44:17]: Error: Unable to initialize audio capture. The stream will not have audio.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants