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.
 
 
mrbesen 85ca1675f8
disable ui when stream or recieve is running
8 months ago
screenstreamer disable ui when stream or recieve is running 8 months ago
ui add notr flags to some options 8 months ago
.gitignore initial 8 months ago
Makefile initial 8 months ago
Readme.md initial 8 months ago
requirements.txt initial 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