Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#149710 - 21/03/2003 23:59 Single file streaming error
ribruce
new poster

Registered: 21/03/2003
Posts: 2
Hi all,

I seem to be having a simple problem that I am hoping someone may be able to help me with. I have a Mk2a running 200b13 and hijack v320. I recently started playing around with accessing the unit via a browser and ran into a my problem.

I can stream playlists from the player without problem. However, when I try to stream a single file, my player (WMP 9.0) gets stuck connecting and finally gives an error, "Windows Media Player cannot play this file because the associated Windows Media metafile playlist is not valid." The associated error code is as follows: "0xC00D119D: Cannot play this file". Is there any difference in the header information when a list is streamed rather than just one song?

I was curious if I am the only one to have encountered this. I have attempted to use Quicktime 6 and WMP8. Both players just seam to hang and stop responding but don't give an error message.

Thanks in advance for your help and for making the most unbelievable MP3 player even more incredible.

Thanks!
Richard Bruce

Top
#149711 - 22/03/2003 09:33 Re: Single file streaming error [Re: ribruce]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
Just curious: Does WinAmp play it correctly?
_________________________
Tony Fabris

Top
#149712 - 22/03/2003 15:11 Re: Single file streaming error [Re: tfabris]
ribruce
new poster

Registered: 21/03/2003
Posts: 2
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

Top