Various examples of how to use the Rainway SDK with C++:
- host-example - A basic example that allows all web clients to connect and stream the desktop.
- video-player-example - A BYOFB mode example that streams a video file to all web clients.
For more information about using Rainway, see our docs. To sign up, visit Rainway.com.
Get CMake >=3.22.0
and a supported Generator (e.g. Visual Studio).
To build all examples:
# Generate the build system for all examples
cmake . -B build
# Run the builds using the generated system
cmake --build build
See README.md
within each example for further instructions.