Re: [Spice-devel] Is there an ISO out there?

2016-03-07 Thread Christophe Fergeau
Hey, On Sun, Mar 06, 2016 at 02:04:51AM -0800, ToddAndMargo wrote: > Dear Spice Developers, > > Scientific Linux 7.2 > > # rpm -qa \*kvm\* > qemu-kvm-1.5.3-105.el7_2.3.x86_64 > pcp-pmda-kvm-3.10.6-2.el7.x86_64 > qemu-kvm-common-1.5.3-105.el7_2.3.x86_64 > libvirt-daemon-kvm-1.2.17-13.el7_2.3.x86_

Re: [Spice-devel] How to adapt keymaps for spice-html5

2016-03-07 Thread Eric Grammatico
Hi Christophe, Thanks a lot for your reply. I had a look in the direction you advise. Well... not that easy... First I had modified the file /etc/X11/spiceqxl.xorg.conf with the following for inputs definition: Section "InputDevice" Identifier "XSPICE POINTER" Driver "xspice point

Re: [Spice-devel] [PATCH v10 00/27] Add GStreamer support for video streaming

2016-03-07 Thread Christophe Fergeau
Hey, One more issue I have with this series is that I reliably manage to get a hung spice-server with gstreamer:mjpeg and gstreamer:h264 I test it with you tube, and then hovering over the video seek bar so that lots of thumbnails are shown. I'm not sure whether it's an issue with these patches, a

Re: [Spice-devel] How to adapt keymaps for spice-html5

2016-03-07 Thread Eric Grammatico
-- resent, sorry for duplicate -- Hi There, Thanks a lot Christophe for your reply. I had a look in the direction you advise. Well... not that easy... First I had modified the file /etc/X11/spiceqxl.xorg.conf with the following for inputs definition: Section "InputDevice" Identifier "XS

Re: [Spice-devel] [PATCH v2 2/2] Use GdkKeymap to listen for keyboard modifier changes

2016-03-07 Thread Christophe Fergeau
Hey, On Wed, Apr 02, 2014 at 05:02:50PM -0500, Jonathon Jongsma wrote: > Connect to the GdkKeymap::state-changed signal to detect when the client > keyboard modifiers have changed. This keeps the client and the guest in sync > even when the SpiceDisplay widget isn't focused. New values are only se

Re: [Spice-devel] [spice v10 16/27] server: Respect the GStreamer encoder's valid bit rate range

2016-03-07 Thread Christophe Fergeau
On Sat, Mar 05, 2016 at 10:44:16AM +0100, Francois Gouget wrote: > On Fri, 4 Mar 2016, Christophe Fergeau wrote: > > > On Tue, Mar 01, 2016 at 04:55:01PM +0100, Francois Gouget wrote: > > > Otherwise it may get wrapped to a much lower value than intended. > > > > I don't understand this comment.