Re: High delay of video-streams

2024-06-18 Thread Michael Scherle
Hi, Hi, sent my patch as MR. https://gitlab.freedesktop.org/spice/spice/-/merge_requests/226. thank you very much for this. Frediano Il giorno sab 1 giu 2024 alle ore 17:14 Frediano Ziglio ha scritto: Il giorno lun 27 mag 2024 alle ore 16:19 Victor Toso ha scritto: Hi, On Tue, A

Re: High delay of video-streams

2024-06-04 Thread Frediano Ziglio
Hi, sent my patch as MR. https://gitlab.freedesktop.org/spice/spice/-/merge_requests/226. Frediano Il giorno sab 1 giu 2024 alle ore 17:14 Frediano Ziglio ha scritto: > > Il giorno lun 27 mag 2024 alle ore 16:19 Victor Toso > ha scritto: > > > > Hi, > > > > On Tue, Apr 16, 2024 at 12:59:50PM

Re: High delay of video-streams

2024-06-01 Thread Frediano Ziglio
Il giorno lun 27 mag 2024 alle ore 16:19 Victor Toso ha scritto: > > Hi, > > On Tue, Apr 16, 2024 at 12:59:50PM GMT, Michael Scherle wrote: > > Hello, > > > > Thanks for your changesets, they definitely reduce the delay significantly > > (to a similar level as our provosoric fixes, but yours are m

Re: High delay of video-streams

2024-05-27 Thread Victor Toso
Hi, On Tue, Apr 16, 2024 at 12:59:50PM GMT, Michael Scherle wrote: > Hello, > > Thanks for your changesets, they definitely reduce the delay significantly > (to a similar level as our provosoric fixes, but yours are much cleaner). > > On the client side (spice-gtk) I looked at the problem with t

Re: High delay of video-streams

2024-04-16 Thread Michael Scherle
Hello, Thanks for your changesets, they definitely reduce the delay significantly (to a similar level as our provosoric fixes, but yours are much cleaner). On the client side (spice-gtk) I looked at the problem with the high decoding time (2 frames buffering) and was able to find a simple fi

Re: [EXTERN] Re: High delay of video-streams

2024-04-03 Thread Frediano Ziglio
Frediano Il giorno mar 2 apr 2024 alle ore 15:27 Michael Scherle ha scritto: > > Hi Frediano, > > thank you very much for your detailed answer. > > > On 02.04.24 14:13, Frediano Ziglio wrote: > > > Really short explanation: Lipsync. > > > > Less cryptic explanation: video streaming was added much

Re: [EXTERN] Re: High delay of video-streams

2024-04-02 Thread Michael Scherle
Hi Frediano, thank you very much for your detailed answer. On 02.04.24 14:13, Frediano Ziglio wrote: Really short explanation: Lipsync. Less cryptic explanation: video streaming was added much time ago when desktops used 2D graphic drawings, like lines, fillings, strings and so on. At that t

Re: High delay of video-streams

2024-04-02 Thread Frediano Ziglio
Il giorno mer 20 mar 2024 alle ore 15:32 Michael Scherle ha scritto: > > Hello spice developers, > > I looked further and found the function get_min_playback_delay( > https://gitlab.freedesktop.org/spice/spice/-/blob/fe1c25f530b95d32cc81bc1a395d80ace631d2dd/server/gstreamer-encoder.c#L507) > which

Re: High delay of video-streams

2024-03-20 Thread Michael Scherle
Hello spice developers, I looked further and found the function get_min_playback_delay( https://gitlab.freedesktop.org/spice/spice/-/blob/fe1c25f530b95d32cc81bc1a395d80ace631d2dd/server/gstreamer-encoder.c#L507) which calculates the delay I was looking for. However, some of the calculations do