Mac
Darwin SDK
- The Millicast Darwin SDK can be used in a Mac project to connect, capture, publish/subscribe to/from the Millicast Platform.
- Get the SDK here.
- Requires Catalina or later.
- SDK Documentation
Darwin Test App
- The SDK comes with a simple Test App (TA) to check if the SDK installation is correct.
- The TA can be built via the following commands in the SDK folder.
mkdir build && cd build
cmake .. -DMillicastSDK_DIR=/path_to_millicastSDK/lib/cmake
cmake --build .
Updated 5 months ago
Did this page help you?