| View previous topic :: View next topic |
| Author |
Message |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Wed Oct 14, 2009 3:49 pm Post subject: please help |
|
|
| i installed icecast2 on debian,it works, but i can't connect to broadcast, i,m using shoutcast for winamp, it says Receving authorization respond, the not connected, over ad over again... can anybody help pls? thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Oct 14, 2009 7:28 pm Post subject: |
|
|
I'm sure somebody can help if information is available. The first of which is to make sure the 2 listening ports are accessible.
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Wed Oct 14, 2009 10:22 pm Post subject: |
|
|
| Yes, the 2 listening port are accesible. I can't figure out what the problem is. Last year i configured icecast2 and it worked perfectly.I really dont know what the problem can be now... |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 15, 2009 12:45 am Post subject: |
|
|
I've moved this thread here as it sounds like a configuration issue not a bug report. You may append any relevant information here.
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Thu Oct 15, 2009 6:42 am Post subject: |
|
|
here is my config file: //
<icecast>
<clients>100</clients>
<sources>20</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>10</burst-on-connect>
<burst-size>65535</burst-size>
<authentication>
<source-password>123456</source-password>
<relay-password>123456</relay-password>
<admin-user>admin</admin-user>
<admin-password>123456</admin-password>
</authentication>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<hostname>www.ghostradio.ro</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>8001</port>
</listen-socket>
<fileserve>0</fileserve>
<master-server>www.mydomain.ro</master-server>
<master-server-port>8000</master-server-port>
<master-update-interval>120</master-update-interval>
<paths>
<logdir>/a</logdir>
<webroot>/a/web</webroot>
<adminroot>/a/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group></group>
</changeowner>
</security>
</icecast> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 15, 2009 12:41 pm Post subject: |
|
|
that xml does does not define any shoutcast compatible ports, try the following block in the xml instead
<listen-socket>
<port>8000</port>
<shoutcast-mount>/stream</shoutcast-mount>
</listen-socket>
This will defined both ports and place the stream under the specified mountpoint.
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Thu Oct 15, 2009 1:35 pm Post subject: |
|
|
| the same problem, any other idear what can be wrong? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 15, 2009 2:12 pm Post subject: |
|
|
not without details from the logs. Details about clients connecting for instance
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Thu Oct 15, 2009 4:36 pm Post subject: |
|
|
192.168.0.3 - - [14/Oct/2009:17:37:16 +0300] "GET /style.css HTTP/1.1" 200 5059 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4$
192.168.0.3 - - [14/Oct/2009:17:37:16 +0300] "GET /corner_topleft.jpg HTTP/1.1" 200 8238 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET $
192.168.0.3 - - [14/Oct/2009:17:37:16 +0300] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8253 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .N$
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /icecast.png HTTP/1.1" 200 5161 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0$
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /corner_topright.jpg HTTP/1.1" 200 8240 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET$
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /corner_bottomright.jpg HTTP/1.1" 200 8244 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .$
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /admin/ HTTP/1.1" 200 2870 "http://www.ghostradio.ro:8000/server_version.xsl" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET $
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /style.css HTTP/1.1" 200 5059 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4$
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /corner_topleft.jpg HTTP/1.1" 200 8238 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET $
192.168.0.3 - - [14/Oct/2009:17:37:17 +0300] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8253 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .N$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /icecast.png HTTP/1.1" 200 5161 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /corner_topright.jpg HTTP/1.1" 200 8240 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /corner_bottomright.jpg HTTP/1.1" 200 8244 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /admin/ HTTP/1.1" 200 2870 "http://www.ghostradio.ro:8000/server_version.xsl" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET $
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /style.css HTTP/1.1" 200 5059 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /corner_topleft.jpg HTTP/1.1" 200 8238 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET $
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8253 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .N$
192.168.0.3 - - [14/Oct/2009:17:37:18 +0300] "GET /icecast.png HTTP/1.1" 200 5161 "http://www.ghostradio.ro:8000/admin/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0$
this is a part of the acces.log .....
[2009-10-14 17:22:00] INFO main/main Icecast 2.3.2 server started
[2009-10-14 17:22:00] INFO yp/yp_recheck_config Adding new YP server "http://dir.xiph.org/cgi-bin/yp-cgi" (timeout 6s, default interval 30s)
[2009-10-14 17:22:00] INFO yp/yp_update_thread YP update thread started
[2009-10-14 17:22:00] INFO connection/get_ssl_certificate No SSL capability
[2009-10-14 17:22:03] INFO sighandler/_sig_die Caught signal 2, shutting down...
[2009-10-14 17:22:03] INFO main/main Shutting down
[2009-10-14 17:22:03] INFO fserve/fserve_shutdown file serving thread stopped
[2009-10-14 17:22:03] INFO slave/_slave_thread shutting down current relays
[2009-10-14 17:22:03] INFO slave/_slave_thread Slave thread shutdown complete
[2009-10-14 17:22:03] INFO auth/auth_shutdown Auth shutdown
[2009-10-14 17:22:03] INFO yp/yp_shutdown YP thread down
[2009-10-14 17:22:04] INFO stats/stats_shutdown stats thread finished
[2009-10-14 17:22:58] INFO main/main Icecast 2.3.2 server started
[2009-10-14 17:22:58] INFO yp/yp_recheck_config Adding new YP server "http://dir.xiph.org/cgi-bin/yp-cgi" (timeout 6s, default interval 30s)
[2009-10-14 17:22:58] INFO yp/yp_update_thread YP update thread started
[2009-10-14 17:22:58] INFO connection/get_ssl_certificate No SSL capability
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /style.css (/a/web/style.css)
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /corner_topleft.jpg (/a/web/corner_topleft.jpg)
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /corner_bottomleft.jpg (/a/web/corner_bottomleft.jpg)
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /icecast.png (/a/web/icecast.png)
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /corner_topright.jpg (/a/web/corner_topright.jpg)
[2009-10-14 17:23:34] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/a/web/corner_bottomright.jpg)
[2009-10-14 17:23:35] INFO fserve/fserve_client_create checking for file /favicon.ico (/a/web/favicon.ico)
[2009-10-14 17:23:35] WARN fserve/fserve_client_create req for file "/a/web/favicon.ico" No such file or directory
[2009-10-14 17:23:37] INFO admin/admin_handle_request Bad or missing password on admin command request (command: )
[2009-10-14 17:23:43] INFO fserve/fserve_client_create checking for file /favicon.ico (/a/web/favicon.ico)
[2009-10-14 17:23:43] WARN fserve/fserve_client_create req for file "/a/web/favicon.ico" No such file or directory
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /style.css (/a/web/style.css)
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /corner_bottomleft.jpg (/a/web/corner_bottomleft.jpg)
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /corner_topleft.jpg (/a/web/corner_topleft.jpg)
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /icecast.png (/a/web/icecast.png)
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /corner_topright.jpg (/a/web/corner_topright.jpg)
[2009-10-14 17:32:32] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/a/web/corner_bottomright.jpg)
[2009-10-14 17:37:21] DBUG fserve/fserve_add_client Adding client to file serving engine
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node client_connections (80)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node file_connections (67)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node client_connections (81)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node file_connections (6
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node client_connections (82)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node file_connections (69)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (2)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (1)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (0)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (1)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node connections (84)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (2)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node connections (85)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node clients (3)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node connections (86)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node client_connections (83)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node file_connections (70)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node client_connections (84)
[2009-10-14 17:37:21] DBUG stats/modify_node_event update node file_connections (71)
[2009-10-14 17:37:21] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/a/web/corner_bottomright.jpg)
[2009-10-14 17:37:21] DBUG fserve/fserve_add_client Adding client to file serving engine
[2009-10-14 17:37:22] DBUG stats/modify_node_event update node client_connections (85)
[2009-10-14 17:37:22] DBUG stats/modify_node_event update node file_connections (72)
this is a part of the error log
thanks in advence |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 15, 2009 5:31 pm Post subject: |
|
|
There are requests for the admin page and the images from that, a webroot xsl link but no source client attempt. So either your source client is not trying or something is preventing connections to the server (eg firewall). I cannot access the server status page from here.
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Thu Oct 15, 2009 6:06 pm Post subject: |
|
|
| yes, because i stoped the server. now it's up. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 15, 2009 6:51 pm Post subject: |
|
|
so port 8000 and 8001 are now accessible, but you are still rejecting the connection, again check the logs, you are not interested in the log lines related to getting web pages just the time when the source client is trying to get connected.
karl. |
|
| Back to top |
|
 |
ghostradio
Joined: 14 Oct 2009 Posts: 7
|
Posted: Thu Oct 15, 2009 7:57 pm Post subject: |
|
|
| in the log file, dosn't even apear that someone is trying to connect... |
|
| Back to top |
|
 |
|