<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>I actually got this to work this morning finally. The problem was
      on my auth server. <br>
    </p>
    <p>I see the source auth hook being sent a lot, is there anyway to
      get the current metadata in that hook?</p>
    <p>Ideally, every time the source is updated, I'd like to get a hook
      so I can track the songs that are being played. Alternatively, the
      only way I can see doing it, is to make a get request every X
      seconds and watch for the song to change.</p>
    <p><br>
    </p>
    <p>Alex</p>
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 11/7/2018 9:38 AM, Philipp Schafft
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1541601504.1925.328.camel@de.loewenfelsen.net">
      <pre wrap="">Good afternoon,

On Wed, 2018-11-07 at 08:08 -0500, Alex Hackney wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">When I stream with winamp, it appears to ask for a username and password
Everytime. If I just set the return to true no matter what, will it prevent
the client from asking for a password?
</pre>
      </blockquote>
      <pre wrap="">
This sounds like there is a configuration problem. Icecast by itself
does not send a 401 without a negative reply from the server (or a
backend failure).

Maybe you can share your <mount> block (with passwords removed (if any))
with us?

Please also check your error.log for any problems. Related lines should
include "auth" somewhere in them.

With best regards,


</pre>
      <blockquote type="cite">
        <pre wrap="">On Sun, Nov 4, 2018, 06:57 Thomas B. Rücker <<a class="moz-txt-link-abbreviated" href="mailto:thomas@ruecker.fi">thomas@ruecker.fi</a> wrote:

</pre>
        <blockquote type="cite">
          <pre wrap="">

On 11/02/2018 11:41 PM, Alex Hackney wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">I am looking for a way that I can use to send a hook to my api when
particular things happen.

For instance, i need to know when listeners or sources connect or
disconnect and when song meta data changes on a stream.

I see this data on the log and can write a script to do it by
monitoring the log but does icecast have a better way?

Almost looks like the auth block could do it but I don't want to
prompt listeners for a login.

</pre>
          </blockquote>
          <pre wrap="">
That's actually how you do it. You use the URL-auth backend and always
return positive authentication.

Please make sure that you are running version 2.4.4 though. Older
versions have a security issue in the URL-auth code!
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">

</pre>
      <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>