<div dir="ltr">Hello,<br><br>I installed Icecast 2.4.3 by downloading <a href="http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz">http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz</a><br><br>CentOS 7<br><br>Then<br><br>./configure<br>make<br>make install<br><br>Its working.<br><br>My only issue : I have 3 streams, I see the name of my station 3 times in Icecast directory. I tryed to hide 2 streams by using the hidden and public tags and force showing the total of audiance in the one public stream. i used <cluster-password>key</cluster-password> but no success.<br><br><mount type="normal"><br>    <mount-name>/stream1</mount-name><br>    <stream-name>My stream</stream-name><br>    <stream-description>Description</stream-description><br>    <stream-url><a href="http://domain.com">http://domain.com</a></stream-url><br>    <genre>Hits</genre><br>    <bitrate>192</bitrate><br>    <type>application/mp3</type><br>    <subtype>mp3</subtype><br>    <public>0</public><br>    <hidden>1</hidden><br>    <burst-size>384000</burst-size><br>    <queue-size>192000</queue-size><br>    <cluster-password>azertyuiop</cluster-password><br></mount><br><mount type="normal"><br>    <mount-name>/stream2</mount-name><br>    <stream-name>My stream</stream-name><br>    <stream-description>Description</stream-description><br>    <stream-url><a href="http://domain.com">http://domain.com</a></stream-url><br>    <genre>Hits</genre><br>    <bitrate>128</bitrate><br>    <type>application/mp3</type><br>    <subtype>mp3</subtype><br>    <public>1</public><br>    <hidden>0</hidden><br>    <burst-size>256000</burst-size><br>    <queue-size>128000</queue-size><br>    <cluster-password>azertyuiop</cluster-password><br></mount><br><mount type="normal"><br>    <mount-name>/stream3</mount-name><br>    <stream-name>My stream</stream-name><br>    <stream-description>Description</stream-description><br>    <stream-url><a href="http://domain.com">http://domain.com</a></stream-url><br>    <genre>Hits</genre><br>    <bitrate>64</bitrate><br>    <type>application/mp3</type><br>    <subtype>mp3</subtype><br>    <public>0</public><br>    <hidden>1</hidden><br>    <burst-size>128000</burst-size><br>    <queue-size>64000</queue-size><br>    <cluster-password>azertyuiop</cluster-password><br></mount><br><br>How to show onlyone stream [stream2] With the total of all audiance in <a href="http://dir.xiph.org">http://dir.xiph.org</a> ?<br></div>