Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-04-21 Thread Frediano Ziglio
> > > > > The style (well, also the style of spice code I have to admit) is a > > > bit "messy" but better to fix the big problems first than try to solve > > [Vivek] Ok, I guess we can fix it incrementally if you can first point out > > the worst style violoations. > > > > I'll try to write some f

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-04-15 Thread Frediano Ziglio
Il giorno sab 15 apr 2023 alle ore 02:32 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > Il giorno ven 31 mar 2023 alle ore 08:52 Kasireddy, Vivek > > ha scritto: > > > > > > Hi Frediano, > > > > > > > > > > > Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek > > > > ha scritto: > >

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-04-14 Thread Kasireddy, Vivek
Hi Frediano, > Il giorno ven 31 mar 2023 alle ore 08:52 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > > > > > Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek > > > ha scritto: > > > > > > > > Hi Frediano, > > > > > > > > >I was trying the patch series but the client k

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-04-07 Thread Frediano Ziglio
Il giorno ven 31 mar 2023 alle ore 08:52 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > > > > Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek > > ha scritto: > > > > > > Hi Frediano, > > > > > > >I was trying the patch series but the client keeps crashing. I > > > > tried differe

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-31 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > >I was trying the patch series but the client keeps crashing. I > > > tried different versions of remote-viewer (from Fedora and from > > > Ubuntu) and they both crashed. > >

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-29 Thread Frediano Ziglio
Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek ha scritto: > > Hi Frediano, > > >I was trying the patch series but the client keeps crashing. I > > tried different versions of remote-viewer (from Fedora and from > > Ubuntu) and they both crashed. > > On host I installed Intel VA dri

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-26 Thread Kasireddy, Vivek
Hi Frediano, >I was trying the patch series but the client keeps crashing. I > tried different versions of remote-viewer (from Fedora and from > Ubuntu) and they both crashed. > On host I installed Intel VA drivers , Gstreamer VAAPIs and forced > gstreamer:h264 as encoder. [Kasireddy, Vivek] I

Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-25 Thread Frediano Ziglio
Hi Vivek, I was trying the patch series but the client keeps crashing. I tried different versions of remote-viewer (from Fedora and from Ubuntu) and they both crashed. On host I installed Intel VA drivers , Gstreamer VAAPIs and forced gstreamer:h264 as encoder. Anything else you need to do? On

[Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-15 Thread Vivek Kasireddy
For clients that cannot accept a dmabuf fd directly (such as those running on a remote system), this patch series provides a way for the Spice server to stream the gl/dmabuf data/buffer instead. This is mostly done by enabling the creation of Gst memory using a dmabuf fd as the source. This ability