<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    If you want, search on facebook for Jonathan Scott Candler and that
    goes for all of you. My email is: <a class="moz-txt-link-abbreviated" href="mailto:jonathancandler_msa@q.com">jonathancandler_msa@q.com</a><br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/17/2015 5:20 AM, Hannah Carroll
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB116-W13399C0B5190ACABAFC9510AC1D0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Thanks been a big help!
        <div>Have you got a personal email or Facebook that I can
          message so its off the mailing list</div>
        <div><br>
        </div>
        <div>Thanks</div>
        <div>hannah <br>
          <br>
          <div>
            <hr id="stopSpelling">To: <a class="moz-txt-link-abbreviated" href="mailto:icecast@xiph.org">icecast@xiph.org</a><br>
            From: <a class="moz-txt-link-abbreviated" href="mailto:jonathancandler_msa@q.com">jonathancandler_msa@q.com</a><br>
            Date: Tue, 17 Nov 2015 03:46:46 -0700<br>
            Subject: Re: [Icecast] fallback mount points?<br>
            <br>
            Each MountPoint has a different URL, but in the ways that I
            have described, you don't use it like that. You can have 2
            or 3 MountPoints but, one you can just serve as a fallback
            for all 3 of them. Let's take this example for a few
            seconds. Say for example, if you had, <a
              moz-do-not-send="true" class="ecxmoz-txt-link-rfc2396E"
              href="http://yourdomain.com:8000/mount1" target="_blank"><a class="moz-txt-link-rfc2396E" href="http://yourdomain.com:8000/mount1">"http://yourdomain.com:8000/mount1"</a></a>
            that will just serve as the listener MountPoint. "/mount2"
            Let's just say is your live MountPoint and "/mount3" is your
            automations MountPoint. You don't have the listeners connect
            to "/mount2" or "/mount3" Only "/mount1" Because all that
            MountPoint is doing is just falling back to either 2 or 3
            depending on the situation. I do server management for free
            so if you need help with configuration, let me know off list
            and I will help you set this up.<br>
            <br>
            <div class="ecxmoz-cite-prefix">On 11/16/2015 5:01 PM,
              Hannah Carroll wrote:<br>
            </div>
            <blockquote
              cite="mid:DUB116-W1054078BB02DFEC0E499773AC1D0@phx.gbl">
              <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
              <div dir="ltr">Hello Jonathan,
                <div>Thank you for taking the time to reply, I just have
                  a few questions.</div>
                <div>I am just a bit unsure on liquid soap I have looked
                  at it before but not sure what it does and how to use
                  it to set up my radio show.</div>
                <div>Also, does each mount point have a different listen
                  URL as our website only allows us to have one URL
                  linked to the website player.</div>
                <div><br>
                </div>
                <div>Thanks again!</div>
                <div>Hannah</div>
                <div><br>
                </div>
                <div><br>
                  <div>
                    <hr id="ecxstopSpelling">To: <a
                      moz-do-not-send="true"
                      class="ecxmoz-txt-link-abbreviated"
                      href="mailto:icecast@xiph.org"><a class="moz-txt-link-abbreviated" href="mailto:icecast@xiph.org">icecast@xiph.org</a></a><br>
                    From: <a moz-do-not-send="true"
                      class="ecxmoz-txt-link-abbreviated"
                      href="mailto:jonathancandler_msa@q.com">jonathancandler_msa@q.com</a><br>
                    Date: Mon, 16 Nov 2015 16:42:48 -0700<br>
                    Subject: Re: [Icecast] fallback mount points?<br>
                    <br>
                    Hello, this is coming from our radio station's
                    icecast config. change at your needs and feel free
                    to use this. <br>
                        <mount><br>
                           
                    <mount-name>/stream.mp3</mount-name><br>
                           
                    <fallback-mount>/live.mp3</fallback-mount><br>
                           
                    <fallback-override>1</fallback-override><br>
                            <hidden>1</hidden><br>
                        </mount><br>
                        <mount><br>
                           
                    <mount-name>/live.mp3</mount-name><br>
                            <password>hackmemore</password><br>
                           
                    <max-listeners>100</max-listeners><br>
                           
                    <fallback-mount>/autodj.mp3</fallback-mount><br>
                           
                    <fallback-override>1</fallback-override><br>
                           
                    <fallback-when-full>1</fallback-when-full><br>
                            <hidden>0</hidden><br>
                        </mount><br>
                        <mount><br>
                           
                    <mount-name>/autodj.mp3</mount-name><br>
                            <intro>/kjsc-intro.mp3</intro><br>
                           
                    <fallback-mount>/kjscradio-down.mp3</fallback-mount><br>
                           
                    <fallback-override>1</fallback-override><br>
                            <hidden>1</hidden><br>
                        </mount><br>
                    Just to let you know, the fallback-mount is the
                    mount that it's going to fallback on if that mount
                    is not available. think of it as a  chane. for us,
                    we have our stream mountpoint which is "/stream.mp3"
                    which the listener connects to and that is only for
                    the listener and that is falling back to either
                    "/live.mp3" if we are doing a show, or, if not, then
                    "/autodj.mp3" If our automation shuts down for any
                    reason and BTW, we are using liquidsoap for all of
                    the automation then, it will put the listener to
                    that mount point. so, all of it is like a chane if
                    you think of it that way. the
                    "<fallback-override>" value is telling icecast
                    to put the listener to the fallback-mount if that
                    mountpoint gets disconnected. If that option is not
                    set, then it will just go dead and the listener
                    would have to connect to the top level mountpoint
                    yet again to make the listener fallback to the
                    correct mountpoint. If you need any help with all of
                    this, let me know.<br>
                    <br>
                    <br>
                    <div class="ecxmoz-cite-prefix">On 11/14/2015 9:56
                      PM, Scott Winterstein wrote:<br>
                    </div>
                    <blockquote
cite="mid:CA+3r0CL4nyj2MF_00bE1gyW7z7z62Bs0Tuu6s72o-JWmqY6YBQ@mail.gmail.com">
                      <div dir="ltr">hey you available today<br>
                      </div>
                      <div class="ecxgmail_extra"><br clear="all">
                        <div>
                          <div class="ecxgmail_signature">
                            <div dir="ltr">
                              <div>
                                <div dir="ltr">
                                  <div>
                                    <div dir="ltr">
                                      <div>
                                        <div>Sehr geehrte Damen und
                                          Herren,<br>
                                          <br>
                                          Hallo,<br>
                                          <br>
                                          <br>
                                          Vielen Dank für deine/Ihre
                                          schnelle Rückantwort.<br>
                                          <br>
                                          Mit freundlichem Gruß<br>
                                          <br>
                                          Scott Winterstein<br>
                                          <a moz-do-not-send="true"
                                            href="http://www.scottwinterstein.com"
                                            target="_blank">http://www.scottwinterstein.com</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://www.facebook.com/scottsdesk"
                                            target="_blank">http://www.facebook.com/scottsdesk</a><br>
                                          <br>
                                          CurrentProjects<br>
                                          <a moz-do-not-send="true"
                                            href="http://rpodata.com"
                                            target="_blank">http://rpodata.com</a><br>
                                          <br>
                                          Thank You!<br>
                                          Scott<br>
                                        </div>
                                        <div dir="ltr">...................................................................................<br>
                                          <br>
                                        </div>
                                        <div>eof<br>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                        <br>
                        <div class="ecxgmail_quote">On Fri, Nov 13, 2015
                          at 5:41 AM, Ashley Bernard <span dir="ltr"><<a
                              moz-do-not-send="true"
                              class="ecxmoz-txt-link-abbreviated"
                              href="mailto:ashleyb1019@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:ashleyb1019@gmail.com">ashleyb1019@gmail.com</a></a>></span>
                          wrote:<br>
                          <blockquote class="ecxgmail_quote"
                            style="border-left:1px #ccc
                            solid;padding-left:1ex;">
                            <div style="word-wrap:break-word;">I’m
                              currently doing a show until one my time,
                              ending in about two hours. After that, you
                              can call our radio station number.
                              <div>325-480-1039
                                <div>
                                  <div class="h5"><br>
                                    <div>
                                      <div>
                                        <blockquote>
                                          <div>On Nov 12, 2015, at 10:49
                                            PM, Scott Winterstein <<a
                                              moz-do-not-send="true"
                                              class="ecxmoz-txt-link-abbreviated"
href="mailto:0turn1@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:0turn1@gmail.com">0turn1@gmail.com</a></a>> wrote:</div>
                                          <br>
                                          <div>
                                            <div dir="ltr">If you send
                                              me a landline number
                                              (cheaper for me on int
                                              calling im in Germany) I
                                              will call and see what I
                                              can do to help<br>
                                            </div>
                                            <div class="ecxgmail_extra"><br
                                                clear="all">
                                              <div>
                                                <div>
                                                  <div dir="ltr">
                                                    <div>
                                                      <div dir="ltr">
                                                        <div>
                                                          <div dir="ltr">
                                                          <div>
                                                          <div>Sehr
                                                          geehrte Damen
                                                          und Herren,<br>
                                                          <br>
                                                          Hallo,<br>
                                                          <br>
                                                          <br>
                                                          Vielen Dank
                                                          für deine/Ihre
                                                          schnelle
                                                          Rückantwort.<br>
                                                          <br>
                                                          Mit
                                                          freundlichem
                                                          Gruß<br>
                                                          <br>
                                                          Scott
                                                          Winterstein<br>
                                                          <a
                                                          moz-do-not-send="true"
class="ecxmoz-txt-link-freetext" href="http://www.scottwinterstein.com"
target="_blank"><a class="moz-txt-link-freetext" href="http://www.scottwinterstein.com">http://www.scottwinterstein.com</a></a><br>
                                                          <a
                                                          moz-do-not-send="true"
class="ecxmoz-txt-link-freetext"
                                                          href="http://www.facebook.com/scottsdesk"
target="_blank"><a class="moz-txt-link-freetext" href="http://www.facebook.com/scottsdesk">http://www.facebook.com/scottsdesk</a></a><br>
                                                          <br>
CurrentProjects<br>
                                                          <a
                                                          moz-do-not-send="true"
class="ecxmoz-txt-link-freetext" href="http://rpodata.com"
                                                          target="_blank"><a class="moz-txt-link-freetext" href="http://rpodata.com">http://rpodata.com</a></a><br>
                                                          <br>
                                                          Thank You!<br>
                                                          Scott<br>
                                                          </div>
                                                          <div dir="ltr">...................................................................................<br>
                                                          <br>
                                                          </div>
                                                          <div>eof<br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                        </div>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </div>
                                              </div>
                                              <br>
                                              <div
                                                class="ecxgmail_quote">On

                                                Wed, Nov 11, 2015 at
                                                11:10 PM, Ashley Bernard
                                                <span dir="ltr"><<a
                                                    moz-do-not-send="true"
class="ecxmoz-txt-link-abbreviated" href="mailto:ashleyb1019@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:ashleyb1019@gmail.com">ashleyb1019@gmail.com</a></a>></span>
                                                wrote:<br>
                                                <blockquote
                                                  class="ecxgmail_quote"
                                                  style="border-left:1px
                                                  #ccc
                                                  solid;padding-left:1ex;">hello

                                                  all.<br>
                                                  I run a station which
                                                  uses one primary mount
                                                  to broadcast from.
                                                  when DJs are not on
                                                  air, we want to stream
                                                  a playlist of music. I
                                                  have a program taking
                                                  care of that for us,
                                                  but now I’m at a
                                                  standstill.<br>
                                                  When our automation
                                                  connects to our
                                                  primary mount point no
                                                  DJ can connect to
                                                  broadcast. So, I’m
                                                  assuming I need to
                                                  work something out
                                                  with a fallback mount
                                                  point but don’t quite
                                                  get how it works. For
                                                  example, we broadcast
                                                  on /live. When we’re
                                                  done, we need the
                                                  automation to kick in
                                                  either by redirecting
                                                  people to its mount or
                                                  also playing on live.
                                                  Also, we are using the
                                                  default source
                                                  username, will we have
                                                  to create a different
                                                  source for this to
                                                  work?<br>
                                                  Sorry for the long
                                                  post. just completely
                                                  baffled.<br>
_______________________________________________<br>
                                                  Icecast mailing list<br>
                                                  <a
                                                    moz-do-not-send="true"
href="mailto:Icecast@xiph.org" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a></a><br>
                                                  <a
                                                    moz-do-not-send="true"
href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer"
                                                    target="_blank"><a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a></a><br>
                                                </blockquote>
                                              </div>
                                              <br>
                                            </div>
_______________________________________________<br>
                                            Icecast mailing list<br>
                                            <a moz-do-not-send="true"
                                              href="mailto:Icecast@xiph.org"
                                              target="_blank">Icecast@xiph.org</a><br>
                                            <a moz-do-not-send="true"
                                              href="http://lists.xiph.org/mailman/listinfo/icecast"
                                              target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
                                          </div>
                                        </blockquote>
                                      </div>
                                      <br>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <br>
_______________________________________________<br>
                            Icecast mailing list<br>
                            <a moz-do-not-send="true"
                              href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br>
                            <a moz-do-not-send="true"
                              href="http://lists.xiph.org/mailman/listinfo/icecast"
                              rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
                            <br>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                      <br>
                      <fieldset class="ecxmimeAttachmentHeader"></fieldset>
                      <br>
                      <pre>_______________________________________________
Icecast mailing list
<a moz-do-not-send="true" class="ecxmoz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
<a moz-do-not-send="true" class="ecxmoz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
                    </blockquote>
                    <br>
                    <br>
                    _______________________________________________
                    Icecast mailing list <a moz-do-not-send="true"
                      class="ecxmoz-txt-link-abbreviated"
                      href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
                    <a moz-do-not-send="true"
                      class="ecxmoz-txt-link-freetext"
                      href="http://lists.xiph.org/mailman/listinfo/icecast"
                      target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a></div>
                </div>
              </div>
              <br>
              <fieldset class="ecxmimeAttachmentHeader"></fieldset>
              <br>
              <pre>_______________________________________________
Icecast mailing list
<a moz-do-not-send="true" class="ecxmoz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
<a moz-do-not-send="true" class="ecxmoz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
            </blockquote>
            <br>
            <br>
            _______________________________________________
            Icecast mailing list
            <a class="moz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
            <a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a></div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Icecast mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Icecast@xiph.org">Icecast@xiph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>