Re: [Spice-devel] Neep help with ssl

2013-04-17 Thread Alexandre DERUMIER
>>If I read this correctly, you're getting the same error when using plain >>openssl client - that would suggest indeed suggest some problem with >>certificates and/or openssl library but certainly outside of scope of >>spice components. I finally get it working !, using tls-ciphers options.

Re: [Spice-devel] Neep help with ssl

2013-04-17 Thread David Jaša
Alexandre DERUMIER píše v St 17. 04. 2013 v 17:07 +0200: > Here some news, > > the problem seem to be located on qemu-spice server side. > > I have reused my working certificates from proxmox (which works fine with > vnc/tls and also https). > > > Maybe is it a compatibility problem with spice

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-04-17 Thread Alon Levy
> On 04/17/2013 10:47 AM, Alon Levy wrote: > > On Mon, 2013-04-15 at 14:54 -0400, Yonit Halperin wrote: > >> Hi, > >> On 04/14/2013 09:37 AM, Alon Levy wrote: > >>> On Tue, Feb 26, 2013 at 01:03:46PM -0500, Yonit Halperin wrote: > >>> > >>> ACK series, sorry for the delay. I have to admit I don't u

Re: [Spice-devel] [PATCH spice-gtk 6/8] spice-pulse: adjust the playback latency when the min-latency property changes

2013-04-17 Thread Alon Levy
> If the current latency is smaller than the new min-latency > value, we cork the playback till the target latency is achieved. > > Note: I didn't modify the prebuf configuration and used > pa_stream_prebuf, because pulse updated the prebuf only if > I set both prebuf and tlength to be target_late

Re: [Spice-devel] [PATCH spice-gtk 4/8] channel-display: video stream quality report

2013-04-17 Thread Alon Levy
> handle MSG_STREAM_ACTIVIATE_REPORT and send MSGC_STREAM_REPORT > periodically, or when the playback is out of sync. ACK with one comment > --- > gtk/channel-display-priv.h | 10 > gtk/channel-display.c | 116 > - > spice-common

Re: [Spice-devel] [PATCH spice-gtk 3/8] channel-playback: provide access to playback properties via the session

2013-04-17 Thread Alon Levy
> Support checking whether an audio playback is active and what its latency > is. ACK, one comment. > --- > gtk/Makefile.am | 1 + > gtk/channel-playback-priv.h | 23 +++ > gtk/channel-playback.c | 24 > gtk/spice-session-priv.h|

Re: [Spice-devel] [spice-xpi 1/3] build: Adjust plugin name when building xpi

2013-04-17 Thread Alon Levy
> The plugin binary name was changed from libnsISpice to npSpiceConsole, > but the Makefile.am rule optionnally building SpiceXpi.xpi was not > changed to take this rename into account. ACK series. > --- > SpiceXPI/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

Re: [Spice-devel] Neep help with ssl

2013-04-17 Thread Alexandre DERUMIER
Here some news, the problem seem to be located on qemu-spice server side. I have reused my working certificates from proxmox (which works fine with vnc/tls and also https). Maybe is it a compatibility problem with spice and openssl of debian wheezy (1.0.1e) ? soft stack versions are : - qem

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-04-17 Thread Yonit Halperin
On 04/17/2013 10:47 AM, Alon Levy wrote: On Mon, 2013-04-15 at 14:54 -0400, Yonit Halperin wrote: Hi, On 04/14/2013 09:37 AM, Alon Levy wrote: On Tue, Feb 26, 2013 at 01:03:46PM -0500, Yonit Halperin wrote: ACK series, sorry for the delay. I have to admit I don't understand the first patches a

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-04-17 Thread Alon Levy
On Mon, 2013-04-15 at 14:54 -0400, Yonit Halperin wrote: > Hi, > On 04/14/2013 09:37 AM, Alon Levy wrote: > > On Tue, Feb 26, 2013 at 01:03:46PM -0500, Yonit Halperin wrote: > > > > ACK series, sorry for the delay. I have to admit I don't understand the > > first patches as well as I should, but se

[Spice-devel] [spice-xpi 2/3] build: Use correct plugin name in Windows resource file

2013-04-17 Thread Christophe Fergeau
The nsISpicec -> npSpiceConsole rename was not propagated there. --- SpiceXPI/src/plugin/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiceXPI/src/plugin/resource.rc b/SpiceXPI/src/plugin/resource.rc index 8892b0a..38a50d2 100644 --- a/SpiceXPI/src/plugin/resourc

[Spice-devel] [spice-xpi 1/3] build: Adjust plugin name when building xpi

2013-04-17 Thread Christophe Fergeau
The plugin binary name was changed from libnsISpice to npSpiceConsole, but the Makefile.am rule optionnally building SpiceXpi.xpi was not changed to take this rename into account. --- SpiceXPI/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpiceXPI/Makefile.am

[Spice-devel] [spice-xpi 3/3] build: Make sure $(PYTHON) is set when building xpi

2013-04-17 Thread Christophe Fergeau
Python is needed to generate nsISpicec.h and nsISpicec.xpt from nsISpicec.idl. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 39a1f7e..4a79626 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,7 @@ AC_ARG_ENABLE([xpi],

Re: [Spice-devel] MacOS SPICE client

2013-04-17 Thread Christophe Fergeau
Hi, On Tue, Apr 16, 2013 at 06:00:48PM +0200, Edwin Peer wrote: > After battling unsuccessfully with jhbuild, I was pleased to find > this page on the SPICE wiki: http://spice-space.org/page/OSX_Client > > Only problem, it doesn't seem to work. Fonts are rendered as blocks > and I get this if I r