Re: [Spice-devel] JPEG error - Application transferred too few scanlines

2011-08-01 Thread Alon Levy
On Mon, Aug 01, 2011 at 02:15:07PM +0200, Andrea Celestino wrote: > Ok thanks. > I have another question. I want to try to separate the streaming data > and create a sperate channel for this kind of data. Do you think that > is better to work with the new client or with spicec? > Probably better

Re: [Spice-devel] JPEG error - Application transferred too few scanlines

2011-08-01 Thread Andrea Celestino
Ok thanks. I have another question. I want to try to separate the streaming data and create a sperate channel for this kind of data. Do you think that is better to work with the new client or with spicec? 2011/7/28 Christophe Fergeau : > Hey, > > On Wed, Jul 27, 2011 at 06:11:32PM +0200, Christoph

Re: [Spice-devel] JPEG error - Application transferred too few scanlines

2011-07-28 Thread Christophe Fergeau
Hey, On Wed, Jul 27, 2011 at 06:11:32PM +0200, Christophe Fergeau wrote: > Yep, I broke that in master, it's caused by the mjpeg changes, the "height" > used when calling mjpeg_encoder_new is 1 byte less than the height which is > then used in the loop around mjpeg_encoder_encode_scanline. I went

Re: [Spice-devel] JPEG error - Application transferred too few scanlines

2011-07-27 Thread Christophe Fergeau
On Wed, Jul 27, 2011 at 06:03:28PM +0200, Andrea Celestino wrote: > During my testing with video, I encountered this error on spice Server > > "Application transferred too few scanlines" > > and the server crashes. > > Surfing on the net, I found this in jerror.h: > > JMESSAGE(JERR_TOO_LITTLE_D

[Spice-devel] JPEG error - Application transferred too few scanlines

2011-07-27 Thread Andrea Celestino
During my testing with video, I encountered this error on spice Server "Application transferred too few scanlines" and the server crashes. Surfing on the net, I found this in jerror.h: JMESSAGE(JERR_TOO_LITTLE_DATA, "Application transferred too few scanlines") Bye. __