search for: httpread

Displaying 1 result from an estimated 1 matches for "httpread".

Did you mean: httpready
2001 Mar 01
1
Fw: Winamp plug-in; http streaming revisited
...> streaming > > support to crash at times and not want to start up again. > isOggUrl problem fixed, hopefully solves this problem. > > Also moved httpStopBuffering into httpClose, made minor changes to vorbis.c > to accomodate. > > Commented out this section of code from httpRead: > > // Don't give any data back if we're supposed to be dead > if (pThreadData->killBufferThread) > return 0; > > What if the http stream finishes (end of file; thread finishes) before > vorbis has read all of the file out of the buffer? > > -Chris M....