Help - Search - Members - Calendar
Full Version: foobar2k 0.7rc15 http
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
xbenchman
Just downloaded rc15

Tried to listen to inet radio. Started playing almost immediately then went to what sounds like it is cutting out. It plays about 2 to 3 seconds ok then has trouble. It sounds like it is playing the song but having great difficulty.

216.179.62.46:8000/ fails
205.188.234.65:8020/ fails
64.236.34.141:80/stream/1011 fails

I put the http reader from rc14 in its place and now it is playing fine.
Peter
Can't reproduce.
Messer
Sorry for a little thread hijacking wink.gif

do_proxy() in http_reader:

CODE

   case 1:
       {
           const char * p=strstr(url,"://");         <--- *p == ':' here
           if (!p) p=url;                                      
           while(*p && *p!=':' && *p!='/') p++;    <--- so this p++ is never called  
           if (*p==':')                                          
           {
               if (atoi(p+1)!=80) return 0;    <--- and function returns this
           }
       }
mantisxf
well, i could successfully stream from those URLs but i cannot stream from the apache server on my home PC.

it says it's opening the file but then just stops.
xbenchman
Sorry zZzZzZz

You are correct - can't reproduce on other machine.

It seems to be machine specific. Not sure what it is yet but can't reproduce on second machine.

Sorry.
Thanks for song title display. Been waiting a while for that.
Peter
Perhaps something is "eating" http reply headers (icy-metaint header gets lost).
JBrickas
I can't get RC15 to play Ogg Vorbis streams, at least from these addresses (the only ones I know):

http://audio.ibiblio.org:8010/wcpe.ogg
http://relay0.fm4.amd.co.at:31337/fm4-hq.ogg
http://repeater.xiph.org:8000/repeater_hi.ogg

No trouble with MP3 streams, though.
xbenchman
I am not sure what is eating them but for some reason it seems to have fixed itself. I downloaded and reinstalled and it "magically" fixed itself. I swear sometimes that this particular machine likes to be extra difficult and requires extra attention to get things to work correctly.

Thanx for song titles. All seems to be ok so I am going to enjoy the rest of the evening listening to the radio.

Thank you
Peter
QUOTE(JBrickas @ Sep 16 2003, 05:58 AM)
I can't get RC15 to play Ogg Vorbis streams, at least from these addresses (the only ones I know):

http://audio.ibiblio.org:8010/wcpe.ogg
http://relay0.fm4.amd.co.at:31337/fm4-hq.ogg
http://repeater.xiph.org:8000/repeater_hi.ogg

No trouble with MP3 streams, though.

Apparently latest Vorbis CVS breaks streaming.
Reverted to libvorbis 1.0.
rejj
I am experiencing the same error as is mentioned in the first post. Playing any http stream results in choppy playback - about once a second it does a very slight pause.

The console shows the following:
http://rejj.mine.nu/random/fb2k-07rc15-http_stream.jpg

This happens no matter the stream I am playing, and did not happen in 0.7RC8, the version I upgraded from.


edit: This appears to be a proxy issue. Changing to a different proxy (or no proxy) removed the problem. Sorry.

edit2: converted [img] to [url]
Peter
Apparently under certain conditions icy-metaint header doesn't show up in HTTP reply. I'll make HTTP stream title support configurable to prevent this.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.