| View previous topic :: View next topic |
| Author |
Message |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Wed Oct 29, 2008 8:35 pm Post subject: 2.3.2 KH3 and On-Demand Relays |
|
|
I just upgraded one of my servers to 2.3.2 KH3. It appears that the on-demand relay section is not working properly since I have no listeners connected and I've got all relays connected to the Master.
Here is a typical mount configuration for my relays:
| Code: |
<mount>
<mount-name>/stream-032k.ogg</mount-name>
<bitrate>32</bitrate>
<authentication type="url">
<option name="listener_remove" value="http://dev/modules/uhq_iceauth/auth.php"/>
<option name="mount_add" value="http://dev/modules/uhq_iceauth/auth.php"/>
<option name="mount_remove" value="http://dev/modules/uhq_iceauth/auth.php"/>
</authentication>
</mount>
<relay>
<server>68.x.x.x</server>
<port>2112</port>
<mount>/rgr-32k.ogg</mount>
<local-mount>/stream-032k.ogg</local-mount>
<on-demand>1</on-demand>
</relay>
|
_________________ ++I; |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Oct 29, 2008 9:10 pm Post subject: |
|
|
can you send the error log for a slave that shows no listeners on an on-demand relay. I don't think any part of that code has been changed for some time.
karl. |
|
| Back to top |
|
 |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Thu Oct 30, 2008 2:17 pm Post subject: |
|
|
I'll have the log emailed to you in a short moment. _________________ ++I; |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 31, 2008 4:55 pm Post subject: |
|
|
thanks for the report, fixed in kh4
karl. |
|
| Back to top |
|
 |
|