Re: Parsing multipart html content

2003-11-11 Thread R. Joseph Newton
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

Re: Parsing multipart html content

2003-11-11 Thread Andrew Gaffney
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

Re: Parsing multipart html content

2003-11-11 Thread Christopher Stanton
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

Re: Parsing multipart html content

2003-11-11 Thread Andrew Gaffney
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

Re: Parsing multipart html content

2003-11-11 Thread Christopher Stanton
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

Re: Parsing multipart html content

2003-11-11 Thread Andrew Gaffney
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