davidlazar / upstream

Stream audio to an Icecast server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upstream

upstream is a simple command-line utility for streaming audio to a Shoutcast/Icecast server.

Usage

Build and install

upstream depends on libshout and taglib. Assuming those are installed, build the upstream binary by typing make. To install, copy the upstream binary to your personal bin directory.

Examples

Stream a bunch of MP3 files:

$ upstream --host example.org *.mp3

Stream OGG files from standard input:

$ cat *.ogg | upstream --ogg -

About

Stream audio to an Icecast server


Languages

Language:C 100.0%