Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Server is running, but I have problems

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Thu Oct 19, 2006 3:05 am    Post subject: Server is running, but I have problems Reply with quote

I was using shoutcast, and didn't like it. So I swiched to icecast2 and like it so far. Here's my problem, I can't get the intro file to work, and can't access my admin page, even the status page isn't fully loaded. Here's my xml file and parts of my log files.

icecast.xml
Code:

<icecast>
    <limits>
        <clients>100</clients>
        <sources>1</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>
    <authentication>
        <source-password>hackme</source-password>
        <relay-password>hackme</relay-password>
     <admin-user>admin</admin-user>
        <admin-password>hackme</admin-password>
    </authentication>
    <hostname>radio.exs-asylum.com</hostname>
    <listen-socket>
        <port>8000</port>
    </listen-socket>
    <mount>
        <mount-name>/live</mount-name>
        <max-listeners>45</max-listeners>
        <burst-size>65536</burst-size>
        <intro>/etc/icecast2/sounds/intro.mp3</intro>
    </mount>
    <fileserve>1</fileserve>
    <paths>
        <basedir>/usr/share/icecast2</basedir>
        <logdir>/var/log/icecast2</logdir>
        <webroot>/usr/share/icecast2/web</webroot>
        <adminroot>/usr/share/icecast2/admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
         <loglevel>4</loglevel>
         <logsize>10000</logsize>
      <logarchive>1</logarchive>
    </logging>
    <security>
        <chroot>0</chroot>
    </security>
</icecast>


error.log
Code:

[2006-10-18  20:00:17] DBUG slave/_slave_thread checking master stream list
[2006-10-18  20:00:19] DBUG admin/admin_handle_request Admin request (/admin.cgi)
[2006-10-18  20:00:19] DBUG admin/admin_handle_request Got command (admin.cgi)
[2006-10-18  20:00:19] WARN admin/admin_handle_request Admin command admin.cgi on non-existent source /stream
[2006-10-18  20:00:20] DBUG stats/modify_node_event update node connections (55)
[2006-10-18  20:00:20] DBUG stats/modify_node_event update node client_connections (54)
[2006-10-18  20:01:18] DBUG admin/admin_handle_request Admin request (/admin.cgi)
[2006-10-18  20:01:18] DBUG admin/admin_handle_request Got command (admin.cgi)
[2006-10-18  20:01:18] WARN admin/admin_handle_request Admin command admin.cgi on non-existent source /stream
[2006-10-18  20:01:18] DBUG stats/modify_node_event update node connections (56)
[2006-10-18  20:01:18] DBUG stats/modify_node_event update node client_connections (55)
[2006-10-18  20:01:23] DBUG connection/_handle_get_request alias has made / into /status.xsl
[2006-10-18  20:01:23] DBUG connection/_handle_get_request Stats request, sending XSL transformed stats
[2006-10-18  20:01:23] DBUG xslt/xslt_get_stylesheet Using cached sheet 2
[2006-10-18  20:01:24] DBUG stats/modify_node_event update node connections (57)
[2006-10-18  20:01:24] DBUG stats/modify_node_event update node client_connections (56)
[2006-10-18  20:01:24] DBUG stats/modify_node_event update node connections (58)
[2006-10-18  20:01:24] DBUG stats/modify_node_event update node client_connections (57)
[2006-10-18  20:01:24] DBUG stats/modify_node_event update node clients (1)
[2006-10-18  20:01:25] DBUG stats/modify_node_event update node clients (0)


access.log
Code:

67.161.159.22 - - [18/Oct/2006:20:01:23 -0700] "GET / HTTP/1.1" 200 44 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 0
67.161.159.22 - - [18/Oct/2006:20:01:25 -0700] "GET /style.css HTTP/1.1" 200 4063 "http://radio.exs-asylum.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 1
67.161.159.22 - - [18/Oct/2006:20:01:25 -0700] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://radio.exs-asylum.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 0
67.161.159.22 - - [18/Oct/2006:20:01:25 -0700] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://radio.exs-asylum.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 0
67.161.159.22 - - [18/Oct/2006:20:01:26 -0700] "GET /icecast.png HTTP/1.1" 200 5139 "http://radio.exs-asylum.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 1
67.161.159.22 - - [18/Oct/2006:20:01:26 -0700] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://radio.exs-asylum.com:8000/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 1
67.161.159.22 - - [18/Oct/2006:20:01:27 -0700] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://radio.exs-asylum.com:8000/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7" 0

Please I need help, love the software so far.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Oct 19, 2006 11:45 am    Post subject: Reply with quote

The log file indicates you are trying to use a shoutcast style source client for metadata updates, for that to work you need to define the 2 ports and shoutcast-mount. The log is short and it doesn't say if it sees the intro setting or not. There's no errors reported for the status.xsl content according to you log files so I guess it depends on what you mean by not fully loaded

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber