<div dir="ltr">Thomas and Phillip,<div><br></div><div>Thanks so much for your help. I have it working now but, is there a way to setup that when the user clicks on the m3u to play that it would open a player in the web page instead of creating the m3u file then having to open it in windows media player as some of the time WMP wont play the file.</div><div><br></div><div>Thanks,</div><div><br></div><div>Ron</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 18, 2015 at 2:30 AM, "Thomas B. Rücker" <span dir="ltr"><<a href="mailto:thomas@ruecker.fi" target="_blank">thomas@ruecker.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 02/17/2015 12:09 AM, Ron Harmon wrote:<br>
> Thomas,<br>
><br>
> Sorry to be a pain, but I'm still getting errors when I start Icecast.<br>
> StartingIcecast 2.4.1<br>
> Using config "icecast.xml" from installation directory ...<br>
><br>
> Please open <a href="http://localhost:8000" target="_blank">http://localhost:8000</a> or <a href="http://127.0.0.1:8000" target="_blank">http://127.0.0.1:8000</a> in your web<br>
> browser t<br>
> o see the web interface.<br>
> [2015-02-16  18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check<br>
> status<br>
>  of myauth<br>
><br>
> I have attached a copy of my xml file.<br>
<br>
</span>There are a couple of things wrong with that.<br>
* The hostname is NOT an URL. If you don't plan to list on <a href="http://dir.xiph.org" target="_blank">dir.xiph.org</a>,<br>
leave it as "localhost" and ignore the warning.<br>
* example.m3u is wrong, as pointed out by Philipp<br>
<br>
I've attached a cleaned up icecast.xml file. With everything unused<br>
removed. I've renamed /example.m3u to /example. This will only work if<br>
you plan to stream mp3, if you stream any other codec then it needs the<br>
respective "customary filename extension". Else it will confuse player<br>
software. For Ogg/vorbis it would be /example.ogg and for Opus it would<br>
be /example.opus<br>
<br>
I'd suggest you complete the steps I pointed out earlier (connect a<br>
source client to the right mountpoint and then go to admin interface!).<br>
<span class="HOEnZb"><font color="#888888"><br>
Thomas<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks!<br>
><br>
><br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:icecast-bounces@xiph.org">icecast-bounces@xiph.org</a> [mailto:<a href="mailto:icecast-bounces@xiph.org">icecast-bounces@xiph.org</a>] On Behalf<br>
> Of "Thomas B. Rücker"<br>
> Sent: Monday, February 16, 2015 10:46 AM<br>
> To: <a href="mailto:icecast@xiph.org">icecast@xiph.org</a><br>
> Subject: Re: [Icecast] listener authentication<br>
><br>
> On 02/16/2015 03:08 PM, Ron Harmon wrote:<br>
>> Thanks for your quick reply.<br>
>> I am looking at htpasswd. I am using 2.41 on Windows 7 with BUTT.<br>
>> I have read the documentation but I don't understand where to enter<br>
>> this in the config file.<br>
>> |<mount><br>
>>      <mount-name>/example.ogg</mount-name><br>
>>      <authentication type="htpasswd"><br>
>>              <option name="filename" value="myauth"/><br>
>>              <option name="allow_duplicate_users" value="0"/><br>
>>      </authentication><br>
>> </mount>|<br>
>><br>
> You could paste it in the default windows config right below this:<br>
>     <!-- Mountpoints<br>
>          Only define <mount> sections if you want to use advanced options,<br>
>          like alternative usernames or passwords<br>
>     --><br>
><br>
> Just make sure to NOT put it inside a <!-- --> section. Because then it<br>
> would get ignored.<br>
> A good editor for the Icecast config would be notepad++, as it nicely<br>
> highlights what's active (blue/red) and what's commented out (green).<br>
> <a href="http://notepad-plus-plus.org/" target="_blank">http://notepad-plus-plus.org/</a><br>
><br>
> You can then connect (re)start Icecast, then the source client and proceed<br>
> to the admin interface to edit authentication settings.<br>
> In case of "/example.ogg" this would be:<br>
> <a href="http://localhost:8000/admin/manageauth.xsl?mount=/example.ogg" target="_blank">http://localhost:8000/admin/manageauth.xsl?mount=/example.ogg</a><br>
> (Please note that this is only available while a  source client is running<br>
> on that mountpoint!)<br>
><br>
> On Windows the file "myauth" gets automatically created after adding the<br>
> first user, in the Icecast installation directory, right next to the config<br>
> file.<br>
> On Linux/Unix/OSX it would need a bit more checking. Actually on Windows<br>
> too, but only if you'd run Icecast as a service and under a different user…<br>
><br>
><br>
> Cheers<br>
><br>
> Thomas<br>
><br>
><br>
>> On Mon, Feb 16, 2015 at 8:18 AM, "Thomas B. Rücker" <<a href="mailto:thomas@ruecker.fi">thomas@ruecker.fi</a><br>
>> <mailto:<a href="mailto:thomas@ruecker.fi">thomas@ruecker.fi</a>>> wrote:<br>
>><br>
>>     On 02/16/2015 12:24 PM, Ron Harmon wrote:<br>
>>     > I cannot for the life of me get listener authentication to work.<br>
>>     > Would it be possible to send me a complete xml file that has<br>
>>     listener<br>
>>     > authentication setup?<br>
>><br>
>>     Which kind of listener authentication are you looking for?<br>
>>     - htpasswd file based<br>
>>     - URL auth backend based<br>
>><br>
>>     I would recommend htpasswd if you are a beginner and want<br>
>>     something simple.<br>
>><br>
>>     What OS/Distro is this on?<br>
>>     Which version of Icecast?<br>
>><br>
>>     Have you tried looking at the documentation?<br>
>><br>
>> <a href="http://icecast.org/docs/icecast-2.4.1/auth.html#htpasswd-listener-auth" target="_blank">http://icecast.org/docs/icecast-2.4.1/auth.html#htpasswd-listener-auth</a><br>
>> entication<br>
>><br>
>>     Why I can't just "send a xml file" is, because this depends on a few<br>
>>     things on your system. The questions I posed will help me or others to<br>
>>     give you guidance to get it working correctly though.<br>
>><br>
>>     Cheers<br>
>><br>
>>     Thomas<br>
>><br>
<br>
</div></div><br>_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
<br></blockquote></div><br></div>