Hola a Todos, recientemente me encuentro en la tarea de montar icecast para dejar en la red local un servidor de estacion radio
Instale Icecast y luego configure el archivo .xml ubicado en /etc
[root@server /]# icecast -c /etc/icecast.xml
Changed groupid to 101.
Changed userid to 100.
probe su funcionamiento desde una maquina de la red, abriendo el reproducto de windows media player y colocando la direccion URL del archivo mp3 que se encuentra dentro del servidor y se reproduce perfectamente.
luego instale Ices y edite el archivo ices.conf, colocando la ruta del archivo playlist.txt que ese encuentra /home/radio/playlist.txt
luego cree el archivo playlist.txt dentro de la ruta ya mencionada y lo edite colocando la ruta donde se encuentran los archivos mp3 dentro del servidor
ejecute
[root@server /]# ices /etc/ices.conf &
[1] 16507
pero cuando entro desde el navegador a la direccion del servidor de estacion radio en el puerto 8000
#este es todo el contenido que tiene la pagina:
Icecast2 Status
Administration | Server Status | Version |
Support icecast development at www.icecast.org
y no veo los archivos de mp3.
que podra estar mal. aqui dejo los archivos de configuracion, alguien tendra alguna idea de como poder escuchar desde el navegador los archivos.
[root@server /]# sudo vim /etc/icecast.xml
100
2
5
524288
30
15
10
65535
<!-- Sources log in with username 'source' -->
hackme
<!-- Relays log in username 'relay' -->
hackme
<!-- Admin logs in with the username given below -->
admin
hackme
http://www.redtuxlocal.com:8000
8000
<!-- <bind-address>127.0.0.1 -->
1
<!-- basedir is only used if chroot is enabled -->
/usr/share/icecast
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
/var/log/icecast
/usr/share/icecast/web
/usr/share/icecast/admin
/var/run/icecast/icecast.pid
access.log
error.log
playlist.log
4 <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
0
icecast
icecast
[root@server /]# sudo vim /etc/ices.conf
<?xml version="1.0"?>
<!-- run in background -->
1
<!-- where logs, etc go. -->
/var/log/ices
ices.log
<!-- 1=error,2=warn,3=info,4=debug -->
4
<!-- set this to 1 to log to the console instead of to the file above -->
0
<!-- optional filename to write process id to -->
<!-- <pidfile>/home/ices/ices.pid -->
<!-- metadata used for stream listing (not currently used) -->
Example stream name
Example genre
A short description of your stream
playlist
basic
/home/radio/playlist.txt
<!-- random play -->
0
<!-- if the playlist get updated that start at the beginning -->
0
<!-- if set to 1 , plays once through, then exits. -->
0
<!-- Server details:
You define hostname and port for the server here, along with
the source password and mountpoint. -->
http://www.redtuxlocal.com:8000
8000
hackme
/playlist.ogg
2
5
80
64000 <!-- bps. e.g. 64000 for 64 kbps -->
44100
2