Christopher Stanton wrote:
> On Tuesday 11 November 2003 14:48, Andrew Gaffney wrote:
> > Christopher Stanton wrote:
> > > RedHat Linux 9
> > > Perl v5.8.0 built for i386-linux-thread-multi
> > >
> > > I am trying to parse a mjpeg stream out of an html response. The http
> > > server is using serv
Christopher Stanton wrote:
On Tuesday 11 November 2003 15:23, Andrew Gaffney wrote:
I have tried stripping the leading "\n", "Content-Type: image/jpeg\r\n",
"\r\n" line, "\r\n" after the image data, and the trailing "\r\n" line
but the resulting file does not seem to be a valid jpeg image.
This lo
On Tuesday 11 November 2003 15:23, Andrew Gaffney wrote:
> > I have tried stripping the leading "\n", "Content-Type: image/jpeg\r\n",
> > "\r\n" line, "\r\n" after the image data, and the trailing "\r\n" line
> > but the resulting file does not seem to be a valid jpeg image.
>
> This looks promisin
Christopher Stanton wrote:
On Tuesday 11 November 2003 14:48, Andrew Gaffney wrote:
Christopher Stanton wrote:
RedHat Linux 9
Perl v5.8.0 built for i386-linux-thread-multi
I am trying to parse a mjpeg stream out of an html response. The http
server is using server push to push the stream of jpegs
On Tuesday 11 November 2003 14:48, Andrew Gaffney wrote:
> Christopher Stanton wrote:
> > RedHat Linux 9
> > Perl v5.8.0 built for i386-linux-thread-multi
> >
> > I am trying to parse a mjpeg stream out of an html response. The http
> > server is using server push to push the stream of jpegs to the
Christopher Stanton wrote:
RedHat Linux 9
Perl v5.8.0 built for i386-linux-thread-multi
I am trying to parse a mjpeg stream out of an html response. The http server
is using server push to push the stream of jpegs to the client. I have
written a test client and am able to receive the stream but a