Re: [Spice-devel] Spice optimization over WAN

2017-03-15 Thread Thiago Nascimento Araujo
Hi Oscar, I believe the documents is talking about the options described in the link below. https://people.freedesktop.org/~teuf/spice-doc/html/ch03.html Hope it helps. - Mensagem original - De: "Oscar Segarra" Para: spice-devel@lists.freedesktop.org Enviadas: Quarta-feira, 15

Re: [Spice-devel] [spice-gtk 1/2] Fix possible multimedia time overflow

2017-03-15 Thread Marc-André Lureau
Hi - Original Message - > The multimedia time can easily overflow as is encoded in an > unsigned 32 bit and have a unit of milliseconds so it wrap > up every 49 days. Use some math that allow the number to overflow > without issues. > This could caused the client to stop handling streaming

Re: [Spice-devel] [spice-gtk 2/2] RFC: Allow to limit the latency introduced by lip sync

2017-03-15 Thread Marc-André Lureau
Hi - Original Message - > This patch allows to reduce the time the client wait to display frames. > It can make the lip sync not working but it allows to see the > video latency introduced by this code. > This patch is meant to be used mainly for debugging. How does it help with debugging

[Spice-devel] Spice optimization over WAN

2017-03-15 Thread Oscar Segarra
Hi, I have read quite slowly the datasheet published by redhat: https://www.redhat.com/en/files/resources/en-rhev-spice-protocol-11080057.pdf Where one can read: "In addition, SPICE has WAN optimization capabilities optimize the user experience for lower bandwidth and/or higher latency network

[Spice-devel] [spice-gtk 2/2] RFC: Allow to limit the latency introduced by lip sync

2017-03-15 Thread Frediano Ziglio
This patch allows to reduce the time the client wait to display frames. It can make the lip sync not working but it allows to see the video latency introduced by this code. This patch is meant to be used mainly for debugging. Signed-off-by: Frediano Ziglio --- src/channel-display-gst.c | 1 +

[Spice-devel] [spice-gtk 1/2] Fix possible multimedia time overflow

2017-03-15 Thread Frediano Ziglio
The multimedia time can easily overflow as is encoded in an unsigned 32 bit and have a unit of milliseconds so it wrap up every 49 days. Use some math that allow the number to overflow without issues. This could caused the client to stop handling streaming and starting only queueing. Signed-off-by

Re: [Spice-devel] hello

2017-03-15 Thread Uri Lublin
On 03/15/2017 06:54 AM, bestwishes wrote: hello!I have a problem about Ovirt client virtual machine ,when I click on the controller into the virtual machine, error message:Guest has not initialized the display(yet), I hope you can help me ,Thank you very much! Hello, More information is needed

[Spice-devel] hello

2017-03-15 Thread bestwishes
hello!I have a problem about Ovirt client virtual machine ,when I click on the controller into the virtual machine,error message:Guest has not initialized the display(yet), I hope you can help me ,Thank you very much!___ Spice-devel mailing list Spice-d

Re: [Spice-devel] [PATCH spice-space-pages v2] Add documentation for using multiple monitors

2017-03-15 Thread Frediano Ziglio
> > Proposed changes to squash with previous patch > --- > multiple-monitors.rst | 28 > 1 file changed, 16 insertions(+), 12 deletions(-) > > diff --git a/multiple-monitors.rst b/multiple-monitors.rst > index 5967999..dd7a439 100644 > --- a/multiple-monitors.rst > +