readme install

deepcrayon
Jeff Moe 2023-09-13 14:52:33 -06:00
parent 5c3fe55f30
commit a691c24892
1 changed files with 28 additions and 0 deletions

View File

@ -7,6 +7,34 @@ and are not synchronized, the audio will sound like an echo (or worse).
Use case: Live streaming OBS Studio output to multiple computers across a LAN.
# Install
Install thusly.
Using Debian Stable (12/Bookworm).
Clone repo:
```
git clone https://spacecruft.org/deepcrayon/sync-mpv
cd sync-mpv/
```
Set up Python to taste, such as:
```
sudo apt install python3-pip python3-virtualenv
virtualenv -p env
source env/bin/activate
pip install --upgrade pip setuptools wheel
```
Install thine Python dependencies:
```
pip install -r requirements.txt
```
# Upstream
## sync-mpv