python reimplementation of ringmaster project
conda create -n pyringmaster python=3.9
conda activate pyringmaster
conda install -c conda-forge
pip install -r requirements.txt
For video sender:
python app/video_sender.py 12345 ice_4cif_30fps.y4m
For video receiver:
python app/video_receiver.py 127.0.0.1 12345 704 576 --fps 30 --cbr 500