Sofa.fm: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
(sofa.fm artikel erstellt)
 
K (Markup aufgeräumt, Tippfehler ausgebessert)
Zeile 1: Zeile 1:
Sofa.fm ist ein Internetradio Sender, welcher ausschlieslich Musik des Künstlers [https://twitter.com/couchsofa Couchsofa] abspielt.
+
Sofa.fm ist ein Internetradio-Sender, welcher ausschließlich 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.
+
Es handelt sich um einen [http://icecast.org/ Icecast2-Server] inkl. [http://icecast.org/ezstream/ ezstream] als Streaming-Source-Client, der auf [[sombadil]] läuft .
 
 
  
 
== Konfiguration von ezstream ==
 
== Konfiguration von ezstream ==
  
 
<code>
 
 
  <ezstream>
 
  <ezstream>
 
  <url>http://localhost:8000/stream</url>
 
  <url>http://localhost:8000/stream</url>
Zeile 14: Zeile 11:
 
  <filename>/srv/streams/playlist.m3u</filename>
 
  <filename>/srv/streams/playlist.m3u</filename>
 
  </ezstream>
 
  </ezstream>
</code>
 

Version vom 21. Januar 2018, 14:22 Uhr

Sofa.fm ist ein Internetradio-Sender, welcher ausschließlich Musik des Künstlers Couchsofa abspielt. Es handelt sich um einen Icecast2-Server inkl. ezstream als Streaming-Source-Client, der auf sombadil läuft .

Konfiguration von ezstream

<ezstream>
<url>http://localhost:8000/stream</url>
<sourceuser>source</sourceuser>
<sourcepassword>hackme</sourcepassword>
<format>MP3</format>
<filename>/srv/streams/playlist.m3u</filename>
</ezstream>