RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-13 Thread Shannon Hicks
] On Behalf Of Andrew BourneSent: Thursday, October 12, 2006 6:18 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as Hi Shannon, I currently do almost exactly what you are after. I have a socket class that I use to stream

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-13 Thread Andrew Trice
: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as I don't supposed you can send me some sample code to get me started? :) I plan on first building out a flex 2 client for the Panasonic Pan/Tilt webcam (BL-C10A). I have everything working except for the video

Re: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-13 Thread Clint Tredway
] On Behalf Of Shannon Hicks Sent: Friday, October 13, 2006 1:50 PM To: [EMAIL PROTECTED]ups.com Subject: RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as I don't supposed you can send me some sample code to get me started? :) I plan on first building out

RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Shannon Hicks
Hey, I'm interested in trying to build out something (in flex 2)that can accept an MJpeg stream. Basically, it's a stream of one jpg image after another. This would be useful to potentially a bunch of people who want to show their network webcams via Flash/Flex2. Anyone a tad more

RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Trice
: Thursday, October 12, 2006 1:32 PM To: flexcoders@yahoogroups.com Subject: RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as Hey, I'm interested in trying to build out something (in flex 2)that can accept an MJpeg stream. Basically, it's a stream of one jpg image after another

Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Bourne
Hi Shannon, I currently do almost exactly what you are after. I have a socket class that I use to stream the binary data which I then split into the image packets and then decode the jpegs via the Loader.loadBytes method. We use a custom protocol with normal jpegs as the data, so for mjpeg