Re: [Spice-devel] [RFC spice-gtk 0/1] Direct rendering

2018-03-13 Thread Snir Sheriber
Hi, On 03/13/2018 12:45 AM, Frediano Ziglio wrote: This patch utilize the GstVideoOverlay interface when the client is running under x window system and it receives a full-screen stream that is decoded using gstreamer (gst => 1.9.0) Some notes - It currently checks for full screen but probably

Re: [Spice-devel] [RFC spice-gtk 0/1] Direct rendering

2018-03-12 Thread Frediano Ziglio
> > This patch utilize the GstVideoOverlay interface when the > client is running under x window system and it receives a > full-screen stream that is decoded using gstreamer (gst => > 1.9.0) > > Some notes > - It currently checks for full screen but probably a msg > says it is streaming mode w

Re: [Spice-devel] [RFC spice-gtk 0/1] Direct rendering

2018-03-11 Thread Snir Sheriber
BTW It is also recommended to apply this hack to avoid the ~400ms latency diff --git a/src/channel-display.c b/src/channel-display.c index 45fe38c..b41093b 100644 --- a/src/channel-display.c +++ b/src/channel-display.c @@ -1534,6 +1534,7 @@ static void display_handle_stream_data(SpiceChannel

[Spice-devel] [RFC spice-gtk 0/1] Direct rendering

2018-03-11 Thread Snir Sheriber
This patch utilize the GstVideoOverlay interface when the client is running under x window system and it receives a full-screen stream that is decoded using gstreamer (gst => 1.9.0) Some notes - It currently checks for full screen but probably a msg says it is streaming mode would make more sens