| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Dec 22, 2007 9:49 pm Post subject: Hidden listener connections on mounting point webinterface |
|
|
Hello,
I have hidden my mounting point on the webinterface i do this in icecast.xml
i use:
<public>0</public>
<hidden>1</hidden>
Work great.. can listen to the stream.. and i hope nobody can see the information on the webinterface..
But is there realy hidden for any tool i mean the listener connections.
Do have anyone test this? I must sure that no one can see the listener count, but only the admin account!
Thanks,
Mike |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Dec 23, 2007 12:31 am Post subject: |
|
|
The stats for that mountpoint are marked as hidden and are not provided to any webroot based file.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Dec 23, 2007 12:04 pm Post subject: |
|
|
Thank you karlh !
And the Stream Directory can not see the stats
Must use <public>1</public> also?
Thanks Michel |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Dec 23, 2007 12:48 pm Post subject: |
|
|
The stream directories will only be sent the details if the stream is public. Normally this is set by the source client but you can override it with the <public> flag. Setting to 1 will mean it is forced on, 0 is forced off.
karl. |
|
| Back to top |
|
 |
|