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

I want to know how Establishing NSMachBootstrapServer communication? #30

Open
mingxingren opened this issue Jun 4, 2024 · 2 comments

Comments

@mingxingren
Copy link

hello,Dear author! I want to push stream to virtual camera. Thank to your mac-obs-virtual-camera project. But when I run the follow code:
self.port = [[NSMachBootstrapServer sharedInstance] servicePortWithName:@MACH_SERVICE_NAME];
I don't get a valid port. Is there any special configuration? I can't find any information about NSMachBootstrapServer. Can you give me some tips please! God bless you

@gxalpha
Copy link

gxalpha commented Jun 4, 2024

I'm not the author, and this is not a real answer to this question, however: CMIO DAL plugins like this are deprecated by Apple and no longer function since macOS 14. I’d currently advise against using them.

@mingxingren
Copy link
Author

I'm not the author, and this is not a real answer to this question, however: CMIO DAL plugins like this are deprecated by Apple and no longer function since macOS 14. I’d currently advise against using them.

Thanks for your advise! I want compatibility with versions prior to macOS 12.3. So I found the DAL plugin ins. Aftre macos 12.3, I will use camera extension.

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