When I try streaming a playlist from mythweb it loads the playlist in Windows Media player and fails with a &quot;Reached the end of the file.&quot; error.<br>VLC fails also, by just skipping through each track in the list (I see the track names shoot by) and not playing anything.
<br><br>With 5 songs in the playlist the mythbackend log looks like....<br><br>2007-12-19 13:37:06.629 MainServer::HandleAnnounce Monitor<br>2007-12-19 13:37:06.633 adding: ######.dyndns.tv as a client (events: 0)<br>2007-12-19 13:37:
07.186 MainServer::HandleAnnounce Monitor<br>2007-12-19 13:37:07.189 adding: ######.dyndns.tv as a client (events: 0)<br>2007-12-19 13:37:07.786 MainServer::HandleAnnounce Monitor<br>2007-12-19 13:37:07.788 adding: ######.dyndns.tv as a client (events: 0)
<br>2007-12-19 13:37:08.387 MainServer::HandleAnnounce Monitor<br>2007-12-19 13:37:08.389 adding: ######.dyndns.tv as a client (events: 0)<br>2007-12-19 13:37:08.976 MainServer::HandleAnnounce Monitor<br>2007-12-19 13:37:
08.979 adding: ######.dyndns.tv as a client (events: 0)<br><br>The apache log looks like...<br>###.###.###.### - - [19/Dec/2007:13:37:06 +0000] &quot;GET /music/stream?i=7192 HTTP/1.1&quot; 401 499 &quot;-&quot; &quot;NSPlayer/10.0.0.3802&quot;
<br>###.###.###.### - mythtv [19/Dec/2007:13:37:06 +0000] &quot;GET /music/stream?i=7192 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;NSPlayer/10.0.0.3802 WMFSDK/10.0&quot;<br>###.###.###.### - - [19/Dec/2007:13:37:06 +0000] &quot;GET /music/stream?i=7769 HTTP/1.1&quot; 401 499 &quot;-&quot; &quot;NSPlayer/10.0.0.3802&quot;
<br>###.###.###.### - mythtv [19/Dec/2007:13:37:07 +0000] &quot;GET /music/stream?i=7769 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;NSPlayer/10.0.0.3802 WMFSDK/10.0&quot;<br>###.###.###.### - - [19/Dec/2007:13:37:07 +0000] &quot;GET /music/stream?i=5485 HTTP/1.1&quot; 401 499 &quot;-&quot; &quot;NSPlayer/10.0.0.3802&quot;
<br>###.###.###.### - mythtv [19/Dec/2007:13:37:07 +0000] &quot;GET /music/stream?i=5485 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;NSPlayer/10.0.0.3802 WMFSDK/10.0&quot;<br>###.###.###.### - - [19/Dec/2007:13:37:08 +0000] &quot;GET /music/stream?i=2642 HTTP/1.1&quot; 401 499 &quot;-&quot; &quot;NSPlayer/10.0.0.3802&quot;
<br>###.###.###.### - mythtv [19/Dec/2007:13:37:08 +0000] &quot;GET /music/stream?i=2642 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;NSPlayer/10.0.0.3802 WMFSDK/10.0&quot;<br>###.###.###.### - - [19/Dec/2007:13:37:08 +0000] &quot;GET /music/stream?i=1409 HTTP/1.1&quot; 401 499 &quot;-&quot; &quot;NSPlayer/10.0.0.3802&quot;
<br>###.###.###.### - mythtv [19/Dec/2007:13:37:08 +0000] &quot;GET /music/stream?i=1409 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;NSPlayer/10.0.0.3802 WMFSDK/10.0&quot;<br><br>I&#39;m using basic authentication and you can see the player is getting a 200 response code back, but the same happens with all authentication off as well.
<br>The path to my music files are also readable by all.<br><br>Is there some package I&#39;m missing that needs to be installed? or extra apache module?,etc....<br>I&#39;m running SVN 15185.<br><br>Ash<br>