<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
IsmoT kirjoitti:
<blockquote cite="mid:46EAAB90.7050508@telemail.fi" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Joe Ripley kirjoitti:
<blockquote
cite="mid:4511c4ff0709131417j70a76ba8y29dabc2a200b1ac2@mail.gmail.com"
type="cite">
<pre wrap="">On 9/13/07, IsmoT <a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="mailto:ismot@telemail.fi"><ismot@telemail.fi></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Thanks for response.
For some reason, I still can't get streaming to work, if I put those
LocationMatch lines above outside of the Directory block. If I uncomment
"Satisfy any" in the authorization section, it works, but for some reason,
there is no authorization needed. ;(
</pre>
</blockquote>
<pre wrap=""><!---->
I have 'Satisfy any' uncommented as well. However, I noticed that the
default LocationMatch rules are different from the ones I use. I
think I was having problems in the past as well and had to make a few
changes. Here's my LocationMatch entries:
<LocationMatch .*/pl/stream/[0-9]+/[0-9]+.*>
Allow from all
</LocationMatch>
<LocationMatch .*/music/stream.*>
Allow from all
</LocationMatch>
Perhaps this will help.
</pre>
</blockquote>
Thanks, this did help. I also needed to add "Satisfy Any" to both
locationmatch sections for some reason.<br>
</blockquote>
Hmm... still one problem. Playlists do not work in mythweb. If I add
songs to it, it still says "playlist is empty" but songs are seen in
the playlist section. I cannot play it, and it can't be saved. I only
get popup "there was problem saving your playlist"<br>
<br>
Is there some other settings I should check?<br>
</body>
</html>