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 

Could not parse XSLT file
Goto page Previous  1, 2, 3  Next
 
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: Mon Apr 17, 2006 3:10 pm    Post subject: NO Reply with quote

HI,

the firewall is fine checked it a few times port forwarding is also there and have made no changes from over a week.

the server is running and it is showing as running.

i did reinstall it again and that is the reason it is now saying Could Not Find Server.

i have been through the Config file also but no luck. i have PM'd u the config file pls if u dont mind coud u check it.

i also found that i am not getting listed any more, i was listed yesterday.


[2006-04-17 16:09:04] DBUG stats/stats.c update node total_bytes_sent (0)
[2006-04-17 16:09:05] DBUG stats/stats.c update node yp_currently_playing (88. Bohemia [www.desiest.com] - Sahara Featuring K-Ji - Winamp)
[2006-04-17 16:09:05] EROR yp/yp.c YP touch on http://dir.xiph.org/cgi-bin/yp-cgi failed: NAK
[2006-04-17 16:09:09] DBUG stats/stats.c update node total_bytes_read (4344200)
[2006-04-17 16:09:09] DBUG stats/stats.c update node total_bytes_sent (0)


thanks.
Back to top
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 3:13 pm    Post subject: not possible Reply with quote

hi sorry could not send PM

so here it is :-

<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>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-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>hackme</password>

<max-listeners>50</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>
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 17, 2006 3:18 pm    Post subject: Reply with quote

2 things stand out,

A hostname of localhost is not going to be useful to other people for referring to your server.

You are using <bind-address>127.0.0.1</bind-address>, so only you can access it. Don't use bind-address unless you really need to.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 3:37 pm    Post subject: thanks Reply with quote

hi,

thanks karl, i have fixed the localhost & bind address issue and now the server is visible on http://82.44.169.183:8000/ . but i dont see the stats like before i was more detailed status. there is no link for being online or Listen Now.

please can u go through it once again.

appricated
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 17, 2006 3:51 pm    Post subject: Reply with quote

From the look of it you don't intend to run a relay of another stream so you need to start your source client to begin streaming.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 3:58 pm    Post subject: not understood Reply with quote

hi,

sorry karl, dont know wht u mean. i have Oddcast V3 and Icecast 2 .

as i said before tht it was fine yesterday and as it seem obvious now that i messed up the settings. can u please be more clear.

thanks
Back to top
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 4:43 pm    Post subject: I get this in log file Reply with quote

hi,

i get the below in my log file. i checked the directories they r all set on Read only. i tried to remove the read only but it just comes back again


[2006-04-17 17:36:15] INFO fserve/fserve.c checking for file /corner_topleft.jpg (./web/corner_topleft.jpg)
[2006-04-17 17:36:15] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-17 17:36:15] INFO fserve/fserve.c checking for file /corner_bottomleft.jpg (./web/corner_bottomleft.jpg)
[2006-04-17 17:36:15] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-17 17:36:15] DBUG stats/stats.c update node client_connections (50)
[2006-04-17 17:36:15] DBUG stats/stats.c update node file_connections (33)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (3)
[2006-04-17 17:36:15] DBUG stats/stats.c update node connections (52)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (4)
[2006-04-17 17:36:15] DBUG stats/stats.c update node connections (53)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (3)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (2)
[2006-04-17 17:36:15] DBUG stats/stats.c update node client_connections (51)
[2006-04-17 17:36:15] DBUG stats/stats.c update node file_connections (34)
[2006-04-17 17:36:15] INFO fserve/fserve.c checking for file /corner_topright.jpg (./web/corner_topright.jpg)
[2006-04-17 17:36:15] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-17 17:36:15] INFO fserve/fserve.c checking for file /corner_bottomright.jpg (./web/corner_bottomright.jpg)
[2006-04-17 17:36:15] DBUG fserve/fserve.c Adding client to file serving engine
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (3)
[2006-04-17 17:36:15] DBUG stats/stats.c update node connections (54)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (2)
[2006-04-17 17:36:15] DBUG stats/stats.c update node client_connections (52)
[2006-04-17 17:36:15] DBUG stats/stats.c update node file_connections (35)
[2006-04-17 17:36:15] DBUG stats/stats.c update node client_connections (53)
[2006-04-17 17:36:15] DBUG stats/stats.c update node file_connections (36)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (3)
[2006-04-17 17:36:15] DBUG stats/stats.c update node connections (55)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (2)
[2006-04-17 17:36:15] DBUG stats/stats.c update node clients (1)
[2006-04-17 17:36:16] INFO fserve/fserve.c checking for file /favicon.ico (./web/favicon.ico)
[2006-04-17 17:36:16] WARN fserve/fserve.c req for file "./web/favicon.ico" No such file or directory
[2006-04-17 17:36:16] DBUG fserve/fserve.c Adding client to file serving engine
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 17, 2006 5:55 pm    Post subject: Reply with quote

The link you posted comes back now, and displays the status page, although no stream details are showing currently. Your error log shows no problem reading files, although the favicon.ico is missing but that isn't a great loss.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 6:08 pm    Post subject: Reply with quote

thanks

the status page is showing but no data and no link to "Listen".

i have also spoted 1 error still in log files.

[2006-04-17 19:02:04] EROR yp/yp.c YP add on http://www.oddsock.org/cgi-bin/yp-cgi failed: no response from server
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 17, 2006 7:42 pm    Post subject: Reply with quote

I think that YP server is not working now, remove it from the icecast xml.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Apr 17, 2006 7:50 pm    Post subject: hi Reply with quote

thanks karl,

just need your oppinioin :>>

i am using oddcast DSP V3 with the servers listed below.
Icecast 2 & Shoutcast Server.

i have used Nullsoft Shoutcast source DSP and i have it working with shoutcast server. but have probles adding further encoders.

so i just need to know what wloud be the best options available in setting up as many streams to most services.

and ofcourse something easly setup.

thanks
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Apr 18, 2006 1:12 am    Post subject: Reply with quote

shoutcast is limited to 1 stream per server so you need to use many ports to handle many streams, the extra kick is that each shoutcast source client uses 2 ports. With icecast source clients, they provide a mountpoint so the same port can use used for many streams. For our last set of tests we ran 1400 streams on one icecast listening on one port.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Apr 18, 2006 1:25 am    Post subject: nice Reply with quote

hi Karl , that sounds good, i have now 1 stream already running good, so now i want to offer stream in low / high and perhaps in 2 or 3 formats so that at least the listners can choose to listen in winamp, wmp or realplayer.

if i want to do this what needs to be done.

thanks
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Apr 18, 2006 3:00 am    Post subject: Reply with quote

you need to use source clients that can talk to icecast2, we list some on our web pages. Which one to use depends on the situation however icecast doesn't care which one is used.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Apr 18, 2006 10:26 am    Post subject: ok Reply with quote

really dont know what you mean? i already have a source and the streaming is running fine.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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