Difference between revisions of "Streaming Service with Icecast"

From Run Your Own
Jump to: navigation, search
(Created page with "Note: we will be using the <code>icecast-kh<code> fork that contains some extra stuff (FIXME: unpack stuff). == Installation == * Get the sources cd /usr/src")
 
Line 1: Line 1:
Note: we will be using the <code>icecast-kh<code> fork that contains some extra stuff (FIXME: unpack stuff).
+
Note: we will be using the <code>icecast-kh</code> fork that contains some extra stuff (FIXME: unpack stuff).
  
 
== Installation ==
 
== Installation ==
 +
* Install dependencies
 
* Get the sources
 
* Get the sources
 
  cd /usr/src
 
  cd /usr/src
 +
git clone https://github.com/karlheyes/icecast-kh
 +
* Compile and install
 +
cd icecast-kh

Revision as of 18:11, 16 December 2019

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

Installation

  • Install dependencies
  • Get the sources
cd /usr/src
git clone https://github.com/karlheyes/icecast-kh
  • Compile and install
cd icecast-kh