search for: httpstream

Displaying 5 results from an estimated 5 matches for "httpstream".

2001 Feb 27
2
Winamp plug-in; http streaming revisited
Here's my latest hack of the current httpstream.c as well as updated resources. Yes, I know it was time that would have been better spent on writing new streaming code from scratch :P <HR NOSHADE> <UL> <LI>application/octet-stream attachment: resource.h </UL> -------------- next part -------------- A non-text attachment...
2001 Jan 12
1
building ogg
Okay I figured out the environment space problem. Now I am trying to build the winamp plugin but I am missing the httpstream.h file. I downloaded the nightly cvs snapshot. Anyone know where I can get that file? I searched the entire snapshot but cannot find that file. Thanks! -- ICQ: 7205161 http://sapphire.sourceforge.net/ - A small window manager for X11 http://javathingies.sourceforge.net/ - My java junk "The...
2001 Jan 13
4
Oggenc bug & other
...eet with the same problem (but some of them think so : the winamp plugin is bad) 2. The bitbuffer.c and bitbuffer.h sources are missing from some win32 dsp files (ie: src\vorbis\win32\vorbis_static.dsp)... You should add them... 3. I cannot compile the Winamp-plugin, because the "httpstream.h" is missing... (and maybe other files too) Is that file part of MSVC or something other? Because I didn't find it on my MSVC CD either... 4. a small modification in sharedbook.c: float _float32_unpack(long val){ long exp =(val&0x7fe00000)>>VQ_FMAN; // th...
2001 Feb 27
1
Winamp plugin; http streaming
...MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0093_01C0A035.B08D3950" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Changing this line from httpstream.c in the BufferThread function: bytesRead =3D recv(pThreadData->tcpSocket, pThreadData->circularBuffer + = pThreadData->circularBufferEnd, 1, 0); to read as follows: bytesRead =3D recv(pThreadData->tcpSocket, pThreadData->circularBuffer + = pThreadData->circularBufferEnd, bytes...
2001 Mar 01
1
Fw: Winamp plug-in; http streaming revisited
what the heck... i sent this one before the last 'whoops' email, but it didn't appear on the list. forwarded sans httpstream.c ----- Original Message ----- From: "Chris Moeller" <chris@kode54.net> To: <vorbis-dev@xiph.org> Sent: Wed, Feb 28, 01 11:38 PM Subject: Re: [vorbis-dev] Winamp plug-in; http streaming revisited > ----- Original Message ----- > From: "Matthew James Brown" &l...