Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| cccamp15:public_radio [2015/08/06 10:58] – make andi | events:cccamp15:public_radio [2016/12/11 16:39] (current) – dedeibel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | = CCCamp15 - Public Radio | ||
| + | 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:// | ||
| + | You can use any computer that can produce an icecast2 stream, like one of the applications listed on http:// | ||
| + | The c3voc uses raspberry-pis with an usb soundcard to do the streaming for for the main party locations. We run an archlinux on out pis with an ffmpeg streaming service. | ||
| + | |||
| + | == Images | ||
| + | You can download a basic Image to `dd` onto an SD-Card for [[https:// | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | == Command | ||
| + | Inside the images, the following command is running in a systemd-Unit: | ||
| + | < | ||
| + | [Unit] | ||
| + | Description=ffmpeg Icecast-Stream | ||
| + | After=network.target | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | ExecStart=/ | ||
| + | RestartSec=1s | ||
| + | Restart=always | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||