<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>I'm using Icecast over 10 years, so let me first say <b>Thank
        you to all developers</b> of Icecast!</p>
    <p>I have a problem using a mount with relay and a fallback. The
      option <fallback-override> is not working.<br>
    </p>
    <p>I tested two different configurations:</p>
    <p><u>Configuration A:</u></p>
    <p>    <mount><br>
              <mount-name>/Stream-096k.mp3</mount-name><br>
              <max-listeners>2000</max-listeners><br>
              <burst-size>122880</burst-size><br>
             
      <fallback-mount>/Recordings/Record1.mp3</fallback-mount><br>
              <fallback-override>1</fallback-override><br>
          </mount><br>
          <relay><br>
              <server>xxx.xxx.xxx.xxx</server><br>
              <port>8080</port><br>
              <mount>/Masterstream-096k.mp3</mount><br>
              <local-mount>/Stream-096k.mp3</local-mount><br>
              <on-demand>1</on-demand><br>
             <fallback-override>1</fallback-override><br>
          </relay><br>
    </p>
    <p><u>Configuration B:</u></p>
    <p>    <mount><br>
              <mount-name>/Stream-096k.mp3</mount-name><br>
              <max-listeners>2000</max-listeners><br>
              <burst-size>122880</burst-size><br>
             
      <fallback-mount>/Stream-Recorded.mp3</fallback-mount><br>
              <fallback-override>1</fallback-override><br>
          </mount><br>
          <relay><br>
              <server>xxx.xxx.xxx.xxx</server><br>
              <port>8080</port><br>
              <mount>/Masterstream-096k.mp3</mount><br>
              <local-mount>/Stream-096k.mp3</local-mount><br>
              <on-demand>1</on-demand><br>
             <fallback-override>1</fallback-override><br>
          </relay><br>
    </p>
    <p>    <mount><br>
              <mount-name>/Stream-Recorded.mp3</mount-name><br>
              <max-listeners>2000</max-listeners><br>
              <burst-size>61440</burst-size><br>
             
      <fallback-mount>/Recordings/Record1.mp3</fallback-mount><br>
              <fallback-override>1</fallback-override><br>
              <limit-rate>49152</limit-rate><br>
          </mount></p>
    <p>Problem 1:<br>
      In both configurations the fallback is played if the relay is
      offline. But if the stream of the relay is going to online, the
      listeners are not switched back from the fallback. <span
        id="result_box" class="short_text" lang="en"><span class="">Even
          if I wait hours, that does not happen.</span></span><br>
      Currently I still use the older icecast-version 2.3.1 - so
      pherhals this could be the reason...</p>
    <p>Problem 2:<br>
      <span id="result_box" class="" lang="en"><span>I also found that
          <limit-rate> (I did not find this option in the
          dokumentation, why?) does not have any effect, no matter what
          value I used.</span> <span class="">Maybe it's because of the
          older version? (I used limit-rate because the recording is 48k
          instead of 96k).<br>
        </span></span></p>
    <p>Kind regards.</p>
    <p>
    </p>
  </body>
</html>