| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Aug 26, 2007 4:00 pm Post subject: how to relay two mount mount from one relay server |
|
|
hi
i do have one server where i got realy but i do have to mount point that i want to relay .so any help how can i add two mount point from one server with same user and password
if i add to relay point then only one comes which ever is first .hereis how i add relay point
<relay>
<server>server.com</server>
<port>port</port>
<username>user</username>
<password>password</password>
<local-mount>/stream2.nsv</local-mount>
<mount>/streamtv2.nsv</mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>server.com</server>
<port>port</port>
<username>user</username>
<password>password</password>
<local-mount>/stream1.nsv</local-mount>
<mount>/stream1.nsv</mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
and how can i authticate for further use.any help.... |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Aug 26, 2007 4:47 pm Post subject: |
|
|
I'm afraid the question is not that clear. If the problem is that only 1 relay becomes active then it could be down to the sources setting being too low. The error log should tell you more information.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Aug 26, 2007 11:51 pm Post subject: |
|
|
ok i will clear you again i am realy two mount point from one master server as i shown in above with same user password and only one mount pint is enable whivh every i call first in icecast.xml and here is log file erros
WARN connection/connection.c Request to add source when maximum source limit reached 2
] DBUG slave/slave.c Failed to complete source initialisation
[2007-08-26 16:59:03] DBUG source/source.c clearing source "/streamtv05.nsv"
[2007-08-26 16:59:04] DBUG stats/stats.c update node clients (3)
[2007-08-26 16:59:04] DBUG stats/stats.c update node clients (2)
[2007-08-26 16:59:04] DBUG slave/slave.c rescanning relay lists
[2007-08-26 16:59:04] DBUG slave/slave.c waiting for relay thread for "/streamtv05.nsv"
[2007-08-26 16:59:06] DBUG stats/stats.c update node total_bytes_read (204400)
[2007-08-26 16:59:06] DBUG stats/stats.c update node total_bytes_sent (0)
[2007-08-26 16:59:08] DBUG stats/stats.c update node total_bytes_read (141391)
[2007-08-26 16:59:08] DBUG stats/stats.c update node total_bytes_sent (0)
[2007-08-26 16:59:11] DBUG stats/stats.c update node total_bytes_read (362600)
[2007-08-26 16:59:11] DBUG stats/stats.c update node total_bytes_sent (0)
[2007-08-26 16:59:13] DBUG stats/stats.c update node total_bytes_read (205800)
[2007-08-26 16:59:13] DBUG stats/stats.c update node total_bytes_sent (0)
--------------------------------------------------------
Stravtv05 is not coming in mount point
and what warring msg
WARN connection/connection.c Request to add source when maximum source limit reached 2
where it comes from
here is |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Aug 27, 2007 12:10 am Post subject: |
|
|
The <sources> setting in the icecast configuration is set to 2 so only allows at most 2 streams (source clients/relays etc) at any one time. If you want one more then increase the value of this setting.
karl. |
|
| Back to top |
|
 |
|