| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Dec 26, 2005 12:27 am Post subject: URL listener authenticator |
|
|
URL listener authenticator does not seem to be working. I'm wondering if anyone else is having trouble too. I noticed that the begining of the the code does not have >. Could this be the cause?
| Code: |
<authentication type="url">
<option name="add"value="http://www.yourwebsite.com/icecast/action.php"/>
<option name="remove" value="http://www.yourwebsite.com/icecast/action.php"/>
<option name="start" value="http://www.yourwebsite.com/icecast/action.php"/>
<option name="end" value="http://www.yourwebsite.com/icecast/action.php"/>
</authentication>
|
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Dec 26, 2005 2:18 am Post subject: |
|
|
yes, those option names were used early on, the names used in the release has been updated to names like "listener_add" and "mount_add". Check the docs/xml samples.
karl. |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Dec 26, 2005 3:44 am Post subject: |
|
|
| changed them to the new variables... still not working not asking for auth. Straight connects to the broadcast... |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Dec 26, 2005 8:35 am Post subject: |
|
|
| Issue was resolved line was commented.... |
|
| Back to top |
|
 |
|