With little knowledge on C++, but help from ChatGPT, I am trying to write a plugin for OBS. I would like to include a bonjour service in the plugin. I assume that the framework is already present on every Mac, but I don't know where it resides, and how to #include it.
Anyone can help me here?
Thanks in advance
Bonjour is an Apple term for three industry-standard protocols:
-
RFC 6762 Multicast DNS
-
RFC 6763 DNS-Based Service Discovery
Apple systems have multiple Bonjour APIs. Which one you should use depends on your specific circumstances. TN3151 Choosing the right networking API has a Bonjour section that explains this in more detail.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"