2018-09-12 13:04:00 -04:00
|
|
|
# Musik
|
|
|
|
Stream some music.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
Python 3.6+
|
|
|
|
FFmpeg compiled with `--enable-libopus`
|
2019-05-31 10:28:21 -04:00
|
|
|
Python packages: `flask gunicorn mutagen`
|
2018-09-12 13:04:00 -04:00
|
|
|
|
|
|
|
## Install
|
|
|
|
1. Get on the floor
|
|
|
|
2. Walk the dinosaur
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
`gunicorn -b localhost:5150 -e SCRIPT_NAME=/musik musik:app`
|