Streaming Service with Icecast

From Run Your Own
Revision as of 18:48, 16 December 2019 by 320x200 (talk | contribs)
Jump to: navigation, search

Note: we will be using the icecast-kh fork that contains some extra stuff (FIXME: unpack stuff).

Installation (Debian)

  • Install dependencies
apt install libxslt1-dev libogg-dev libvorbis-dev libtheora-dev libcurl4-openssl-dev
  • Get the sources
cd /usr/src
git clone https://github.com/karlheyes/icecast-kh
  • Compile and install
cd icecast-kh
./configure
make