| View previous topic :: View next topic |
| Author |
Message |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 11:48 am Post subject: new user need help plz |
|
|
ok i have icecast 2 and oldcast dsp but i have no idea what i an doing plz any help i have used shoutcast befor and get listeners then as i know my url but icecast 2 i am totfaly lost i also have a no ip any help would be greatfuly appeciated many thanks in advance |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Apr 08, 2006 12:51 pm Post subject: |
|
|
As the administrator of a server (for any type of server) that responds to external application such a players, you really should know what the IP/DNS name for it is.
karl. |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 1:16 pm Post subject: new user need help plz |
|
|
| hi karl tyvm for your reply i know my ip and port no. as i use port 8000 so what would the url be to listen to my music plz many thanks in advance and i know the plugin is working as it displays the song title and the rating of sound so what will my url be plz |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 1:53 pm Post subject: new user need help plz |
|
|
| ;ok carl i found my url but still cant here the music when i log into the admin bit i get this error >>> You need to authenticate any ideas plz also i use no-ip so my url is >> http://lemmy777.no-ip.info:8000 and users say they cant here nothing many thanks for your help |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Apr 08, 2006 3:12 pm Post subject: |
|
|
based on that url, it seems like a connection cannot be established, so probably a firewall or port forwarding issue is preventing access to icecast. Internally you may be able to access the server though so http://lemmy777.no-ip.info:8000/status.xsl should work without authentication, http://lemmy777.no-ip.info:8000/admin/ requires the admin authentication as defined in your icecast xml
karl. |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 3:32 pm Post subject: new user need help plz |
|
|
sorry to be a pain but all pages u posetd are ofline and i know it works on this port as shoutcast did and whedn i started tghe icecast i permitted it through my firewall any other ideas plz heres my xml as nows witfh my password removed
| Code: |
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However,
it also significantly increases latency between the source
client and listening client. For low-latency setups, you
might want to disable this. -->
<burst-on-connect>1</burst-on-connect>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>
<authentication>
<!-- Sources log in with username 'source' -->
<source-passwordPASSWORD</source-password>
<!-- Relays log in username 'relay' -->
<relay-passwordPASSWORD</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>admin</admin-user>
<admin-passwordPASSWORD</admin-password>
</authentication>
<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostname>localhost</hostname>
<!-- You can use these two if you only want a single listener -->
<!--<port>8000</port> -->
<!--<bind-address>127.0.0.1</bind-address>-->
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->
<!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-passwordPASSWORD</master-password>-->
<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->
<!--
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
-->
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
<mount>
<mount-name>/example-complex.ogg</mount-name>
<username>lemmy</username>
<passwordPASSWORD</password>
<max-listeners>20</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
<option name="mount_add" value="http://myauthserver.net/notify_mount.php"/>
<option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/>
<option name="listener_add" value="http://myauthserver.net/notify_listener.php"/>
<option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/>
</authentication>
</mount>
-->
<fileserve>1</fileserve>
<!-- set the mountpoint for a shoutcast source to use, the default if not
specified is /stream but you can change it here if an alternative is
wanted or an extension is required
<shoutcast-mount>/live.nsv</shoutcast-mount>
-->
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>./</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<!-- <pidfile>./icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://lemmy777.no-ip.info:8000/status.xsl to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast>
|
hope tghis helps many thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Apr 08, 2006 5:00 pm Post subject: |
|
|
Your xml looks ok except for <hostname> as indicated by the comment above it. As for your query, it's still not clear what the problem is, you indicate it's not a connection issue but have not said if the stream details appear on the status page. If they do they you should have a listen link and that will be a m3u link which should start the player.
karl. |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 6:15 pm Post subject: new user need help plz |
|
|
| once again tyvm for your time karl and no theres not a link on my status page to listen to the audio and as above the <hostnamne> u have lost me again lol sorry can u explain plz many thanks terry |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sat Apr 08, 2006 8:54 pm Post subject: new user need help plz |
|
|
hi karl i messed up big time on this i gedta fatal errord heresmny xml as now with the pasword removed i have port 8000 and port 8001 open on router wel here my xml
| Code: |
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However,
it also significantly increases latency between the source
client and listening client. For low-latency setups, you
might want to disable this. -->
<burst-on-connect>1</burst-on-connect>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>password</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>password</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>admin</admin-user>
<admin-password>password</admin-password>
</authentication>
<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostnam>86.135.74.181</hostname>
<!-- You can use these two if you only want a single listener -->
<!--<port>8000</port> -->
<!--<bind-address>127.0.0.1</bind-address>-->
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->
<!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>password</master-password>-->
<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->
<!--
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
-->
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
<mount>
<mount-name>/example-complex.ogg</mount-name>
<username>lemmy</username>
<password>password</password>
<max-listeners>20</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
<option name="mount_add" value="http://myauthserver.net/notify_mount.php"/>
<option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/>
<option name="listener_add" value="http://myauthserver.net/notify_listener.php"/>
<option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/>
</authentication>
</mount>
-->
<fileserve>1</fileserve>
<!-- set the mountpoint for a shoutcast source to use, the default if not
specified is /stream but you can change it here if an alternative is
wanted or an extension is required
<shoutcast-mount>/live.nsv</shoutcast-mount>
-->
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>./</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<!-- <pidfile>./icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://lemmy777.no-ip.info:8000/status.xsl to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>anyuser</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast>
|
many thanks in advance |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 09, 2006 1:41 am Post subject: |
|
|
you missed an 'e' in this
<hostnam>86.135.74.181</hostname>
icecast is only listening on 8000 as 8001 is commented out, usualy only 1 port is required unless you are using a shoutcast source client.
If icecast is running but no sources are connected then you get a web page which has no stream information, confirm that at least. If your source client connects and streams then some stream information will appear as well. If the source client fails to stream then it's probably being rejected by icecast so check the error log.
karl. |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sun Apr 09, 2006 11:03 am Post subject: new user need help plz |
|
|
hi karl i uninstalled and reinstaled this is the xml as now
| Code: |
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However,
it also significantly increases latency between the source
client and listening client. For low-latency setups, you
might want to disable this. -->
<burst-on-connect>1</burst-on-connect>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>hackme</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>hackme</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostname>86.143.219.237</hostname>
<!-- You can use these two if you only want a single listener -->
<!--<port>8000</port> -->
<!--<bind-address>127.0.0.1</bind-address>-->
<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->
<!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>-->
<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->
<!--
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
-->
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
<mount>
<mount-name>/example-complex.ogg</mount-name>
<username>othersource</username>
<password>hackmemore</password>
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
<option name="mount_add" value="http://myauthserver.net/notify_mount.php"/>
<option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/>
<option name="listener_add" value="http://myauthserver.net/notify_listener.php"/>
<option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/>
</authentication>
</mount>
-->
<fileserve>1</fileserve>
<!-- set the mountpoint for a shoutcast source to use, the default if not
specified is /stream but you can change it here if an alternative is
wanted or an extension is required
<shoutcast-mount>/live.nsv</shoutcast-mount>
-->
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>./</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<!-- <pidfile>./icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://server:port/ to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast>
|
i get a status page but no info o whats being played and i cant login into the admin page here are my logs also
| Code: |
[2006-04-09 11:44:02] INFO main/main.c Icecast 2.3.1 server started
[2006-04-09 11:44:02] INFO stats/stats.c stats thread started
[2006-04-09 11:44:02] INFO fserve/fserve.c file serving thread started
[2006-04-09 11:44:02] DBUG yp/yp.c Updating YP configuration
[2006-04-09 11:44:02] INFO yp/yp.c YP update thread started
[2006-04-09 11:44:02] INFO auth/auth.c Authentication thread started
[2006-04-09 11:44:03] DBUG slave/slave.c checking master stream list
[2006-04-09 11:45:33] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:33] DBUG stats/stats.c update node connections (1)
[2006-04-09 11:45:33] DBUG connection/connection.c alias has made / into /status.xsl
[2006-04-09 11:45:33] DBUG connection/connection.c Stats request, sending XSL transformed stats
[2006-04-09 11:45:33] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:33] DBUG stats/stats.c update node client_connections (1)
[2006-04-09 11:45:33] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:45:34] INFO fserve/fserve.c checking for file /style.css (./web/style.css)
[2006-04-09 11:45:34] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:34] INFO fserve/fserve.c checking for file /icecast.png (./web/icecast.png)
[2006-04-09 11:45:34] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:34] INFO fserve/fserve.c checking for file /corner_topleft.jpg (./web/corner_topleft.jpg)
[2006-04-09 11:45:34] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:34] INFO fserve/fserve.c checking for file /corner_bottomleft.jpg (./web/corner_bottomleft.jpg)
[2006-04-09 11:45:34] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:34] DBUG stats/stats.c update node connections (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node connections (3)
[2006-04-09 11:45:34] DBUG stats/stats.c update node client_connections (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node file_connections (1)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node connections (4)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (3)
[2006-04-09 11:45:34] DBUG stats/stats.c update node connections (5)
[2006-04-09 11:45:34] DBUG stats/stats.c update node client_connections (3)
[2006-04-09 11:45:34] DBUG stats/stats.c update node file_connections (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node client_connections (4)
[2006-04-09 11:45:34] DBUG stats/stats.c update node file_connections (3)
[2006-04-09 11:45:34] DBUG stats/stats.c update node client_connections (5)
[2006-04-09 11:45:34] DBUG stats/stats.c update node file_connections (4)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:34] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:45:36] INFO fserve/fserve.c checking for file /corner_topright.jpg (./web/corner_topright.jpg)
[2006-04-09 11:45:36] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:36] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:36] DBUG stats/stats.c update node connections (6)
[2006-04-09 11:45:36] DBUG stats/stats.c update node client_connections (6)
[2006-04-09 11:45:36] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:36] DBUG stats/stats.c update node connections (7)
[2006-04-09 11:45:36] DBUG stats/stats.c update node file_connections (5)
[2006-04-09 11:45:36] INFO fserve/fserve.c checking for file /corner_bottomright.jpg (./web/corner_bottomright.jpg)
[2006-04-09 11:45:36] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:36] DBUG stats/stats.c update node client_connections (7)
[2006-04-09 11:45:36] DBUG stats/stats.c update node file_connections (6)
[2006-04-09 11:45:36] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:36] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:45:42] DBUG connection/connection.c Stats request, sending XSL transformed stats
[2006-04-09 11:45:42] DBUG xslt/xslt.c Using cached sheet 2
[2006-04-09 11:45:42] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:42] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:42] DBUG stats/stats.c update node connections (8)
[2006-04-09 11:45:42] DBUG stats/stats.c update node client_connections (8)
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /icecast.png (./web/icecast.png)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /corner_topleft.jpg (./web/corner_topleft.jpg)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (9)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (10)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (3)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (11)
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (9)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (7)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (4)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (12)
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (10)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (8)
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /style.css (./web/style.css)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /corner_bottomleft.jpg (./web/corner_bottomleft.jpg)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /corner_topright.jpg (./web/corner_topright.jpg)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] INFO fserve/fserve.c checking for file /corner_bottomright.jpg (./web/corner_bottomright.jpg)
[2006-04-09 11:45:43] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (11)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (9)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (3)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (12)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (10)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (13)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (3)
[2006-04-09 11:45:43] DBUG stats/stats.c update node connections (14)
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (13)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (11)
[2006-04-09 11:45:43] DBUG stats/stats.c update node client_connections (14)
[2006-04-09 11:45:43] DBUG stats/stats.c update node file_connections (12)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (2)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:43] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:45:53] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:45:53] DBUG admin/admin.c Got command ()
[2006-04-09 11:45:53] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:45:53] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:45:53] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:45:53] DBUG stats/stats.c update node connections (15)
[2006-04-09 11:45:53] DBUG stats/stats.c update node client_connections (15)
[2006-04-09 11:45:53] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:46:03] DBUG slave/slave.c checking master stream list
[2006-04-09 11:46:09] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:46:09] DBUG admin/admin.c Got command ()
[2006-04-09 11:46:09] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:46:09] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:46:09] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:46:09] DBUG stats/stats.c update node connections (16)
[2006-04-09 11:46:09] DBUG stats/stats.c update node client_connections (16)
[2006-04-09 11:46:09] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:46:17] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:46:17] DBUG admin/admin.c Got command ()
[2006-04-09 11:46:17] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:46:17] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:46:17] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:46:17] DBUG stats/stats.c update node connections (17)
[2006-04-09 11:46:17] DBUG stats/stats.c update node client_connections (17)
[2006-04-09 11:46:17] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:46:33] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:46:33] DBUG admin/admin.c Got command ()
[2006-04-09 11:46:33] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:46:33] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:46:33] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:46:33] DBUG stats/stats.c update node connections (18)
[2006-04-09 11:46:33] DBUG stats/stats.c update node client_connections (18)
[2006-04-09 11:46:33] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:48:04] DBUG slave/slave.c checking master stream list
[2006-04-09 11:50:04] DBUG slave/slave.c checking master stream list
[2006-04-09 11:50:24] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:50:24] DBUG admin/admin.c Got command ()
[2006-04-09 11:50:24] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:50:24] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:50:24] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:50:24] DBUG stats/stats.c update node connections (19)
[2006-04-09 11:50:24] DBUG stats/stats.c update node client_connections (19)
[2006-04-09 11:50:24] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:50:24] DBUG admin/admin.c Got command ()
[2006-04-09 11:50:24] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:50:24] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:50:24] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:50:24] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:50:24] DBUG stats/stats.c update node connections (20)
[2006-04-09 11:50:24] DBUG stats/stats.c update node client_connections (20)
[2006-04-09 11:50:24] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:50:50] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:50:50] DBUG admin/admin.c Got command ()
[2006-04-09 11:50:50] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:50:50] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:50:50] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:50:50] DBUG stats/stats.c update node connections (21)
[2006-04-09 11:50:50] DBUG stats/stats.c update node client_connections (21)
[2006-04-09 11:50:50] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:51:06] DBUG stats/stats.c update node clients (1)
[2006-04-09 11:51:06] DBUG stats/stats.c update node connections (22)
[2006-04-09 11:51:06] DBUG admin/admin.c Admin request (/admin/)
[2006-04-09 11:51:06] DBUG admin/admin.c Got command ()
[2006-04-09 11:51:06] INFO admin/admin.c Bad or missing password on admin command request (command: )
[2006-04-09 11:51:06] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-09 11:51:07] DBUG stats/stats.c update node client_connections (22)
[2006-04-09 11:51:07] DBUG stats/stats.c update node clients (0)
[2006-04-09 11:52:04] DBUG slave/slave.c checking master stream list
[2006-04-09 11:54:04] DBUG slave/slave.c checking master stream list
|
and heres my access log
| Code: |
86.143.219.237 - - [09/Apr/2006:11:45:33 +0100] "GET / HTTP/1.1" 200 1188 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:34 +0100] "GET /style.css HTTP/1.1" 200 4200 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:34 +0100] "GET /icecast.png HTTP/1.1" 200 5139 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:34 +0100] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:34 +0100] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:36 +0100] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:36 +0100] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:42 +0100] "GET /status.xsl HTTP/1.1" 200 1188 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /icecast.png HTTP/1.1" 200 5139 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /style.css HTTP/1.1" 200 4200 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:43 +0100] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:45:53 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:46:09 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:46:17 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:46:33 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/status.xsl" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:50:24 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 1
86.143.219.237 - - [09/Apr/2006:11:50:24 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:50:50 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 0
86.143.219.237 - - [09/Apr/2006:11:51:07 +0100] "GET /admin/ HTTP/1.1" 401 115 "http://86.143.219.237:8000/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" 1
|
i hope tghis helps you as i am totaly lost and realy do appeciate your help many thanks in advance the bottom 4 on the global stats on the server are 12 22 0 12 once again tyvm |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sun Apr 09, 2006 11:23 am Post subject: new user need help plz |
|
|
hinkarl managed to log into admin page this is what i see
| Code: |
client_connections 33
clients 1
connections 34
file_connections 24
listener_connections 0
server Icecast 2.3.1
server_start Sun, 09 Apr 2006 12:10:17 GMT Standard Time
source_client_connections 0
source_relay_connections 0
source_total_connections 0
sources 0
stats 0
stats_connections 0
|
but no1 can hear the music i play any ideas plz |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 09, 2006 1:00 pm Post subject: |
|
|
ok, so admin access is working after all. The logs you have posted don't show any source client connecting, so you need to find out what actually happens when you try to connect with the source client. Does it connect to icecast?, does it authenticate? and does it send data to icecast? just look at the log files when you try it
karl. |
|
| Back to top |
|
 |
lemsip boy Guest
|
Posted: Sun Apr 09, 2006 2:21 pm Post subject: new user need help plz |
|
|
hi karl sorry to say but i give up as it never worked i used shoutcast and entered a url and works fine but icecast same url nothing so i just give up tyvm for your help and hope all goes wel for you and the icecast team as it wasnt for me so sorry  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 09, 2006 4:45 pm Post subject: |
|
|
Just for future reference, when you get a problem with any application (not just icecast) and you ask for help, try to do what is asked of you and give feedback.
karl. |
|
| Back to top |
|
 |
|