You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: