Watch videos synchronized with your friends in the browser
Install all requirements in a virtualenv
-
Create a venv
virtualenv -p python3 venv
-
Activate the venv
source venv/bin/activate
-
Install requirements
pip install -r requirements.txt
./app.py --video ./static/movie.mp4
options:
--port <number>
--host <host>
--subtitle <path to subtitle>