events:cccamp15:public_radio

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
events:cccamp15:public_radio [2016/03/22 10:40] – ↷ Page moved from cccamp15:public_radio to events:cccamp15:public_radio v0ttievents:cccamp15:public_radio [2016/12/07 23:47] – comand mazdermind
Line 10: Line 10:
 * https://c3voc.de/share/pi-archlinux-audiostreamer-public-2015-07-17-2gb.img.gz * https://c3voc.de/share/pi-archlinux-audiostreamer-public-2015-07-17-2gb.img.gz
 * https://c3voc.de/share/bone-archlinux-audiostreamer-public-2015-07-17-2gb.img.gz * https://c3voc.de/share/bone-archlinux-audiostreamer-public-2015-07-17-2gb.img.gz
 +
 +== Command
 +Inside the images, the following command is running in a systemd-Unit:
 +<code>
 +[Unit]
 +Description=ffmpeg Icecast-Stream
 +After=network.target
 +
 +[Service]
 +Type=simple
 +ExecStart=/usr/bin/ffmpeg -f alsa -i hw:1 -c:a opus -b:a 128k -content_type audio/ogg icecast://source:hackme@live.ber.c3voc.de:8000/playground.opus
 +RestartSec=1s
 +Restart=always
 +
 +[Install]
 +WantedBy=multi-user.target
 +</code>
  • events/cccamp15/public_radio.txt
  • Last modified: 2016/12/11 16:39
  • by dedeibel