This example shows how to use the C++ library to create a client that sends and receives a video stream and an audio stream. The video source is a video file and the audio source is a sin wave. This example should be used with web-stream-client.
cd ../..
mkdir build
cd build
cmake ..
cmake --build . --config Release|Debug
cd bin/Release
./CppVideoStreamClient video_path