Skip to content

Latest commit

 

History

History

cpp-video-stream-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cpp-video-stream-client

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.

How to use

cd ../..
mkdir build
cd build
cmake ..
cmake --build . --config Release|Debug

cd bin/Release
./CppVideoStreamClient video_path