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
Next revision
Previous 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/11 16:39] (current) dedeibel
Line 1: Line 1:
 = CCCamp15 - Public Radio = CCCamp15 - Public Radio
-At the cccamp15 the c3voc will provides a Free Audio-Streaming-Infrastructure for everybody who wants to transmit music, sound or noise to into the world wide webs. Those streams will appear side-by-side with the main Video- and Audio-Streams at https://streaming.media.ccc.de/. If you intend to publish one or more such streams, please fill in the form at https://c3voc.de/ys so that we can prepare a login for you.+At the cccamp15 the c3voc will provide a Free Audio-Streaming-Infrastructure for everybody who wants to transmit music, sound or noise to into the world wide webs. Those streams will appear side-by-side with the main Video- and Audio-Streams at https://streaming.media.ccc.de/. If you intend to publish one or more such streams, please fill in the form at https://c3voc.de/ys so that we can prepare a login for you.
 You can use any computer that can produce an icecast2 stream, like one of the applications listed on http://icecast.org/apps/. You can use any computer that can produce an icecast2 stream, like one of the applications listed on http://icecast.org/apps/.
  
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.1458639618.txt.gz
  • Last modified: 2016/03/22 10:40
  • by v0tti