<!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=""> > > There's obviously something wrong in my config because playing mythweb
> > music from
> > <a class="moz-txt-link-freetext"
href="http://www.copperscorner.com/mythweb/music">http://www.copperscorner.com/mythweb/music</a>
> > is no problem.
> > Video also works like a charm ?!?!?!
> >
> Not sure if this is the same problem you're having but I configured my
> mythweb to use AuthDigestFile for authenication but unfortunately most
> players don't seem to support this. Switching apache to use
> AuthUserFile instead then made it work fine for me.
>
> 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>
<Directory "/var/www/html" ><br>
<br>
when my mythweb files were in fact in:<br>
<br>
<Directory "/var/www/" ><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>