Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry:audio_stream [2018/10/07 23:50]
admin [Icecast & Darkice]
raspberry:audio_stream [2018/10/08 00:08]
admin [Icecast & Darkice]
Line 66: Line 66:
  
 ---- ----
-==== Icecast & Darkice ==== +==== Darkice ==== 
-Install Icecast and Darkice.\\+Install Darkice.\\ 
 update: update:
-  $ sudo apt-get update +  $ sudo apt-get update  
-install icecast2 and darkice: + 
-  $ sudo apt-get install icecast2 darkice +
-if asked type in hostname and password +
-  hostname: localhost +
-  password: ????+
 change config: change config:
   $ sudo nano /etc/darkice.cfg   $ sudo nano /etc/darkice.cfg
Line 101: Line 98:
   server        = localhost        # host name of the server   server        = localhost        # host name of the server
   port          = 8000             # port of the IceCast2 server, usually 8000   port          = 8000             # port of the IceCast2 server, usually 8000
-  password      = embedded         # source password to the IceCast2 server+  password      = ????????         # source password to the IceCast2 server
   mountPoint    = pisound.mp3      # mount point of this stream on the IceCast2 server   mountPoint    = pisound.mp3      # mount point of this stream on the IceCast2 server
   name          = pisound          # name of the stream   name          = pisound          # name of the stream
Line 109: Line 106:
   public        = no               # advertise this stream?   public        = no               # advertise this stream?
   #localDumpFile = recording.mp3   # Record also to a file   #localDumpFile = recording.mp3   # Record also to a file
 +
 +----
 +==== Icecast ====
 +Install Icecast.\\
 +update:
 +  $ sudo apt-get update
 +install icecast2:
 +  $ sudo apt-get install icecast2
 +if asked type in hostname and password
 +  hostname: localhost
 +  password: ????
      
-   +---- 
-run: +==== Stream ==== 
-  $ darkice  +just run: 
 +  $ darkice  
 +and then open in your browser: 
 +  http://192.168.178.112:8000/pisound.mp3 
 +Icecast2 Status one will find here: 
 +  http://192.168.178.112:8000
  
 ---- ----