Re: [Spice-devel] Question about Spice with Wayland

2016-02-22 Thread Yury Shvedov
Hi! I'm afraid, you didn't understand me completely. This project now in unusable-at-all state. There is no optimization at all and you need apt to 10 Mbps connection between spice client and server to see the smooth enough image. All the frames, generated by weston, even on mouse move are se

Re: [Spice-devel] [RFC PATCH 3/3] worker: use manual flushing on stream to decrease packet fragmentation

2016-02-22 Thread Frediano Ziglio
> > On Tue, 2016-02-16 at 15:36 +, Frediano Ziglio wrote: > > Signed-off-by: Frediano Ziglio > > --- > > server/red-channel.c | 12 > > server/red-worker.c | 24 +--- > > 2 files changed, 21 insertions(+), 15 deletions(-) > > > > diff --git a/server/red-cha

Re: [Spice-devel] [RFC PATCH 3/3] worker: use manual flushing on stream to decrease packet fragmentation

2016-02-22 Thread Jonathon Jongsma
On Tue, 2016-02-16 at 15:36 +, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > server/red-channel.c | 12 > server/red-worker.c | 24 +--- > 2 files changed, 21 insertions(+), 15 deletions(-) > > diff --git a/server/red-channel.c b/server/red

Re: [Spice-devel] Question about Spice with Wayland

2016-02-22 Thread Fabio Fantoni
Il 05/10/2015 20:08, Yury Shvedov ha scritto: > Hi, Fabio! > > Thank you for your interest to this project! But unfortunately this > project now is in proof-of-concept state and usable only via loopback > network. And as you notice it did not evolve by me for years. The > problem is I changed my sc

Re: [Spice-devel] Stream migration between Spice servers

2016-02-22 Thread Victor Toso
Hi, On Tue, Feb 16, 2016 at 04:44:57PM +0100, Francois Gouget wrote: > > I am having trouble with the comment describing how migrating a VM from > one Spice server to another affects streams. It's in > spice-gtk/src/channe-display.c, just before > display_session_mm_time_reset_cb(): > https://gith

Re: [Spice-devel] [PATCH] spice-gtk: Fix the signedness of a couple of mm-time traces

2016-02-22 Thread Marc-André Lureau
ack - Original Message - > Signed-off-by: Francois Gouget > --- > src/channel-playback.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/channel-playback.c b/src/channel-playback.c > index a124cbb..c97afd8 100644 > --- a/src/channel-playback.c > +++ b/sr

[Spice-devel] [PATCH] spice-gtk: Fix the signedness of a couple of mm-time traces

2016-02-22 Thread Francois Gouget
Signed-off-by: Francois Gouget --- src/channel-playback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/channel-playback.c b/src/channel-playback.c index a124cbb..c97afd8 100644 --- a/src/channel-playback.c +++ b/src/channel-playback.c @@ -309,7 +309,7 @@ static void

Re: [Spice-devel] mm-time handling is broken

2016-02-22 Thread Marc-André Lureau
Hi - Original Message - > > spice-gtk updates the mm-time based on the audio playback channel and > then uses it to compute the video delay of the video streams if any. > > More precisely whenever spice_playback_channel_set_delay() is called it > takes the mm-time of the last audio packe

[Spice-devel] mm-time handling is broken

2016-02-22 Thread Francois Gouget
spice-gtk updates the mm-time based on the audio playback channel and then uses it to compute the video delay of the video streams if any. More precisely whenever spice_playback_channel_set_delay() is called it takes the mm-time of the last audio packet it received, and substracts the delay fr