Email: pacolinux arroba inicia punto es
Web: http://aldarias.es/pacodebian
Con Linux Debian. En Valencia (España)
Este documento es de libre reproducción siempre que se cite su fuente.
Realizado con: LATEX
Veamos como se monta un radio por internet, o también llamado audio streamming.
Usaremos el programa icecast.
icecast-server (icecast) se lanza primero este premite recoger el audio q se desea oir.
icecast-client (shout) se lanza despues con lo q queremos q se oiga.
apt-get install icecast-server icecast-client
Software instalado:
dpkg -l | grep icecast ii icecast-client 1.4.0-4.2 Streaming Mpeg Layer III feeder ii icecast-server 1.3.12-7 MPEG Layer III Streaming Server
cat /etc/icecast/shout.conf
Linux debian, con apt, instala icecast con encriptación de password. Debemos generar las claves y pegarlas.
makepasswd mipassword
Nuestros ficheros se encuentra en /wind/mp3/:
find /wind/mp3/ -name "*.mp3" > /etc/icecast/mp3.playlist
server_name aldarias.dyndns.org port 8000 password mipassword mount mp3 name Radio_Paco_Linux desc La mejor musica genre Todo tipo de musica url http://aldarias.dyndns.org public yes short_titles yes title_streaming yes id3 no autocorrect yes playlist mp3.playlist loop yes shuffle no autodetect yes default_bitrate 128000 force yes daemon no verbose yes
otra forma seria, sin usar el fichero de configuracion:
shout aldarias.dyndns.org -e 8001 -P mipassword -l /wind/mp3/way/*
Entrar al xmms, y pulsar CTRL+L, y escribir http://miusuario:mipassword@127.0.0.1:8000/mp3
This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.70)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html icecast -split 0 -local_icons 1 -show_section_numbers -no_auto_link -no_navigation
The translation was initiated by on 2005-02-15