You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
screenstreamer | 8 months ago | |
ui | 8 months ago | |
.gitignore | 8 months ago | |
Makefile | 8 months ago | |
Readme.md | 8 months ago | |
requirements.txt | 8 months ago |
Readme.md
ScreenStreamer
A simple Python ffmpeg wrapper for streaming and recieving a Desktop stream
To run:
# create a venv
python3.8 -m venv venv
# activate venv
source ./venv/bin/activate
# install dependencys
pip3 install -r ./requirements.txt
# build ui components
make all
# run
python3 screenstreamer/
# leave env
deactivate