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
Last revision Both sides next revision
raspberry:audio_stream [2018/10/08 00:09]
admin [Link]
raspberry:audio_stream [2018/10/08 00:58]
admin [Audio Stream]
Line 1: Line 1:
 ===== Audio Stream ===== ===== Audio Stream =====
-Streaming audio over internet using Icecast and Darkice on RaspbianStretch.\\+Streaming audio over internet using Icecast and Darkice on a Raspberry Pi 3 and RaspbianStretch.\\
  
 ---- ----
Line 69: Line 69:
 update: update:
   $ sudo apt-get update    $ sudo apt-get update 
 +get the files and install them:
 +  $ wget https://github.com/x20mar/darkice-with-mp3-for-raspberry-pi/blob/master/darkice_1.0.1-999~mp3+1_armhf.deb?raw=true
 +
 +  $ mv darkice_1.0.1-999~mp3+1_armhf.deb?raw=true darkice_1.0.1-999~mp3+1_armhf.deb
 +
 +  $ sudo apt-get install libmp3lame0 libtwolame0
 +
 +  $ sudo dpkg -i darkice_1.0.1-999~mp3+1_armhf.deb
 +
  
  
Line 116: Line 125:
   hostname: localhost   hostname: localhost
   password: ????   password: ????
-  +start icecast2: 
 +  $ sudo service icecast2 start 
 ---- ----
 ==== Stream ==== ==== Stream ====