| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Jan 08, 2008 8:20 am Post subject: no web interface |
|
|
Hello everybody and happy new year!
I try to install Icecast on my Fedora Core 2 (I know it's an oldies but it's ok for me).
I installed libxslt-devel, libtheora-devel, speex et libxml, no problem.
I downloaded Icecast icecast-2.3.1.tar.gz and i untared it.
I did ./configure, make and make install without error, i think...
I changed my icecast.xml with the changeowner.
Next I launched Icecast for seen :
/usr/local/bin/icecast -b -c /etc/icecast.xml
Icecast is in the process list (ps aux)
With OddCast, i can send my sound an with Winamp i can receive this sound without problem.
It's seems to be a good job BUT, there's always a "BUT", the web interface doesn't work...
On http://ServerIP:8000/ i just got this message :
The file you requested could not be found
(when i kill icecast,i just got a 404 error)
Can somebody help me?
Thanks in advance,
Simo'
PS: there's my icecast.xml :
| Code: |
<icecast>
<limits>
<clients>100</clients>
<sources>5</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
</limits>
<authentication>
<source-password>*****</source-password>
<relay-password>*****</relay-password>
<admin-user>icecast</admin-user>
<admin-password>*****</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/usr/local/share/icecast/logs</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<pidfile>/usr/local/share/icecast/icecast.pid</pidfile>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>
</icecast> |
|
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Jan 08, 2008 9:36 am Post subject: |
|
|
yep, s'cuse my post in english... I did it coz sometime (very often, lol...) english people know the solution and don't speak french.
I prefer a french solution for well understand but in any case, i need a solution (s'cuse my french... I must perform my english too )
Simo' |
|
| Back to top |
|
 |
Anonymous Guest
|
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Thu May 15, 2008 9:51 pm Post subject: |
|
|
In this case, the problem was his icecast.xml missed the line:
| Code: |
| <alias source="/" dest="/status.xsl" /> |
in paths section in icecast.xml config file. _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
|