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:08]
admin [Icecast & Darkice]
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.\\
  
 ---- ----
 ==== Soundcard ==== ==== Soundcard ====
-from: [[https://www.instructables.com/id/Test-Sound-Card-and-Speakers-in-Raspberry-Pi/]]\\ 
  
 check the soundcard: check the soundcard:
Line 70: 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 117: Line 125:
   hostname: localhost   hostname: localhost
   password: ????   password: ????
-  +start icecast2: 
 +  $ sudo service icecast2 start 
 ---- ----
 ==== Stream ==== ==== Stream ====
Line 128: Line 138:
  
 ---- ----
-==== Link ==== +==== Links ==== 
-[[https://www.hackster.io/pranciskus/internet-radio-station-f0bdc1]]+[[https://www.instructables.com/id/Test-Sound-Card-and-Speakers-in-Raspberry-Pi/]]\\ 
 +[[https://www.hackster.io/pranciskus/internet-radio-station-f0bdc1]]\\ 
 +[[https://technicalustad.com/live-streaming-of-mp3-using-darkice-and-icecast2-on-raspberry-pi/]]\\ 
 +[[https://w7apk.com/streaming-radio]]\\ 
 +[[http://rabarar.github.io/blog/2015/07/02/darkice-and-icecast/]]\\
  
 ---- ----