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
raspberry:audio_stream [2018/10/08 00:09]
admin [Link]
raspberry:audio_stream [2020/12/14 14:35] (current)
admin [Links]
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 ====
Line 127: Line 138:
  
 ---- ----
-==== Link ====+==== Links ====
 [[https://www.instructables.com/id/Test-Sound-Card-and-Speakers-in-Raspberry-Pi/]]\\ [[https://www.instructables.com/id/Test-Sound-Card-and-Speakers-in-Raspberry-Pi/]]\\
 [[https://www.hackster.io/pranciskus/internet-radio-station-f0bdc1]]\\ [[https://www.hackster.io/pranciskus/internet-radio-station-f0bdc1]]\\
Line 133: Line 144:
 [[https://w7apk.com/streaming-radio]]\\ [[https://w7apk.com/streaming-radio]]\\
 [[http://rabarar.github.io/blog/2015/07/02/darkice-and-icecast/]]\\ [[http://rabarar.github.io/blog/2015/07/02/darkice-and-icecast/]]\\
 +
 +----
 +==== License ====
 +
 +This manuals is made by **Wolfgang Spahn** 2018-20.\\
 +Except where otherwise noted, content on this wiki is licensed under the following license: [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].\\
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
  
 ---- ----