micstream/README.md

13 lines
177 B
Markdown

# micstream
Stream an audio input device over HTTP as mp3
## Requirements
`ffmpeg` and `lame` installed on the system, e.g.:
```bash
[sudo] apt-get install ffmpeg lame
```