[Spice-devel] unexpected protocol interaction when playing vedio.

2014-10-31 Thread jiangdahui
Hi All: this is the second time to ask this question, as I did not get answer the first time. after I have read the related pdfs and parts of code,I thought that when play video,the client should rev many SPICE_MSG_DISPLAY_STREAM_DATA msgs from display channel,but when I added printf to observe,

Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-11-02 Thread jiangdahui
1 22:39:38, "Christophe Fergeau" wrote: >Hey, > >On Fri, Oct 31, 2014 at 03:28:00PM +0800, jiangdahui wrote: >> Hi All: >> this is the second time to ask this question, as I did not get answer the >> first time. >> after I have read the related pdfs and parts of cod

Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-11-05 Thread jiangdahui
On Mon, Nov 03, 2014 at 05:53:03PM +0100, Christophe Fergeau wrote: >> Hey, >> On Mon, Nov 03, 2014 at 10:11:20AM +0800, jiangdahui wrote: >> > yes,I have set the streaming mode to be "all",but still can not see >> > STREAM_DATA, >> > I will keep inv

[Spice-devel] problem of endian process of glib

2015-01-20 Thread jiangdahui
Hi all: we are trying to run spice client on 32-bit sparc CPU machine which is big-endian, and the spice server is run on 64-bit x84 CPU machine which is small-endian, I tried to do some modifying on client to adjust big endian to small endian before send to server, but the strange is that

[Spice-devel] is there anybody have problem when run spicy on sparc-CPU mechine

2015-01-26 Thread jiangdahui
Hi all: we are trying to run spicy on sparc-CPU machine,but the problem is strange, for example: we get a "bus error" in line like "if((descriptor->type == SPICE_IMAGE_TYPE_JPEG) || (descriptor->type == SPICE_IMAGE_TYPE_JPEG_ALPHA))" where the "(descriptor->type" can be print

[Spice-devel] Need help for text display problem.

2015-02-07 Thread jiangdahui
Hello: After some modify on endian, spicy can run on sparc roughly, on big problem is that texts in notepad in editing look like in mirror, you know, to solve the problem, deeply understanding of display mechanism is needed, I'm trying hard, and I would really appreciate if somebody give

Re: [Spice-devel] Need help for text display problem.

2015-02-09 Thread jiangdahui
2015 at 06:15:52PM +0800, jiangdahui wrote: >> Hello: >>After some modify on endian, spicy can run on sparc roughly, > >Feel free to send your patches upstream so that they can be integrated. >This way they would get more exposure, and you would not have to >maintain th

[Spice-devel] Is the data part of usbredir need endian adjustment?

2015-03-04 Thread jiangdahui
hi all: spice server:sparc spice client:x86,the part of header are ajusted,but found unexpected header type comparing with X86,not familar with qemu. thx___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

[Spice-devel] usbredir :why "cancel_data_packet" found?

2015-03-18 Thread jiangdahui
Hi ALL: I'm working on usbredir with spicy on sparc and spice server on x86. After adjust endian for arch, and observe the debug info, I find that a unexpected interactive. = spicy

[Spice-devel] why the performance of video is so bad?

2014-09-25 Thread jiangdahui
hi,all: I use spice with the kvm,the computer which run kvm is enough, because when I connect the VM with RDP,the video can play smoothly,but not when with spice. the strange thing is that:I read the spice_protocol specification,and learned that msgs like RED_DISPLAY_STREAM_XXX are used for vid