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 to check if the SDK installation is correct.
  • The test application 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 .