| View previous topic :: View next topic |
| Author |
Message |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Fri Oct 02, 2009 7:36 pm Post subject: Icecast2 + minicaster = nowplaying problem? |
|
|
Hello, im using icecast2 and minicaster, and im not able to setup nowplaying feature. Ive added
<nowplaying type="icecast" poll="30">http://66.249.123.37:8000/nowplaying.xsl</nowplaying>
in minicasters xml file, and i dont get nothing. Ive googled all the web, and i havent found anything. Is there any special nowplaying xls file that must be used, or what? Thanx for answer and i hope that somebody already made this before me, cos i know that this is not minicaster support forum, and i suppose that im not allowed to post questions about minicaster, but please, i need help .
Thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 02, 2009 8:50 pm Post subject: |
|
|
check if that request is being logged in the icecast access log. If it is not then the issue is the application requesting the xsl, if it is then check the error code and frequency it appears.
karl. |
|
| Back to top |
|
 |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Sat Oct 03, 2009 7:22 am Post subject: |
|
|
i hope that i have looked the right thing
| Quote: |
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node total_bytes_read (1142409)
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node total_bytes_sent (754865)
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node clients (2)
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node connections (
[2009-10-03 09:08:58] DBUG auth/add_authenticated_listener Stats request, sending XSL transformed stats
[2009-10-03 09:08:58] DBUG xslt/xslt_get_stylesheet Using cached sheet 2
[2009-10-03 09:08:58] DBUG fserve/fserve_add_client Adding client to file serving engine
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node client_connections (7)
[2009-10-03 09:08:58] DBUG stats/modify_node_event update node clients (1)
[2009-10-03 09:09:03] DBUG stats/modify_node_event update node total_bytes_read (1201200)
[2009-10-03 09:09:03] DBUG stats/modify_node_event update node total_bytes_sent (754865)
[2009-10-03 09:09:08] DBUG stats/modify_node_event update node total_bytes_read (1260000)
[2009-10-03 09:09:08] DBUG stats/modify_node_event update node total_bytes_sent (754865)
[2009-10-03 09:09:08] DBUG auth/add_listener_to_source max on /autodj is -1 (cur 0)
[2009-10-03 09:09:08] DBUG auth/add_listener_to_source Added client to /autodj
[2009-10-03 09:09:08] DBUG auth/add_authenticated_listener client authenticated, passed to source
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node clients (2)
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node connections (9)
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node client_connections (
[2009-10-03 09:09:09] DBUG source/source_main Client added
[2009-10-03 09:09:09] INFO source/source_main listener count on /autodj now 1
[2009-10-03 09:09:09] DBUG format/format_check_http_buffer processing pending client headers
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node listeners (1)
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node listeners (1)
[2009-10-03 09:09:09] DBUG stats/modify_node_event update node listener_connections (2) |
according to this log, the failure is in the minicaster? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Oct 03, 2009 10:46 am Post subject: |
|
|
that is the error log not the access log. The snippet of the error log does show an xsl request by we don't see what request was actually issued (cut off at the beginning).
karl. |
|
| Back to top |
|
 |
|