On 03/08/2011 21:33, Andrea Celestino wrote:
Hi, I want to try to implements a new channel dedicated to streaming video. It's only an experiment, I don't know if this can bring an improvement. I would like to know some guidelines for implementing this channel. In spice every channel is a different socket and on the client side is a different thread. What I need to do is to create this new socket, and every time a video stream is detected I will send the data in this new channel instead of display channel. Is there something I need to take into account with this work? Any suggestions are accepted. _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel
Use some keep alive so the TCP connection won't die when you need it. Y. _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel