<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#333399">
<font face="sans-serif">
<blockquote type="cite">
  <pre wrap=""> &gt; &gt;  There's obviously something wrong in my config because playing mythweb
 &gt; &gt;  music from
 &gt; &gt;  <a class="moz-txt-link-freetext"
 href="http://www.copperscorner.com/mythweb/music">http://www.copperscorner.com/mythweb/music</a>
 &gt; &gt;  is no problem.
 &gt; &gt;  Video also works like a charm ?!?!?!
 &gt; &gt;

 &gt; Not sure if this is the same problem you're having but I configured my
 &gt; mythweb to use AuthDigestFile for authenication but unfortunately most
 &gt; players don't seem to support this. Switching apache to use
 &gt; AuthUserFile instead then made it work fine for me.
 &gt;
 &gt; Ash

Thanks it's part of 'a' solution. Using mplayer -playlist playlist.m3u 
works as mplayer <a class="moz-txt-link-freetext"
 href="http://192.168.0.101/mythweb/music/stream?i=41">http://192.168.0.101/mythweb/music/stream?i=41</a> does.
Mozilla 'knows' acording to <a class="moz-txt-link-freetext"
 href="about:plugins">about:plugins</a> that m3u is
12:audio/x-mpegurl:MPEG url:m3u:$

But how can I make Apache provide mplayer with the additional 
'-playlist' parameter ?

Belcampo</pre>
</blockquote>
<br>
I've had the same issue for ages but never bothered about it until your
post made me start monkeying around a bit and managed to get music
working via mythweb for the first time since I set up this system
nearly a year ago.<br>
<br>
In my case, I found that the first uncommented line in
mythweb.conf.apache was pointing incorrectly to:<br>
<br>
&lt;Directory "/var/www/html" &gt;<br>
<br>
when my mythweb files were in fact in:<br>
<br>
&lt;Directory "/var/www/" &gt;<br>
<br>
(yours may differ). Having made that change, voila - streaming music!<br>
<br>
Not sure if that'll solve your problem, but here's hoping!<br>
<br>
Cheers!<br>
<br>
Martin<br>
<br>
<br>
</font>
</body>
</html>