Tony,

Thanks for the reply. WinAmp won't receive streaming playlists or individual files. I configured verbose output for khttpd, and below is what I got. Comments inline.

<initiating a connection to http://192.168.0.52/?playlists>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/?playlists"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/?FID=101&EXT=.htm"
khttpd: open("/drive0/fids/111") failed, rc=-2


<I'm not sure why I'm getting the error above or what it means, but the page displays fine. Next I attempted to stream the playlist "Virginia's" to WinAmp. WinAmp loads but doesn't appear to do anything. I can't explain why the khttpd log lists 2 connection attempts.>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/Virginia's.m3u?FID=9bd1&EXT=.m3u"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Virginia's.m3u?FID=9bd1&EXT=.m3u"


<Now I try to stream the playlist to WMP9. This is successful and WMP plays the playlist.>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/Virginia's.m3u?FID=9bd1&EXT=.m3u"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Virginia's.m3u?FID=9bd1&EXT=.m3u"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Natalie%20Imbruglia%20-%20Torn?FID=9be0&EXT=.mp3"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Natalie%20Imbruglia%20-%20Torn?FID=9be0&EXT=.mp3"
khttpd: respond(): ksock_rw(315) returned 0, data="HTTP/1.1 404 Error Retrieving
File
Connection: close
Allow: GET, HEAD
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Error Retrieving File</TITLE>
</HEAD><BODY>
<H1>404 Error Retrieving File</H1>
GET /Natalie%20Imbruglia%20-%20Torn<P>
</BODY></HTML>
"


<I can switch to a song later in the playlist easily and the following is output.>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/Queen%20-%20Bohemian%20Rhapsody?FID=a930&EXT=.mp3"
khttpd: respond(): ksock_rw(316) returned 0, data="HTTP/1.1 404 Error Retrieving
File
Connection: close
Allow: GET, HEAD
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Error Retrieving File</TITLE>
</HEAD><BODY>
<H1>404 Error Retrieving File</H1>
GET /Queen%20-%20Bohemian%20Rhapsody<P>
</BODY></HTML>
"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Queen%20-%20Bohemian%20Rhapsody?FID=a930&EXT=.mp3"



<I navigate into the playlist to see the individual songs. No problem.>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/?FID=9bd1&EXT=.htm"


<Now I try to stream a single file from the playlist to WMP, and after some delay, it fails.>

khttpd: 192.168.0.52 connection from 192.168.0.2

khttpd: GET "/Queen_-_Bohemian_Rhapsody.m3u?FID=a931&EXT=.m3u"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Queen_-_Bohemian_Rhapsody.m3u?FID=a931&EXT=.m3u"
khttpd: 192.168.0.52 connection from 192.168.0.2
khttpd: GET "/Queen%20%2D%20Bohemian%20Rhapsody.m3u?FID=a930&EXT=.mp3"



Thanks in advance for your help!

Richard Bruce