Skip to content

chengyx02/ringmaster-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ringmaster-python

python reimplementation of ringmaster project

Installation

conda create -n pyringmaster python=3.9
conda activate pyringmaster
conda install -c conda-forge
pip install -r requirements.txt

Usage

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

About

Python implementation for Ringmaster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages