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
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
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
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
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 +
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
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
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
>
> 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
> +