Download presentation
Presentation is loading. Please wait.
1
Victor Riera Salvador Priego Okpo Kalu
2
Programs and Libraries Icecast Installation Ices Installation Runing the server Playing the streaming Problems Conclusion
3
Libraries needed to install Libshout 2.2.2 Shout-python Libogg 1.2.1 Libvorbis 1.3.2 Fortran compiler
4
Programs needed: Icecast 2.3.2 -> Audio streaming server Ices 2.0.1 ->Send the Ogg Vorbis stream to an icecast server Xmms or Winamp -> Clients to reproduce the streaming
5
Download and Install $ wget http://downloads.xiph.org/releases/icecast/icecast- 2.3.2.tar.gz tar zxf icecast-2.3.2.tar.gz $ tar zxf icecast-2.3.2.tar.gz $./configure $ make $ make install
6
Configuration First we need to create some folders and files needed. $ wget http://www.paginasprodigy.com.mx/SOAD1982/Icest- Config.tar.gz $ tar zxcvf Icest-Config.tar.gz $ touch /var/log/Music_Server.log $ chmod 777 /var/log/Music_Server.log $ mkdir /usr/share/icecast/web $ mkdir /usr/share/icecast/admin
7
Edit the configuration file We only need the edit the next commands. 12345 12345 admin 12345 192.168.10.51 8000 /usr/share/icecast /var/log/ /usr/share/icecast/web /usr/share/icecast/admin Music_Server.log Music_Server.log kalu
8
Download and Install $ wget http://downloads.us.xiph.org/releases/ices/ices- 2.0.1.tar.gz $ tar zxf ices-2.0.1.tar.gz $./configure $ make $ make install
9
Create the configuration file Create a new file, config.xml in the instalation folder 1 /etc/icecast/ LogIces.log 4 0 LNS radio All Radio for LNS playlist basic /usr/local/bin/playlist.txt 0 0 0 192.168.10.51 8000 12345 /mpd.ogg 2 5 80 64000 44100 2
10
Run Icecast Test if it´s working With the web browser $ icecast –c /etc/icecast/icecast.xml http://192.168.10.51:8000
12
Run Ices Test if it´s working With the web browser You should get the mount point $ ices /etc/ices/config.xml http://192.168.10.51:8000
14
Linux Xmms for example Windows Winamp for example Open the music player, and play the location http://192.168.10.51:8000/mpd.ogg
16
Many libraries needed during the compilation of Icecast and Ices Just install all the libraries asked and retry the installation. Error on the website ERROR: “Could not parse XSLT file” This problem is because you don´t have the correct web folders in the config file. Make sure that you have the next forlders Problem trying to conect to the server with another computer Disable Iptables in the server, use the “setup” command
17
Easy way to have your own Audio streaming server for free. Useful if you are working out of your home. The hardest part is to realize that ICECAST and ICES work together to make the stream possible
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.