<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="Generator" content="Microsoft Word 15 (filtered medium)">
    <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}</style>
  </head>
  <body vlink="#954F72" link="blue" lang="ES">
    Hello,<br>
    <br>
    in advance: You can also answer me in German.<br>
    <br>
    I know Icecast over 10 years very well. My problem is this and I am
    trying to describe it very short:<br>
    <br>
    If my Icecast stream/mount is offline, a recorded MP3 file should be
    played via the Icecast mount. The mount is configured as follows:<br>
    <br>
    <mount><br>
        <mount-name>/LiveStream1.mp3</mount-name><br>
        <max-listeners>1000</max-listeners><br>
        <max-listener-duration>36000</max-listener-duration><br>
        <burst-size>122880</burst-size><br>
        <mp3-metadata-interval>61440</mp3-metadata-interval><br>
        <no-yp>1</no-yp><br>
        <fallback-mount>/Recorded.mp3</fallback-mount><br>
        <fallback-override>1</fallback-override><br>
    </mount><br>
    <br>
    That all works fine, but an HTML audioplayer is used on a homepage,
    which disconnects and reconnects after 60 minutes to that mount.
    Unfortunately, this cannot be changed in the HTML player, says the
    developer. So the MP3 playback starts over every 60 minutes with
    each reconnect. The user can hear only the first 60 minutes again
    and again.<br>
    <br>
    Question 1:<br>
    Is it possible to setup the mount that it doesn't start the MP3 file
    from the beginning every time for each listener?<br>
    <br>
    Question 2:<br>
    If not, can the mount configurated like this, that it plays the MP3
    file as an endless livestream. When the user/player connect to the
    mount it doesn't play the recorded mp3 file from the beginning, but
    runs it in an endless loop.<br>
    <br>
    Question 3:<br>
    If is not possible, is there a software for Windows that sends the
    MP3 directly on the server as a stream to an Icecast mount, in an
    endless loop, like a real livestream?<br>
    <br>
    I hope someone can help me. I already say thank you.<br>
  </body>
</html>