mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
433 B
Markdown
17 lines
433 B
Markdown
darkice
|
|
=======
|
|
|
|
[DarkIce][1] is a live audio streamer. It records audio from an audio interface
|
|
(e.g. sound card), encodes it and sends it to a streaming server.
|
|
|
|
```
|
|
+---------+ +----------+
|
|
| DarkIce |-->| IceCast2 |
|
|
+---------+ +----------+
|
|
```
|
|
|
|
:warning: Please edit [darkice.cfg][2] before running!
|
|
|
|
[1]: http://www.darkice.org/
|
|
[2]: https://github.com/vimagick/dockerfiles/blob/master/darkice/data/etc/darkice.cfg#L13-L17
|