Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberry:audio_stream [2018/10/08 00:03] admin [Icecast & Darkice] |
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.\\ |
| ---- | ---- | ||
| ==== Soundcard ==== | ==== Soundcard ==== | ||
| - | from: [[https:// | ||
| check the soundcard: | check the soundcard: | ||
| Line 66: | Line 65: | ||
| ---- | ---- | ||
| - | ==== Icecast & Darkice ==== | + | ==== Darkice ==== |
| - | Install | + | Install Darkice.\\ |
| update: | update: | ||
| - | $ sudo apt-get update | + | $ sudo apt-get update |
| - | install icecast2 | + | get the files and install them: |
| - | $ sudo apt-get install | + | $ wget https:// |
| - | if asked type in hostname and password | + | |
| - | | + | $ mv darkice_1.0.1-999~mp3+1_armhf.deb? |
| - | | + | |
| + | $ sudo apt-get install | ||
| + | |||
| + | | ||
| + | |||
| + | |||
| change config: | change config: | ||
| $ sudo nano / | $ sudo nano / | ||
| Line 109: | Line 114: | ||
| public | public | ||
| # | # | ||
| - | | ||
| - | | ||
| - | run: | ||
| - | $ darkice | ||
| ---- | ---- | ||
| - | ==== Link ==== | + | ==== Icecast ==== |
| - | [[https:// | + | Install Icecast.\\ |
| + | update: | ||
| + | $ sudo apt-get update | ||
| + | install icecast2: | ||
| + | $ sudo apt-get install icecast2 | ||
| + | if asked type in hostname and password | ||
| + | hostname: localhost | ||
| + | password: ???? | ||
| + | start icecast2: | ||
| + | $ sudo service icecast2 start | ||
| + | |||
| + | ---- | ||
| + | ==== Stream ==== | ||
| + | just run: | ||
| + | $ darkice | ||
| + | and then open in your browser: | ||
| + | http:// | ||
| + | Icecast2 Status one will find here: | ||
| + | http:// | ||
| + | |||
| + | ---- | ||
| + | ==== Links ==== | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[http:// | ||
| + | |||
| + | ---- | ||
| + | ==== 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:// | ||
| + | |||
| + | < | ||
| + | <a rel=" | ||
| + | </ | ||
| ---- | ---- | ||