Windows
Windows SDK
- The Millicast Windows SDK can be used in a Windows project to connect, capture, publish/subscribe to/from the Millicast Platform.
- Get the SDK here.
- Requires Windows 10 or later.
- SDK Documentation.
Windows Test App
- The SDK comes with a simple Test App to check if the SDK installation is correct.
Build the Test App
- Building requires:
- Visual Studio 2022.
- The Test App can be built via the following commands in the example folder.
- Open a Visual Studio developer console.
mkdir build && cd build
cmake .. -DMillicastSDK_DIR=/path_to_millicastSDK/lib/cmake
cmake --build . --config Debug
Run the Test App
- Before running, you might want to add the bin directory to your path.
- It contains the OpenSSL and NDI DLLs.
- These are required in your path environment variable to start the application.
- Go to Debug directory and execute the app.
Updated 2 months ago