[icecast] Master vs Relay

Krištof Petr Kristof.P at fce.vutbr.cz
Tue May 6 15:39:28 UTC 2003



Michael Smith wrote:

>>But is falls with error show below.
>>
>>It seems ServerB is unable to authenticate itself.
>>    
>>
>
>Looks like that feature got broken (hardly anyone uses it). I don't have time 
>at the moment to test this, could you try changing line 147 of 
>icecast/src/slave.c to use "admin" instead of "slave" as the username? Let us 
>know if that works, if it does I can fix the bug properly when I have a few 
>more moments of spare time.
>  
>

Hello Mike,

you are right. This change fix my problem.
Hope you will have spare time ;-)

Thanks

Petr

--- icecast-2.0-alpha-2/src/slave.c-password    2003-05-06 
17:35:37.000000000 +0200
+++ icecast-2.0-alpha-2/src/slave.c     2003-05-06 17:36:35.000000000 +0200
@@ -144,7 +144,7 @@
     int interval;
     char *authheader, *data;
     int len;
-    char *username = "relay";
+    char *username = "admin";
     char *password;
     int max_interval;
     relay_server *relay;

<p><p>--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list