| FOSSLC is a non-profit organization that specializes in technology and know-how to record conferences with excellent quality. Click on the icons below to view great videos from communities we are actively involved with: | |||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||
| FOSSLC is a non-profit organization that specializes in technology and know-how to record conferences with excellent quality. Click on the icons below to view great videos from communities we are actively involved with: | |||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||
Quick Setup Guide for Streaming
sudo apt-get install libxml2-dev libxslt-dev libogg-dev libvorbis-dev libtheora-dev curl libcurl4-gnutls-dev
If not on Ubuntu, then ensure that the libxml2, libxslt, ogg, vorbis, libtheora, and curl packages are installed, including the dev versions.
./configure
Check to make sure there are no “no” results in the checks (if so, install the missing packages).
make; sudo make install
<client-timeout>600</client-timeout>
<header-timeout>30</header-timeout>
<source-timeout>30</source-timeout>
Also, modify the <admin-user> and <admin-password> fields, along with <source-password> to the password you choose, as this will be one you must set in Freeseer.
sudo mkdir /usr/local/var; sudo mkdir /usr/local/var/log; sudo mkdir /usr/local/var/log/icecast
Now, switch to this directory ( cd /usr/local/var/log/icecast ) and run the following, with your currently active username in <your-username>:
sudo touch access.log ; sudo touch error.log ; sudo chown <your-username> *.log