Icecast: Difference between revisions

From XPUB & Lens-Based wiki
Line 25: Line 25:
In its basic mode of operation, it streams media files or data from standard input without reencoding and thus requires only very little CPU resources. It can also use various external decoders and encoders to reencode from one format to another,
In its basic mode of operation, it streams media files or data from standard input without reencoding and thus requires only very little CPU resources. It can also use various external decoders and encoders to reencode from one format to another,


==[http://www.darkice.org/]==
==[http://www.darkice.org/ DarkIce]==
<pre>
DarkIce 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 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 can record from:
DarkIce can record from:
 
* OSS audio devices
    OSS audio devices
* ALSA audio devices
    ALSA audio devices
* Solaris audio interface
    Solaris audio interface
* [[Jack]] audio sources
    Jack sources
* uLaw audio input through a serial interface
    uLaw audio input through a serial interface
* CoreAudio (branch darkice-macosx)
    CoreAudio (branch darkice-macosx)
</pre>
</pre>


== [https://icecast.org/ices/docs/ices-2.0.2/ Ices] ==
== [https://icecast.org/ices/docs/ices-2.0.2/ Ices] ==

Revision as of 12:43, 4 April 2020

219px-Icecast_logo_large_2004.svg.png

Free software to do audio/video streaming


http://icecast.org

Icecast install

sudo aptitude install icecast2

The installed will ask you to set

  • the domain name: keep it localhost
  • access passwords

config

/etc/icecast2

Icecast clients

Extensive list

Ezstream

A command line source client for Icecast media streaming servers.

In its basic mode of operation, it streams media files or data from standard input without reencoding and thus requires only very little CPU resources. It can also use various external decoders and encoders to reencode from one format to another,

DarkIce

DarkIce 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 can record from:

  • OSS audio devices
  • ALSA audio devices
  • Solaris audio interface
  • Jack audio sources
  • uLaw audio input through a serial interface
  • CoreAudio (branch darkice-macosx)

Ices