micstream/README.md

13 lines
177 B
Markdown
Raw Normal View History

2020-11-01 23:52:19 +01:00
# micstream
2020-11-02 13:08:18 +01:00
2020-11-01 23:52:19 +01:00
Stream an audio input device over HTTP as mp3
2020-11-02 13:08:18 +01:00
## Requirements
`ffmpeg` and `lame` installed on the system, e.g.:
```bash
[sudo] apt-get install ffmpeg lame
```