--- /dev/null
+Sofa.fm ist ein Internetradio Sender, welcher ausschlieslich Musik des Künstlers [https://twitter.com/couchsofa Couchsofa] abspielt.
+Es handelt sich um einen [http://icecast.org/ Icecast2 Server] der auf [[sombadil]] läuft inkl. [http://icecast.org/ezstream/ ezstream] als Streaming-Source-Client.
+
+
+== Konfiguration von ezstream ==
+
+
+<code>
+ <ezstream>
+ <url>http://localhost:8000/stream</url>
+ <sourceuser>source</sourceuser>
+ <sourcepassword>hackme</sourcepassword>
+ <format>MP3</format>
+ <filename>/srv/streams/playlist.m3u</filename>
+ </ezstream>
+</code>