Stream an audio input device over HTTP as mp3
Go to file
Fabio Manganiello d1261a6a05 First version 2020-11-02 13:08:18 +01:00
micstream First version 2020-11-02 13:08:18 +01:00
.gitignore Initial commit 2020-11-01 23:52:19 +01:00
LICENSE Initial commit 2020-11-01 23:52:19 +01:00
README.md First version 2020-11-02 13:08:18 +01:00

README.md

micstream

Stream an audio input device over HTTP as mp3

Requirements

ffmpeg and lame installed on the system, e.g.:

[sudo] apt-get install ffmpeg lame