search for: admin_send_response

Displaying 9 results from an estimated 9 matches for "admin_send_response".

2004 Aug 06
2
RE: Problems Listening in WinAmp 2.x, 5.x
I have set up icecast2 and ices2 and am playing ogg files from a playlist. I can listen to stream in Linux using XMMS and Windows using FOOBAR2000. The documentation indicates that WinAmp 2.x and 5.x will work, but need to do tricks like use mountname with ".ogg" extension. When I do that in WinAmp 2.x and 5.x tries to connect and nothing. When in Admin in icecast, and view stats to
2004 Aug 06
2
"Could not parse XSLT file"
"Matt Trim" <matt@sv.net.au> writes: > [2004-01-18 19:47:06] DBUG admin/admin_send_response Sending XSLT > (/usr/share/iceast/admin/stats.xsl) ^^^^^^ ? > Any ideas? /Rolf --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xip...
2004 Aug 06
1
Funky password mount point error for liveice and icecast - PLZ HL P!
...ith invalid or missing password [2004-02-14 09:40:23] DBUG connection/_handle_get_request Client connected [2004-02-14 09:40:23] DBUG admin/admin_handle_request Got command (listmounts.xsl) [2004-02-14 09:40:23] DBUG admin/command_list_mounts List mounts request [2004-02-14 09:40:23] DBUG admin/admin_send_response Sending XSLT (/share/icecast/admin/listmounts.xsl) My access.log contains 192.168.1.21 - - [14/Feb/2004:09:26:57 +0000] "SOURCE / ICY/666" 401 115 "-" "-" 0 192.168.1.21 - - [14/Feb/2004:09:31:06 +0000] "GET /admin.cgi HTTP/1.0" 404 109 "-" &q...
2009 Nov 18
1
Move listeners problems
Thanks, Karl! I've checked the log files during a move command but I couldn't find anything that looked related to the problems. I've thought of upgrading to 2.3.2 but thought I should ask first if it was something common - saw that someone mailed about the same problems a couple of months ago, if I understood it correctly. /Mathias 2009/11/18 Karl Heyes <karl at xiph.org>:
2019 Dec 22
4
Kicking duplicate connections
Hello fellow mailing list readers, My question relates to multiple / duplicate connections to the ice cast server from the same IP address. I am well aware that this is an issue that lies with the music player (listener agent) used by the listener. When a listener connects to the stream, sometimes it appears as two connections to the stream from the same IP address. This may last only a few
2020 Oct 14
0
meaning of global connections and global client_connections in error log
...al clients (1) [2020-10-14 12:11:59] DBUG admin/admin_handle_request Admin request (/admin/listmounts.xsl) [2020-10-14 12:11:59] DBUG admin/admin_handle_request Got command (listmounts.xsl) [2020-10-14 12:11:59] DBUG admin/command_list_mounts List mounts request [2020-10-14 12:11:59] DBUG admin/admin_send_response Sending XSLT (/usr/share/icecast2/admin/listmounts.xsl) [2020-10-14 12:11:59] DBUG fserve/fserve_add_client Adding client to file serving engine [2020-10-14 12:11:59] DBUG fserve/fserve_add_pending fserve handler waking up [2020-10-14 12:11:59] DBUG fserve/fserv_thread_function fserve handler ex...
2004 Aug 06
2
[FWD: Unable to login to icecast with liveice???]
...ith invalid or missing password [2004-02-14 09:40:23] DBUG connection/_handle_get_request Client connected [2004-02-14 09:40:23] DBUG admin/admin_handle_request Got command (listmounts.xsl) [2004-02-14 09:40:23] DBUG admin/command_list_mounts List mounts request [2004-02-14 09:40:23] DBUG admin/admin_send_response Sending XSLT (/share/icecast/admin/listmounts.xsl) <p>My access.log contains 192.168.1.21 - - [14/Feb/2004:09:26:57 +0000] "SOURCE / ICY/666" 401 115 "-" "-" 0 192.168.1.21 - - [14/Feb/2004:09:31:06 +0000] "GET /admin.cgi HTTP/1.0" 404 109 "-&qu...
2004 Aug 06
2
[FWD: Unable to login to icecast with liveice???]
...ith invalid or missing password [2004-02-14 09:40:23] DBUG connection/_handle_get_request Client connected [2004-02-14 09:40:23] DBUG admin/admin_handle_request Got command (listmounts.xsl) [2004-02-14 09:40:23] DBUG admin/command_list_mounts List mounts request [2004-02-14 09:40:23] DBUG admin/admin_send_response Sending XSLT (/share/icecast/admin/listmounts.xsl) <p>My access.log contains 192.168.1.21 - - [14/Feb/2004:09:26:57 +0000] "SOURCE / ICY/666" 401 115 "-" "-" 0 192.168.1.21 - - [14/Feb/2004:09:31:06 +0000] "GET /admin.cgi HTTP/1.0" 404 109 "-&qu...
2004 Aug 06
2
improved error.log output --diff
...parameters_passed = 1; } - DEBUG1("Done optional check (%d)", parameters_passed); + DEBUG1("Done optional check (%d), %s", parameters_passed, client->con->ip); if (!parameters_passed) { doc = admin_build_sourcelist(source->mount); admin_send_response(doc, client, response, @@ -556,10 +556,10 @@ doc = xmlNewDoc("1.0"); node = xmlNewDocNode(doc, NULL, "iceresponse", NULL); xmlDocSetRootElement(doc, node); - DEBUG1("Response is %d", response); + DEBUG1("Response is %d, %s", response, cl...