15 lines
276 B
Markdown
15 lines
276 B
Markdown
|
# Musik
|
||
|
Stream some music.
|
||
|
|
||
|
## Requirements
|
||
|
Python 3.6+
|
||
|
FFmpeg compiled with `--enable-libopus`
|
||
|
Python packages: `flask gunicorn`
|
||
|
|
||
|
## Install
|
||
|
1. Get on the floor
|
||
|
2. Walk the dinosaur
|
||
|
|
||
|
## Usage
|
||
|
`gunicorn -b localhost:5150 -e SCRIPT_NAME=/musik musik:app`
|