Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

python-stream-client

This example shows how to use the Python library to create a client that sends and receives a video stream and an audio stream. This example should be used with web-stream-client.

How to use

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

cd ../examples/python-stream-client/
python3 -m pip install -r requirements.txt
python3 python_stream_client.py