Re: [Spice-devel] RFC: Media redirection for Spice remote computing solution, an event for FOSDEM'14, Virtualization dev room

2013-12-02 Thread Steven Newbury
On Mon, 2013-12-02 at 18:16 +0400, Fedor Lyakhov wrote: > Thanks, David! > > We have an internal proof of concept based on private VoIP softphone, > Thrift over TCP as RPC and Google WebRTC as Media Engine - and the > softphone is capable of audio calls and remote control of audio > devices. So no

Re: [Spice-devel] RFC: Integrating Virgil and Spice

2013-10-09 Thread Steven Newbury
On Tue,  8 Oct 2013, 23:51:13 BST, Dave Airlie wrote: > > That would be the local rendering solution I think we'd prefer, > > qemu runs as qemu user, uses EGL to talk to the drm render-nodes, > has some sort of unix socket that the viewer connects to and can hand > fds across, then the client v

Re: [Spice-devel] [PATCH spice-gtk 2/2] channel-main: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)

2013-01-19 Thread Steven Newbury
On Fri, 2013-01-18 at 14:33 +0100, Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 20 ++-- > spice-common | 2 +- > 2 files changed, 15 insertions(+), 7 deletions(-) > > diff --git a/gtk/channel-main.c b/gtk/channel-main.c > index 706c119.