akvirtualcamera icon indicating copy to clipboard operation
akvirtualcamera copied to clipboard

Idea: move xpc_connection_create_mach_service to NSXPCConnection so that it works with QuickTime

Open demiantres opened this issue 2 years ago • 12 comments

QuickTime does not work with the webcam because it does not allow accessing xpc_connection_create_mach_service. Moving to NSXPCConnection (sorry, I don't know the C++ equivalent) fixes the problem:

https://github.com/obsproject/obs-studio/blob/dde4d57d726ed6d9e244ffbac093d8ef54e29f44/plugins/mac-virtualcam/src/obs-plugin/OBSDALMachServer.mm https://stackoverflow.com/questions/54188295/nsmachbootstrapserver-is-deprecated-how-can-nsxpcconnection-be-used-to-register

demiantres avatar Feb 21 '22 06:02 demiantres