----- "彭黔平 辉润科技" <pengqianp...@gmail.com> wrote:

> Spice is a so nice protocol. After reading some of documents on the

Thanks.

> spice-space, I'v three questions:
> 1. Is it possible to make some changes to spice server, in order to
> let more than one client connect one VM?


Yes it is and some of the code was actually written taking this option
in mind. However, other features must be implemented before this one do.  


> 2. Is it possible to put a software between the client os and the qemu
> in the graphic commands flow, let a video server render, and then
> compress the video in H264 and transmit to the client?


Yes it is possible, Spice server can render all graphic commands and use
Spice video streaming commands set in-order to transmit the stream. Video
streaming commands are synchronized by the client with the audio stream so
the rendering in client side will have some lag. A new verb can be added
in order to disable the syncronization. Also I like to add that using video
compression for text content is not such a good idea.   


> 3. Is it possible to use H264 instead of M-jpeg in video compression?

Spice protocol has codec type attached to the video stream. Adding a new
codec type to the protocol and let the client declare he support the type,
will do the trick. Spice server and client are using ffmpge that support
many codec types so it is quit easy to implemant.


> 
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast
> and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> _______________________________________________
> Spice-space-devel mailing list
> Spice-space-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/spice-space-devel

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Spice-space-devel mailing list
Spice-space-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spice-space-devel

Reply via email to