| View previous topic :: View next topic |
| Author |
Message |
Sp4wn
Joined: 09 Aug 2009 Posts: 2
|
Posted: Sun Aug 09, 2009 1:13 am Post subject: show mounts that are inactive but active fallback mount |
|
|
I'm wondering how to show mountpoints on stats that are inactive but have an active fallback.
I have first configgured an none-stop stream and after that configured an live stream with non-stop as fallback.
Fallback works like a charm, but /duvel-stream doesn't show up in stats when /duvel-nonstop is running and playing.
Can anyone help me with this.
| Code: |
<mount>
<mount-name>/duvel-nonstop</mount-name>
<password>***</password>
<charset>ISO8859-1</charset>
<stream-name>*** Non-Stop</stream-name>
<stream-description>Automatische Uitzending</stream-description>
<stream-url>http://www.***.xx</stream-url>
<genre>Various</genre>
<bitrate>128</bitrate>
<type>audio/mpeg</type>
<subtype>vorbis</subtype>
<burst-size>131072</burst-size>
<mp3-metadata-interval>4096</mp3-metadata-interval>
<authentication type="htpasswd">
<option name="filename" value="/usr/share/icecast2/duvelauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
</mount>
<mount>
<mount-name>/duvel-stream</mount-name>
<password>***</password>
<burst-size>131072</burst-size>
<mp3-metadata-interval>4096</mp3-metadata-interval>
<fallback-mount>/duvel-nonstop</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
</mount>
|
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Aug 09, 2009 1:58 am Post subject: |
|
|
Those stats should be showing, if not then let me know the specific version.
karl. |
|
| Back to top |
|
 |
Sp4wn
Joined: 09 Aug 2009 Posts: 2
|
Posted: Sun Aug 09, 2009 9:37 am Post subject: |
|
|
Version : Icecast 2.3.2
Installed from debian apt-get source. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
|
| Back to top |
|
 |
|